/* CSS Document */

/* SET NEW DEFAULT CSS VALUES FOR CONSISTENCY ACROSS BROWSERS */
/* ========================================================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0; clear: none;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: 100; }
q:before,q:after{content:'';}


/* =+=+=+=+=+= =+=+=+=+=+= OVERRIDDEN HTML =+=+=+=+=+= =+=+=+=+=+= */
/* =============================================================== */

html, body { height:100% }
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	background: none;
}

p { padding-bottom: 2em; }
a { text-decoration: none; }
	a:link { color: #F6F4DC; }
	a:visited { color: #F6F4DC; }
	a:hover { color: #F6F4DC; }
	a:active { color: #F6F4DC; }
	
h1 { font-size: 18px; }
h2 {font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }

/* ------------------------------------------------------------- */


/* =+=+=+=+=+= =+=+=+=+=+= MAIN STRUCTURAL CSS =+=+=+=+=+= =+=+=+=+=+= */
/* =================================================================== */

#container {
	position: absolute;
	/*top: -371px;*/
	top: 20px;
	margin-left: -493px;
	left: 50%;
	width: 986px;
	height: 738px;
	border: 2px solid #B4985A;
	text-align: left;
}

#topMast {
	height: 176px;
	background: none;
	border-bottom: 4px solid #B4985A;
	position: relative;
	z-index: 10;
}

#mainContentContainer {
	height: 530px;
	background: none;
	position: relative;
	z-index: 1;
}

#footer {
	display: none;

}

img#logo { position: absolute; left: 76px; top: 37px; }

#promosContainer {
	display: none;
}

#secondaryNav {
	display: none;
}

#primaryNav {
	display: none;
}

div.subNav {
	display: none;
}

#leftCol, #rightCol { height: 520px; position: absolute; margin-top: 5px; }

#leftCol {
	display: none;
}

#rightCol {
	width: 667px;
	left: 76px; 
	border: none;
}

#communityHighlights { display: none; }

#communityList li {
	display: block;
	padding: 0 2px;
	border-top: 1px solid #B4985A;
}


#communityMap {
	border: 2px solid #B4985A;
	border-left: none;
	position: absolute;
	top: 21px;
	width: 419px;
	height: 264px;
}

#communityText {
	border: none;
	background: none;
}

	#communityText h1 {
		color: #000;
		background: none;
	}
	
/* directions page */
div.directionBullets {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 10px 10px 10px 19px; 
}

	div.directionBullets ul li { 
		color: #000;
		font-size: 11px;
		line-height: 14px;
		list-style: inside;
		list-style-image: url(../images/bg_bullet_amenities.gif);
		font-weight: 100;
		
	}
	
div#bottomBar {
	display: none;
}

	