/*************************************************************************/
/************************** global styles ********************************/

html, body{
	padding:0;
	margin:0;
	height:100%;
	background:transparent url(/images/bgRepeat.gif) repeat-x;
	background-color:#F0EADA;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#433D39;
}
#container{
	width:812px;
	min-height:100%;
	margin:0 auto;
}
* html #container{ /* IE 5-6 */
	height:100%;
}
#header{
	height:250px;
	padding:5px 0 0 11px;
	background:transparent url(/images/header-bg.gif) no-repeat;
}

/*************************************************************************/
/**************************** navigation *********************************/

#fontResizer{
	width:150px;
	height:16px;
	float:right;
	text-align:right;
	margin:10px 37px 0 0;
	font-size:12px;
	color:#908B7E;
}
*html #fontResizer{ /* IE 6 */
	margin:10px 20px 0 0;
}

#nav{
	height:80px;
}
#nav img{ /* floats the logo */
	float:left;
}
#nav ul{
	margin:32px 0 0 0;
	padding:0 25px 0 0;
	float:right;
	clear:right;
	list-style:none;
	white-space:nowrap;
}
#nav ul li{
	text-align:center;
	display:inline;
	margin:0;
	padding:0 12px 0 12px;
	border-right:1px solid #CCCCCC;
	font-size:14px;
}
#nav li a{
	margin:0;
	padding:0;
}

/*************************************************************************/
/************************** home page DIVs *******************************/

#homeLeft{
	width:500px;
	padding:15px 0 125px 10px;
	float:left;
}
#homeRight{
	width:260px;
	margin:0 2px 0 520px;
	padding:40px 0 170px 30px;
	background:transparent url(/images/divider.gif) no-repeat top left;
}
*html #homeRight{ /* IE6 */
	margin:20px 2px 0 520px;
	padding:15px 0 140px 27px;
}
#homeRight p{
	margin:0;
	padding:0 5px 8px 6px;
}

/*************************************************************************/
/*************************** content divs ********************************/

#left{
	width:175px;
	padding:45px 0 0 10px;
	float:left;
}
*:first-child+html #left{ /* IE7 */
	margin-right:-2px;
}
#left ul{
	list-style:none;
	margin:0;
	padding:0;
}
#left ul li{
	border-top:1px solid #E4DDC9;
	font-size:12px;
}
#left li a{
	padding:7px 0 0 15px;
	height:23px;
	display:block;
}
#left li a:hover{
	background-color:#faf7ee;
}

#right{
	width:585px;
	min-height:350px;
	margin:15px 2px 0 185px;
	padding:0 0 160px 30px;
	background:transparent url(/images/dividerContent.gif) no-repeat top left;
}

/*************************************************************************/
/************************* footer navigation *****************************/

#footer{
	width:798px;
	height:105px;
	position:relative;
	clear:both;
	margin:-107px auto 0 auto; /* bottom of page minus height of footer; center */ 
	line-height:16px;
	background-color:#EAE3CF;
	border:1px solid #DCD3B8;
}
#footer strong{
	font-size:12px;
}
#residences{
	width:115px;
	margin:0;
	padding:8px 0 0 30px;
	list-style:none;
	float:left;
}
#amenities{
	width:130px;
	margin:0;
	padding:8px 0 0 0;
	list-style:none;
	float:left;
}
#lifestyle{
	width:135px;
	margin:0;
	padding:8px 0 0 0;
	list-style:none;
	float:left;
}
#aboutUs{
	width:120px;
	margin:0;
	padding:8px 0 0 0;
	list-style:none;
	float:left;
}
#contact{
	width:190px;
	margin:0;
	padding:8px 0 0 0;
	list-style:none;
	float:left;
}
#logos{ /* modern browsers */
	width:50px;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
*:first-child+html #logos{ /* IE7 */
	margin:-7px 0 0 0;
}
*html #logos{ /* IE6 and below */
	margin:-7px 0 0 0;
}

/*************************************************************************/
/************************* text and misc styles **************************/

h1{
	margin:0;
	padding:0;
	font:18px/18px Georgia, "Times New Roman", Times, serif;
	color:#722716;
}
h2{
	margin-top:10px;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
}
h3{
	margin:15px 0 10px 0;
	font:14px/16px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#722716;
}
p{
	margin:10px 0 10px 0;
}
.formField{
	height:17px;
	color:#4F4F43;
	font-size:11px;
	border:1px solid #999999;
}
.floatLeft{
	float:left;
	margin:0 10px 7px 0;
}
.floatRight{
	float:right;
	margin:0 0 7px 10px;
}
#financialsTable{
	background-color:#EAE3CF;
	border:1px solid #CAC1A7;
}
#financialsTable td{
	line-height:15px;
	padding:2px 0 2px 5px;
	border:1px solid #CAC1A7;
}
#financialsTable .titles{
	font-weight:bold;
}
#404{
	list-style:none;
	font-weight:bold;
}
#404 ul{
	font-weight:normal;
}

/*************************************************************************/
/****************************** linkage **********************************/

/* nav */
#nav a:link, #nav a:visited, #nav a:active {color:#534B46; text-decoration:none;}
#nav a:hover {color:#722716; text-decoration:none;}
#nav .selected a:link, #nav .selected a:visited, #nav .selected a:active, #nav .selected a:hover {color:#722716; text-decoration:none;}

/* side nav */
#left a:link, #left a:visited, #left a:active, #left a:hover {color:#5F5B50; text-decoration:none;}
#left .selected a:link, #left .selected a:visited, #left .selected a:active, #left .selected a:hover {background-color:#faf7ee;}

/* body copy */
a:link, a:visited, a:active {color:#BF4622; text-decoration:underline;}
a:hover {color:#722716; text-decoration:underline;}

/* footer nav */
#footer a:link, #footer a:visited, #footer a:active {color:#433D39; text-decoration:none;}
#footer a:hover {color:#722716; text-decoration:none;}

#fontResizer a:link, #fontResizer a:visited, #fontResizer a:active {color:#908B7E; text-decoration:none;}
#fontResizer a:hover {color:#722716; text-decoration:none;}

/* removes dotted line under linked images */
a img {margin-bottom:-1px; vertical-align:sub; border:none;}



