@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
}

body
{
	background:url(images/background.jpg) repeat-x top #66765c;
	height:100%;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#container
{
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

#header
{
	height:136px;
	margin:0 auto 0;
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
}

#logo
{
	float:left;
	height:120px;
	padding-top:15px;
	width:270px;
}
img
{
	border:none;
}
#sigsoth
{
	float:right;
	height:50px;
	padding-top:20px;
	color:#FFFFFF;
	font-size:11px;
}

#nav
{
	height:36px;
	float:right;
	width:690px;
	margin-top:30px;
}
#clear
{
	clear:both;
}
#contentHouse
{
	height:100%;
	width:100%;
	background:url(images/contentBG.jpg) repeat-x bottom #ffffff;
}
#content
{
	background:url(images/tophat.png) no-repeat bottom right;
	min-height:600px;
	width:960px;
	margin:0 auto 0;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
}
#contentLeft
{
	width:499px;
	float:left;
	padding-bottom:15px;
	line-height:22px;
}
#contentRight
{
	width:420px;
	padding:20px 10px 10px 10px;
	float:right;
	line-height:22px;

}

#footer
{
	width:960px;
	margin:0 auto 0;
	color:#FFFFFF; 
	font-size:11px;
	padding-top:10px;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#footer a, #footer a:visited
{
	color:#FFFFFF;
}
#footer a:hover
{
	color:#000000;
}
p
{
	padding-top:5px; 
	padding-bottom:5px;}
ul
{
	padding-left:30px;
	padding-top:15px;
}
.homepage li
{
	padding-bottom:6px;
	font-weight:normal;
}

#MainMenu 
{
	height:36px;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:right;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:300;
	line-height:36px;
	padding:0 15px 0 13px;
}
#tab a:hover,#tab li.item_active a 
{
	background:url(images/right.gif) no-repeat right top;
}
#tab a:hover span,#tab li.item_active a span 
{
	background:url(images/left.gif) no-repeat left top;
	color:#000;
	font-weight:300;
	font-style:normal;
	text-decoration:none;
}

#home-page .home 
{
	background: url(images/right.gif) no-repeat right top;
}
#home-page .home span
{
	background:url(images/left.gif) no-repeat left top;
	color:#000;
	font-weight:300;
	font-style:normal;
	text-decoration:none;
}

#location-page .location
{
	background: url(images/right.gif) no-repeat right top;
}
#location-page .location span
{
	background:url(images/left.gif) no-repeat left top;
	color:#000;
	font-weight:300;
	font-style:normal;
	text-decoration:none;
}

#builders-page .builders
{
	background: url(images/right.gif) no-repeat right top;
}
#builders-page .builders span
{
	background:url(images/left.gif) no-repeat left top;
	color:#000;
	font-weight:300;
	font-style:normal;
	text-decoration:none;
}

#modelhomes-page .modelhomes
{
	background: url(images/right.gif) no-repeat right top;
}
#modelhomes-page .modelhomes span
{
	background:url(images/left.gif) no-repeat left top;
	color:#000;
	font-weight:300;
	font-style:normal;
	text-decoration:none;
}

#siteplan-page .siteplan
{
	background: url(images/right.gif) no-repeat right top;
}
#siteplan-page .siteplan span
{
	background:url(images/left.gif) no-repeat left top;
	color:#000;
	font-weight:300;
	font-style:normal;
	text-decoration:none;
}

#contactus-page .contactus
{
	background: url(images/right.gif) no-repeat right top;
}
#contactus-page .contactus span
{
	background:url(images/left.gif) no-repeat left top;
	color:#000;
	font-weight:300;
	font-style:normal;
	text-decoration:none;
}
a, a:visited
{
	color: #66765c;
	text-decoration:none;
}
a:hover
{
	color: #66765c;
	text-decoration:underline;
}