/* The Basics */

* {
	margin:0;
	padding:0;
}
img {
	border:0;
}

body {
	background:#484848;
	font-family:Verdana,sans-serif;
}



/* The Structure */

#wrap {
	height:600px;
	width:800px;
	margin:20px auto;
	position:relative;
}
#header {
	width:800px;
	height:178px;
	background:#F2F2F2 url('/i/header_img2.jpg') no-repeat top right;
}
#logo {
	float:left;
}
#sidebar {
	width:201px;
	height:391px;
	background:#71B41B url('/i/sidebar_bg.jpg') no-repeat top;
	float:left;
}
#main {
	width:599px;
	float:right;
}
#nav {
	width:599px;
	height:27px;
	background:#F2F2F2;
}
#content {
	width:599px;
	height:327px;
	background:#F2F2F2;
	overflow:auto;
}
#footer {
	width:599px;
	height:37px;
	background:#F2F2F2 url('/i/footer_bg.gif') no-repeat;
	clear:right;
	float:right;
}
#copyright {
	width:800px;
	text-align:right;
	text-transform:uppercase;
	font-size:8px;
	color:#878787;
	background:#484848;
	clear:both;
	letter-spacing:1px;
}


/* The Navigation */

#navbar {
	width:599px;
	height:27px;
	background:url(/i/nav.gif);
	margin:0 auto;
	position: relative;
}
#navbar li {
	list-style: none;
	position: absolute;
	top: 0;
	text-indent:-5000px;
}
#navbar li, #navbar a {
	height:27px;
	display: block;
}
#life {
	left:0;
	width:123px;
}
#designs {
	left:123px;
	width:118px;
}
#location {
	left:241px;
	width:118px;
}
#news {
	left:359px;
	width:116px;
}
#contact {
	left:475px;
	width:124px;
}
#life a:hover, #life a.current {
	background:transparent url(/i/nav.gif) 0 -27px no-repeat;
}
#designs a:hover, #designs a.current {
	background:transparent url(/i/nav.gif) -123px -27px no-repeat;
}
#location a:hover, #location a.current {
	background:transparent url(/i/nav.gif) -241px -27px no-repeat;
}
#news a:hover, #news a.current {
	background:transparent url(/i/nav.gif) -359px -27px no-repeat;
}
#contact a:hover, #contact a.current {
	background:transparent url(/i/nav.gif) -475px -27px no-repeat;
}
#subnavDesigns {
	position:absolute;
	top:205px;
	left:324px;
	background:#72B41C url(/i/nav_bg.gif) top left repeat-x;
	z-index:10;
	display:none;
	width:150px;
	
}
#subnavLocation {
	position:absolute;
	top:205px;
	left:442px;
	background:#72B41C url(/i/nav_bg.gif) top left repeat-x;
	z-index:10;
	display:none;
	width:150px;
}
#subnavInfo {
	position:absolute;
	top:205px;
	left:560px;
	background:#72B41C url(/i/nav_bg.gif) top left repeat-x;
	z-index:10;
	display:none;
	width:175px;
}
.subnav li {
	list-style-type:none;
	font-size:12px;
	font-family:'Lucida Sans',Tahoma,Arial,sans-serif;
	line-height:3em;
	border-top:1px solid #F2F2F2;
}
.subnav a {
	color:#fff;
	text-decoration:none;
	width:100%;
	display:block;
	text-indent:10px;
}
.subnav a:hover {
	background:#639424;
}

/* The Rest */

#copyright p {
	padding:5px 20px 0 0;
}
#contentText {
	margin:30px 40px 10px 40px;
}
#contentText h1, h2.subhead {
	font-family:'Trebuchet MS',Arial,sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#5E9E0D;
	letter-spacing:-1px;
}
#contentText p, #contentText ul, #contentText ol, h3.features {
	color:#393939;
	padding:10px 0 0 0;
	line-height:1.5em;
	font-size:11px;
}
#sidebar div, #sidebar ul {
	color:#FFF332;
	font-size:11px;
	font-weight:normal;
	margin:58px 0 0 30px;
}
#sidebar p {
	color:#fff;
	font-size:11px;
	margin:15px 0 0 30px;
}
#sidebar ul {
	list-style:none;
}
#sidebar a {
	color:#FFF332;
	text-decoration:none;
	font-family:'Lucida Sans',Tahoma,Arial,sans-serif;
	font-size:12px;
}
#sidebar li {
	padding-bottom:10px;
}
#sidebar a:hover {
	color:#fff;
}
h2.subhead {
	font-size:16px;
	margin:10px 0 0 0;
}
#contentText ul, #contentText ol {
	margin-left:20px;
}
#contentText ul ul {
	margin-top:0;
	padding-top:0;
}
h3.features {
	padding-top:15px;
}
#sidebar .current {
	color:#fff;
}
.floorplan {
	display:block;
	margin:10px auto 0 auto;
}
#floorplan_1 p, #floorplan_2 p {
	font-size:10px;
	font-weight:bold;
	color:#000;
	text-align:center;
}
#floorplan_1 {
	float:left;
	margin-left:10px;
}
#floorplan_2 {
	float:right;
	margin-right:30px;
}
td, .reg {
	font-size:11px;
}
.formDescrReq { 
	color: #c00;
}
table {
	margin-top:5px;
}
input, select {
	font-size:10px;
}
#contentText a {color:#5E9E0D;}
#contentText a:hover {text-decoration:none; background:#5E9E0D; color:#F2F2F2;}
.center {text-align:center; margin:0 auto;}

#contentText .link_nobg a:hover {background:transparent;}