/* COMMON CSS */

* { 
	padding:			0px; 
	margin:				0px; 
}

body {
	background-color:	#828962;
}

#outer { 
	text-align:			center;
	margin:				0px auto;
	width:				975px;
	overflow:			hidden;
} 

#outer #top {
	text-align:			left;
	width:				975px;
	height:				80px;
}

#outer #top #logo {
	margin:				0px 0px 0px 0px;
	display:			block;
	background:			url("/images/logo.gif") top left no-repeat;
	width:				205px;
	height:				62px;
}

#outer #top #logo a {
	display:			block;
	width:				205px;
	height:				62px;
}

#outer #top #logo span {
	display: none;
}

#outer #top #crest {
	position:			absolute;
	display:			block;
	margin:				-68px 0px 0px 189px;
	background:			url("/images/crest.png") top left no-repeat;
	_background:		none; 
	_filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='/images/crest.png');
	width:				201px;
	height:				201px;
	z-index:			100;
}

#outer #top #crest span {
	display:none;
}

#outer #top #nav {
	position:			absolute;
	margin:				-39px 0px 0px 396px;
	width:				557px;
	height:				31px;
	display:			block;
}

#outer #top #nav ul {
	list-style-type: 	none;
}

#outer #top #nav ul li {
	float:				left;
}

#nav ul li#lifestyle a {
	background:			url("/images/nav_01.gif") no-repeat top left;
	width:				76px;
	height:				31px;
	text-align:			left;
	display:			block;
}

#nav ul li#lifestyle a span {
	display:			none;
}

#nav ul li#activities a {
	background:			url("/images/nav_02.gif") no-repeat top left;
	width:				81px;
	height:				31px;
	text-align:			left;
	display:			block;
}

#nav ul li#activities a span {
	display:			none;
}


#nav ul li#directions a {
	background:			url("/images/nav_03.gif") no-repeat top left;
	width:				88px;
	height:				31px;
	text-align:			left;
	display:			block;
}

#nav ul li#directions a span {
	display:			none;
}


#nav ul li#residences a {
	background:			url("/images/nav_04.gif") no-repeat top left;
	width:				90px;
	height:				31px;
	text-align:			left;
	display:			block;
}

#nav ul li#residences a span {
	display:			none;
}

#nav ul li#plans a {
	background:			url("/images/nav_05.gif") no-repeat top left;
	width:				57px;
	height:				31px;
	text-align:			left;
	display:			block;
}

#nav ul li#plans a span {
	display:			none;
}

#nav ul li#services a {
	background:			url("/images/nav_06.gif") no-repeat top left;
	width:				72px;
	height:				31px;
	text-align:			left;
	display:			block;
}

#nav ul li#services a span {
	display:			none;
}

#nav ul li#ownership a {
	background:			url("/images/nav_07.gif") no-repeat top left;
	width:				93px;
	height:				31px;
	text-align:			left;
	display:			block;
}

#nav ul li#ownership a span {
	display:			none;
}


#nav ul li#lifestyle a:hover,
#nav ul li#activities a:hover,
#nav ul li#directions a:hover,
#nav ul li#residences a:hover,
#nav ul li#plans a:hover,
#nav ul li#services a:hover,
#nav ul li#ownership a:hover
{
	background-position: 0 -31px;
	display:			block;
}

#outer #content {
	text-align:			left;
	width:				975px;
}




