/* SB Style Sheet --------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited 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%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#272321 url(../images/bg-body.jpg) top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#FFF;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#f5c471; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#ffdda4; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

.div-left {width:220px; float:left; padding-left:180px;}
.div-right {width:220px; float:left;}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

.center {text-align:center;}
/* ------------------------ main framework ------------------------ */
#wrap {
	background:url(../images/bg-wrap.jpg) repeat-y;
	width:990px;
	margin:0 auto;
	text-align:left;
	}

#header-container {
	width:990px;
	margin:0;
	padding:0;
	float:left;
	}


/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:696px;
	float:left;
	}
	#column-left p, #column-left h1, #column-left h2 {
		padding:0px 0px 10px 139px;
		}
		

#column-container {
	width:990px;
	float:left;
	}
	#column-container p {
		padding:0px 0px 10px 139px;
		}

#content-container  {width:696px; float:left;}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:294px;
	float:left;
	}
	#column-right p, #column-right h1 {
		margin:0px;
		}

/* ------------------------ header framework ------------------------ */
#header { height:412px; } /* sets height for all non-flash headers */
	body#index #header { background:url(../images/header-index.jpg) no-repeat; }
	body#floorplans #header { background:url(../images/header-floorplans.jpg) no-repeat; }
	body#amenities #header { background:url(../images/header-amenities.jpg) no-repeat; }
	body#location #header { background:url(../images/header-location.jpg) no-repeat; }
	body#contact #header { background:url(../images/header-contact.jpg) no-repeat; }
	body#gallery #header { background:url(../images/header-gallery.jpg) no-repeat; }


#flash-container { width:707px; padding:13px 0 0 255px;  }

/* ------------------------ subhead framework ------------------------ */
#subhead { height:50px; } /* sets height for all subheads */
	body#index #subhead { background:url(../images/subhead-index.jpg) no-repeat; }
	body#floorplans #subhead { background:url(../images/subhead-floorplans.jpg) no-repeat; }
	body#amenities #subhead { background:url(../images/subhead-amenities.jpg) no-repeat; }
	body#location #subhead { background:url(../images/subhead-location.jpg) no-repeat; }
	body#contact #subhead { background:url(../images/subhead-contact.jpg) no-repeat; }
	body#gallery #subhead { background:url(../images/subhead-gallery.jpg) no-repeat; }

/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url(../images/bottom-wrap.jpg);
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer-container {
	background:url(../images/bg-footer-container.jpg) repeat-x;
	margin:0 auto;
	margin:10px 0 50px 0; 
	}

#footer {
	width:990px;
	margin:0 auto;
	padding:20px 0 20px 0;
	text-align:center;
	}

#footer p {
	color:#fff;
	margin-bottom:5px;
	}

#footer a:link, #footer a:visited { color:#ccb998; text-decoration:none; outline:none;}
#footer a:hover, #footer a:active { color:#c9b695; text-decoration:none; outline:none;}


/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url(../images/nav.jpg) no-repeat; 
	width:990px; 
	height:55px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }
#nav li, #nav a { height:55px; display:block; } /* change height here also */
#nav li { float:left; list-style:none; display:inline; position:relative; }

#nav-01 { width: 55px; margin-left: 107px;}
#nav-02 { width: 102px;}
#nav-03 { width: 83px;}
#nav-04 { width: 85px;}
#nav-05 { width: 100px;}
#nav-06 { width: 60px;}
#nav-07 { width: 124px;}
#nav-08 { width: 190px;}

/*-------------- (-79px) X position of button / (-55px) height of image from above ------------- */
#nav-01 a:hover { background:url(../images/nav.jpg)  -107px -55px no-repeat; }
#nav-02 a:hover { background:url(../images/nav.jpg) -162px -55px no-repeat; }
#nav-03 a:hover { background:url(../images/nav.jpg) -264px -55px no-repeat; }
#nav-04 a:hover { background:url(../images/nav.jpg) -347px -55px no-repeat; }
#nav-05 a:hover { background:url(../images/nav.jpg) -432px -55px no-repeat; }
#nav-06 a:hover { background:url(../images/nav.jpg) -532px -55px no-repeat; }
#nav-07 a:hover { background:url(../images/nav.jpg) -592px -55px no-repeat; }
#nav-08 a:hover { background:url(../images/nav.jpg) -716px -55px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url(../images/nav.jpg)  -107px -55px no-repeat; }
body#floorplans #nav-02 { background:url(../images/nav.jpg) -162px -55px no-repeat; }
body#amenities #nav-03 { background:url(../images/nav.jpg) -264px -55px no-repeat; }
body#location #nav-04 { background:url(../images/nav.jpg) -347px -55px no-repeat; }
body#contact #nav-05 { background:url(../images/nav.jpg) -432px -55px no-repeat; }


/* ------------------------ buttons ------------------------ */
#btn-apply {
	background:url(../images/btn-apply.jpg) no-repeat;
	width:173px;
	height:100px;
	float:left;
	margin-top:20px;
	}
	#btn-apply span {display:none;}
	#btn-apply a {display:block; width:133px; height:100px; float:right;}
	#btn-apply a:hover {background:url(../images/btn-apply.jpg) -40px -100px no-repeat;}

#btn-gallery {
	background:url(../images/btn-gallery.jpg) no-repeat;
	width:121px;
	height:100px;
	float:left;
	margin-top:20px;
	}
	#btn-gallery span {display:none;}
	#btn-gallery a {display:block; width:95px; height:100px; float:left;}
	#btn-gallery a:hover {background:url(../images/btn-gallery.jpg) -0px -100px no-repeat;}

#btn-directions {
	background:url(../images/btn-directions.jpg) no-repeat;
	width:173px;
	height:103px;
	float:left;
	}
	#btn-directions span {display:none;}
	#btn-directions a {display:block; width:133px; height:103px; float:right;}
	#btn-directions a:hover {background:url(../images/btn-directions.jpg) -40px -103px no-repeat;}

#btn-map {
	background:url(../images/btn-map.jpg) no-repeat;
	width:121px;
	height:103px;
	float:left;
	}
	#btn-map span {display:none;}
	#btn-map a {display:block; width:95px; height:100px; float:left;}
	#btn-map a:hover {background:url(../images/btn-map.jpg) -0px -103px no-repeat;}

#btn-map-2 {
	background:url(../images/btn-map.jpg) no-repeat;
	width:121px;
	height:103px;
	float:left;
	margin-top:37px;
	}
	#btn-map-2 span {display:none;}
	#btn-map-2 a {display:block; width:95px; height:100px; float:left;}
	#btn-map-2 a:hover {background:url(../images/btn-map.jpg) -0px -103px no-repeat;}


.floorplan-img {float:right;}

.sycamore {margin-left:111px;}
.oak {margin-left:52px;}
.maple {margin-left:46px;}
.aspen {margin-left:67px;}


/* ------------------------ amenities ------------------------ */

#left-container {width:418px; float:left; margin:0; padding:0;}
#right-container {width:418px; float:left; margin:0; padding:0;}


/* ------------------------ location ------------------------ */
#flash-container {width:707px; height:377px; float:left; padding:14px 0 0 256px;}






