﻿html, body {
	background-color: #dddddd;
	color: Black;
	font-family: Myriad, Myriad Pro, Helvetica, Sans-Serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.acrobat {
	background: url("images/acrobat.gif") no-repeat left center;
	padding-left: 15px;
}

a.acrobatbig {
	background: url("images/acrobatdoc.gif") no-repeat left center;
	display: block;
	padding-left: 20px;
}

a.acrobatright {
	background: url("images/acrobatdoc.gif") no-repeat right top;
	display: block;
	float: right;
	height: 32px;
	padding-right: 35px;
	margin-left: 10px;
}

dd {
	margin-bottom: 1em;
}

form {
	margin: 0;
}

h1 {
	color: #2b85bb;
	font-size: medium;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h2 {
	font-size: small;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

hr {
	background-color: #819bb4;
	border: 0;
	color: #819bb4;
	height: 1px;
}

img {
	border: 0;
}

li {
	text-align: justify;
}

p {
	margin-top: 0;
}

.answers ul {
	margin-top: 0;
}

.big {
	font-size: larger;
}

.bigbreaks hr {
	margin: 2em 0;
}

.bold {
	font-weight: bold;
}

#btnPayPal {
	border: 0;
	display: block;
	margin: 5px auto 0 auto;
}

.center {
	text-align: center;
}

.clearfloats {
	clear: both;
}

.clearfloatleft {
	clear: left;
}

.demphasize {
	color: Gray;
	font-weight: normal;
}

.floatleft {
	float: left;
	margin-right: 10px;
}

.floatright {
	float: right;
	margin-left: 10px;
}

#footer {
	color: Gray;
	font-size: smaller;
	text-align: center;
}

#footer a {
	color: Gray;
}

.footnote {
	color: Gray;
	font-size: smaller;
}

#header {
	background: url("images/headerbgrepeat.gif") repeat-x;
	height: 177px;
	min-width: 834px;
	position: relative;
}

* html #header { /* IE6 min-width hack: set width to the width of <html> or 834, whichever is larger */
	width: expression(Math.max(parseInt(document.body.parentNode.clientWidth), 834) + "px");
}

#header #rightimg {
	position: absolute;
	right: 0;
}

#headerinfo {
	left: 27px;
	position: absolute;
	top: 120px;
	width: 139px;
	z-index: 99;
}

* html #headerinfo { /* IE6 position hack */
	left: 20px;
}

#headertext {
	bottom: 20px;
	position: absolute;
	margin-right: 10px;
	right: 164px;
	text-align: right;
}

#headertitle {
	bottom: -10px;
	color: #c4c4c4;
	font-size: 4em;
	left: 200px;
	position: absolute;
}

.imgbtn {
	display: block;
	margin: 5px 0;
}

.italic {
	font-style: italic;
}

.justify {
	text-align: justify;
	text-justify: newspaper;
}

#map {
	border: 1px solid black;
	height: 300px;
}

#nav {
	background-color: #365f78;
	padding-top: 10px;
	width: 159px;
}

#nav a {
	background: url("images/btn.gif") no-repeat;
	color: White;
	display: block;
	font-size: large;
	height: 30px;
	line-height: 27px;
	margin-left: 10px;
	padding-left: 40px;
	overflow: hidden;
	text-decoration: none;
	width: 109px;
}

#nav a:hover {
	background: url("images/btnhover.gif") no-repeat;
}

#nav a.current {
	background: url("images/btndown.gif") no-repeat;
	color: Black;
}

#navbottom {
	display: block;
	height: 22px;
	margin-top: 10px;
}

#navcontainer {
	border-left: 17px solid transparent; /* IE7 Buggy Floating Margin fix */
	float: left;
	/* margin-left: 17px; */
}

* html #navcontainer {
	border-left: 0;
	display: inline; /* IE6 Double-Margin Float bug fix */
	margin-top: 0;
	margin-left: 17px; /* IE6 properly renders margin (and doesn't like transparent borders) */
}

.nojustify {
	text-align: left;
}

#page {
	margin: 0 170px 0 176px;
	padding: 10px 30px;
}

#pagebottom, #pagebottom #pagebottomleft, #pagebottom #pagebottomright {
	height: 18px;
}

#pagebottom {
	background: url("images/pagebottombgrepeat.gif") repeat-x;
	clear: both;
}

#pagebottomleft {
	background: url("images/pagebottomleft.gif") no-repeat left;
}

#pagebottomright {
	background: url("images/pagebottomright.gif") no-repeat right;
}

#pageleft {
	background: white url("images/pageleftbgrepeat.gif") repeat-y left;
}

#pageright {
	background: url("images/pagerightbgrepeat.gif") repeat-y right;
	position: relative;
}

#phonenumbers {
	color: white;
	text-align: right;
	white-space: nowrap;
}

#phonenumbers label {
	color: #c3d8e2;
	display: block;
	font-size: smaller;
	padding-right: 5px;
}

#phonenumbers td {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	white-space: nowrap;
}

.questions a {
	display: block;
}

.right {
	text-align: right;
}

#sidebarbottom {
	background: url("images/sidebarbottom.gif") no-repeat;
	height: 10px;
	overflow: hidden;
}

#sidebar {
	background: url("images/sidebarbgrepeat.gif") repeat-y;
}

#sidebar h1 {
	background: url("images/sidebartitle.gif") no-repeat bottom;
	height: 20px;
	overflow: hidden;
	text-align: center;
}

#sidebar hr {
	background-color: #e8e7bc;
	border: 0;
	color: #e8e7bc;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin:  0 10px;
	padding: 0;
}

#sidebar p {
	margin: 0 10px 10px 10px;
	text-align: center;
}

#sidebarcontainer {
	clear: right;
	float: right;
	margin-right: 24px;
	width: 146px;
}

* html #sidebarcontainer {
	display: inline; /* IE Double-Margin Float bug fix */
}

#sidebartop {
	background: url("images/sidebartop.gif") no-repeat right;
}

.statistic {
	color: #365f78;
	font-size: x-large;
	font-weight: bold;
}

#subheader {
	background: url("images/subheaderbgrepeat.gif") repeat-x;
	margin: 0 24px 0 187px;
}

* html #subheader {
	margin-left: 184px; /* IE Incorrect Margin Float bug fix */
}

#subheader, #subheaderleft, #sidebartop {
	height: 21px;
}

#subheaderleft {
	background: url("images/subheaderleft.gif") no-repeat;
}

#subnav {
	margin: 0 10px 0 20px;
	width: 129px;
}

.test {
	border: 1px solid red;
}

.testb {
	border: 1px solid blue;
}

.testg {
	border: 1px solid green;
}

/* These are no longer used because Contribute destroys them during editing */
.threecolumn, .twocolumn {
	height: 1%; /* IE Hack to make this div encompass its floating children */
	margin-bottom: 5px;
	overflow: hidden; /* Firefox Hack to make this div encompass its floating children */
}

.threecolumn div {
	border-left: 1px solid gray;
	float: left;
	padding: 0 3px;
	width: 30%;
}

.twocolumn div {
	float: left;
	width: 50%;
}