@charset "UTF-8";
/* CSS Document */

html {
	background: #350806;
}
body {
	/*width: 960px;*/
	color: #000;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px auto 0px;
	padding: 0px;
	}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }
	
#wrap {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/wrap_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #650000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	

	
/************************************************
*	Header  									*
************************************************/

#header{
	
	width: 900px;
	height: 246px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#headerleft{
	background-image: url(images/header_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 387px;
	height: 246px;
	}
	
#headerright{
	background-image: url(images/header_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 513px;
	height: 246px;
	}
	
	

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	width: 900px;
	height: 25px;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #300;	
	}

#nav {
	margin: 0px;
	padding-left: 44px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	}

#nav a {
	color: #C7C963;
	display: block;
	font-weight: bold;
	margin-right: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	}
	
#nav a:hover {
	color: #C7C963;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-right: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/navbar.gif);
	background-position: center top;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	/*text-transform: uppercase;*/
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 126px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	color: #C7C963;
	width: 126px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #C7C963;
	background-color: #300;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #000 url(images/navbar.gif);
	color: #C7C963;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 100;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-transform:none;
	}
	



/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 800px;
	/*min-height: 250px;*/
	line-height: 20px;
	padding-bottom: 10px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	}

#content p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	text-align:justify;
	}
	
#content h1 {
	color: #600;
	font-size: 22px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 10px 0px;
	text-transform: uppercase;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #820000;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#content h1 a:hover {
	color: #000;
	text-decoration: none;
	}

#content h2 {
	color: #820000;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: double #C0C0C0;
	}
	
#content h3 {
	color: #000000;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: double #C0C0C0;
	}
	
#content h4 {
	color: #820000;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	}
	
#content h5 {
	color: #4f3b20;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	}
	
#contentleft {
	float: left;
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	}

#contentleft li {
	margin-top:10px;
}
	

/************************************************
*	Left Sidebar                    	        * 
************************************************/

#l_sidebar {
	float: left;
	width: 300px;
	height: 270px;
	line-height: 20px;
	display: inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	}

	
#l_sidebar p {
	margin: 0px;
	}
	
#l_sidebar a img {
	border: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	}
	
#l_sidebar h1 {
	color: #600;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	line-height: 22px;
	}
	
#l_sidebar h2 {
	color: #202020;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: double #C0C0C0;
	}
	
#l_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
/************************************************
*	Center Home                    	        * 
************************************************/

#center_home {
	float: left;
	width: 150px;
	line-height: 17px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #630;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 11px;
	}
	
#center_home p {
	margin: 0px;
	}
	
	
#center_home h2 {
	color: #202020;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #600;
	}
	
/************************************************
*	Right Sidebar                       	    * 
************************************************/

#r_sidebar {
	float: right;
	margin-top:20px;
	}
	

#r_sidebar .test {
	width: 246px;
	height: 310px;
	color:#5d5039;
	/*color: #efead6;*/
	background-image: url(images/test_background4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px 0px 20px 0px;
	}
#r_sidebar .test p {
	margin: 0px;
	padding: 60px 40px 30px 40px;
	}

/*#r_sidebar_image {
	float: right;
	width: 244px;
	color: #000;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	}*/
	
#r_sidebar img {
	border:1px solid #4e1410;
	margin: 0px 0px 20px 0px;
}

#r_sidebar_home {
	float: right;
	width: 246px;
	height:265px;
	margin: 20px 0px 0px 0px;
	line-height: 20px;
	/*background-image: url(images/VillageStationFeature.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	padding: 0px;
	text-align:center;
	font-weight:bold;
	}
	
#r_sidebar .home img a {
	border:0px;
}
/*#r_sidebar a img {
	border: none;
	margin: 0px 3px 5px 0px;
	padding: 0px;
	}
*/	
#r_sidebar h2 {
	color: #202020;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: double #C0C0C0;
	}

#r_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#r_sidebar_plain {
	float: right;
	width: 300px;
	min-height: 260px;
	color: #000;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px 0px 20px 0px;
	}

	
/************************************************
*	Bottom Boxes					     		* 
************************************************/

#bottom {
	width: 900px;
	height:180px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(images/page_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
#bottomSm {
	width: 900px;
	height:116px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(images/page_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
.bottomboxes {
	width: 780px;
	height:140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.bottomboxes img{
	border: 2px solid #300;
	}
	
.bottomleft {
	float: left;
	width: 246px;
	}
	
.bottommiddle {
	float: left;
	width: 246px;
	margin: 0px 0px 0px 22px;	
	}
	
.bottomright {
	float: right;
	width: 246px;	
	}


/************************************************
*	Footer      								*
************************************************/

#footer {
	width: 900px;
	padding: 0px;
	line-height: 20px;
	height: 65px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #350806;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	}
	
#footer p {
	color: #663;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
	
#footer a, #footer a:visited {
	color: #555555;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	

	
#footerleft {
	width: 375px;
	float: left;
	margin: 0px;
	padding: 10px 0px 10px 20px;
	}
	
#footerright {
	width: 375px;
	float: right;
	margin: 0px;
	padding: 10px 30px 10px 0px;
	text-align: right;
	}
/************************************************
*	Communities      								*
************************************************/
.ForestGlen {
	font-family:"Edwardian Script ITC", "Times New Roman", serif;
	font-size:44px;
	color:#335e2e;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	line-height:normal;
}
.HaywoodGlen {
	font-family:"Monotype Corsiva", "Times New Roman", serif;
	font-size:30px;
	/*color:#5f512c;*/
	color:#8e4323;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	line-height:normal;
}
.VillageStation {
	font-family:"Adobe Jenson Pro Capt", "Times New Roman", serif;
	font-size:30px;
	color:#8e4323;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	line-height:normal;
}
.Homearama {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#3d2d09;
	font-weight:bold;
	font-style:italic;
	line-height:normal;
}

/* Lightbox styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
