@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #EBEEED;
	background-image: url(images/backshad_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1, h2, h3 {
	color: #025F6A;
}


.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
}
.oneColFixCtr #mainContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/white_dropshad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.headline {
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 20px;
}
.whiterule {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.greyrule {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #86888A;
}


p {
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
#mainContainer {
	width: 1024px;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin: 0 auto;
}
#leftshad {
	background-image: url(images/leftshad_top.jpg);
	height: 186px;
	width: 22px;
	float: left;
}
#rightshad {
	background-image: url(images/rightshad_top.jpg);
	height: 186px;
	width: 22px;
	float: left;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#bottomshad {
	background-image: url(images/bottomshad.jpg);
	height: 32px;
	width: 1024px;
}
#footer {
	height: 53px;
	background-color: #F7F7F7;
	background-image: url(images/footer_bg.jpg);
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	padding-top: 15px;
}
#footleft {
	float: left;
	text-align: left;
	margin-top: 10px;
}
#footright {
	float: right;
	text-align: right;
	margin-top: 10px;
}

#header {
	height: 169px;
	background-image: url(images/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96989A;
	margin: 0px;
	padding: 0px;
}
#logo {
	margin-left: 26px;
	padding-top: 22px;
}
#contacthead {
	background-image: url(images/head_photo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 169px;
	margin: 0px;
	padding: 0px;
}
#sidePanel {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 25px;
}
#menubar {
	padding-left: 15px;
	margin-top: 39px;
}
.dropimage {
	float: right;
	margin-left: 25px;
}



#leftColumn { margin-right: 258px; 
}
#rightColumn {
	width: 258px;
	float: right;
	background-color: #E5EFF0;
}

#contrastPanel {
	background-image: url(images/darkbluebody_topshad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 269px;
	background-color: #64969C;
	padding-top: 0px;
	color: #FFFFFF;
}
.bodytext {
	padding-left: 28px;
	padding-right: 28px;
}
.PDFdownload {
	background-image: url(images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 15px;
	height: 42px;
}
.AdobeReaderDownload {
	background-image: url(images/icon_adobereader.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	line-height: 14px;
	height: 42px;
	margin-top: 25px;
}
.quicklink_tile {
	width: 150px;
	float: left;
	font-size: 11px;
}
.tile_has_spacer {
	margin-right: 80px;
}
.AdobeReaderDownload  a, .PDFdownload a {
	padding-left: 50px;
	display: block;
	height: 42px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.quicklink_tile h2 {
	background-image: url(images/bullet_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#photoPanel {
	background-image: url(images/white_dropshad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
.intro {
	font-weight: bold;
}
.subheader {
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-right: 225px;
}
.spacer {
	height: 30px;
}
.bulletlist h3 {
	background-image: url(images/bullet_right.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 0px;
	font-size: 13px;
}
.bulletlist p {
	padding-left: 20px;
	margin-top: 2px;
	margin-bottom: 15px;
}
#sidePanel .sidethumbs {
	text-align: center;
	margin-top: 20px;
}
.sidecontact {
	font-size: 11px;
	line-height: 14px;
}
.sidecontact h3 {
	font-size: 13px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sidecontact p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fullwidth {
	width: 98%;
}
h1.contrasthead  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 27px;
	padding: 0;
	margin: 0;
	display:inline;
}
h1.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #025F6A;
	font-weight: normal;
	font-size: 27px;
	padding: 0;
	margin: 0;
	display:inline;
}
h1.sidepanelhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #025F6A;
	font-weight: normal;
	font-size: 27px;
	padding: 0;
	margin: 0;
	display:inline;
}
h2.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #025F6A;
	font-size: 18px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	display:inline;
}
h1.header {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #84868A;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:208px;
	letter-spacing: 1px;
	display:inline;
	margin-left:4px;
}
.bulletlist {
	margin-top: 10px;
}
.hasspaceabovebelow {
	margin-bottom: 20px;
	margin-top: 20px;
}
