/* 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 { 
	padding-top: 12px;
	background:#54534a;
	text-align:center; 
	font:12px/16px "Georgia", Arial, Helvetica, sans-serif; 
	color:#000;
	}

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:#959393; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#2f86af; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; 
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } 

input, textarea, select { 
	background-color:#66FFCC !important; 
	border:1px solid #B4790C;
	color:#000;
	width:145px;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; 
	padding-top:1px; 
	padding-left:4px; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } 

textarea { height:90px; overflow:auto; }


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } 

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } 

input.submit-image, input.submit-contact-main { 
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------ main framework ------------------------ */
#wrap {
	width:964px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/header.gif");
	height:25px;
	}
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-top framework ------------------------ */

#column-top {
	width:964px;
	height:432px;
	}

	#column-top p, #column-top h1, #column-top h2, #column-top h3, #column-top ul, #column-top dl {
		margin:0px 0px 10px 0px; 
		}
			
	#column-top form { margin-left:0px; } 

	/* single column list */
	#column-top ul { padding-left:5px; }
		#column-top ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; 
			padding-left:10px; 
			}

	#column-top ul { padding-left:5px; } 
		#column-top ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; 
			padding-left:10px; 
			float:left;
			width:150px; 
			line-height:20px; 
			}

	#column-top dl { padding-left:5px; }
		#column-top dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-top dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; 
			padding-left:10px;  
			margin-left:5px;
			}

	
/* ------------------------ column-bottom framework ------------------------ */
#column-bottom {
	width:964px;
	height:209px;
	}


#mainContent {
	width:643px;
	height:432px;
	float:left;
	position:absolute;
}	

body#contact #mainContent {
	background: url(../images/img-contact.jpg) no-repeat;
	width:643px;
	height:432px;
	float:left;
	position:relative;
}	

#sideContentHolder {
	width:321px;
	height:432px;
	background:url("../images/content_right.gif");
	color: #595144;
	float:right; 
	position:relative;
	}	
	#sideContentHolder p { padding:4px 0 0 10px;}
	
#sideContent {
	position: absolute;
	width: 270px;
	top: 282px;
	left: 20px;
	}

body#contact #address {
	position: absolute;
	width: 270px;
	font-size: 11px;
	font-weight: bold;
	top: 104px;
	left: 20px;
	}	

#address a {
	color: #595144
	}	

#kicker {
	position: absolute;
	top: 20px;
	left: 30px;
	}



body#location #kicker ul {
margin: 0;
padding: 0;

}	

body#location #kicker ul li { 
			font-weight: bold;
			padding:0; 
			}
			
body#location #kicker ul li a { 
			text-decoration: none;
			}


#bottomRight {
	margin:0;
	padding:0;
	width:321px;
	height:209px;
	background:url("../images/bottom_right.gif") no-repeat;
	float:left;
	position:relative;
}

body#index #bottomContent {
position:absolute;
top:60px;
left:60px;
}

body#apply #bottomContent {
position:absolute;
top:60px;
left:60px;
}

body#location #bottomContent {
position:absolute;
top:60;
left:60;
}

body#amenities #bottomContent {
position:absolute;
top:60;
left:60;
}

body#contact #bottomContent {
position:absolute;
top:60;
left:60;
}

body#apply #bottomContent {
position:absolute;
top:60;
left:60;
}



/* contact us box */
#mail-container {
width:200px;
float:left;
padding:90px 0 0 200px;
margin:0;
}

p.contact-us {
	background: url(../images/bg-contact-box.png) no-repeat;
	width: 205px;
	height: 165px;
	float: left;
	padding: 40px 0 0 38px;
	display: inline;
}
p.contact-us strong {
	padding: 0;
	margin: 0 0 16px 0;
	font-weight: normal;
	font-size: 24px;
	color: #595144;
	width: 206px;
	float: left;
}
p.contact-us strong em {
	font-style: normal;
	color: #595144;
}
p.contact-us span {
	float: left;
	padding: 0 0 4px 0;
	margin: 0;
	width: 206px;
	font-size: 11px;
	color: #595144;
	position: relative;
}

p.contact-us a {
	color: #595144;
}

/* tell a friend box */
.mapIt {
	background: url(../images/bg-tell.png) no-repeat;
	width: 118px;
	height: 55px;
	float: left;
	text-align: center;
	display: inline;
	margin:0 0 0 58px ;
	padding-top:5px;
	}

.mapIt a {
	font-size: 11px;
	height:50px;
	color: #fff;
	position: relative;
	display: block;
	text-decoration: none;

}
.mapIt a:hover {
	color: #ccc;
	text-decoration: none;
	}


/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } 
#active-x {height:300px;}
#header-graphic { height:300px; } 

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }



/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } 
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-varying-height {
	height:55px;
	background:url("../images/subhead-varying-height.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title {
	height:35px;
	background:url("../images/title.jpg") ;
	}

#logo {
	background:url(../images/logo.gif) no-repeat;
	width:322px;
	height:209px;
	float:left;
	margin:0;
	padding:0;
	}

#logo a {
	width:322px;
	height:209px;
	margin:0 auto;
	padding:0;
	overflow: hidden;
	text-indent: -3000px;
	display:block;
}


/* ------------------------ vertical sprite nav ------------------------ */
#bg-nav {
	background:url("../images/nav.gif") top left no-repeat;
	width:321px;
	height:209px;
	margin:0;
	padding:0;
	float:left;
	}

#nav {
	background:url("../images/nav.gif") top left no-repeat;
	width:117px;	/* Width of buttons, not entire image (or half of entire image) */
	height:209px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height:30px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { padding:31px 0 0 32px; margin:0; width:117px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05{ margin:0; padding:0 0 0 32px; width:117px; }

#nav-01 a:hover { background:url("../images/nav.gif") -353px -31px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -353px -61px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -353px -91px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -353px -121px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -353px -151px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#floorplans #nav-01 { background:url("../images/nav.gif") -321px 0px no-repeat;  }
body#amenities #nav-02 { background:url("../images/nav.gif") -321px -61px no-repeat; }
body#location #nav-03 { background:url("../images/nav.gif") -321px -91px no-repeat; }
body#contact #nav-04 { background:url("../images/nav.gif") -321px -121px no-repeat; }
body#apply #nav-05 { background:url("../images/nav.gif") -321px -151px no-repeat; }


/* ------------------------------------- Floorplans ---------------------------------------- */


body#floorplans #mainContent {
	background: url(../images/bg_floorplans.gif) no-repeat;
	width:643px;
	height:432px;
	float:left;
	overflow: hidden;
	z-index: 1000;
}

#plans-area {
	margin: 0;
	width:643px;
	height:432px;
	position: relative;

	
}

#plans-area div.floor{display:none;}

/* view ufurnished/furnished. If you want change label watch js */


#view {
	position: absolute;
	left: 0px;
	top: 23px;
	font-size: 12px;
	color: #959393;
}
.floor .img-area {
	display: table-cell;
	vertical-align: middle; 
	height: 432px;
	width: 643px;
	
}
.safari .img-area {
	padding: 135px 0 0 89px;
	float: left;
	display: block;
	height: auto;
}

.floor-nav {
	position: absolute;
	width: 181px;
	left: 10px;
	top: 53px;
}
.floor-nav strong {
	color: #959393;
	font-size: 12px;
	border-bottom: 1px solid #d8b4b4;
	width: 158px;
	margin: 0;
	padding: 0 0 8px 20px;
	float: left;
	font-weight: normal;
}
.floor-nav ul {
	padding: 0;
	margin: 14px 0 0 20px;
	width: 142px;
	float: left;
}
.floor-nav li {
	float: left;
	width: 100%;
	margin-bottom: 3px;
}
.floor-nav li a {
	color: #959393;
	font-size: 12px;
}
.floor-nav li a:hover {
	color: #B13224;
}
.floor-nav li a.active {color: #B13224;}

.description {
position: absolute;
top: 150px;
left: 600px;
margin: 0 auto;
width: 360px;
}

.description h2 {
	font-weight: normal;
	font-size: 18px;
	color: #b20202;
	margin: 0;
	padding:0 0 0 2px;
}
.description p {
	font-size: 11px;
	color: #959393;
	line-height: 16px;
	margin: 0 0 20px;
	padding: 0;
	width: 320px;
}
.floor img.structure {
	position: absolute;
	top: -9999px;
}



/* ------------------------footer framework ------------------------ */
	
