/* -------->> Global <<<--------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#53453a;
	margin:0;
}
#wrapper {
	width:831px;
	margin:60px auto 0 auto;
	background-color:#ffffff;
	background-image:url(../img/tile_page.gif);
	background-repeat:repeat-y;
}
#brdr-top, #brdr-bot {
	width:831px;
	height:17px;
}
#inner {
	padding:0 17px;
}
.dash-h {
	background-image:url(../img/tile_dash_h.gif);
	background-repeat:repeat-x;
	height:1px;
}
#page-container {
	background-image:url(../img/tile_dash_v.gif);
	background-repeat:repeat-y;
}
#nav {
	padding:10px 11px;
}
.logo {
	margin-right:73px;
}
.nav-first {
	border-left:1px solid #b99a80;
}
.nav-all,
.nav-first {
	border-right:1px solid #b99a80;
}
#footer {
	color:#999999;
	width:797px;
	font-size:10px;
	padding-bottom:8px;
}
#footer-left {
	width:600px;
	float:left;
}
#footer-right {
	width:197px;
	text-align:right;
	float:left;
}
#footer p {
	margin:0;
	padding:12px 10px 0 10px;
}
#footer a, #footer a:visited {
	color:#999999;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#666666;
	text-decoration:underline;
}
.close {
	border:0;
}
/* -------->> Home <<<--------*/
#main-home {
	padding:0 11px 10px 1px;
}
#flasharea {
	width:506px;
	height:420px;
	float:left;
	position:relative;
}
#home-right {
	width:278px;
	height:420px;
	border-left:1px solid #ffffff;
	background-color:#7b3900;
	float:left;
	position:relative;
	overflow:hidden;
}
#tile-orn {
	width:234px;
	height:420px;
	background-image:url(../img/tile_hm_orn.gif);
	background-repeat:repeat-y;
	float:left;
}
#tile-wave {
	width:44px;
	height:420px;
	background-image:url(../img/tile_hm_wave.gif);
	background-repeat:repeat-y;
	float:right;
}
/* -------->> Sub-pages <<<--------*/
#main-sub {
	margin:0 11px 0 11px;
	background-image:url(../img/tile_sub.gif);
	background-repeat:repeat-y;
	line-height:15px;
}
#main-sub p {
	margin:0;
	padding:0 0 18px 0;
}
.hd {
	margin-bottom:18px;
}
.filler {
	height:10px;
	font-size:1px;
}
#sub-top {
	width:731px;
	padding-top:35px;
}
#subnav-box {
	background-image:url(../img/subnav_box.gif);
	background-repeat:no-repeat;
}
#subnav {
	padding:10px 8px 58px 11px;
}
/* -------->> Location <<<--------*/
#content-location {
	width:712px; /* 692px */
	margin-left:10px;
	font-size:11px;
	color:#4a4a4a;
}
#location-left {
	width:358px;
	float:left;
	padding-bottom:23px;
}
#location-right {
	width:354px; /*width:334px; */
	float:left;
	position:relative;
}
#location-right p{
	padding-right:10px;
}
#location-right a.bodylink, a:visited.bodylink{
	color:#3366cc;
	text-decoration:none;
}
#location-right a:hover.bodylink, a:active.bodylink{
	color:#3399ff;
	text-decoration:underline;
}
#location-left .bkgd_residence{
	background-image:url(../img/photo_resource.jpg);
	background-repeat:no-repeat;
	width:339px;
	height:378px;
	margin:0px;
}
#location-left .bkgd_floorplans{
	background-image:url(../img/photo_floorplans.jpg);
	background-repeat:no-repeat;
	width:339px;
	height:378px;
}
#amenities_mo{
	padding-top:308px;
	padding-left:9px;
}
#floorplans_box{
	padding-top:200px;
	padding-left:10px;
}
#location-left .bkgd_infocenter{
	background-image:url(../img/photo_infocenter.jpg);
	background-repeat:no-repeat;
	width:339px;
	height:378px;
}
#infocenter_box{
	padding-top:282px;
	padding-left:10px;
}

#phototour-location {
	width:713px;
	margin-left:10px;
	font-size:11px;
	color:#4a4a4a;
}
#phototour-left {
	width:499px;
	float:left;
	padding-bottom:0px;
}
#phototour-left p{
	padding:4px 0 16px 0;
	font-style: italic;	
}
#phototour-right {
	margin-left:1px;
	width:212px;
	float:left;
	padding-bottom:0px;
}
#phototour-location img{
	padding-bottom:1px;
}
#phototour-location img.ml1 {
	padding-left:1px;
}

/* -------->> Disclaimer <<<--------*/
#dhtmltooltip{
	position: absolute;
	width: 190px;
	border:1px solid #c3c2a9;
	padding: 10px;
	visibility: hidden;
	z-index: 100;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

/* -------->> Clear Fix <<<--------*/
.clearfix:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
} 
.clearfix {
	display:inline-block;
} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 

