@charset "utf-8";
body  {
	font: 90% "Times New Roman", Times, serif;
	background: #B7CBCB url(../images/bg_main.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4A4237;
	line-height:1.2em;
}
p {
	padding: 0;
	margin-top:4px;
	margin-bottom:4px;
}
#wrap{ 
	width: 770px;
	margin: 0 auto;
	border: 0;
	text-align: left;
} 
#header {
	width:770px;
	height:104px;
	background: url(../images/bg_header.jpg) no-repeat;
	margin: 0; 
	padding: 0;
} 
#topnav {
	width:150px;
	margin-left:601px;
	text-align:center;
	line-height:25px;
	color:#4A4237;
	font-size:12px;
	font-weight:500;
}

#topnav a, #topnav a:visited{
	color:#4A4237;
	font-size:12px;
	font-weight:500;
	text-decoration:none;
}
#topnav a:hover {
	text-decoration:underline;
}
#nav {
	width:770px;
	margin: 0;
	padding: 0;
	border: 0;
}
#nav img {
	border: 0;
}
#container {
	width:770px;
	background: #F4E1B6 url(../images/bg_content.jpg) repeat-y;
}

#sidebar {
	float: left;
	display:inline;
	width: 275px;
	margin-left:12px;
}
#sidebarc {
	width:267px;
	margin:4px
}
.feature {
	width:264px;
	margin:4px; 
}
.featurehomes {
	width:264px;
	height:148px;
	margin:4px;
	background:#F9EDD2 url(../images/bg_featurehome.jpg) no-repeat; 
}
.featureimg {
	margin-left:5px;
	margin-top:5px; 
}
.featurehomesflash {
	width:264px;
	height:301px;
	margin:4px;
}
.featurehomesnoflash {
	width:264px;
	height:148px;
	background:#F9EDD2 url(../images/bg_featurehome.jpg) no-repeat;
	margin-bottom:4px;
}
.featurehomesnoflash img {
	margin-left:5px;
	margin-top:5px; 
}
.twoCol #content {
	float:right;
	display:inline;
	width:472px;
	margin-right:11px;
	background: url(../images/bg_2col_r.jpg) top no-repeat;
}
.twoCol #content.home {
	background:url(../images/bg_2col_welcome.jpg) top no-repeat;
}
.twoCol #content.about {
	background:url(../images/bg_2col_about.jpg) top no-repeat;
}
.twoCol #content.properties {
	background:url(../images/bg_2col_properties.jpg) top no-repeat;
}
.twoCol #content.gallery {
	background:url(../images/bg_2col_gallery.jpg) top no-repeat;
}
.twoCol #content.links {
	background:url(../images/bg_2col_links.jpg) top no-repeat;
}
.twoCol #content.service {
	background:url(../images/bg_2col_service.jpg) top no-repeat;
}
.twoCol #content.contact {
	background:url(../images/bg_2col_contact.jpg) top no-repeat;
}
.twoCol #content.privacy {
	background:url(../images/bg_2col_privacy.jpg) top no-repeat;
}
.twoCol #content.staff {
	background:url(../images/bg_2col_staff.jpg) top no-repeat;
}
.twoCol #contentt {
	width:460px;
	margin:60px 6px 10px;
}
.oneCol #content {
	width:747px;
	margin-left:11px;	
}
.oneCol #content.privacy {
	background:url(../images/bg_1col_privacy.jpg) top no-repeat;	
}
.oneCol #contentt {
	width:735px;
	margin-left:12px;
}

#footer {
	width:770px;
	height:50px;
	margin:0px 0px 25px 0px;
	padding:0;
	background:url(../images/bg_footer.jpg) no-repeat;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.footert {
	text-align:left;
	margin-left:20px;
	line-height:35px;
}
#footer a, #footer a:visited {
	font:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:11px;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:none;
}
a, a:visited {
	text-decoration:underline;
	color:#4A4237;
}
a:hover {
	text-decoration:none;
}

/* Miscellaneous classes for reuse */
h1, h2, h3, h4, h5 {
	color:#AA8953;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3, h4, h5 {
	font-size:14px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	padding:0;
	margin:0;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 