body {
	background-color: #EBE9DE;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form {margin: 0;}
a:link {
	color: #CC3333;
	text-decoration: none;
}

a:visited {
	color: #CC3333;
	text-decoration: none;
}

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

hr {color: #666666;
}

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

/* for MLSplus */			
.redhead {
	font-size: 12px;
	color: #CC0033;
}
			
.plaintext {
	font-size: 12px;
	color: #332923;
}

.smalltext {
	font-size: 10px;
	color: #332923;
}

.white_smalltext {
	font-size: 10px;
	color: #FFFFFF;
}

a.b:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.b:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.b:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* This defines the border around the thumbnails on the pickpage - 
	someday I'd like to make the hover part work - let me know if you figure it out  */
.thumb {
	border: 1px solid #333333;
} 

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

/* colors any submit button, instead of using an image */
input.gobtn {
	background-color: #332923; 
	font-weight: bold; 
	font-size: 9px; 
	color: #F5EFDF;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #332923;
	text-align: justify;
}

.bodyhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #332923;
	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;
}

.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; font-weight: normal; color: #1C1C1C}
.links {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 14px; font-weight: normal; color: #1C1C1C}
.copyright {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 11px; font-weight: normal; color: #1C1C1C}


/* styles for newsletter */

.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #525252;
}
.toc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #525252;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #525252;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #525252;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}    