/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #f7f0e3 url(../images/bg2.jpg) repeat-x;
	font: 74%/1.6em Georgia, "Times New Roman", Times, serif;
	color: #5a3c24; 
	text-align: center;
	margin: 0 0 50px 0;
}

/* links */
a, a:visited {	
	color: #895F30;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
      font-family: Georgia, "Times New Roman", Times, serif;
	color: #444;
}
h1 {
      
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {  
	font-size: 180%;
	color: #88ac0b;
}
h3, h4 {
	font-size: 150%;	
	font-weight: normal;	
}


h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
	background: #fafafa;
   border: 1px solid #eae0b4;
	padding: 5px;
}

img:hover	{
	border: 1px solid #e1cf81; 
	background: #fff;
}
img.plain {
	background: #fafafa;
   border: none;
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
      border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(../images/quote.jpg) no-repeat 7px 10px; 
	font: italic 1.3em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #976957;
}

hr {border-top: 1px solid #ebebeb;width: 100%;height: 1px;margin: 14px;}

hr.d {clear: both;border: none 0; border-top: 1px solid #eae0b4; width: 100%;height: 1px;margin: 14px auto 0 0;text-align: left;}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 1px #fff;
}
tr {
	height: 28px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #F4F3EC;
	border-right: 1px solid #F4F3EC;
	border-bottom: 1px solid #F4F3EC;
}
td.first,th.first {
	border-left: 0px;
}
td.ar {
	text-align: right;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #FAFAE7;		
}
tr.sold {
	background: #FAFAE7;		
}
/* end - table */



.caption 
{ font-size: 10px;
  font-weight: normal;
  margin-left: 7px;
}

.details { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
      color: #fefefe;
	border: 1px solid #31541a;
	padding: 2px 3px; 	
	background: #528E2E;
}


.details a:hover { 
	background: #CB4721;
}

.key {
	margin: 0 !important;
	padding: 0px 0 5px 5px ;
	background: #f9f3c3;
	border: #e1cf81 solid 1px;
      width: 80%;
	}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: #fff ;
	width: 900px;	
	margin: 50px auto 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	background: #fff url(../images/bg4.jpg) repeat-x;
	clear: both;
	float: left;	
	width: 870px;	
	padding: 0; 			
	margin-left: 15px;	
	display: inline;
	border-top: 5px solid #fff;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#header {
	position: relative;
	background: #ffffff url(../images/header-bg2.jpg) repeat-x;
	width: 870px;	
	height: 100px;	
	padding: 0;	
	margin: 0px auto;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 44px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	color: #5a3c24;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 20px;	
}

#header h1#logo-text-shadow {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 44px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	color: #e1cf81;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 30px; left: 22px;	
}

#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
      letter-spacing: -0.5px;
	color: #5a3c24;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 25px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 25px; right: 10px;	
	color: #5a3c24;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;		
}
#header #header-links a {	
	color: #5b4a29;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: normal;
}
#header #header-links a:hover {
	color: #111;		
}

/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	margin: 5px auto;
	padding: 0;		
	height: 292px; 
	width: 870px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/* Navigation */
#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 45px;	
}
#nav ul {
	float: left;
	list-style: none;
	background: url(../images/nav.jpg) repeat-x;	
	width: 870px;		
	height: 45px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #fff;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(../images/nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(../images/nav-current.jpg) repeat-x;	
}

/* Main Column */
#main {
	float: left;
	width: 550px;
	padding: 15px 0 0 0; margin: 0 0 0 10px;
	display: inline;	
}


#main h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;	color: #895F30; 
	letter-spacing: -1px;	
	text-transform: none;
}
#main h2 a {
	color: #895F30; 
	text-decoration: none;	
}
#main h3 {
	color: #593c0f;
	font-variant: small-caps;
	font-weight: normal;
	border-bottom: #eae0b4 solid 1px;
	}


#main ul li {
	list-style-image: url(../images/bullet.gif);
}

# main hr {border-top: 1px solid #e1cf81; width: 95%; height: 1px; margin: 14px;}
#main-columns {

	margin: 0 auto; 
	padding: 0;	
	width: 840px;			
}

#main-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#main-columns .col3-center { 
	margin: 0 15px; 
}
#main-columns .col0 {
	float: left;
	width: 25%;
}
#main-columns .col0-center { 
	margin: 0 15px; 
	float: left;
	width: 310px;
}
#main-columns .col4-1, .col4-2, .col4-3, .col4-4 {
	float: left;
	width: 25%;
}

#main-columns .col4-23 {
	float: left;
	width: 50%;
}


#main-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #CB4721;
}

#main-columns a:hover {
	color: #5a3c24;
}

#main-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
      list-style-image: none;
}
#main-columns li {
	border-bottom: 1px solid #e5e5e5;	
      list-style-image: none;
}

#main-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
      list-style-image: none;
}

#main-columns h4 {
      font-family: Georgia, "Times New Roman", Times, serif;
	color: #593c0f;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
	padding: 6px 0;

	}
#main-columns h4 a {
	color: #CB4721;
	font-weight: normal;
	}

#main-columns h4 a:hover {
	color: #528E2E; 
	background: none;
	text-decoration: none;
	}

#main-columns .details { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
      color: #fefefe;
	border: 1px solid #31541a;
	padding: 2px 3px; 	
	background: #528E2E;
}

#main-columns .details a { 
      color: #fefefe;
}
#main-columns .details a:hover { 
      color: #fefefe;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 280px;
	padding: 25px 0 0 0; margin: 0;		
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 3px 5px; 
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;	
	color: #899B0D; 	
	letter-spacing: -.5px;		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #f5f0d9;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #f5f0d9;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #895F30; 
	font-weight: normal;		
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;	
	/* letter-spacing: .5px;  */
}		

#sidebar ul.sidemenu li a:hover {	
	color: #899B0D;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }


/* footer */
#footer-wrap {
	clear: both;
	width: 900px;
	font-size: 95%;		
	text-align: left;
	padding: 15px 0;		
	border-bottom: 15px solid #fff;
	border-top: 1px solid #fff;
      background: url(../images/wrap-bg.jpg) repeat-y;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #976834;  
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 840px;			
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 870px;
	padding: 15px 0 0 0;
	text-align: center;	
}
#footer-bottom  a {
	color: #976834;
}


.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	border: 1px solid #eae0b4;
	background: #fafafa;
	padding: 4px;
	margin: 5px;
	/* margin: 4px 7px 4px 4px; */	
}
.thumbs img:hover	{
	border: 1px solid #e1cf81; 

}
.thumbs a:hover { background-color: transparent; border: none }


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


#siteplan {
 width: 768px;
 height: 768px;
 background: url(../images/siteplan_eh.jpg) no-repeat;
 position: relative;
align: center;

}
#siteplan li {
margin: 0; 
padding: 0; 
list-style: none; 
display: block; 
position: absolute;
font-size: 1.6em; color:#C34E23; letter-spacing: 0px;
	font: Georgia, "Times New Roman", Times, serif;
}

#siteplan a {
display: block;
color:#C34E23
}

#siteplan a:hover {color: #111;	text-decoration: none;}

#lot46 {left: 360px; top: 625px;}
#lot45 {left: 284px; top: 628px;}
#lot44 {left: 226px; top: 616px;}
#lot43 {left: 179px; top: 611px;}
#lot42 {left: 134px; top: 578px;}
#lot41 {left: 124px; top: 494px;}
#lot40 {left: 116px; top: 399px;}

#lot39 {left: 121px; top: 277px;}
#lot38 {left: 172px; top: 316px;}
#lot37 {left: 221px; top: 340px;}
#lot36 {left: 261px; top: 384px;}
#lot35 {left: 298px; top: 432px;}
#lot34 {left: 321px; top: 484px;}
#lot33 {left: 338px; top: 538px;}
#lot32 {left: 402px; top: 360px;}
#lot31 {left: 357px; top: 255px;}
#lot30 {left: 287px; top: 300px;}

#lot29 {left: 202px; top: 221px;}
#lot28 {left: 125px; top: 175px;}
#lot27 {left: 128px; top: 111px;}
#lot26 {left: 227px; top: 111px;}
#lot25 {left: 276px; top: 163px;}
#lot24 {left: 332px; top: 163px;}
#lot23 {left: 379px; top: 111px;}
#lot22 {left: 421px; top: 141px;}
#lot21 {left: 451px; top: 183px;}
#lot20 {left: 445px; top: 245px;}

#lot19 {left: 475px; top: 307px;}
#lot18 {left: 506px; top: 365px;}
#lot17 {left: 517px; top: 414px;}
#lot16 {left: 559px; top: 496px;}
#lot15 {left: 499px; top: 473px;}
#lot14 {left: 436px; top: 477px;}
#lot13 {left: 455px; top: 532px;}
#lot12 {left: 486px; top: 623px;}
#lot11 {left: 559px; top: 580px;}
#lot10 {left: 618px; top: 537px;}

#lot9 {left: 598px; top: 433px;}
#lot8 {left: 574px; top: 350px;}
#lot7 {left: 529px; top: 264px;}
#lot6 {left: 574px; top: 223px;}
#lot5 {left: 517px; top: 167px;}
#lot4 {left: 502px; top: 111px;}
#lot3 {left: 613px; top: 111px;}
#lot2 {left: 632px; top: 175px;}
#lot1 {left: 631px; top: 300px;}

.home {
	margin: 0 !important;

	padding: 10px 5px ;
	background: #fbf6d0;
	border: 1px solid #eae0b4; 
text-align:center;
	}

#homepage {	
 width: 849px;
 height: 561px;
	background:url(../images/home.jpg) no-repeat;
	border: 1px solid #eae0b4; 
}

#homepage .line1 {
	font-size:48px;
	color:#fefefe;
	padding: 60px 0 18px 300px;
}

#homepage .line2 {
	padding-left:430px;
      font: normal 28px/32px georgia, times, "times new roman", serif;
	color:#fdfdfd;
}
#homebar {
	float: right;
	width: 270px;
	padding: 260px 35px 0 0; margin: 0;		
}
