html, body {
	background-color: #002846;
	color: White;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div {
	width: auto;
	float: left;
}
p {
	margin: 6px 0px 6px 0px;
	line-height: 18px;
}
h1 {
	height: 36px;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	display: block;
	border: 0px none Black;
	border-bottom: 1px solid #02619D;
	text-align: center;
}
h2, h3, h4, h5, h6 {
	color: #02619D;
	margin: 15px 0px 12px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	letter-spacing: 0px;
}
h3, h4, h5, h6 {
	margin: 0px 10px 8px 0px;
	color: #002846;
}
td {
	vertical-align: top;
}
img {
	border: 0px none Black;
}

#mainBox {
	width: 941px;
	margin: 31px auto 0px auto;
	float: none;
}
#contentBox {
	background: #74ADD0 url(../images/content_bg.gif) repeat-x scroll bottom;
	height: 386px;
	width: 900px;
}

/* BEGIN PRIMARY NAVIGATION */
.primaryNav {
	background-color: #02619D;
	width: 900px;
}
#primaryNav {
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#primaryNav li {
	display: block;
	width: auto;
	height: 26px;
	float: left;
	position: relative;
}
#primaryNav li div.dropDown {
	background-position: top center;
	background-repeat: no-repeat;
	padding: 11px 30px 30px 40px;
	display: none;
	position: absolute;
	z-index: 1;
	top: 26px;
	left: -20px;
}
#primaryNav li div.dropDown a:link, #primaryNav li div.dropDown a:visited {
	color: #003660;
	width: 100%;
	height: 17px;
	padding: 0px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#primaryNav li div.dropDown a:hover {
	color: Black;
}
#primaryNav li.vision:hover div.dropDown {
	background-image: url(../images/nav_dd-vision.png);
	width: 193px;
	height: 57px;
	display: block;
}
#primaryNav li.amenities:hover div.dropDown {
	background-image: url(../images/nav_dd-amenities.png);
	width: 193px;
	height: 96px;
	display: block;
}
#primaryNav li.homesites:hover div.dropDown {
	background-image: url(../images/nav_dd-homesites.png);
	width: 193px;
	height: 71px;
	display: block;
}
/* IE less than 7 background fix for dropdown */
* html body div.dropDown {
	background-color: #02619D;
	background-image: none;
	filter:alpha(opacity=90);
}
/* END PRIMARY NAVIGATION */

/* BEGIN MAIN CONTENT */
#mainContent {
	color: #002846;
	width: 870px;
	height: 324px;
	padding: 20px 15px 0px 15px;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
}

#mainContent a:link, #mainContent a:visited {
	color: black;
	border-bottom: 1px dotted #002846;
	text-decoration: none;
}
#mainContent a:hover {
	color: #002846;
	border-bottom: 0px none #002846;
	text-decoration: none;
}
/* END MAIN CONTENT */
#mainContent div#scrollContainer {
	width: 405px;
	height: 214px;
	margin: 0px 15px 0px 15px;
	padding: 15px 15px 15px 0px;
	border-bottom: 1px solid #02619D;
	overflow: auto;
	overflow-y: scroll;
	scrollbar-base-color: #02619d;
	scrollbar-arrow-color: #76b3d8;
	scrollbar-darkshadow-color: #02619d;
	scrollbar-track-color: #02619d;
}
#mainContent ul.horizontal {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent ul.horizontal li { 
	width: auto;
	margin: 0px 5px 0px 10px;
	padding: 0px;
	float: left;
	list-style-image: url(../images/bullet.gif);
	list-style-type: circle;
}
#mainContent ul.horizontal a:link, #mainContent ul.horizontal a:visited { 
	border-bottom: 0px none Black;
}
#mainContent ul.horizontal a:hover { 
	border-bottom: 1px dashed Black;
}

#footer {
	font-size: 10px;
	color: #62A2D2;
	text-align: center;
}

#footer img.info {
	width: 605px;
	height: 11px; 
	margin: 37px 0px 50px 0px;
}

#footer p {
	width: 600px;
	margin: 8px auto 8px auto;
	line-height: normal;
	font-weight: bold;
}

#footer p.disclaimer {
	font-weight: normal;
}
