/* --------------------------------------------
|  GLOBAL STYLES											
--------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	line-height: 18px;
	border: none;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(graphics/bg_main.jpg) no-repeat 50% 0 #322d2f;
	color:#949180;
	font-family: "Lucida Sans";
	}
img                      { border: 0; }
p                        { margin: 0 0 15px 0;}
a                        { text-decoration: none; outline:none; color:#b2d1ec; }
a:hover                  { text-decoration: underline; }
h1, h2, h3, h4, h5, form { margin: 0; }
h1 {
	color:#b2d1ec;
	font-family: Georgia;
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	letter-spacing: -1px;
	font-variant: small-caps;
	padding-bottom:15px;
	}
h2 {
	color:#b2d1ec;
	font-family: Georgia;
	font-size:16px;
	line-height:16px;
	font-variant: small-caps;
	padding-bottom:7px;
	}
h3 {
	color:#b2d1ec;
	font-family: Georgia;
	font-size:14px;
	line-height:14px;
	font-variant: small-caps;
	}
ul {
	padding:0 0 15px 10px;
	margin:0;
	list-style:none;
	}
	ul li {
		background:url(graphics/li_bullet.gif) no-repeat 0 8px;
		padding-left:13px;
		}
blockquote {
	color:#b2d1ec;
	font-size:14px;
	font-weight:bold;
	font-style: italic;
	text-align: center;
	width:215px;
	}
	
hr { border:dotted 1px #b8d1e6; margin-bottom:15px; }

.tableStyle { background:url(graphics/bg_table.gif) repeat-x #272222; margin-bottom:15px; }
.tableStyle th { 
	background:#211b17;
	font-size:16px;
	color:#b2d1ec;
	font-variant: small-caps;
	font-family: Georgia;
	padding:5px;
	}
.tableStyle td { border-bottom:solid 1px #5e5a52; padding:5px; }


/* --------------------------------------------
|  NAVIGATION												
--------------------------------------------- */

/* -- PRIMARY NAVIGATION -- */
#nav {
	margin: 0;
	padding: 97px 25px 0 0;
	list-style: none;
	height: 24px;
	float:right;
	}
#nav li { float: left; background:none; padding-left: 5px; }
#nav li a {
	outline: none;
	display: block;
	padding: 0 0;
	height: 24px;
	line-height: 24px;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(graphics/nav/nav.gif);
	}
#bHome{background-position: 0px 0; width: 63px;}#bHome:hover {background-position: 0px -24px;} #nav li.current #bHome {background-position: 0px -48px;}
#bAboutUs{background-position: -63px 0; width: 93px;}#bAboutUs:hover {background-position: -63px -24px;} #nav li.current #bAboutUs {background-position: -63px -48px;}
#bGallery{background-position: -156px 0; width: 89px;}#bGallery:hover {background-position: -156px -24px;} #nav li.current #bGallery {background-position: -156px -48px;}
#bPriceList{background-position: -245px 0; width: 99px;}#bPriceList:hover {background-position: -245px -24px;} #nav li.current #bPriceList {background-position: -245px -48px;}
#bLotPlan{background-position: -344px 0; width: 92px;}#bLotPlan:hover {background-position: -344px -24px;} #nav li.current #bLotPlan {background-position: -344px -48px;}
#bRentals { background-position: -436px 0; width: 82px; } #bRentals:hover { background-position: -436px -24px; } #nav li.current #bRentals { background-position: -436px -48px; }
#bContact { background-position: -523px 0; width: 106px; } #bContact:hover { background-position: -523px -24px;} #nav li.current #bContact { background-position: -523px -48px; }


/* -- SECONDARY NAVIGATION -- */
#subNav {}

/* --------------------------------------------
|  STRUCTURE												
--------------------------------------------- */

#siteBackground { background:url(graphics/bg_top_repeat.gif) repeat-x; }
#siteContainer {
	width:960px;
	margin:auto;
	position:relative;
	}

/* -- HEADER -- */
#header {
	height:134px;
	background:url(graphics/bg_hills_top.gif) no-repeat;
	}
	#logo {
		padding-left:25px;
		float:left;
		width:207px;
		height:121px;
		}

/* -- CONTENT -- */
#contentAreaHome, #contentArea {
	padding:1px 29px 0 29px;
	width:902px;
	}
#contentAreaHome #colLeft {
	width:702px;
	float:left;
	}
#contentArea #colLeft {
	width:672px;
	float:left;
	padding:40px 20px 0 10px;
	background:url(graphics/bg_content.png) no-repeat 0 22px;
	behavior: url("iepngfix.htc");
	}
	#contentHome { padding:14px 0 0 18px; }
	#ctaSpecial {
		background: url(graphics/cta_69900.jpg) no-repeat;
		width: 212px;
		height: 206px;
		display: block;
		position: absolute;
		top: 152px;
		left: 51px;
		z-index: 100;
		text-indent: -9999px
		}
	#homeMap {
		background:url(graphics/bg_map_frame.jpg) no-repeat;
		width:702px;
		height:482px;
		position:relative;
		}
		#mainMap { margin:17px 0 0 19px; }
			#mapEmail {
				position:absolute;
				top:432px;
				left:21px;
				}
			#mapPhone {
				position:absolute;
				top:434px;
				right:17px;
				}
      #btnDiscount {
        position: absolute;
        width: 135px;
        height: 135px;
        top: 35px;
        left: 35px;
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        }
#colRight {
	width:192px;
	float:right;
	padding:25px 0 0 0;
	}
	.titleHeader h1 {
		background:#211b17;
		padding:7px;
		font-size:19px;
		letter-spacing: none;
		}
	#legend, #cta1, #cta2 {
		background:url(graphics/bg_legend.gif) repeat-x #261f20 top;
		width:178px;
		padding:7px;
		margin-bottom:13px;
		}

/* --------------------------------------------
|  LEGEND STYLES											
--------------------------------------------- */
	#legend ul {
		margin:0;
		padding:10px 0 0 7px;
		list-style:none;
		}
		#legend ul li {
			color:#949180;
			font-size:14px;
			font-family: "Lucida Sans";
			background:none;
			margin-bottom:8px;
			}
			#legend1, #legend2, #legend3, #legend4, #legend5, #legend6, #legendStar {
				padding-left:26px;
				display:block;
				}
			#legend1 { background:url(graphics/legend_1.gif) no-repeat left !important; }
			#legend2 { background:url(graphics/legend_2.gif) no-repeat left !important; }
			#legend3 { background:url(graphics/legend_3.gif) no-repeat left !important; }
			#legend4 { background:url(graphics/legend_4.gif) no-repeat left !important; }
			#legend5 { background:url(graphics/legend_5.gif) no-repeat left !important; }
			#legend6 { background:url(graphics/legend_6.gif) no-repeat left !important; }
			#legendStar { background:url(graphics/legend_star.gif) no-repeat left !important; }

/* --------------------------------------------
|  CTA STYLES												
--------------------------------------------- */		
#cta1 p          { padding:5px; margin:0; }
#cta1 .learnMore { text-align: right; }
#cta2 ul {
	margin:0;
	padding:0;
	}
	#cta2 ul li {
		background:none;
		border-bottom:solid 1px #615c52;
		padding:5px 0 2px 2px;
		margin-bottom:0px;
		}
#cta2 ul li a {
	text-decoration: none;
	display:block;
	height:20px;
	padding:3px;
}
#cta2 ul li a:hover {
	background:#453c3d;
	display:block;
	height:20px;
	padding:3px;
}

/* -- PRICE LIST STYLES -- */			
.priceListTable { text-align: center; }

.priceListTable .sold td { background-color: #3F3B3C; }

.legend ul { margin: 0 0 20px 0; display: block; padding: 15px; border: 1px solid #5E5A52; background-color: #272222; }
.legend ul li { background: none; padding: 0; margin: 0; }
	.soldLots { margin-right: 10px; display: block; float: left; width: 15px; height: 15px; border: 1px solid #5E5A52; background-color: #3F3B3C; text-indent: -9999px; }
	
/* --------------------------------------------
|  RELAX LANDING PAGE									
--------------------------------------------- */	
	
#relaxBG {
	background:url(graphics/relax_picture.jpg) no-repeat;
	width:902px;
	height:415px;
	position:relative;
	}
	#bTryBeforeBuy {
		background:url(graphics/b_try_before_buy.gif) no-repeat;
		width:338px;
		height:88px;
		text-indent:-9999px;
		display:block;
		position:absolute;
		top:96px;
		left:443px;
		}
#relaxCont { 
	background:url(graphics/bg_relax_cont.gif) repeat-x; 
	padding:5px 0 0 5px;
	}
	.relaxTable { 
		background:#27211f; 
		width:891px;
		}
		.relaxTable th {
			font-size:24px;
			text-align: left;
			padding:10px;
			}
		.relaxTable td { padding-left:10px;  }
		.altRow        { background:#3b3637; }
		.rightRow      { padding-left:20px;  }
		.arrow { 
			background-image:url(graphics/icon_arrows.gif);
			background-repeat: no-repeat;
			background-position: right;
			padding-right:25px !important; 
			}
		
		#downloadBox {
			background:#211b17;
			width:445px;
			padding:10px;
			float:left;
			}
			#downloadBox .downloadIcon {
				float:right;
				margin:10px 5px 5px 5px;
				}
			#callUsCTA {
				padding:10px 0 0 25px;
				display:block;
				float:left;
				width:291px;
				height:70px;
				}
				
#tryLeft {
	float:left;
	width:460px;
	}
#tryRight {
	float:left;
	width:350px;
	padding:5px 0 20px 30px;
	}
.options { width:350px; }
	
/* --------------------------------------------
|  FOOTER												
--------------------------------------------- */

#footer {
	clear: both;
	width:903px;
	padding:20px 0 20px 27px;
	}
	#topMsg {
		background:#0e0a0b;
		text-align: center;
		height:31px;
		color:#949180;
		font-size:14px;
		font-family: Georgia;
		line-height:27px;
		}
	#footerCont {
		background:url(graphics/bg_footer.gif) no-repeat;
		width:903px;
		height:91px;
		}
		#footerCont ul {
			list-style:none;
			padding:40px 0 0 17px;
			}
		#footerCont ul li {
			background:none;
			float:left;
			font-size:11px;
			padding:0 5px 0 0;
			}
			#footerCont ul li a { color:#949180; }
			#footerCont p {
				font-size:10px;
				color:#5d5a52;
				float:right;
				text-align: right;
				padding-right:20px;
				}
				#footerCont p a { color:#5d5a52; }

/* --------------------------------------------
|  SITE MAP													
--------------------------------------------- */

.siteMapList    { margin-top: 15px }
.siteMapList dt {
	background:url(graphics/ico_folder.gif) 0 4px no-repeat;
	padding-left:20px;
	line-height:20px;
	}
.siteMapList dd {	
	padding-left:10px;
	margin-left:25px;
	line-height:16px;
	background:url(graphics/sitemap_2nd.gif) no-repeat;
	}
.siteMapList dd a {	
	color: #666;
	text-decoration:none;
	}
.siteMapList .bottom { background:url(graphics/sitemap_2nd_bottom.gif) no-repeat; }

/* --------------------------------------------
|  CONTENT SPECIFIC										
--------------------------------------------- */

.floatLeft  { float: left;  }
.floatRight { float: right; }
.clearBoth  { clear: both;  }

/* --------------------------------------------
|  PAGE SPECIFIC											
--------------------------------------------- */
#bWatchVideo {
	background: url(graphics/b_watch_video.gif) no-repeat;
	width: 266px;
	height: 75px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 173px;
	right: 225px;
	}
	#bWatchVideo:hover { background-position: 0 -75px; }
#galleryVideo { padding:20px 0 0 100px; display: none; }
#contentLotPlan { padding:14px 0 0 5px; }
#lotPlanPDF {
	position:absolute;
	bottom:12px;
	right:28px;
	}
#lotPlanTitle {
	position:absolute;
	left:38px;
	bottom:25px;
	}
.minHeight { height:400px; }

#contactStyle {float:left;}
#contactStyle ul {list-style: none; margin: 0 0 20px 0; padding: 0; line-height: 12px;}
#contactStyle li {background-image: none; margin: 5px 0;}
#formStyle label { font-weight: bold; display: block; }
#formStyle label span { font-size: 10px; font-weight: normal; } 
#formStyle .submit {
	border: none;
	vertical-align: top;
	}
#formStyle input {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	margin-bottom: 10px;
	}
#colContact {
	float:left;
	margin-left:20px;
	border-left:1px solid #5e5a52;
	padding-left:20px;
	}

.paddingTop {padding-top:10px;}

/* --------------------------------------------
|  WSSG SPECIFIC											
--------------------------------------------- */

#wssg {
	margin: 0;
	padding: 15px 0 0 30px;
	background:#181415;
	}

.smallText { font-size:11px; }

.btn {
	background:url(graphics/b_left.gif) no-repeat left;
	height:24px;
	font-family: Georgia;
	color:#231f20;
	font-size:14px;
	text-transform: uppercase;
	float: left;
	display: block;
	cursor: pointer;
	clear: both;
	}
	.btn:hover {
		background:url(graphics/b_left_over.gif) no-repeat left;
		text-decoration: none;
		}
	.btn span {
		background:url(graphics/b_right.gif) no-repeat right 0;
		padding: 3px 10px 0 10px;
		height:21px;
		position:relative;
		display: block;
		float: left;
		}
	.btn:hover span {
		background:url(graphics/b_right_over.gif) no-repeat right;
		}
		
.pic { border:solid 3px #fff; }
	
#titleOne, #titleTwo {
	font-family: Arial, Helvetica, sans-serif;
	color:#777676;
	font-weight:bold;
	}
#titleOne { font-size:28px; line-height:30px; }
#titleTwo { font-size:15px; } 

#styleTable { margin-top:30px; background:none; }

.leftCell {
	color:#999;
	font-size:13px;
	border-right:solid 1px #ccc;
	padding:0 30px 30px 20px;
	vertical-align: top;
	text-align: right;
	}
.rightCell {
	padding:0 0 30px 40px;
	width:560px;
	}
.tableCol     { color:#b2d1ec; }
.formTable td { padding:5px;   }
.formTable    { padding:20px;  }
.bSubmit {
	background:url(graphics/b_submit.gif) no-repeat;
	width:87px;
	height:24px;
	border:none;
	cursor: pointer;
	float:right;
	}
.bSubmit:hover { background-position: 0 -24px; }	
