body {background-color: #FFFFFF}

.listbg-odd {background-color: #E9E9CC}
.listbg-even {background-color: #FFFFFF}

</style>
body {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #000000}
body {  font-family: "Times New Roman", Times, serif; font-size: 9px}
a:link {  color: #003333}
a:visited {  color: #660066}
a:hover {  color: #660099}
a:active {  color: #660099}
.menulink { color: #003333; font-size: 11px; font-family: arial, helvetica, sans-serif; font-weight: bold; line-height: 25px; font-style: normal; clip: rect( ); position: relative; text-decoration: none }
A.menu 			{ font-family: Arial, Helvetica, Verdana, San-Serif; font-size: 12px; color: #000000; text-decoration: none }
A.menu:visited  { font-family: Arial, Helvetica, Verdana, San-Serif; font-size: 12px; color: #000000; text-decoration: none }
A.menu:hover    { font-family: Arial, Helvetica, Verdana, San-Serif; font-size: 12px; color: #666666; text-decoration: none }

A.drop 			{ font-family: Arial, Helvetica, Verdana, San-Serif; font-size: 11px; color: #cc6600; line-height: 16px; text-decoration: none }
A.drop:visited  { font-family: Arial, Helvetica, Verdana, San-Serif; font-size: 11px; color: #cc6600; line-height: 16px; text-decoration: none }
A.drop:hover    { font-family: Arial, Helvetica, Verdana, San-Serif; font-size: 11px; color: #ff9933; line-height: 16px; text-decoration: none }
.italic {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; font-style: italic}


.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	text-align: justify;
	padding: 10px;

}

.largehead {color: #000000;
			font-size: 18px;
			font-weight: bold;
			font-family: arial, helvetica, sans-serif;
}

.midhead {color: #000000;
			font-size: 15px;
			font-weight: bold;
			font-family: arial, helvetica, sans-serif;
}

.smallhead {color: #000000;
			font-size: 13px;
			font-weight: bold;
			font-family: arial, helvetica, sans-serif;
}

.boxhead {color: #000000;
			font-size: 12px;
			font-weight: bold;
			font-family: arial, helvetica, sans-serif;
}

.propertynav {color: #000000;
			font-size: 10px;
			font-family: arial, helvetica, sans-serif;
}

.smalltext {font-size: 10px;
            color: #000000;
            font-family: Arial, Helvetica, sans-serif;
}

.plaintext {font-size: 12px;
            color: #000000;
			font-family: Arial, Helvetica, sans-serif;
}
			
/* used on detail page - note top padding */			
.large24head {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 15px;
}
			
/* for MLSplus */			
.redhead {
	font-size: 12px;
	color: #000066;
}
			
/* 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 #000066;
}

/* colors any submit button, instead of using an image */
input.gobtn {
	background-color: #7B998D; 
	font-weight: bold; 
	font-size: 9px; 
	color: #000000;
	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;
}

/* you may want to change the background color 
	and below, tell it whether to underline the links using border-bottom*/
table.float {
	font-size: 12px;
	color: #666699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 1px 5px;
	text-align: center;
	width: 120px;
	background-color: #F8F8FF;
	border-top: 2px inset;
	border-right: 2px inset;
	border-bottom: 2px inset;
	border-left: 2px inset;
} 

.float a {
	padding: 1px;
	height: 18px;
	width: auto;
	margin: 3px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px solid;
	border-left: 1px none;
	
}

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


