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

body{ text-align: center;
	background: #b6b275; }
	
img{ border: none; }

img#banner{ display: none; }
 
div#wrapper{ width: 1000px;
	margin: 0 auto;
	background: #fff;
	text-align: left; }
	
h2{ text-indent: -9999px;
	margin: 30px 0 0 110px;
	padding: 0;
	background: url(images/logo.jpg) scroll left top no-repeat;
	width: 203px;
	height: 134px;
	line-height: 134px; }
	
h2 a{ display: block;
	padding: 0;
	margin: 0;
	width: 203px;
	height: 134px;
	line-height: 134px;
	overflow: hidden; }

div#header{ height: 186px;
	width: 1000px;
	padding-top: 1px; }

ul#nav{ height: 25px;
	list-style: none;
	width: 1000px;
	background: url(images/nav.gif) scroll left -1px repeat-x;
	padding: 0;
	margin: 0; }
	
ul#nav li{ width: 100px;
	height: 25px;
	padding: 0;
	margin: 0 0 0 100px;
	list-style: none;
	float: left;
	display: inline; }
	
ul#nav li#aboutus{ margin-left: 50px; }

ul#nav li a{ display: block;
	width: 100px;
	height: 25px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-scroll scroll;
	background-position: 0 -1px;
	text-indent: -9999px;
	overflow: hidden; }
	
ul#nav li a:hover{ background-position: 0 -27px; }

ul#nav li#aboutus a{ background-image: url(images/nav_aboutus.gif); }
ul#nav li#amenities a{ background-image: url(images/nav_amenities.gif); }
ul#nav li#residence a{ background-image: url(images/nav_residence.gif); }
ul#nav li#location a{ background-image: url(images/nav_location.gif); }
ul#nav li#contactus a{ background-image: url(images/nav_contactus.gif); }

div#content{ height: 524px;
	padding: 1px 0 0; }


h1{ margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px; }

div#contactForm{ background: #676300;
	color: #fff;
	font-family: serif;
	width: 160px;
	text-align: center;
	border: 1px #231f20 solid;
	float: right;
	font-size: 0.8em;
	margin-right: 20px;
	position: absolute;
	left: 760px;
	top: 150px; }
	
div#contactForm h4{ background: #231f20;
	margin: 0;
	padding: 3px;
	text-align: center;
	font-size: 0.95em; }
	
div#contactForm p{ font-size: 0.9em;
	margin: 5px;
	text-align: center; }
	
div#contactForm label{ display: block;
	margin: 5px 0 0 5px;
	text-align: left;
	font-weight: bold; }
	
div#contactForm input{ display: block;
	padding: 2px;
	margin: 3px 0 0 5px;
	font-family: serif;
	text-align: left;
	border: 1px #231f20 solid; }
	
div#contactForm button{ padding: 3px 10px;
	background: #231f20;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: serif;
	width: auto;
	margin: 5px auto; }
	
p.copy{ line-height: 30px;
		font-size: 12px;
		position: absolute;
		left: 545px;
		top: 186px;
		margin-right: 100px;
		width: 400px; }












