@charset "utf-8";
/* CSS Document */

html body{
	margin: 0 auto;
	width: 980px;
	text-align:center;
	overflow: auto;
}

h1{
	font-size: 15pt;
	font-weight: bold;
}

h2 {
	color: #0e3f09;
	text-align:left;
	border-bottom:solid medium #DFE082;
	padding-left:0;
	margin-left:5px;
	overflow-x: hidden; 	
}

h3 {
	color: #0e3f09;
	text-align:center;
	padding-left:0;
	margin-left:5px;
	overflow-x: hidden; 
}

a:link, a:visited{
	color:#060;
	text-decoration:none;
}
a:hover {
	color:#666;
}

#header{
	background: url('images/header.jpg') no-repeat top center;
	width:980px;
	height: 151px;
	margin-bottom:5px;
    overflow:hidden;
}
#menu{
	background: url('images/menu.jpg') no-repeat top center;
	width: 980px;
	height: 50px;
	margin-top: -20px;
	z-index:1000px;
}

#menu ul{
	display: block;
	list-style: none;
	padding: 15px 3px 0 0;
	color: #060;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin-left:0px;
	
}

#menu a {
	color: #060;
	text-decoration: none;
}

#menu a:hover {
	color:#fff;
	background: url('images/hover.png') repeat-x top;
	padding: 15px 3px 15px 0;
}

#menu li{
	display: inline;
	list-style: none;
	height: 35px;
	padding: 3px 3px;
	border-right: solid #E0EFE2 thin;
}

#content{
	background: url('images/content.jpg') repeat-y top center;
	width: 980px;
	padding: 10px 0 10px 0;
	overflow-x: hidden; 
}
#content p {
	text-align:left;
	padding-left:25px;
	overflow-x: hidden; 
}

.caption { 
    float:right;
	display: inline; 
	width:240px;
	margin: 5px;
	padding: 5px;
	border: solid 1px black; 
	background: #DFF4E0; 
	font-size:11px; 
	color: black;
}

.text{
	width:850px;
    text-align:left;
	margin-left:35px;
}

.appraisers{
	font-size: 14px;
	font-weight: bold;
}
.appraisers_sm {
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
}

.banner{
	background: url('banners/banner_ad.png') no-repeat center;
	width:155px;
	height:103px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#0e3f09;
}
.ads_top{
	background: url('images/ad_top.jpg') no-repeat top center;
	height:20px;
}
.ads_middle{
	background: url('images/ad_middle.jpg') repeat-y top center;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#0e3f09;
}
.ads_bottom{
	background: url('images/ad_bottom.jpg') no-repeat top center; 
	height:60px;
}

.states{
	width:650px;
	height:50px;
	margin:5px 87px 5px 158px;
	text-align:center;
}
.states ul{
	
	display: block;
	list-style: none;
}
.states li{
	display: inline;
	list-style: none;
}
.city_name{
	color:#255D30;
}

#footer{
	background: url('images/footer.jpg') no-repeat top center;
	width: 980px;
	height: 150px;
	margin: -20px 0 10px 0;
	color: #0e3f09;
	
}