@charset "utf-8";

* {
	
}

body {
	font-family: Georgia,"Times New Roman",Times,serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/source/bgnd1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #070908;
}
#container  {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/source/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: inherit;
	background-color: transparent;
}
#header .logo   {
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	height: 143px;
	width: 274px;
}
#header .logo img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header .logo a:focus  {
	outline:none;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainnav {
	width: 985px;
	height: 34px;
	background-image: url(source/mainnavbg.jpg);
	background-repeat: no-repeat;
	margin-top: 23px;
	padding-left: 15px;
}

#mainnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainnav li {
	float: left;
}

#mainnav li a {
	display: block;
	text-decoration: none;
	text-align: center;
	height: 34px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #8c623e;
	line-height: 34px;
}

#mainnav li a:hover {
	text-decoration: none;
	color: #591e11;
	background-image: url(/source/mainnav_hover.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

body#home a#homenav,
body#features a#featuresnav,
body#floorplans a#floorplansnav,
body#area a#areanav,
body#galleries a#galleriesnav,
body#contact a#contactnav {
	text-decoration: none;
	color: #591e11;
	background-image: url(/source/mainnav_active.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#footernav {
	float: left;
	margin-top: 15px;
	height: 25px;
	padding-left: 15px;
}

#footernav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footernav li {
	float: left;
}

#footernav li a {
	display: block;
	text-decoration: none;
	text-align: center;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	color: #8c623e;
	line-height: 25px;
}

#footernav li a:hover {
	text-decoration: none;
	color: #591e11;
}

body#home a#homefooternav,
body#features a#featuresfooternav,
body#floorplans a#floorplansfooternav,
body#area a#areafooternav,
body#galleries a#galleriesfooternav,
body#contact a#contactfooternav {
	text-decoration: none;
	color: #591e11;
}

.copyright {
	float: right;
	color: #8c623e;
	font-size: 9px;
	margin-top: 25px;
	margin-right: 25px;
}

p {
	color: #23150c;
	font-size: 12px;
	line-height: 23px;
}
p a:link {
	color: #591e11;
	text-decoration: none;
}
p a:hover {
	color: #591e11;
	text-decoration: underline;
	}
p a:active {
	color: #591e11;
}

p a:visited {
	color: #591e11;
}

.calltab {
	margin-right: 15px;
	border: none;
}

ul{
	color: #23150c;
	font-size: 14px;
	line-height: 26px;
	list-style-type: disc;
	padding-left: 20px;
}

.list2 {
	color: #23150c;
	font-size: 11px;
	line-height: 16px;
	list-style-type: disc;
}

.leadin  {
	color: #591e11;
	font-size: 17px;
	line-height: 17px;
	font-style: italic;
}


h1 {
	color: #591e11;
	font-size: 26px;
	line-height: 26px;
}

h2 {
	color: #591e11;
	font-size: 20px;
	line-height: 20px;
}

h3 {
	color: #591e11;
	font-size: 13px;
	line-height: 15px;
	font-style: italic;
	margin-bottom: 0px;
}


#content_top {
	height: 30px;
	background-image: url(/source/content_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#content_bottom {
	height: 30px;
	background-image: url(/source/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainContent {
	padding: 0 50px;
	overflow: hidden;
}

.formwrap {
	width: 500px;
	}

label {
	text-align: left;
	float: left;
	display: block;
	width: 250px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #591e11;
}

.textfield {
	background-color:#dbd2c9;
	border: 2px solid #BDADA0;
	width: 225px;
	font-size: 12px;
}

select {
	background-color:#dbd2c9;
	height: 25px;
	width: 225px;
	font-size: 12px;
}

textarea {
	background-color:#dbd2c9;
	border: 2px solid #BDADA0;
	width: 225px;
	height: 120px;
}

.submitbtn {
	background-color:#591e11;
	border: 2px solid #BDADA0;
	color: #FFF;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#col_right_container {
	float: right;
	width: 350px;
	margin-left: 20px;
	}

.colright_head {
	display:block;
}

.col_right {
	float: left;
	width: 150px;
	margin-right: 25px;
	}

.gallerythumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	}

.thumbs {
	float: left;
	width: 150px;
	padding: 10px;
	margin: 5px;
	background-color: #dbd2c9;
	text-align: center;
	}
	
.thumbs:hover{
	background-color: #fff;
	}
	
.thumbs img {
	border: none;
	}
.thumbs a:link {
	color: #591e11;
	text-decoration: none;
	font-size: 10px;
	}

.thumbs a:visited {
	color: #591e11;
	text-decoration: none;
	font-size: 10px;
	}

/* gallery selection page*/

.galleriesnav {
	float: right;
	height: 25px;
}

.galleriesnav a {
	text-decoration: none;
	text-align: center;
	height: 25px;
	padding-right: 5px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10px;
	color: #8c623e;
	line-height: 25px;
}

.galleriesnav a:hover {
	text-decoration: none;
	color: #591e11;
	font-size: 10px;

}
.galleriesnav a:visited {
	text-decoration: none;
	color: #8c623e;
	font-size: 10px;
}

.galleriesnav a:visited:hover {
	text-decoration: none;
	color: #591e11;
	font-size: 10px;
}

.galleriesmain {
	list-style: none;
	padding: 0;
	margin: 0;
	}

.galleries {
	float: left;
	width: 195px;
	padding: 10px;
	margin: 5px;
	background-color: #dbd2c9;
	text-align: center;
	}
	
.galleries:hover{
	background-color: #fff;
	}
	
.galleries img {
	border: none;
	}
.galleries a:link {
	color: #591e11;
	text-decoration: none;
	font-size: 10px;
	}
.galleries a:visited {
	color: #591e11;
	text-decoration: none;
	font-size: 10px;
	}
/* footer area */
#footer {
	width: 1000px;
	color: #FFF;
	background-color: transparent;
	background-image: url(/source/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
