.property_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	width: 160px;
	float: left;
	background-color: #FFFFFF;
	margin-left:17px;
}

.property_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width:160px%;
}
		
.property_nav li {
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.property_nav li a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
	background-color: #EDEDED;
	width: 138px;
	color: #333333;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #D8D8D8;

}
html>body .property_nav li a {
	width: auto;
}
	
.property_nav li a:hover {
	background-color: #E0EBF5;
	color: #0C2577;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #6799CC;
}

.listing_options {
	list-style: none;
	margin:0 0 0 32px;
	padding:0px;
}

.member_options {
	list-style: none;
	margin:0 0 0 32px;
	padding:0px;
}

.featured_listing {
	width:140px;
	background-color:#D3E4F4;
	text-align:center;
	padding:10px;
	margin:0px auto;
}

.featured_listing a {
	color:#06386B;
}

.featured_listing img {
	margin:12px 0 2px 0;
	border:solid 3px #fff;
}

.thumbnail {
	border:solid 1px #ccc;
	margin:4px 15px 20px 10px;
}

.search_result {
	width:460px;
	padding:5px;
	margin-left:5px;
}

.search_result .hr {
	background-image:url('../images/h_line_485.gif');
	background-repeat:no-repeat;
	height:20px;
	clear:both;
	border:0;
	background-color:none;
}

.search_result hr {
	display:none;
}

.results_bar {
	background-color:#EDEDED;
	padding:1px 10px 1px 10px;
	border-top:solid 1px #D8D8D8;
	border-bottom:solid 1px #D8D8D8;
	margin-bottom:5px;
}

.search_result img {
	float:left;
	margin:5px 15px 15px 0;
}

.listing_images {
	border-top:solid 1px #EDEDED;
	border-bottom:solid 1px #EDEDED;
	padding:10px 0 10px 0;
	text-align:center;
	background-color:#93B6DC;
}

.listing_images img {
	margin:8px 10px;
	border:solid 3px #fff;
}

/* Home Page Featured Listings
--------------------------------------------------------------------------------------------- */
.home_featured_listings {
	margin-top:12px;
}

.home_featured_listings .listing {
	border:solid 1px #CAD9F6;
	width:224px;
	float:left;
	background-color:#EAF1FB;
	margin-right:5px;
	margin-left:1px;
	margin-top:6px;
}

.home_featured_listings .link {
	padding:0 8px 8px 8px;
}

.main_search_form {
	border:solid 1px #ccc;
	padding-top:20px;
	padding-bottom:20px;
}

.main_search_form legend {
	color:#003366;
	font-family: "Times New Roman", Times, serif;
	font-size:17px;
}

/* Pop Up Form
--------------------------------------------------------------------------------------------- */
.popup_text {
	width:400px;
	padding:20px;
}