/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#212121;
}

div#container {
	position:relative; 
	width:790px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	border:0px solid black;
}

div#branding_nav {
	height:91px;
	background-image:url("/img/bg-branding-nav.gif");
	background-position:top left;
	background-repeat:no-repeat;
}

#branding_nav img {
	position:absolute;
	top:9px;
	left:35px;
}

#branding_nav ul#nav {
	position:absolute;
	top:44px;
	left:190px;
	width:600px;
	height:43px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav a {
	display:block;
	height:43px;
	border:0px solid black;
}

#floor_plans, #features_options, #area_info, #contact, #news {
	float:left;
	height:43px;
}

#floor_plans {width:124px;}
#floor_plans a, #floor_plans a:visited {background:url("/img/btn-floor-plans.gif") top left no-repeat;}
#floor_plans a:hover {background:url("/img/btn-floor-plans.gif") top right no-repeat;}

#features_options  {width:184px;}
#features_options a, #features_options a:visited {background:url("/img/btn-features-options.gif") top left no-repeat;}
#features_options a:hover {background:url("/img/btn-features-options.gif") top right no-repeat;}

#area_info {width:104px;}
#area_info a, #area_info a:visited {background:url("/img/btn-area-info.gif") top left no-repeat;}
#area_info a:hover {background:url("/img/btn-area-info.gif") top right no-repeat;}

#contact {width:94px;}
#contact a, #contact a:visited {background:url("/img/btn-contact.gif") top left no-repeat;}
#contact a:hover {background:url("/img/btn-contact.gif") top right no-repeat;}

#news {width:68px;}
#news a, #news a:visited {background:url("/img/btn-news.gif") top left no-repeat;}
#news a:hover {background:url("/img/btn-news.gif") top right no-repeat;}

/*be sure to have a full-width option*/
div#content {
	background-image:url("/img/bg-content.gif");
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:25px;
	padding-right:45px;
	padding-left:65px;
}

div#content_main_home {
	width:960px;
	padding-bottom:120px;
}

div#content_main_full {
	float:left;
	width:680px;
	padding-bottom:120px;
	border:0px solid white;
}

div#content_main {
	float:left;
	width:500px;
	padding-bottom:120px;
}

div#content_sub {
	float:right;
	width:160px;
	padding-top:8px;
	padding-bottom:120px;
}

p#site_info {
	font-size:10px;
	text-align:center;
	clear:both;
	color:#767471;
	padding-bottom:20px;
}

#site_info a {
	color:#767471;
	text-decoration:none;
}

#site_info a:visited {text-decoration:none;}

#site_info a:hover {text-decoration:none;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#dedad3;
}
h1, h2, h3, h4, h5 {
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:12px;}

h1 {font-size:26px;} 

h2 {
	font-size:20px;
	margin-top:30px;
}
h2.first {margin-top:0px;}

h3 {font-size:14px;margin-top:10px;}

h4 {font-size:12px;}

p {
	margin:0px;
	margin-bottom:10px;
}

a {
	color:#ffbc4f;
	text-decoration:underline;
}

a:visited {}

a:hover {text-decoration:none;}

ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot-white.png");
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
#news_list {
	padding:0;
	padding-bottom:10px;
	list-style:none;
	list-style-image:none;
}

#news_list li {
	background-image:url("/dev/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-bottom:6px;
}

#news_list h3 {
	font-size:12px;
	margin:0;
}

#news_list p {
	font-size:11px;
	margin-bottom:4px;
}

#news_list p.date {
	font-style:italic;
	padding-bottom:6px;
	text-align:right;
}

ul.striped, ol.striped { /* list style */
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}

ul.striped li, ol.striped li {}

ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}

ul.striped li a.indent, ol.striped li a.indent {padding-left:30px;}

ul.striped li a:visited, ol.striped li a:visited {}

ul.striped li a:hover, ol.striped li a:hover, ul.striped li a:hover span.no_link, ol.striped li a:hover span.no_link {
	background-color:#0080ff;
	color:#fff;
}

#content_sub h2 {	
	background-image:url("/img/rule.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-bottom:8px;
	padding-left:6px;
}

ul#nav_sub_list {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	background-image:url("/img/rule.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:15px;
	border:0px solid black;
}

/* +++ IE6.CSS */
#nav_sub_list li {
	padding-bottom:2px;
}

#nav_sub_list li a {
	display:block;
	color:#dedad3;
	font-weight:bold;
	font-size:11px;
	margin:0;
	margin-top:1px;
	padding:0;
	padding-top:5px;
	padding-right:8px;
	padding-bottom:5px;
	padding-left:8px;
	text-decoration:none;
	border:0px solid black;
}

#nav_sub_list li a:visited {}

#nav_sub_list li a:hover {
	color:#ffbc4f;
	background-image:url("/img/arrow.gif");
	background-repeat:no-repeat;
	background-position:135px 6px;
}

img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.small {font-size:1.1em;}

.no_spacing {margin:0px; padding:0;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.photo {
	float:left;
	margin-top:4px;
	margin-right:10px;
	margin-bottom:10px;
}

.photo_right {
	float:right;
	margin-top:4px;
	margin-left:10px;
	margin-bottom:10px;
}

.border {border:1px solid #555555;}

.even {background:#efefef;}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
td {
	font-size:0.8em;
}

.adminBar {
	background-color:#2d4122;
}

.tableLight {
	background-color:#313131;
}

.tableDark {
	background-color:#252525;
}

.tableHighlight {
	background-color:#5f4f4b;
}

.white {
	color:#FFFFFF;
}

.submit {
	font: 12px bold Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#dac5a8;
	color:#422c28;
}

.error {
	color: #CC0000;
}
/* END OAF TOOLS */
/* BEGIN SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

/* END SIFR */

ol#plans { /* list style */
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}

/*ie6.css*/
#plans li {min-height:345px;text-align:center;float:left;margin-left:28px;margin-bottom:26px;border:0px solid white;}
#plans li.new_row {margin-left:0px;border:0px solid white;}
#plans li img {margin-bottom:6px;}
#plans li h3 {border:0px solid white;}

div.right_col {float:right;width:320px;}
div.left_col {float:left;width:320px;}
.right_col li, .left_col li {margin-bottom:4px;}
.right_col li ul, .left_col li ul {padding-bottom:0px;padding-top:6px;}

table#registrationTable td, table#registrationTable th {
	font-size:1.2em;
}