/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	background: #333333;
	color: #3d3d2a;
}

a {
	color: #3d3d2a;
}

a:hover {
	text-decoration: none;
}

td {
	vertical-align: top;
}

.property_copyright {
	text-align: left; 
	padding: 10px; 
	font-size: 9px;
}

#address {
	padding: 6px;
	color: #ccc88e;	
}

#address a {
	color: #ccc88e;	
	text-decoration: none;
}

#address a:hover {
	text-decoration: underline;
}

#footer {
	padding-top: 15px;
}

#footer a {
	color: #456880;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	color: #456880;
	font-size: 11px;
	text-decoration: underline;
}

.content_padding {
	padding: 30px;
}

.box_padding {
	padding: 10px;
}


/* HOMEPAGE */

#welcome_text, #ls_text {
	padding-left: 25px;
	padding-right: 25px;
}

#ls_text {
	color: #3d3d2a;
	text-align: justify;
	padding-bottom: 13px;
}

#potw {
	color: #3d3d2a;
}

#potw_description {
	height: 104px;
	overflow-Y: scroll;
}

#progress_bar {
	height: 90px; 
	width: 123px;
	background: #333333; 
	padding: 5px; 
	color: #FFFFFF;
	float: left;
	position: absolute;
}

/* MLS SEARCH PAGE */

#mls_box {
	height: 415px;
	width: 100%;
	overflow-Y: scroll;
}

.mls_row_bg {
	background: #d4d4d4;
	vertical-align: middle;
	text-align: center;
}

.mls_info {
	text-align: left;
}

.mls_contact {
	text-align: right;
}

.mls_contact a {
	font-weight: bold;
	color: #304959;
	text-decoration: none;
}

.ml_contact a:hover {
	text-decoration: underline;
}

/* MLS DETAIL */

#county, #city {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.mls_photo, .mls_pages {
	text-align: center;
}

#mls_photo_bg { 
	background: url(images/photo_loading.gif) no-repeat center;
	height: 252px;
}

#mls_detail_bg {
	height: 225px;
}

* #mls_detail_bg {
	height: 228px;
}

<!--[if gte IE 7]>
<!--[if IE 6]>

.mls_pages {
	vertical-align: middle;
}

.mls_detail {
	padding-left: 15px;
	padding-right: 15px;
}

.mls_detail_footer {
	padding-left: 15px;
	vertical-align: middle;
	color: #304959;
	text-decoration: none;
}

.mls_detail_footer a {
	color: #304959;
	text-decoration: none;
}

.mls_detail_footer a:hover{
	text-decoration: underline;
}

.mls_detail_link {
	font-weight: bold;
	color: #304959;
}

#mls_detail_desc {
	background: #d4d4d4;
	padding: 15px;
}

.show_pages {
	text-align: right;
	padding-left: 5px;
	padding-top: 10px;
	vertical-align: middle;
}

/* BIOS */
#bios_users {
	color: #3e5e73;
	text-decoration: none;
	font-weight: bold;
}

#bios_users a {
	color: #3e5e73;
	text-decoration: none;
	font-weight: bold;
}


#bios_users a:hover {
	text-decoration: underline;
}

/* CONTACT */
#ajax_message {
	padding-bottom: 5px;
}

#mls-disclaimer {
		float:left;
		width:100%;
		margin-top:60px;
		font-size:9px;
		color:#ab977d;
	}