body {
	background-color: #FFFFFF;
	background-image: url(/imgs/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {color: #333333;
	text-decoration:none;
}

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

a:hover {color: #990000;
}

.menu  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
/*	position: relative;
	left: 12px;*/
	line-height: 15px;
	color:#333333;
	display:block;
	padding:2px 10px;
	background-color: transparent;
}

.menu a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
/*	position: relative;
	padding:2px 10px;
	left: 12px;*/
	line-height: 15px;
	color:#333333;
	display:block;
	background-color: transparent;
}

.menu a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
/*	position: relative;
	padding:2px 10px;
	left: 12px;*/
	line-height: 15px;
	color:#333333;
	display:block;
	background-color: transparent;
}

.menu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
/*	position: relative;
    padding:2px 9px;
	left: 12px;*/
    line-height: 13px;
    color:#FFFFFF;
    display:block;
    background-color:#999999;
    border:1px solid #999999;
}


.submenu  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #6699CC;
	text-decoration: none;
	position: relative;
	left: 22px;
	font-weight: normal;
	line-height: 140%;
}

.submenu a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #6699CC;
	text-decoration: none;
	position: relative;
	left: 22px;
	font-weight: normal;
	line-height: 140%;
}

.submenu a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #6699CC;
	text-decoration: none;
	position: relative;
	left: 22px;
	font-weight: normal;
	line-height: 140%;
}

.submenu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #6699CC;
	text-decoration: none;
	position: relative;
	left: 22px;
	font-weight: bold;
	line-height: 140%;
}

.white {color: #FFFFFF;
	        font-size: 12px;
}

.white a:link {color: #FFFFFF;
	        font-size: 12px;
	        text-decoration:none;
}

.white a:visited {color: #FFFFFF;
	        font-size: 12px;
}

.white a:hover {color: #FFFFFF;
	        font-size: 12px;
}
/* used on registration page - justified */   
.bodytext {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}

form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/* for search */
.sanshead {color: #000066;
			font-size: 24px;
			font-weight: bold;
			font-family: arial, helvetica, sans-serif
}
			
/* used on detail page - note top padding */			
.large24head {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 15px;
}

.largehead {color: #323949;
			font-size: 15px;
			font-weight: bold;
}

.midhead {color: #323949;
			font-size: 15px;
			font-weight: bold;
}

.smallhead {color: #323949;
			font-size: 13px;
			font-weight: bold;
}

.boxhead {color: #993333;
			font-size: 12px;
			font-weight: bold;
}

.formhead {color: #993333;
			font-size: 13px;
			font-weight: bold;
}
			
/* for MLSplus */			
.redhead {
	font-size: 11px;
	color: #993333;
}

.plaintext {
	font-size: 12px;
	color: #000000;
}

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

/* 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 #000066;
} 

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

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

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

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


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