/***********************************
	Color Palette
************************************



*/

/***********************************
	Reset
***********************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;
}
ol, ul { list-style: none; }
html { overflow-y: scroll; }

/***********************************
	Universals
***********************************/

.clearall { clear: both; }
.floatright { float: right; margin-left: 16px; }
.floatleft { float: left; margin-right: 16px; }
small {	font-size: 10px; }

/***********************************
	Essentials
***********************************/

body {
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #012329;
	color: #8ab4bb;
}
a {
	color: #fff;
	cursor: pointer;
}
p {	margin-bottom: 16px; line-height: 18px; }
h1, h2, h3, h4, h5 { margin-bottom: 16px; }
h1.sub, h2.sub { margin: 28px 0 12px; }
h1 { font-size: 21px; font-style: italic; color: #fff; }
h2 { font-size: 14px; color: #fff; }
input, select, textarea {
	padding: 4px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
}

/***********************************
	Wrappers
***********************************/

#pageWrapper {
	padding-bottom: 16px;
	background-color: #032a32;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#contentWrapper {
	margin: 0 auto;
	width: 889px;
}

/***********************************
	Header
***********************************/

#header {
	height: 270px;
	position: relative;
}
#header #logo {
	margin: 0 auto;
	width: 159px;
	height: 149px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: relative;
	top: 14px;
}

/***********************************
	Nav
***********************************/

#nav {
	margin: 0 auto;
	padding: 0 10px 0 38px;
	height: 64px;
	position: relative;
}
#nav li {
	margin-left: 8px;
	float: left;
}
#nav li a {
	display: block;
	padding: 24px 18px;
	height: 14px;
	color: #8ab4bb;
	text-decoration: none;
	position: relative;
	z-index: 5;
}
#nav li a:hover {
	color: #fff;
}
#nav li.sel a {
	color: #fff;
}

/***********************************
	Footer
***********************************/

#footerWrapper {
	padding: 16px 0;
}
#footer {
	margin: 0 auto;
	width: 889px;
	font-size: 11px;
}
#footer ul#footerNav li {
	padding: 0 8px 2px;
	border-right: #8ab4bb 1px solid;
	float: left;
}
#footer ul#footerNav li.last { border: 0; }
#footer ul#footerNav li a { text-decoration: none; }
#footer #copyright { float: right; }
#footer #disclaimer {
	margin-top: 12px;
	text-align: center;
}

/***********************************
	Content
***********************************/

#content {
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
#contentBody {
	padding: 0 30px 16px;
	position: relative;
	overflow: hidden;
}
#pennant {
	position: absolute;
	top: -40px;
	right: 235px;
}

/***********************************
	Home
***********************************/

#banner {
	margin-bottom: 21px;
	height: 197px;
}
#bannerStatic {
	margin-bottom: 16px;
	height: 197px;
}
#lotmap {
	margin-left: 20px;
	margin-bottom: 32px;
	padding: 0px 12px;
	width: 217px;
	height: 188px;
	float: right;
	background-image: url(../images/lotmap.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}
#lotmap a {
	display: block;
	padding: 164px 0 10px;
	color: #032a32;
}
/*** Bottom Features ***/
#bottomFeatures {
	margin-top: 24px;
	height: 190px;
}
#bottomFeatures li {
	margin-right: 24px;
	width: 260px;
	height: 170px;
	float: left;
	background-repeat: no-repeat;
}
#bottomFeatures li.last {
	margin: 0;
}
#bottomFeatures li a {
	padding-top: 178px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #8ab4bb;
}
#bottomFeatures li a:hover { text-decoration: underline; color: #fff; }
/*** Classes ***/
#bottomFeatures li.golf {
	background-image: url(../images/home_feat_golf.jpg);
}
#bottomFeatures li.ski {
	background-image: url(../images/home_feat_ski.jpg);
}
#bottomFeatures li.gatehouse {
	background-image: url(../images/home_feat_gatehouse.jpg);
}

/***********************************
	Land & Residences
***********************************/

ul#land {
	overflow: hidden;
}
ul#land li {
	margin-right: 16px;
	width: 265px;
	float: left;
}
ul#land li.last {
	margin-right: 0;
}
ul#land li .thumb {
	height: 125px;
	background: #fff;
}
ul#land li h2 {
	font-style: italic;
}
/*** Discovery Collection Price List ***/
p.description {
	width: 370px;
	float: left;
}
#priceList {
	margin-top: 58px;
	float: right;
	width: 450px;
	position: relative;
}
#priceList h2 {
	width: 150px;
	font-style: italic;
	position: absolute;
}
#priceList h2.first {
	top: -26px;
	left: 0;
}
#priceList h2.second {
	top: -26px;
	left: 235px;
}
#priceList table {
	width: 210px;
	border-collapse: collapse;
	border: #8ab4bb 1px solid;
	background-color: #012329;
	float: left;
}
#priceList table.first { margin-right: 24px; }
#priceList table th {
	padding: 3px 8px;
	text-align: left;
	width: 100px;
	color: #fff;
}
#priceList table td {
	padding: 5px 8px;
}

/***********************************
	Press
***********************************/

ul#press {
	margin-top: 24px;
}
ul#press li {
	margin: 0 16px 16px 0;
	padding: 12px;
	width: 380px;
	float: left;
	background-color: #012329;
	border: #8ab4bb 1px solid;
}
ul#press li.first {
	clear:left;
}
ul#press li.last {
	margin-right: 0;
}
ul#press li h2 {
	margin-bottom: 16px;
	font-size: 21px;
	font-style: italic;
}
ul#press li h2 span {
	margin-bottom: 2px;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
ul#press .left{
	float:left; 
	padding:5px 10px 5px 0;
}
ul#press .center{
	margin:0 auto; 
	padding:0 10px 10px 10px;
	text-align:center;
}
ul#press .centerSmall{
	margin:0 auto; 
	padding:0 20px 10px 30px;
	text-align:center;
}

/***********************************
	Contact
***********************************/

#blockContact {
	float: right;
	width: 175px;
}
#blockContact p {
	margin: 1px 0 0;
}
#blockContact h2 {
	margin: 0;
	font-size: 18px;
	font-style: italic;
}
#contact .formField {
	margin-bottom: 6px;
	width: 315px;
	float: left;
	height: 30px;
}
#contact label {
	padding: 7px 0 0 0;
	width: 100px;
	display: block;
	float: left;
	font-size: 11px;
	color: #fff;
}
#contact label span {
	color: #ffc53d;
	font-weight: bold;
	display: inline;
}
#contact input,textarea {
	padding: 6px;
	width: 190px;
	background-color: #032a32;
	border: #8ab4bb 1px solid;
	color: #fff !important;
	font-size: 12px;
}
#contact select {
	padding: 6px;
	width: 204px;
	border: #8ab4bb 1px solid;
	background-color: #032a32;
	color: #fff !important;
	font-size: 12px;
}
#contact .selected {
	border: #ffc53d 1px solid;
}
#contact input.btn {
	width: auto;
}
#contact input.btn:hover {
	border: #aaa 1px solid;
}
/*** Textareas ***/
#contact .fieldWide {
	width: auto;
	height: auto;
}
#contact textarea {
	width: 505px;
	height: 125px;
}

/***********************************
	Builders
***********************************/

ul#builders {
	margin-top: 24px;
}
ul#builders li {
	margin: 0 16px 16px 0;
	padding: 12px;
	width: 380px;
	height: 130px;
	float: left;
	background-color: #8ab4bb;
	color: #032a32;
}
ul#builders li.last {
	margin-right: 0;
}
ul#builders li .builderPhoto {
	margin-right: 12px;
	width: 180px;
	height: 130px;
	background: white;
	float: left;
}
ul#builders li p {
	float: left;
}
ul#builders li h3 {
	margin: 26px 0 0 0;
	font-size: 16px;
}
ul#builders li span {
	display: block;
}