body{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #003F1F;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#162C42;
	color: #285692;
}
.header {
	background-image:url(img/header_bg.jpg);
	background-repeat:no-repeat;
	width: 900px;
	height: 81px;
	margin: 0 auto;
}
input {
	width: 120px;
	height: 15px;
	font-size:9px;
	padding: 3px;
	border-bottom:thin #7B7425 solid;
	border-left:thin #AFA53A solid;
	border-top:none;
	border-right:none;
}
.mail_field {
	height: 15px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	color:#28488D;
	border:thin #28488D solid;
}
textarea {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding: 3px;
	border-bottom:thin #7B7425 solid;
	border-left:thin #AFA53A solid;
	border-top:none;
	border-right:none;
}


.main {
	width: 900px;
	background-color:#FFFFFF;
	margin: 0 auto;
}
.menu_holder{
	width: 740px;
	height: 36px;
	padding-top: 25px;
	float:right;
	margin: 0 auto;
}
.menu_spcr{
	width: 18px;
	height: 10px;
	float: left;
	margin: 0 auto;
}
a.bttn_home {
	display: block;
	width: 105px;
	height: 36px;
	background: url(img/bttn_home.png);
	float: left;
	}
a.bttn_home:hover {
	background-position: -105px 0;
	text-decoration: none;
}
a.bttn_about {
	display: block;
	width: 105px;
	height: 36px;
	background: url(img/bttn_about.png);
	float: left;
	}
a.bttn_about:hover {
	background-position: -105px 0;
	text-decoration: none;
}
a.bttn_services {
	display: block;
	width: 105px;
	height: 36px;
	background: url(img/bttn_services.png);
	float: left;
	}
a.bttn_services:hover {
	background-position: -105px 0;
	text-decoration: none;
}
a.bttn_properties {
	display: block;
	width: 105px;
	height: 36px;
	background: url(img/bttn_properties.png);
	float: left;
	}
a.bttn_properties:hover {
	background-position: -105px 0;
	text-decoration: none;
}
a.bttn_developments {
	display: block;
	width: 105px;
	height: 36px;
	background: url(img/bttn_developments.png);
	float: left;
	}
a.bttn_developments:hover {
	background-position: -105px 0;
	text-decoration: none;
}
a.bttn_transactions {
	display: block;
	width: 105px;
	height: 36px;
	background: url(img/bttn_transactions.png);
	float: left;
	}
a.bttn_transactions:hover {
	background-position: -105px 0;
	text-decoration: none;
}

a.bttn_contact {
	display: block;
	width: 105px;
	height: 36px;
	background: url(img/bttn_contact.png);
	float: left;
	}
a.bttn_contact:hover {
	background-position: -105px 0;
	text-decoration: none;
}
.content {
background-image:url(img/content_bttm.jpg);
background-position:bottom;
background-repeat:no-repeat;
width: 886px;
margin: 0 auto;
}
.listing {
cursor:pointer; cursor:hand;
}
.listing:hover {
cursor: pointer; cursor: hand;
background-color:#E9ECF3;
}
.left_content {
width: 315px;
text-align:left;
float:left;
margin: 0 auto;
}

.search_left {
width: 315px;
height: 175px;
text-align:left;
background-image:url(img/search_bg.jpg);
padding-top:80px;
color: #28488D;
float:left;
margin: 0 auto;
}
.similar {
width: 315px;
text-align:left;
background-image:url(img/similar_bg.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
padding-top:55px;
padding-bottom:10px;
color: #28488D;
float:left;
margin: 0 auto;
}
.white_title {
	color: #FFFFFF;
	font-weight: bold;
}
.listing_spcr {
padding-left: 8px;
padding-right: 8px;
}

.search_fields_long {
color: #28488D;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
width:165px;
}

.search_fields {
color: #28488D;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.featured_right {
width: 565px;
text-align:left;
padding-left: 5px;
padding-bottom: 6px;
float:left;
margin: 0 auto;
}

.featured_left {
width: 315px;
height: 175px;
text-align:left;
background-image:url(img/search_bg.jpg);
padding-top:80px;
color: #28488D;
float:left;
margin: 0 auto;
}

.home_news {
width: 886px;
background-image: url(img/news_bg.jpg);
background-repeat:repeat-x;
background-color: #285896;
margin: 0 auto;
}

.news_pod {
width: 260px;
color:#FFFFFF;
font-size:10px;
text-align:left;
float:left;
padding-top:10px;
padding-left:26px;
padding-right:6px;
padding-bottom: 5px;
background-image: url(img/news_icon.png);
background-repeat:no-repeat;
background-position: 10px 10px;
margin: 0 auto;
}
.news_pod:hover {
text-decoration:underline;
cursor:hand;cursor:pointer;
}
.news_divider {
width: 2px;
height: 82px;
background-image:url(img/news_divider.jpg);
float:left;
margin: 0 auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.warn {
	color: #ff0000;
}

a:link {
color: #55606A;
text-decoration: underline;
}
a:visited {
color: #55606A;
text-decoration: underline;
}
a:hover {
color: #333333;
text-decoration: underline;
}
.base {
	width: 800px;
	font-size:10px;
	color:#999999;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
	margin: 0 auto;
}
a.footer {
	color: #999999;
	text-decoration:none;
}
a.footer:visited {
	color: #999999;
	text-decoration:none;
}
a.footer:hover {
	color: #BAAD13;
	text-decoration:underline;
}

.menu_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#285692;
	padding: 2px;
	text-indent: 4px;
	text-align: left;
	margin: 0 auto;
	cursor:hand;cursor:pointer;
}
.menu_item:hover {
	color:#FFFFFF;
	background-color:#285692;
	margin: 0 auto;
}
.menu_products {
	width: 160px;
	background-image:url(img/menu_bg.jpg);
	background-repeat:repeat-x;
	background-color:#EAEAEA;
	margin: 0 auto;
	}
.menu_border {
	width: 160px;
	padding: 3px;
	background-color:#FFFFFF;
	border:1px #EBEBEB solid;
	margin: 0 auto;
	}
	
a, img, div, input { behavior: url(iepngfix.htc) }