body
{
	background: #999 url(/images/bk.jpg) repeat-x;
}

#container
{
	background: #fff url(/images/topbar.gif) repeat-x;
	width: 940px;
	min-width: 940px;
	margin: 18px auto;
}

img
{
	border: 0px solid #fff;
	padding: 0px;
}

#nav
{
	height: 96px;
	padding-top: 16px;
}

#nav a
{
	position: absolute;
	width: 188px;
	height: 0px;
	padding-top: 96px;
	overflow: hidden;
}

#nav a:hover
{
	background-position: 0 -96px;
}

#nav_home
{
	background: #7d3620 url(/images/nav_home.jpg) no-repeat;
}

#nav_home_current
{
	background: #c2cd23 url(/images/nav_home_current.jpg) no-repeat;
}

#nav_features
{
	background: #7d3620 url(/images/nav_features.jpg) no-repeat;
	margin-left: 188px;
}

#nav_features_current
{
	background: #c2cd23 url(/images/nav_features_current.jpg) no-repeat;
	margin-left: 188px;
}

#nav_floorplans
{
	background: #7d3620 url(/images/nav_floorplans.jpg) no-repeat;
	margin-left: 376px;
}

#nav_floorplans_current
{
	background: #c2cd23 url(/images/nav_floorplans_current.jpg) no-repeat;
	margin-left: 376px;
}

#nav_locale
{
	background: #7d3620 url(/images/nav_locale.jpg) no-repeat;
	margin-left: 564px;
}

#nav_locale_current
{
	background: #c2cd23 url(/images/nav_locale_current.jpg) no-repeat;
	margin-left: 564px;
}

#nav_contact
{
	background: #7d3620 url(/images/nav_contact.jpg) no-repeat;
	margin-left: 752px;
}

#nav_contact_current
{
	background: #c2cd23 url(/images/nav_contact_current.jpg) no-repeat;
	margin-left: 752px;
}

#nav ul
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li
{
	display: inline;
}

h1
{
	display: none;
}

h2
{
	margin: 0px;
	padding: 0px;
}

h2 a
{
	background: #fff url(/images/titlebar.jpg) no-repeat;
	float: left;
	width: 940px;
	height: 0px;
	padding-top: 96px;
	overflow: hidden;
}

h2#features a
{
	background: #fff url(/images/titlebar_features.jpg) no-repeat;
}

h2#home a
{
	background: #fff url(/images/titlebar_home.jpg) no-repeat;
}

h2#floorplans a
{
	background: #fff url(/images/titlebar_floorplans.jpg) no-repeat;
}

h2#locale a
{
	background: #fff url(/images/titlebar_locale.jpg) no-repeat;
}

h2#contact a
{
	background: #fff url(/images/titlebar_contact.jpg) no-repeat;
}

#contentfloorplans
{
	clear: both;
	background: #fff /*url(/images/content_bk_features.jpg) no-repeat*/;
	min-height: 518px;
	padding: 36px 4px 24px 4px;
	color: #7d3620;
	font: 14px/1.5em Arial, sans-serif;
	text-align:center;
}

h3
{
	margin: 0px;
}

a
{
	text-decoration: none;
	color: #e87d1d;
}

a:hover
{
	text-decoration: underline;
	color: #c2cd23;
}

#footer
{
	background: #c2cd23;
	color: #7d3620;
	font: 14px/1.5em Arial, sans-serif;
}

#footer form
{
	text-align: center;
	padding: 6px;
	margin: 0;
}

#footer a
{
	color: #7d3620;
}

#disclaimer, #disclaimer p
{
	background: #999;
	color: #000;
	font: 12px Arial, sans-serif;
	text-align: center;
	padding: 4px;
	margin: 0;
}

form#contactform, form#loginform, form#vipform
{
	padding: 0;
	margin: 0;
}

#contactform input, #loginform input, #vipform input
{
	display: inline;
}

#contactform label, #loginform label, #vipform label
{
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	padding: 0 6px 0 0;
	width: 200px;
}

#contactform input.checkbox, #loginform input.checkbox, #vipform input.checkbox {
	display: inline;
}

form#contactform br, form#loginform br, form#vipform br {
	clear: both;
}

#contactform fieldset, #loginform fieldset, #vipform fieldset
{
	border: 1px solid #e87d1d;
}