body{
	background: #fff url(../images/body-bg.jpg) repeat-x 0 0;
	font:; 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
a:link, a:visited{
	color: #333;
}
ul, li{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4{
	margin-top: 0;
}
h1{
	font-family:'Trebuchet MS';
	text-transform:uppercase;
	font-size:24px;
	font-weight:200;
	color: #B0C16D;
	margin-bottom:.5em;
}
h2{
	font-family:'Trebuchet MS';
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	color: #B0C16D;
	margin-bottom:.5em;
    text-align:center;
    margin-bottom:20px;
}
h4{
	font-size: 11px;
}
.info-wrapper h1 span{
	text-indent: -9999px;
	display: block;
	display: none;
}
a img{
	border: 0;
}
#wrapper{
	width: 651px;
	margin: 0 auto;
}
#header{
	position: relative;
	overflow: hidden;
	background: url(../images/bg-header.jpg) repeat-x 0 0;
	height: 119px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 20px;
}
#nav-title{
	position: absolute;
	top: 57px;
	left: 200px;
}
#topnav{
	float: right;
	margin: 10px 10px 0 0;
}
#topnav li{
	float: left;
	list-style: none;
	padding: 0 10px;
	background:url(../images/topnav-li-bg.gif) no-repeat right;
}
#topnav li.last{
	background: none;
	padding-right: 0px;
}
#topnav li a, #navigation li a{
	background-position: 0 0;
	background-repeat: no-repeat;
}
#topnav li.home span{
	text-indent:-9999px;
}
#topnav li.home a{
	background:url(../images/icon-home.jpg);
}
#topnav li.contact a{
	background:url(../images/icon-contact.jpg);
}
#topnav li.sitemap a{
	background:url(../images/icon-sitemap.jpg);
}
/* navigation styles */
#nav-holder{
	overflow: hidden;
	margin:0;
	padding: 0;
	height: 286px;
	width: 100%;
}
#navigation{
	list-style: none;
	width: 170px;
	float: left;
	background-color: #d7d594;
	padding-top: 13px;
	margin: 0;
}
#navigation a{
    display: block;
}
#navigation a{
	text-indent: -9999px;
}
#navigation li.featured a{
	background: url(../images/nav-featured.jpg);
	height: 28px;
}
#navigation li.about a{
	background: url(../images/nav-about.jpg);
	height: 29px;
}
#navigation li.associations a{
	background:url(../images/nav-associations.jpg);
	height: 30px;
}
#navigation li.contact a{
	background:url(../images/nav-contact.jpg);
	height: 30px;
}
#navigation li.properties a{
	background:url(../images/nav-properties.jpg);
	height: 29px;
}
#navigation li.alacarte a{
	background:url(../images/nav-alacarte.jpg);
	height: 29px;
}
#nav-holder .img-holder{
	float: right;
}

/* info-holder */
.info-holder{
	overflow: hidden;
	width: 100%;
	background: url(../images/bg-info-holder.gif) repeat-y 0 0;
}
.info-wrapper{
	float: left;
	width: 447px;
}
.info-padding{
	padding: 20px;
}
/*right column*/
.right-column-holder{
	float: right;
	width: 203px;
	margin-right: 1px;
}
.right-padding{
	padding: 15px 10px;
}
.right-column-holder h4{
	margin-bottom: 0;
}
.right-column-holder p{
	margin-top: 0;
}
/*Black box*/
.blackbox {
	color: #e5e5e5;
}
.blackbox a:link, .blackbox a:visited{
	color: #D6D594;
}
/*Gold box*/
.goldbox{
	color: #333;
}
/* Footer styles*/
#footer{
	background-color: #000/*#093415*/;
	color: #fff;
	overflow: hidden;
	padding: 10px;
	font-size: 10px;
}
#footer ul{
	margin: 0 auto 5px;
	overflow: hidden;
	width: 450px;
}
#footer li{
	list-style: none;
	float: left;
	padding: 0 7px;
}
#footer a{
	color: #fff;
}
#footer p{
	margin:0;
}
/*Featured Listings*/
.right-column-holder .properties{
	margin:5px 0 35px;
}
.right-column-holder h2{
	margin-bottom: 35px;
}
/* contact page */
div.contacts{
	border-top: 1px solid #cccccc;
}
div.contacts .contact{
	float: left;
	margin-right: 20px;
	width: 130px;
}
/* A La Carte*/
h2{
	font-size: 13px;
}
.info-wrapper ul{
	padding-left: 1em;
	margin-bottom:20px;
}