*{
padding: 0;
margin: 0;
}

body {
background-color:#3a89e1;
background-image:url(media/bg.jpg);
background-repeat:repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#0d4a92;
}

a {
color:#096ecc;
}

a:hover {
color:#f9ac19;
}

#wrapper {
width:670px;
height:760px;
margin:0 auto 0 auto;
}

#content {
position:relative;
width:650px;
height:auto;
min-height:750px;
_height:750px;
padding: 10px 20px 0 20px;
background-color:#ffffff;
border-width: 0 1px 1px 1px;
border-color:#096ecc;
border-style:solid;
}

#header {
padding:0px;
height:48px;
width:458px;
}

#needtext p {
padding: 10px 0 10px 0;
text-align:justify;
}

#needmoretext p {
color:#597cbb;
text-align:justify;
padding: 5px 0 5px 0;
}

#search {
position:relative;
height:70px;
padding-top:10px;
font-weight:bold;
font-size:13px;
}

#countysearch {
position:absolute;
z-index:2;
width:200px;
height:50px;
top:10px;
left:225px;
color:#0d4a92;
}

#statesearch {
position:absolute;
z-index:2;
width:200px;
height:50px;
top:10px;
color:#0d4a92;
}

#map {
width:600px;
height:400px;
margin:0 0px 0px 0px;
}

#footer {
width:690px;
}

#footer p {
text-align:center;
color:#FFFFFF;
padding: 10px 0 0 0;
font-size:11px;
}

#sitemap {
	margin-bottom: 40px;
}
#sitemap dl {
	margin-left: 5px;
	line-height: 25px;
	font-size: 90%;
	font-family: Arial, Helvetica;
	letter-spacing: 1px;
}
#sitemap dd {
	font-size: 100%;
	line-height: 16px;
	padding-bottom: 2px;
}
#sitemap dl a {
	text-decoration: none;
	color: black;
}
#sitemap dl a:hover {
	text-decoration: underline;
	color: #f9ac19;
}

#sitemap dd a {
	color: gray;
}
#sitemap dd a strong {
	text-transform: none;
	color: gray;
}
#sitemap dd a:hover strong {
	text-decoration: underline; /*fix for IE*/
}
#sitemap h2 {
	font-family: Georgia, Serif;	
	font-size: 120%;
	margin: -5px 0 10px 5px;
}
#sitemap ul {
	padding-left: 50px;
	color: gray;
	list-style-type: disk;
}