@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: #000000;
}
p{
	margin:0;
	font-size:11px;
}

h1 {
	color:#BF9B57;
	font-size:14px;
	text-transform:uppercase;
}
h2 {
	color:#BF9B57;
	font-size:12px;
}
.gold{
	color:#BF9B57;
}
.floatLeft{
	float:left;
}
#homeOffices td{
	font-size:11px;
	color:#DDD;
	text-align:center;
}
dl{
	margin-top:0;
}
dt{
	float:left;
	text-align:right;
	width:120px;
	padding:2px 2px 2px 2px;
}
dd{
	width:170px;
	background-color:#F1E8D5;
	margin:3px 0 3px 120px;
	padding:2px;
}
#propSumLeft dt{
	width:100px;
}
#propSumLeft dd{
	margin:3px 0 3px 100px;
}
#propSumRight dt{
	width:130px;	
}
#propSumRight dd{
	width:180px;
	margin:3px 0 3px 130px;
}

.headBar-822w{
	background:url("../_img/bg-main-menu.gif") repeat-x;
	width:742px;
	color:#FFF;
	font-weight:bold;
	padding:2px 40px;
}		

#leftCol-612{
	width:612px;
	padding:0;
	float:left;
	overflow:hidden;
}
#rightCol_190{
	width:190px;
	margin-left:20px;
	padding:0;
	float:left;
}
.headBar{
	background:url("../_img/bg-main-menu.gif") repeat-x;
	/*height:22px; width:612px;*/ 
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding:2px 0;
	margin-bottom:0;
}	
.listingSect{
	padding:10px;
	background-color:#DFCAA1;
	color:#000000;
	margin:0 0 20px 0;
}
.oneColFixCtr #container {
	width: 822px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	color:#ccc
}
.realtorPage #content {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#222;
	padding:20px;
}
#mainContent-int{
	margin-top:0;
	background-color:#FFFFFF;
	color:#000000;
	padding:20px 35px 20px 35px;
	margin-bottom:20px;
}

#content{
	background-color:#FFFFFF;	
	margin-bottom:20px;
}

#divCenter{
	color:#BF9B57; border-left:solid #565658 1px; border-right:solid #565658 1px; padding:10px; width:300px; float:left; display:inline-block;
}
#divRight{
	padding:10px; color:#999; float:right; vertical-align:top; display:inline; font-family:Arial, Helvetica, sans-serif;
}
#listTopSec{
	margin:20px 0 40px 0;
	color:#FFF;
}
.smallOffice{
	color:FFF;
	font-size:11px;
}
#secondLevel-MainContent{
	float:left;
	margin-top:0;
	width:600px;
	color:#000000;
	padding:20px 35px 40px 35px;
	background-color:#FFFFFF;
}
#leftCol{
	float:left;
	width:112px;
	padding:40px 10px 20px 30px;
	background-color:#FFFFFF;
}
#leftNav{
	height:150px;
	/*background-color:#FFFFFF;*/
}
#leftNav a{
	color:#BF9B57;
}
#leftNav ul{
	list-style:none;
	margin-left:-20px;
}
#leftNav li{
	margin-bottom:10px;
}
#divListings{
	color:#333333;
	background-color:#F4EFE1;
	padding:10px;
	}
#divListings img{
	float:left;
	width:170px; /*height:100px;*/
	margin-right:10px;
}	
.divListing{
	border-bottom:solid #BF9B57 1px;
	padding-bottom:10px;
	margin-bottom:10PX;
}
#divListings a{
	color:#BF9B57;
	font-weight:bold;
}
.listPrice{
	float:right;
	color:#BF9B57;
	font-weight:bold;
	}

.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainContent a {
	/*color:#94B7DB;*/
	color:#B48649;
}
.oneColFixCtr #divFooter a {
	color:#CCCCCC;
}
.tdHomeSearch{
	width:25%;
	font-size:10px;
	vertical-align:top;
	color:#aaa;
}
.tdHomeSearch a{
	color:#aaa;
	text-decoration:none;
}
#propSearch td{
	color:#CCCCCC;
	padding-top:10px;
	font-size:10px
}
#propSearch select{
	background-color:#ECE3CC;
	/*background:url(/_img/bg-main-menu.gif) repeat-x;	*/
	font-size:10px;
}
#divHomeInfo{
	margin-top:10px;
	color:#333333;
	border:solid #BF9B57 2px;
	background-color:#ECE3CC;
	padding:10px;
}
#HHmore{
	margin-top:10px;
	color:#333333;
	text-align:left;
	border:solid #BF9B57 2px;
	background-color:#ECE3CC;
	padding:10px;
	font-size:1.25em;
}
#HHmore p{
	margin:10px;
}
.txtHomeHunter{
	background-color:#ECE3CC;
	width:100px;
}

#realtorLeft{
	float:left;
	width:153px;
	padding-right:25px;
	text-align:center;
}

#realtorLeft a{
	color:#BF9B57;
	font-weight:bold;
	font-size:12px;
}
#realtorRight{
	float:left;
	width:420px;
	text-align:left;
	font-size:11px;
	color:#666;
}

#realtorPageContent{
	padding:20px;
}
.clear{
	clear:both;
}
#divFooter{
	border-top:solid #BF9B57 1px; 
	padding:10px;
	text-align:center;
	font-size:9px;
	color:#aaa;
}
#divFooter a{
	text-decoration:none;
	color:#aaa;
}
.siteMap a{
	font-size:12px;
	color:#BF9B57;
	text-decoration:none	
	}
.siteMap a:hover{
	color:#CCCCCC
	}
.listingFrame{
	border:0;
	background-color:#FFCC66;
}
.calcHdr{
	background:url('../_img/bg-main-menu.gif') repeat-x;
	color:#fff;
}
/*.listingheader{
	background-color:#33FF00;
}*/