@charset "UTF-8";
/* CSS Document */

/* CSS RESETS */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

img { border: none; }

a:focus { outline: none; }


/* TAGS */

body {
	background-color: #FFF;
	background-image:url(../_images/mainBG.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	font-size: 12px;
}

p {
	font-size: 14px;
	line-height: 20px;
	width: 590px;
	margin: 10px auto;
	padding-left: 10px;
}

ul.List {
	margin-left: 40px;
	margin-top: 20px;
	
}

.List li {
	margin-bottom: 10px;
	font-size: 14px;
		
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;	
}

/* FORMS */

label {
	margin-bottom: 15px;
	margin-right: 55px;
	text-align: right;
	width: 220px;
	white-space: nowrap;
}

.left input {
	width: 100px;
	margin-left: 5px;
}

.right input {
	width: 120px;
	margin-left: 10px;
}

select {
	margin-bottom: 15px;
	
}

.formCenter {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

/* CLASSES */

.center {
	width: 960px;
	margin: 0 auto;
}

.centerBanner {
	width: 960px;
	margin: 0 auto;
}

.bannerHome {
	background-image: url(../_images/bannerHome.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 468px;
}

.bannerGallery {
	background-image: url(../_images/bannerGallery.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 468px;
}

.bannerInternal {
	background-image: url(../_images/bannerBG2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height:468px;
	height: 100%;
}

.virtualbutton {
	margin-top: 20px;
	margin-left: 60px;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.clear {
	clear: both;
}

.title {
	margin-left: 40px;	
}

.floater {
	position: absolute;
	margin-left: 620px;
	float: right;
	top: 0px;
	z-index: 90;
}

.highlight {
	color: #fbb040;
	font-size: 18px;
}

.orange {
	color: #fbb040;
}

img.thumb {
	background-image:url(../_images/picFrame.png);
	background-repeat: no-repeat;
	padding: 12px 13px 30px 12px;
}

/* DIVS! */

#content {
	width: 660px;
	padding-top: 10px;
	float: right;
	display: inline;
	background-image:url(../_images/contentBG.jpg);
	background-repeat: no-repeat;
	background-color: #d4d7c7;
	color: #FFF;
}

#contentInternal {
	width: 660px;
	height: auto;
	padding-top: 60px;
	margin-top: 212px;
	float: right;
	display: inline;
	background-image:url(../_images/contentBG.jpg);
	background-repeat: no-repeat;
	background-color: #d4d7c7;
	color: #FFF;
}

#leftCol {
	width: 215px;
	margin-left: 30px;
	margin-top: 27px;
	float: left;
	display: inline;
	color: #949c73;
	font-size: 13px;
}

#twoLeaders {
	width: 550px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../_images/vertDivider.gif);
	background-position:center top;
	background-repeat: repeat-y;
	font-size: 13px;
}

#twoLeaders p {
	width: 225px;
	margin-bottom: 0px;
}

#twoLeaders .button {
	margin-top: 6px;
	margin-left: 60px;
}

#twoLeaders .left {
	width: 230px;
}

#twoLeaders .right {
	width: 230px;
}

#scroller {
	height: 520px;
	margin-left: 40px;
	margin-right: 20px;
	overflow: auto;
}

#scroller p {
	width: 500px;
	margin-left: 0px;
}

#video {
	width: 490px;
	height: 374px;
	background-image:url(../_images/video_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 30px;
	padding-top: 12px;
	margin-left: 80px;
	
}	

/* DUNNA DUNNA DUNNA DUNNA LEFTNAV! */

#leftNav {
	width: 215px;
	margin-top: 20px;
	margin-left: 30px;
	float: left;
	display: inline;
}

#leftNav img{
	margin-left: 20px;
	margin-bottom: 30px;
}

#leftNav a.Nav {
	height: 30px;
	display: block;
}


#leftNav a.Nav:hover {
	background-position:0% -30px;
}

#leftNav a.Nav.Active {
	background-position:0% -30px;
}

#leftNav a.Nav.Community {
	background-image: url(../_images/buttons/bt_community.jpg);
}

#leftNav a.Nav.Location {
	background-image: url(../_images/buttons/bt_location.jpg);
}

#leftNav a.Nav.Homes {
	background-image: url(../_images/buttons/bt_homeslots.jpg);
}

#leftNav a.Nav.Gallery {
	background-image: url(../_images/buttons/bt_gallery.jpg);
}

#leftNav a.Nav.Developer {
	background-image: url(../_images/buttons/bt_developer.jpg);
}

#leftNav a.Nav.Contact {
	background-image: url(../_images/buttons/bt_contact.jpg);
}

.subnav {
	list-style-type: none;	
	font-size: 14px;
	margin-bottom: 10px;
}


.subnav li {
	margin-left: 30px;
	margin-top: 10px;
	white-space: nowrap;
}

a.subNav {
	color: #437d9d;
	text-decoration: none;
}

a.subNav:hover {
	font-weight: bold;	
}

a.subNav.activeSub {
	font-weight: bold;	
}

/* STICKY FOOTER */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -36px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 36px; /* .push must be the same height as .footer */
}

.footer {
	background-color: #437d9d;
	color: #ffffff;
}

.footer div {
	padding-top: 10px;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;	
}



/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/