/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Forms
  Clear
  Footer
  Tooltips



/* ---------- @ HTML Elements -----------*/


body, html {	
	color:#000;
	background: #818375;
	min-height:101%;
	font-size: 100%;
	line-height: 100%;
}

body, input, textarea, select {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

p {	
	margin: 15px 0px;
}
		
a:link, a:visited {	
	text-decoration:none;
	color: #334666; 
	font-weight: bold;
}

a:visited {
	color: #89774b; 
}

a:hover, a:active {	
	color:#89774b;
	text-decoration: underline;
}

a.nohover:hover {	
	border:none;
	text-decoration: none;
}

*:focus { 
	outline: none 
}




/* ---------- @ Page Structure -----------*/


#wrapper {
	border-top: 20px solid #818375;
	background: #c9ccb6 url(/images/bg_wrapper.gif) 10px 140px no-repeat;
	margin: 0 auto;
	font-size: 0.7em;
	width: 825px;
}
   
#home #wrapper {
	background-position: 10px 189px;
}
   
#masthead {
	border-top: 10px solid #334666;
	background: #334666 url(/images/bg_masthead.jpg) no-repeat;
	height: 100px;
}
	   
#home #masthead {
	height: 149px;
	
}
		   
h1#logo {
	width: 271px;
	background: url(../images/logoN.jpg) no-repeat right bottom;
	height: 73px;
	text-indent:-9000px;
	padding: 14px 0px 0px 14px;
}

.left {	
	float:left;
}

.right {	
	float:right;
}

img.left {
	margin: 0 15px 15px 0;
}

img.right {
	margin: 0 0 15px 15px;
}


	

/* ---------- @ Navigation -----------*/


/*Main Navigation*/

#nav {
	background: #334666;
	height: 33px;
	padding-left: 20px;
}

#nav li {
	list-style: none;
	float: left;
	margin-right: 25px;
}

#nav a {
	display: block;
	height: 33px;
	width: 100px;
	text-indent: -9000px;
	background-repeat: no-repeat;
	background-position: left 10px;
}

#nav a#about {
	background-image: url(/images/nav_about.gif);
	width: 150px;
}
	
#nav a#features {
	background-image: url(/images/nav_features.gif);
	width: 75px;
}

#nav a#siteplan {
	background-image: url(/images/nav_siteplan.gif);
	width: 75px;
}

#nav a#mar {
	background-image: url(/images/nav_mar.gif);
	width: 180px;
}

#nav a#wintergreen {
	width: 141px;
	background-image: url(/images/nav_wintergreen.gif);
}

#nav a#info {
	background-image: url(/images/nav_info.gif);
	width: 175px;
}

/*Sub Nav */

#nav li ul {
	border: 1px solid #707364;
	border-top: none;
	border-right: none;
	position: absolute;
	left: -999em;
	padding: 0;
}

#nav li ul li {
	float: none;
	padding: 3px 15px 3px 3px;
	margin: 0;
	border-right: 1px solid #707364;
	background: #898c7a;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover ul a, #nav li.sfhover ul a {
	height: auto;
	width: auto;
}

#nav li ul a {
	height: auto;
	width: auto;
	text-indent: 1em;
	color: #dde0c8;
	font-weight: normal;
	text-decoration: none;
}

#nav li ul a:hover {
	color: #fff;
}
	
		
/* ---------- @ Headings -----------*/
	
h1 {
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	color: #334666;
	}

h2 {	
	font: 2.25em Georgia, "Times New Roman", Times, serif;
	color: #334666;
	}
	
h3 {	
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: #334666;
	margin-top: 25px;
	margin-bottom: -5px;
	}
	
h4 {	
	font: bold 1.25em Georgia, "Times New Roman", Times, serif;
	color: #334666;
	}


/* ---------- @ Content Area -----------*/

/*Home*/

.content {
	background: url(/images/bg_content.gif) bottom no-repeat;
	padding: 10px 20px;
}

#tagline {
	background: url(/images/tagline.gif) no-repeat;
	width: 396px;
	height: 30px;
	text-indent: -9000px;
	margin-bottom: -10px;
	margin-top: 35px;
}

#news {
  color: #333333;
  width: 182px;
  padding-bottom: 12px;
  margin: -15px 0 30px 40px;
  float: right;
  background: url(/images/bg_news.gif) no-repeat bottom right;
}

#news h3 {
  color: #334666;
  background: transparent url(/images/header_news.gif) no-repeat;
  text-indent: -9000px;
  height: 42px;
  margin: 0;
  margin-bottom: -10px;
}



.newsitem {
	background: #c2c5ad url(/images/bg_newsitem.gif) no-repeat bottom right;
	padding: 10px 10px 10px 10px;
}

#news h4 {
  margin: 2px 0 0px 2px;
}

.newsitem p {

margin: 0px 0px 8px 0px;
padding: 0px;
}



/*Interior*/

a#logo {
	font-size: 1.9em;
	display:block;
	width: 271px;
	background: url(../images/logoN.jpg) no-repeat right bottom;
	height: 73px;
	text-indent:-9000px;
	padding: 14px 0px 0px 14px;
	}
	
#head-about, #head-mar, #head-contact {
	background-repeat: no-repeat;
	width: 396px;
	height: 30px;
	text-indent: -9000px;
	margin-bottom: -10px;
	margin-top: 20px;
}

	
#head-mar{
	background-repeat: no-repeat;
	width: 440px;
	height: 30px;
	text-indent: -9000px;
	margin-bottom: -10px;
	margin-top: 20px;
}

#head-about {background-image: url(/images/header_about.gif);}

#head-mar {background-image: url(/images/header_wintergreen.gif);}



#head-contact {background-image: url(/images/header_contact.gif);}

img.view {
	border: 1px solid #818375;
	padding: 1px;
	margin-right: 5px;
}
	
#contact {
	margin-top: 20px;
}

#contact li {
	list-style-type: none;
	margin: 0 0 10px 10px;
	font-weight: bold;
}

#contact li ul {
	display: inline;
	border-left: 1px solid #818375;
}

#contact li ul li {
	float: none;
	display: inline;
	margin: 0;
	padding-left: 5px;
	font-weight: normal;
}	
	
	
/* ---------- @ Forms -----------*/

.button {	
	background: #c6c7ad !important;
	border:#848273 1px solid !important;
	padding: 2px;
	margin: 0px 2px 0px 0px;
	color:#000;
}

.button:focus {	
	padding:2px;
	background: #cecfb5 !important;
}
		
.button:hover {	
	background: #cecfb5 !important;
	color: #000;
}


/*Clear*/

.clearfloat:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfloat {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfloat {
height:1%;
}
*+html .clearfloat {
height:1%;
}
.clearfloat {
display:block;
}
/* End hide from IE-mac */




/* ---------- @ Footer -----------*/

#footer {
	padding: 25px 10px;
	color: #99b0c6;
	background: #334666 url(/images/bg_footer.gif) 350px top no-repeat;
}

#footer a {
	color: #99b0c6;
	font-weight: normal;
}

#logos {
	float: right;
	margin-top: -5px;
}

#logos li {
	float: left;
	height: 37px;
	margin: 0 15px 0 0;
	list-style-type: none;
}

#icon_eho {
	background: url(/images/icon_EHO.gif) no-repeat;
	height: 37px;
	width: 38px;
	text-indent: -9000px;
}

#icon_realtor {
	background: url(/images/icon_Realtor.gif) no-repeat;
	height: 35px;
	width: 35px;
	text-indent: -9000px;
}

a#cat4 {
	display:block;
	width:36px;
	height:30px;
	background: url(/images/cat4.gif) no-repeat;
	text-indent:-9000px;
}.photos {
	border: 1px solid #334666;
	margin: 0px 10px 5px 0px;
	float: left;
}
