body {
	background-color: #000;
	margin: 0px 0px 0px 40px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-color: #343434;
}
a:link, a:active, a:visited {
	color: #1d4ca8;	
}
a:hover {
	color: #2664de;
	text-decoration: underline;
}

hr {
	color: #343434;
}
/* style boxes*/
.rightBox{
	border: solid 1px #422b13;
	background-color:#D0A825;
	color:#030303;
	font-size:11px;
	font-weight:normal;
	border: medium groove #000000;
}
.rightBoxHead {
	font-size:14px;
	font-weight:bold; 
	background-color:#D0A825;
	color:#fff;
	border: medium groove #000000;
}
/* used on detail page - note top padding */			
.large24head {
	font-size: 24px;
	color: #B59639;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	padding-bottom: 12px;
}
			
.largehead {
	font-size: 18px;
	color: #B59639;
	font-weight: bold;
}
			
.midhead {
	font-size: 15px;
	color: #002249;
	font-weight: bold;
}
			
.smallhead {
	font-size: 12px;
	color: #343434;
	font-weight: bold;
}

/* for MLSplus */			
.redhead {
	font-size: 12px;
	color: #CC0033;
}
			
.plaintext {
	font-size: 12px;
}

.smalltext {
	font-size: 10px; color: #343434;
}

/* This defines the border around the thumbnails on the pickpage -  */
.thumb {
	border: 1px solid #343434;
} 

.thumb:hover {
	border: 1px solid #1d4ca8;
}

/* colors any submit button, instead of using an image */
input.gobtn {
	background-color: #002249; 
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	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: 10px;
	margin: 2px;
}

input.85 {
	width: 85px;
	font-size: 10px;
	margin: 2px;
}

input.40 {
	width: 40px;
	font-size: 10px;
	margin: 2px;
}

/* used on registration page - justified */   
.bodytext {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #343434;
	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;
	
}    
#searchContainer {
	position:absolute;
	left:177px;
	top:128px;
	width:664px;
	height:594px;
	z-index:8;
}

select.smalltext {margin-bottom: 0; margin-top: 0;}

/*quick search table*/
.qs_table {border: 0; background:#C4D5E5; font-size: 11px;}
.qs_head {font-size: 13px; }
.qs_small_head {font-size: 10px;}
/*.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;} 
