@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

img {
	border: none;
}

a {
	color:#000000;
}

a:hover{
	text-decoration:none;
}

a:visited{
	color:#000000;
}


p{
	margin-top:10px;
}

body{
	background:url(../images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

.pagecontainer{
	margin:20px auto;
	width:822px;
}

.topborder{
	background:url(../images/topborder.gif) center bottom no-repeat;
	height:11px;
}

.mastbottom{
	width:100%;
	background:url(../images/mastbottom.gif) repeat-x;
	height:26px;
}
.mainbg{
	background:url(../images/mainbg.gif) center repeat-y;
	padding:0 11px;
}

.leftsidebar{
	width:274px;
	float:left;
}

.nav{
	height:272px;
	background:url(../images/nav/bg.gif);
}
.nav ul {
	list-style: none;
}

.nav ul li{
	margin:9px 0 0 18px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: top left;
}
.nav ul li a {
	display: block;
	color: #666317;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	padding:4px 20px;
}
.nav ul li a.current {
	color: #86342f;
}
.nav ul li#home {
	background-image: url(../images/nav/home.png);
}
.nav ul li#home:hover {
	background-image: url(../images/nav/home-hov.png);
}
.nav ul li#about {
	background-image: url(../images/nav/about.png);
}
.nav ul li#about:hover {
	background-image: url(../images/nav/about-hov.png);
}
.nav ul li#photos {
	background-image: url(../images/nav/photos.png);
}
.nav ul li#photos:hover {
	background-image: url(../images/nav/photos-hov.png);
}
.nav ul li#windmark {
	background-image: url(../images/nav/windmark.png);
}
.nav ul li#windmark:hover {
	background-image: url(../images/nav/windmark-hov.png);
}
.nav ul li#testimonials {
	background-image: url(../images/nav/testimonials.png);
}
.nav ul li#testimonials:hover {
	background-image: url(../images/nav/testimonials-hov.png);
}
.nav ul li#relatedserv {
	background-image: url(../images/nav/relatedserv.png);
}
.nav ul li#relatedserv:hover {
	background-image: url(../images/nav/relatedserv-hov.png);
}
.nav ul li#gallery {
	background-image: url(../images/nav/photos.png);
}
.nav ul li#gallery:hover {
	background-image: url(../images/nav/photos-hov.png);
}
.nav ul li#contact {
	background-image: url(../images/nav/contact.png);
}
.nav ul li#contact:hover {
	background-image: url(../images/nav/contact-hov.png);
}
.nav ul li#plans {
	background-image: url(../images/nav/plans.png);
}
.nav ul li#plans:hover {
	background-image: url(../images/nav/plans-hov.png);
}

.content{
	float:left;
	padding:40px;
	font-size:13px;
	line-height:18px;
	width:400px;
}

.content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #666317;
	margin-bottom: 20px;
}
.content h1.home {
	background: url(../images/titles/home.gif) no-repeat;
	width: 398px;
	height: 78px;
	text-indent: -10000px;
	margin-bottom: 0;
}
.ourhomes p{
	margin:15px 100px 10px 25px;
	padding: 0;
	font-size: 12px;
	padding-bottom:10px;
	color:#555113;
	font-size:13px;
}

.ourhomes .header{
	font-size:15px;
	font-weight:bold;
}

.services ul{
	margin-left:10px;
	list-style-type:none
}

.gallery{
	padding:0 50px;
}

.gallery div{
	text-align:center;
	margin-top:20px;
	font-size:13px;
}

.bottomborder{
	clear: both;
	background:url(../images/bottomborder.gif) center bottom no-repeat;
	height:13px;
}

.footer{
	font-size:13px;
	line-height:18px;
	color:#EEEEEE;
	margin:15px 0;
	text-align:center;
}

.sitemap{
	font-size:12px;
	color:#CC9999;
}

.sitemap a{
	color:#CC9999;
}

.sitemap a:hover{
	color:#CC9999;
}

.sitemap a:visited{
	color:#CC9999;
}
.caption {
	font-size: 11px;
}
p.link {
	margin: 10px 0;

}
.link a {
	font-size: 12px;
}
div.wmb-homes {
	width: 423px;
	float: right;
	margin: 0 30px 0 10px;
}
div.wmb-homes img {
	width: 145px;
}
