@import 'common.css';

ul#main-nav li a#properties{
	background-position:bottom left;
}

h3{
	font-size:13px;
	font-weight:bold;
}

/*****************************************************
Properties Landing
******************************************************/
#landing-banner{
	float:left;
	width:653px;
	height:165px;
	background:url(../images/properties/banner.jpg) top left no-repeat;
}

ul#properties-main{
	float:left;
	margin:20px 10px 0 20px;
	padding: 0 0 60px 0;
	list-style:none;
}
ul#properties-main li{
	float:left;
	width:195px;
}
ul#properties-main li ul{
	list-style:disc;
	padding-left:15px;
}
#general-info {
	margin:0 10px 0 0;
}
#general-info h2{
	font-size:17px;
	font-weight:bold;
	margin:0 0 15px 0;
}
#general-info p{
	font-size:11px;
}
#properties-list{
	padding:0 0 0 7px;
	font-size:11px;
}
li#properties-list ul{
	list-style-type:disc;
	margin: 0 0 10px 0;
}
li#properties-list ul li{
	float:left;
	width:180px;
}
#properties-button{
	padding:0 0 0 5px;
	height:340px;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#properties-button p{
	font-size:11px;
}

/*****************************************************
Current Properties
******************************************************/
#home-content-wrap{
}
#properties-flash{
	background:url(../images/properties/flash-map.jpg) top left no-repeat;
	width:655px;
	height:427px;
}
ul#current-nav{
	float:left;
	list-style:disc;
	width:610px;
	border:1px solid red;
}
ul#current-nav li{
	float:left;
	width:200px;
	text-align:center;
}
.highlight_text {
	color: #8b370d;