/* CSS Document */
#featured_properties
{
	text-align:center;
	width:776px;
	border-left:2px solid #ACACAC;
	border-right:2px solid #ACACAC;
}
#featured_properties ul{
	padding: 0px;
	float:left;
	width:260px;
	border:0;
	border-right:#1B6EBE 1px solid;
	background-color:#F7F7F7;
}

#featured_properties .featured_location{
  padding:6px 0 0 0;
  font-weight:bold;
}

#featured_properties .featured_address{
	font-size:14px
	font-weight:bold;
}

#featured_properties ul li{
	border:0px;
	display: block;
	float:none;
	font-size:12px;
}
#featured_properties .featured_header
{
	background-color:#1B6EBE;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:6px;
}
#featured_properties .featured_footer
{
	text-align:center;
	background-color:#1B6EBE;
	font-size:14px;
	height:22px;
	padding-top:8px;
	color:#FFFFFF;
	font-weight:bold;
}
#featured_properties .featured_photo
{
	display: block;
	width: 114px;
	height: 90px;
	background: url(../images/bg_featured_images.gif) no-repeat center;
	padding: 6px 0px 0px 1px;
	margin-right: 2px;
	margin-left: 5px;
	list-style: none;
	border: 0;
	float: left;
}
#featured_properties .featured_photo img{
	width: 105px;
	height: 80px;
	border: 1px solid #666;
}
#featured_properties .featured_details{
	height:20px;
}