/****
Developed by IDP
Developer: Chad Adams
1-30-2008
****/

@charset "utf-8";
* {outline:none;}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #a7c9c4;
}
#container {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
#header {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding: 0px;
}
.headerinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	float: right;
	text-align: right;
	font-weight: bolder;
	color: #3c86bb;
	vertical-align: middle;
	padding-right: 8px;
	padding-top: 2px;
}

.navigation {
	background-image: url(../images/navigation-bg.jpg);
	background-repeat: repeat-x;
	width: 159px;
	background-color: #89C1B6;
}

#content {
	margin: 0px;
	padding: 0px;


}
.content-txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
	width: 625px;
	position: relative;
	margin: 8px;
	height: 98%;
}
.content-txt h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2D705E;
	font-size: x-large;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: capitalize;
}
.content-txt h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #2D705E;
	font-weight: bold;
}

#sidebar {
	float: right;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #29847B;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 18px;
	padding-bottom: 0px;
}

#sidebar   h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #1b3d78;
}
#slideshow {
	bottom: 0px;
	padding-top: 25px;
}




.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	clear: both;
	background-color: #2d5b54;
	vertical-align: middle;
	display: block;
	position: relative;
	padding: 12px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.important {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CC0000;
	font-style: italic;
}
#container #content .content-txt li {
	list-style-type: square;
	margin-bottom: 1em;
}
.seo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}
#container #content .content-txt .seo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: lighter;
}
.pdf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #AE0807;
	font-weight: bold;
}
form {display:inline;}
button:hover {cursor:pointer; background:url(../images/background-button-hover.jpg) no-repeat; width:200px; height:38px;
border:none; color:#000; outline:none;
}
button {cursor:pointer; background:url(../images/background-button.jpg) no-repeat; width:200px; height:38px;
border:none; color:#666; font-weight:bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; outline:none;
}
.counties {text-align:left; font-family:Tahoma, Geneva, sans-serif; font-size:10px; font-weight:bold;}
.counties fieldset {padding:10px;}
.counties legend {font-size:115%; font-weight:bolder;}
.counties td {padding:3px 0px;}
.counties .odd {color:#fff; background:#2D5B54;}
.counties .even {color:#2D5B54; background:#A7C9C4;}
