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

body {
	background: url(../i/bg2.jpg) repeat;
	margin: 0;
	padding: 0;
}

#contentContainer {
	margin: 0 auto;
	width: 999px;
	background: #FFF;
	height: 100%;

}


#borders {
	background: url(../i/borders.gif) repeat-y;
	padding: 0;
	margin-bottom:-12px; /* IMPORTANT FOR SAFARI */
}

div#header {
	background: url(../i/logos.gif);
	width: 955px;
	height: 107px;
	margin: 0 auto;
}

#copy {
	clear: both;
	background-color: #ECECEC;
	background: url(../i/copyBorders.gif) repeat-y;
	width: 999px;
	border: 0;
	_min-height: 700px;
	min-height: 600px;
}

*html #copy{ min-height:750px;}

#leftColumn {
	background: #DBE6D8;
	width: 456px;
	margin: 0 0 0 22px;
	_margin-left: 11px;
	float: left;
}

#rightColumn {
	background-color: #FFFFFF;
	width: 499px;
	_width: 495px;
	margin: 0 0 0 478px;
	padding-top: 30px;
}

p {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 19px;
	width: 400px;
	padding-left: 40px;
}



#homeinfo {
	position:absolute;
	width:260px;
	height:1015px;
	z-index:2;
	margin-left: 0px;
	top: 575px;
	overflow:hidden;
}

#homeinfo1 {
	position:absolute;
	width:240px;
	height:988px;
	z-index:3;
	top: 575px;
	margin-left: 230px;
	overflow:hidden;
	visibility: visible;
}

.disclaimer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 15px;
	padding-top: 1100px;
	padding-bottom:60px;
}

#box_left{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height:12px;
}

#form {
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
}

.contactTable {
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 19px;
}


#formtable {
	padding-left:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#formtable2a {
 	padding-left:30px;
 	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#formtableright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.fthead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color:#59724A;
}

/* -------------------------------Navigation Elements Start Here------------------------------- */

div#navigation {
	width: 955px;
	height: 45px;
	margin: 0 auto;
}

ul#navlist {
	margin: 0;
	list-style: none;
	font-size: 1px;
	padding:0;
	width: 955px;
	overflow: hidden;
	list-style:none;
}

ul#navlist li{
	list-style: none;
	display: inline;
	margin:0;
	padding:0;
	height: 45px;
	overflow: hidden;
}
	
ul#navlist a{
	margin:0;
	cursor: pointer;
	float: left;
	padding: 45px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:45px /* for IE/Win only */
}
	
#navlist a:link,#navigation a:visited{
	background-position: 0 0px;
	display: block;
}

#navlist a:hover{
	background-position: 0 -45px;
	display: block;
}
	
li#home a{
	width: 110px;
	background: url(../i/h.gif) top left no-repeat;
}

li#lifestyle a{
	width: 87px;
	background: url(../i/li.gif) top left no-repeat;
}

li#amenities a{
	width: 96px;
	background: url(../i/a.gif) top left no-repeat;
}

li#residences a{
	width: 101px;
	background: url(../i/r.gif) top left no-repeat;
}

li#golfcourse a{
	width: 104px;
	background: url(../i/g.gif) top left no-repeat;
}
		
li#news a{
	width: 70px;
	background: url(../i/n.gif) top left no-repeat;
}

li#locationDirections a{
	width: 160px;
	background: url(../i/lod.gif) top left no-repeat;
}

li#aboutus a{
	width: 88px;
	background: url(../i/au.gif) top left no-repeat;
}

li#contactus a{
	width: 139px;
	background: url(../i/cu.gif) top left no-repeat;
}

/* -------------------------------Navigation Elements End Here------------------------------- */

/* -----------------------------Bottom Nav starts Here----------------------------- */
ul#footerNav {
clear:both;
width:800px;
padding: 0;
_padding-top:20px;
padding-top: 5px;
margin-left: 38px;
list-style-type: none;
color:white;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

ul#footerNav li { 
display: inline; 

color:white;
}

ul#footerNav li a {
float: left;
padding-right:6px;
color:white;
padding-left:2px;
text-decoration:underline;
}



#footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#FFFFFF;
	width: 990px;
	margin: 0 auto;
}

.footerText {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	width: 999px;
	color: #FFFFFF;
	margin-left: 38px;
}


.copylast{
	margin-top:10px;
}

#footer a:link {
	color:#FFFFFF;
	text-decoration: underline;	
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}

#footerBG {
	clear: both;
	position: relative;
	margin: 0 auto;
	background: url(../i/footer23.gif) repeat-x;
	width: 999px;
	height: 44px;
	bottom:1;	
}
/**html #footerBG{
	margin-top: -60px;
}*/

/* -----------------------------Bottom Nav ends Here----------------------------- */

/* -------------------------------H1 Tags Start Here------------------------------- */

h1 {
	font-size:0;
	/*margin-top: 20px;*/
	overflow:hidden;
	margin: 25px 0 0 25px;
	padding-top:0px;/*height of image*/
	height: 0px !important;
	height /**/:17px; /* for IE/Win only */
}

h1#hhead {
padding-top: 27px;
background: url(../i/hhead.gif) no-repeat;
}



h1#ghead {
padding-top: 27px;
background: url(../i/ghead.gif) no-repeat;
}

h1#avlhead {
padding-top: 27px;
background: url(../i/aplhead.gif) no-repeat;
}

h1#acphead {
padding-top: 27px;
background: url(../i/acphead.gif) no-repeat;
}

h1#lihead {
padding-top: 27px;
background: url(../i/lihead.gif) no-repeat;
}

h1#lodhead {
padding-top: 35px;
background: url(../i/lodhead.gif) no-repeat;
}

h1#mapHead1 {
padding-top: 27px;
background: url(../i/mapHead1.gif) no-repeat;
}

h1#ahead {
padding-top: 27px;
background: url(../i/ahead.gif) no-repeat;
}

h1#rhead {
padding-top: 27px;
background: url(../i/rhead.gif) no-repeat;
}

h1#nhead {
padding-top: 27px;
background: url(../i/nhead.gif) no-repeat;
}

h1#auhead {
padding-top: 27px;
background: url(../i/auhead.gif) no-repeat;
}

h1#cuhead {
padding-top: 30px;
background: url(../i/cuhead.gif) no-repeat;
}

h1#smhead {
padding-top: 27px;
background: url(../i/smhead.gif) no-repeat;
}

h1#communhead {
padding-top: 27px;
background: url(../i/comhead.gif) no-repeat;
}

h1#tyhead {
padding-top: 27px;
background: url(../i/tyhead.gif) no-repeat;
}

h1#edhead {
padding-top: 27px;
background: url(../i/edhead.gif) no-repeat;
}

h1#pghead {
padding-top: 27px;
background: url(../i/pghead.gif) no-repeat;
}

h1#culthead {
padding-top: 27px;
background: url(../i/culthead.gif) no-repeat;
}

h1#directhead {
padding-top: 27px;
background: url(../i/directhead.gif) no-repeat;
}

h1#newshead {
padding-top: 27px;
background: url(../i/newshead.gif) no-repeat;
}

h1#envhead {
padding-top: 27px;
background: url(../i/envhead.gif) no-repeat;
}

h1#smhead {
padding-top: 27px;
background: url(../i/smhead.gif) no-repeat;
}


/* --------------------------------H1 Tags End Here-------------------------------- */

/* -----------------------------H1 SUBNAV Starts Here ----------------------------- */

div#subnav {
	width: 430px;
	height: 38px;
	margin: 0 auto;
}

ul#subnavlist {
	margin: 0;
	list-style: none;
	font-size: 1px;
	padding:0;
	width: 430px;
	overflow: hidden;
	list-style:none;
}

ul#subnavlist li{
	list-style: none;
	display: inline;
	margin:0;
	padding:0;
	height: 38px;
	overflow: hidden;
}
	
ul#subnavlist a{
	margin:0;
	cursor: pointer;
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:38px /* for IE/Win only */
}
	
#subnavlist a:link,#subnav a:visited{
	background-position: 0 0px;
	display: block;
}

#subnavlist a:hover{
	background-position: 0 -38px;
	display: block;
}
	
li#subshopping a{
	width: 75px;
	background: url(../i/sub/sub_01.gif) top left no-repeat;
}

li#subeducation a{
	width: 90px;
	background: url(../i/sub/sub_02.gif) top left no-repeat;
}


li#subenv a{
	width: 109px;
	background:url(../i/sub/sub_03.gif) top left no-repeat;
}

li#subcommunity a{
	width: 95px;
	background: url(../i/sub/sub_04.gif) top left no-repeat;
}

li#subculture a{
	width: 61px;
	background: url(../i/sub/sub_05.gif) top left no-repeat;
}

/* ------------------------------H1 SUBNAV Ends Here ------------------------------ */

#video {
margin-top:15px;
margin-left:30px;
color:#669966;
font-weight:bold;

font-family:Arial, Helvetica, sans-serif;
font-size:15px;


}