@charset "utf-8";
/* CSS Document */
* {
	border: 0;
	padding: 0;
	margin: 0;
}

html,body{
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/bg-sec.jpg);
	background-repeat:repeat-x;
	color: #2e2921;
	background-color:#e7e3ba;
	text-align: center;
	height: 100%;
	margin:0 auto;
}

#b-logo{
	padding: 15px 0px 8px 0px;
}



#wrapper {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width:960px; /* or a percentage, or whatever */
}

#topbar{
 	width: 960px;
	height: 58px;
 	background-color: #413930;
	padding: 0;
	color: #413930;
	margin: 0;
}

#topbar h1{
	padding: 0;
	margin: 0;
}

/* HEADER IMAGE REPLACEMENT */

#header {
	width: 200px;
	height: 58px;
	position: relative;
	}

#header a {
	color: #413930;
	background-color: transparent;
	}	
	
#header span {
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 58px;
	}
	
/* END HEADER IMAGE REPLACEMENT */	
	



/* SECONDARY H2 IMAGE REPLACEMENT */

#sub-head-loc{ /*Size of the image*/ padding-top: 38px; width: 500px; /*The image*/ background-image: url(../images/headers/location.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-comm{ /*Size of the image*/ padding-top: 38px; width: 500px; /*The image*/ background-image: url(../images/headers/community.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-site{ /*Size of the image*/ padding-top: 38px; width: 500px; /*The image*/ background-image: url(../images/headers/siteplan.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 140px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-vt{ /*Size of the image*/ padding-top: 38px; width: 500px; /*The image*/ background-image: url(../images/headers/virtualtour.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-photo{ /*Size of the image*/ padding-top: 38px; width: 500px; /*The image*/ background-image: url(../images/headers/photogallery.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }

#sub-head-hd{ /*Size of the image*/ padding-top: 38px; width: 500px; /*The image*/ background-image: url(../images/headers/homedesigns.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }


#sub-head-turnberry{ /*Size of the image*/ padding-top: 52px; width: 500px; /*The image*/ background-image: url(../images/headers/turnberry.gif); background-repeat: no-repeat; /*Hide the text*/ overflow: hidden; /* WIN IE5 hack */ height: 133px; voice-family: "\"}\""; voice-family:inherit; height: 0; }


#hdr{
	background-image:url(../images/headers/hdr_bg.gif);
	background-repeat:repeat-x;
	width: 746px;
	text-align: left;
	height: 58px;
	padding: 9px 0 0 30px;
	background-color: #0d2453;
}	
	
/* END SECONDARY H2 IMAGE REPLACEMENT */	


/*  NAV BAR IMAGE ROLLOVERS */
#navbar{
	background-color: #fff;
	width: 960px;
	height: 30px;
}
	
div#globalnav	{
	height: 30px;
	width: 950px;
	margin: 0;
	padding: 0 0 0 10px;
	border: 0;
	background: #fff;
	}

div#globalnav ul#menu	{
	height: 30px;
	width: 790px;
	background: url(../images/navbar.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 30px;
	display: block;
	}
	
div#globalnav ul#menu li a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	}
	
#home	{left: 0; width: 80px;}
#community	{left: 70px; width: 130px;}
#siteplan	{left: 200px; width:90px;}
#homedesigns	{left: 300px; width: 130px;}
#location	{left: 425px; width: 100px;}
#photogallery	{left: 524px; width: 143px;}
#virtualtour {left: 680px; width: 120px;}
#aboutmenu	{left:915px; width: 67px;}


#homeselected	{left: 0; width: 80px; background: url(../images/navbar.gif) 0 -31px no-repeat;}
#photogalleryselected {left: 524px; width: 143px; background: url(../images/navbar.gif) -524px -31px no-repeat;}
#siteplanselected {left: 200px; width:90px; background: url(../images/navbar.gif) -200px -31px no-repeat;}
#communityselected {left: 70px; width: 130px; background: url(../images/navbar.gif) -70px -31px no-repeat;}
#homedesignsselected {left: 300px; width: 130px; background: url(../images/navbar.gif) -300px -31px no-repeat;}
#locationselected {left: 425px; width: 100px; background: url(../images/navbar.gif) -425px -31px no-repeat;}
#virtualtourselected {left: 680px; width: 120px; background: url(../images/navbar.gif) -680px -31px no-repeat;}

#home a:hover	{background: url(../images/navbar.gif) 0 -31px no-repeat;}
#community a:hover {background: url(../images/navbar.gif) -70px -31px no-repeat;}
#siteplan a:hover {background: url(../images/navbar.gif) -200px -31px no-repeat;}
#homedesigns a:hover {background: url(../images/navbar.gif) -300px -31px no-repeat;}
#location a:hover {background: url(../images/navbar.gif) -425px -31px no-repeat;}
#photogallery a:hover {background: url(../images/navbar.gif) -524px -31px no-repeat;}
#virtualtour a:hover {background: url(../images/navbar.gif) -680px -31px no-repeat;}
#aboutmenu a:hover {background: url(../images/nav.gif) -634px -31px no-repeat;}	

/* END NAV BAR IMAGE ROLLOVERS */


/* CONTENT AREA */
#content{
	width: 960px;
}

#flash {
 	float: left;
	width: 519px;
	background-color: #fff;
	height: 344px;
}

#right-flash{
	float: right;
	width: 441px;
	height: 38px;
	background-color: #547CD4;
}


.push{
	clear: both;
}

#flash-photos {
 	float: left;
	width: 776px;
	background-color: #E7E3B9;
	height: 680px;
	clear: both;
}

#left-text{
	width: 776px;
	font-size: 1.3em;
	line-height: 1.4em;
	font-family:"Times New Roman", Times, serif;
	background-color:#E7E3B9;
	float: left;
}

#left-img{
	height: 100%;
	width: 776px;
	font-size: 1.3em;
	line-height: 1.4em;
	font-family:"Times New Roman", Times, serif;
	background-color:#E7E3B9;
	float: left;
}

#right-vt{
	float: right;
	height: 550px;
	padding-right: 10px;
}

#left-vttext{
	float: left;
	width: 165px;
	font-size: .9em;
	padding: 10px 0 0 30px;
}

#main-ct{
	padding: 8px 30px 50px 35px;
}

#areamap{
	width: 450px;
	float: right;
	margin-left: 20px;
}


#siteplanl{
	width: 708px;
	background: #fff;
	margin-bottom: 0;
	padding-bottom: 5px;
	text-align: center;
}

#rightmap{
	width: 442px;
	background: #fff;
	float: right;
	margin-bottom: 0;
	padding-bottom: 5px;
	text-align: center;
}

#rightmap a, #siteplanl a{
	text-decoration: underline;
	font-size: .9em;
	padding-left: 20px;
	color: #3f4e1b;
}

.pdf{
	background-image:url(../images/pdficon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#rightmap a:hover, #siteplanl a:hover{
	text-decoration: none;
	font-size: .9em;
	color: #9f982c;
}

#rightpic{
	padding: 10px 0 10px 15px;
	float: right;
}

#leftpic{
	padding: 0 15px 10px 0;
	float: left;
}


p {
	margin-bottom: 10px;
}

#photo-hdr{
	padding-left: 35px;
	padding-top: 10px;
}


#rightside {
	float: right;
	width: 184px;
}

#rightside img{
	float: right;
	clear: both;
}


#right-home{
	float: right;
	width: 441px;
	height: 346px;
}

#info-center, #community-year, #homes-remain{
	float: left;
	clear: both;
}

#teaser{
	float: right;
	width: 184px;
	height: 125px;
	background-color: #fff;
}

/* LEFT NAV */

#lnav{
	float: left;
	width:  160px;
	padding: 0 20px 0 0;
}

#lnav ul li{
	list-style: none;
	font-size: .9em;
	padding: 5px 0 0 0;
	border-bottom: 2px dotted #aea86a;
}

#lnav li a{
	text-decoration: none;
	padding-right: 20px;
	color: #3f4e1b;
}

#lnav li a:hover{
	text-decoration: underline;
	color: #9f982c;
}


#lnav li a.selected{
	text-decoration: none;
	font-weight: bold;
}

#lnav .pdf{
	background-image:url(../images/pdficon.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* FOOTAGE */

.footage{
	padding-top: 10px;
	font-size: .8em;
	width: 110px;
}

#lnav .footage ul li{
	border: none;
	line-height: 1.7em;
	padding: 0;
}
		

.footage li.total {
	border-bottom: 1px solid #000 !important;
}

.footage li.first {
	border-bottom: 2px dotted #000 !important;
	font-weight: bold;
}

/* FOOTER */

#yellow-bar{
	height: 5px;
	background-image: url(../images/yellowbar.gif);
	width: 960px;
	font-size: 1px;
	clear: both;
}

#body-bottom-sec{
	clear:both;
 	position:relative;
  	width:100%;
	height: 200px;
  	left:0;
	bottom: 0;
	background-color: transparent;
	background-image:url(../images/bottom_pattern.jpg);
	background-repeat:repeat-x;
	color: #fff;
}
