
/* ---------->>> GLOBAL <<<-----------*/

* { margin: 0; padding: 0; }

body {
	background: #FFB53A url(bkg.jpg) top center repeat-y;
	color:#101010;
 	font: .8em Verdana, Helvetica, sans-serif;
   }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	padding:0;
	margin:0; 
	}

li, dd { margin-left:5%; }
fieldset { padding: .5em; }

a { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; }

/* ---------->>> DIVS <<<-----------*/

#wrapper { 
 margin: 0 auto;
 width: 800px;
 background-color: #fff;
}

#header {
 background: #76842D url(header.jpg) top left no-repeat;
 width: 800px;
 height: 99px;
 overflow: hidden;
}

#navarea {
 width: 800px;
 height: 30px;
 background: #495A10 url(nav.gif) top left repeat-x;
 border-top: 1px solid #8E9A52;
}

#content { 
  width: 600px;
  margin: 0 auto;
  margin-top: 50px;
}

#footer {
margin: 0 auto;
margin-top: 50px;
margin-bottom: 20px;
 width: 650px; 
 text-align: center;
 border-top: 1px solid #495A10;
 font-size: .8em;
}

/* ---------->>> HEADER ITEMS <<<-----------*/

h1 { }

	#header h1 {
	height:99px; /* height of logo */
	width:349px; /* width of logo */
	background: url(logo.jpg) top center no-repeat;
	text-indent:-9000px;
	padding-top: 0px;
	float: left
	}
	
	#content h1 {
	font: 20px "Verdana";
	color: #495A10;
	margin-bottom: 10px;
	}

h2 { }
	#content h2{
	font: 16px "Verdana";
	color: #663300;
	}

p { }
	#header p {
	font: 16px "Times";
	color: #fff;
	line-height: 20px;
	text-align: right;
	margin-top: 50px;
	margin-right: 10px;
	}
	#content p {
	margin-bottom: 20px;
	line-height: 1.4em;
	}
	
	#footer p { 
	padding-top: 10px;
	color: #495A10;
	}

a { }
	#header a {
	display:block;
	width:100%;
	height:98%;
	outline:none;
	}
	
	#content a, #footer a { color: #495A10; }

li { }
	.arrow li
	{
	list-style-type: none;
	padding-left: 15px;
	background-image: url(arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}		
	
/* ---------->>> Global Navigation <<<-----------*/

#nav {
  width:650px;
  padding:0; 
  list-style-type:none;
  z-index: 400;
  margin: 0 auto;
  }
#nav li {
  float:left;
  width:120px;
  border-left:1px solid #8E9A52; 
  border-right:1px solid #8E9A52; 
  padding: 0; margin: 0;
  }
#nav a {
  display:block;
  width:120px;
  color:#fff; 
  background-color:#495A10; 
  text-align:center; 
  padding:4px 0; 
  padding-top: 5px;
  text-decoration:none; 
  float:left; 
  }
#nav a:hover {
  color:#fff; 
  background-color:#8E9A52;
  }

#sub {  
	margin-top: 5px;
	margin-left: 185px;
	font-size: 11px;
}
#sub a  { 
 color: #684F40;
 padding-left: 0px;
}
#sub a.on  { 
 color: #679AC9;
}
#sub a:hover { 
 color: #679AC9;
}

#features .features, #floorplans .floorplans, #location .location, #application .application, #contact .contact {
  background-color:#8E9A52;
}


/* ---------->>> FOOTER Tags <<<-----------*/

#content hr { border: 1px solid #8E9A52; margin: 30px 0; }
#photobar { width: 270px; float: right; }

#photobar img { border: 1px solid #000; margin-top: 5px; float: right; }

.addpadd { margin-left: 40px; }
.small { font-size: 10px; color: #999;}
.clear { clear: both; background: none; }

#footer img { margin: 10px; }
	