body {
	background-color: #D9DCC5;
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
/* reid unique styles */
.outline {
	border-top: none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: none;
}
.menu {
	font-size: 10px;
	color: #666E42;
	font-weight: bold;
	text-align: center;
}
.menu:link {
	font-size: 10px;
	color: #666E42;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.menu:visited {
	font-size: 10px;
	color: #666E42;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.menu:hover {
	color: #666E42;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
/*quick search table*/
.qs_table {border: 0; background:#C4D5E5; font-size: 11px;}
.qs_head {color:#6E7649;  background:#C4D5E5; font-size: 14px; font-weight: bold;}
.qs_small_head {color:#929871; font-size: 10px; font-weight: bold;}
/*.qs_table input {width: 100px;  background-color: #FFFFFF; color: #102132; border: 1px solid #284279;}*/
.button {font-size: 11px; background-color: #D0D2C2; color: #000000;padding: 1px;} 

/* menu styles */
#dropmenudiv{
position:absolute;
background-color: #999999;
border:0;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
color:#666E42;
font-size: 10px;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CAD8EB;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold; */
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C4D5E5;
}

.feat {
	border: 3px solid #FFFFFF;
} 

/* end reid unique styles */

a:link {
	color: #BF2E1A;
	text-decoration: underline;
}

a:visited {
	color: #BF2E1A;
	text-decoration: underline;
}

a:hover {
	color: #BF2E1A;
	text-decoration: underline;
}

hr {
	color: #666666;
}

/* used on detail page - note top padding */			
.large24head {
	font-size: 18px;
	color: #4F668A;
	font-weight: bold;
/*	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: italic;*/
	padding-top: 15px;
}
			
.largehead {
	font-size: 18px;
	color: #4F668A;
	font-weight: bold;
}
			
.midhead {
	font-size: 15px;
	color: #4F668A;
}
			
.smallhead {
	font-size: 12px;
	color: #BF2E1A;
	font-weight: bold;
}

/* for MLSplus */			
.redhead {
	font-size: 12px;
	color: #BF2E1A;
}
			
.plaintext {
	font-size: 11px;
	color: #666E42;
}

.smalltext {
	font-size: 9px;
	color: #666E42;
}

/* This defines the border around the thumbnails on the pickpage -  */
.thumb {
	border: 1px solid #bf2e1a;
} 

.thumb:hover {
	border: 1px solid #FFCC00;
}

/* colors any submit button, instead of using an image */
input.gobtn {
	background-color: #8BA6CA; 
	font-size: 11px; 
	color: #FFFFFF;
	padding: 1px;
}

/* defines width of form box holding counties, cities, etc 
	don't change this*/
select.box {
	width: 150px;
}

select.100 {
	width: 85px;
	font-size: 9px;
	margin: 2px;
}

input.85 {
	width: 85px;
	font-size: 9px;
	margin: 2px;
}

input.40 {
	width: 40px;
	font-size: 9px;
	margin: 2px;
}

/* used on registration page - justified */   
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #666E42;
/*	text-align: justify; */
}

/* favorites and saved searches - table background color */
table.cart {
	padding: 2px 1px 5px;
	width: 100%;
	background-color: #F8F8FF;
	border: 1px double #EEE8AA;
	
}    

/*agent roster*/
.agentsWrap{font-size:11px;line-height:17px;}
.agentRow{height:auto;}
.agentControls {font-size:11px;line-height:14px;margin-top:15px;}
.agentControls input{width:155px;}
.agentControls select{width:115px;}
.agentText a:link,.agentText a:active,.agentText a:visited{text-decoration:none;} .agentText a:hover{text-decoration:underline;}

.agentWrap{width:580px;margin:15px 0px 25px 12px;}
.agentWrap .agentBio {width:580px;}
.agentWrap .listingsDisplayTitle {border-bottom:dashed 1px #bf2e1a;}

.gobtn,
.agentSubNav a:link,.agentSubNav a:active,.agentSubNav a:visited,.agentSubNav a:hover,
.agentWrap .listingsDisplay a.viewLink:link,.agentWrap .listingsDisplay a.viewLink:visited,.agentWrap .listingsDisplay a.viewLink:active,.agentWrap .listingsDisplay a.viewLink:hover  
{background: #8ba6ca;}
.agentWrap .listingsDisplay a.viewLink:link,.agentWrap .listingsDisplay a.viewLink:visited,.agentWrap .listingsDisplay a.viewLink:active,.agentWrap .listingsDisplay a.viewLink:hover {margin-top:-3px;} 

.agentWrap .listingsDisplay{width:580px;}
.agentWrap .featuredWrap {margin-right:50px;}

/* end agent roster*/

