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

body {
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
	color:#16396a;
	background-image: url(images/background.gif);
}
a img {
	border: none;
	outline: none;
}
a {
	outline: none;
	color:#16396a;
}
h1 {
	font-size: 17px;
	margin: 0 0 8px 0;
}
h2 {
	font-size: 16px;
	margin: 8px 0 4px;
}
h3 {
	font-size: 14px;
	margin: 0 0 3px 0;
}
p {
	font-size: 12px;
	margin: 0 0 5px 0;
	line-height: 18px;
}
ul {
	margin: 10px 0;
}
li {
	font-size: 11px;
	line-height: 16px;
}

#container {
	width: 780px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	padding: 0 10px 5px;
}

#header {
	width: 100%;
	height: 127px;
	background-image: url(images/tagline.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	clear:both;
}

#logo {
	display:block;
	width:319px;
	height:120px;
	position:relative;
	margin:0 8px 0 0;
	float:left;
	background-image:url(images/logo.gif);
	background-position: 0 -7px;
	text-indent:-9999px;
	overflow:hidden;
}

.clear {
	clear:both;
	position:relative;
}


/* -- Navigation --*/

#nav {
	width: 453px;
	height: 62px;
	position: relative;
	float: left;
}
#nav a {
	display: block;
	height: 72px;
	position: relative;
	float: left;
	background-image: url(images/nav.gif);
	text-indent: -9999px;
	overflow: hidden;
}
#nav-1 {
	width: 78px;
	background-position: 0 -10px;
}
#nav-1:hover {
	background-position: 0 -82px;
}
#nav-2 {
	width: 102px;
	background-position: -78px -10px;
}
#nav-2:hover {
	background-position: -78px -82px;
}
#nav-3 {
	width: 81px;
	background-position: -180px -10px;
}
#nav-3:hover {
	background-position: -180px -82px;
}
#nav-4 {
	width: 122px;
	background-position: -261px -10px;
}
#nav-4:hover {
	background-position: -261px -82px;
}
#nav-5 {
	width: 70px;
	background-position: -383px -10px;
}
#nav-5:hover {
	background-position: -383px -82px;
}

#content {
	width: 100%;
	position: relative;
	background-image: url(images/content-bg.gif);
	min-height: 400px;
	clear:both;
	padding: 3px 0 0 0;
}
#left_column {
	margin: 0;
	float:left;
	position:relative;
	width:419px;
}
#left_column #text {
	padding-left: 35px;
	padding-right:15px;
}
.right_column {
	width: 361px;
	min-height:460px;
	float:left;
	position:relative;
	margin: 0;
}

#footer {
	width: 100%;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 90px;
	padding: 3px 0;
	clear:both;
}

#hamner {
	width: 105px;
	height: 51px;
	margin: 8px 0 0 20px;
}
#keywords {
	color: #eef2e1;
	font-size: 10px;
}
#bottom_info {
	font-size:11px;
	line-height:18px;
	text-align: center;
}


#w2l_link {
	width:179px;
	height:110px;
	margin: 15px 25px 0 0;
	float: right;
	position:relative;
}
#w2l_link a {
	display: block;
	width: 100%;
	height: 110px;
	position:relative;
	background-image:url(images/w2l-bg.png);
	background-position: top center;
}
#w2l_link a:hover {
	display: block;
	width: 100%;
	height: 110px;
	position:relative;
	background-image:url(images/w2l-bg.png);
	background-position: bottom center;
}

/*-- Homepage --*/

#intro {
	width: 419px;
	margin: 20px 0 0 0;
	padding: 10px 0 5px 0;
	background-image:url(images/trans.png)
}
#intro p {
	padding: 0 13px;
	font-size: 12px;
	line-height: 27px;
	text-align: justify;
}
.home_photo {
	background-image: url(images/features-photoright.jpg);
}
.features_photo {
	background-image: url(images/homepage-photoright.jpg);
}
.contact_photo {
	background-image: url(images/contact-photoright.jpg);
}
#homepage_amenities {
	display: block;
	position: relative;
	margin: 17px 0;
	width:100%;
	background-image:url(images/trans-dark.png);
	font-size: 10px;
	line-height: 18px;
	text-align: center;
}
#homepage_amenities h2 {
	display: block;
	position: relative;
	background-image:url(images/h2-amenities.png);
	width: 155px;
	height: 11px;
	margin: 5px auto 14px;
	text-indent: -9999px;
	overflow:hidden;
}

/*-- Floor Plans --*/

.floor_photo {
	background-image:url(images/floorplans-right.jpg);
}

/*-- Contact Page --*/
#contact_form {
	position:relative;
	padding: 5px 30px 15px;
	width: 260px;
}
#contact_form input {
	width: 170px;
	height: 16px;
	padding: 6px 5px 4px;
	margin: 0 auto;
	border: 1px solid #94885f;
	color: #94885f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0 0 5px 0;
}
#contact_form textarea {
	width: 170px;
	height: 45px;
	padding: 6px 5px 4px;
	margin: 0 auto;
	border: 1px solid #94885f;
	color: #94885f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0 0 5px 0;
}
#contact_form input#submit {
	width: 80px;
	padding: 2px;
	height: 30px;
	margin: 0 auto;
	border: 1px solid #7c7456;
	background-color: #aea47e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #6b5e33;
	cursor: pointer;
}


/*-- Downloads --*/

.downloads_photo {
	background-image:url(images/downloads-right.jpg);
}

/*-- H Tags --*/

h1#home {
	text-indent: -9999px;
	overflow: hidden;
	width: 358px;
	height: 19px;
	background-image:url(images/h1-home.png);
	margin: 18px 0 20px 35px;
	display: block;
}
h1#features {
	text-indent: -9999px;
	overflow: hidden;
	width: 122px;
	height: 22px;
	background-image:url(images/h1-features.png);
	margin: 18px 0 20px 35px;
	display: block;
}
h1#floor {
	text-indent: -9999px;
	overflow: hidden;
	width: 164px;
	height: 22px;
	background-image:url(images/h1-floorplans.png);
	margin: 18px 0 20px 35px;
	display: block;
}
h1#location {
	text-indent: -9999px;
	overflow: hidden;
	width: 117px;
	height: 22px;
	background-image:url(images/h1-location.png);
	margin: 18px 0 20px 35px;
	display: block;
}
h1#gallery {
	text-indent: -9999px;
	overflow: hidden;
	width: 199px;
	height: 22px;
	background-image:url(images/h1-photogallery.png);
	margin: 18px 0 10px 35px;
	display: block;
}
h1#contact {
	text-indent: -9999px;
	overflow: hidden;
	width: 110px;
	height: 22px;
	background-image:url(images/h1-contact.png);
	margin: 18px 0 20px 35px;
	display: block;
}
h1#downloads {
	text-indent: -9999px;
	overflow: hidden;
	width: 150px;
	height: 22px;
	background-image:url(images/h1-downloads.png);
	margin: 18px 0 20px 35px;
	display: block;
}

/*-- Photo Gallery --*/
.photo_gallery img {
	padding: 2px;
	border: 1px solid #6b5e33 !important;
}

/*-- W2L --*/

#w2l_form {
	width: 200px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
#w2l_form input {
	width: 170px;
	height: 16px;
	padding: 8px 7px 6px;
	margin: 0 auto;
	border: 1px solid #94885f;
	color: #94885f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin: 0 0 5px 0;
}
#w2l_form input#submit {
	width: 80px;
	padding: 2px;
	height: 30px;
	margin: 0 auto;
	border: 1px solid #7c7456;
	background-color: #aea47e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #6b5e33;
	cursor: pointer;
}
h2#download {
	text-indent: -9999px;
	overflow: hidden;
	width: 192px;
	height: 34px;
	background-image:url(images/h2-download.png);
	margin: 0px auto 20px;
	display: block;
}
