* {
	margin:0px;
	padding:0px;
	font-family:Georgia,Times,Serif;
}
a, a img {
	border:none;
	outline:none;
}
body {
	background-color: #3b4d5d;
}
html, body {
	height:100%;
}

a:link, a:visited {
	color:#EADEBB;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

#top {
	background-image: url("/lib/img/wood.jpg");
	background-repeat: repeat-x;
	background-position:left top;
	height:589px;
}

#bottom{
	
	background-image: url("/lib/img/blue-top-repeat.jpg");
	background-repeat:repeat-x;
	font-size:12px;
	height:300px;
	
}

.footerWrap{ width:1296px; color:#FFF; background-image:url("/lib/img/blue-gradient.jpg"); background-repeat:no-repeat;}
.footerBlockLogo{
	width:380px;
	float:left;
	display:block;
	_display:inline;
	padding-top:90px;
	margin-top:30px;
	margin-left:234px;
	background-image: url("/lib/img/footer-logo.png");
	background-repeat: no-repeat;
	_background-image: url("/lib/img/footer-logo.gif");
}

.footerBlockInfo{ width:330px; float:left; margin:75px 0 0 69px; color:#D2D6D8; display:block; _display:inline;}
.desc{ font-size:16px; color:#D2D6D8; }
.highlight{ color:#e9dec4;}
.phone { padding-top:8px; display:block;}

.landingArea {
	background-image: url("/lib/img/paper.jpg");
	width:1284px;
	height:360px;
	position:relative;
}

#logo {
	display:block;
	width:212px;
	height:146px;
	background: url("/lib/img/logo.png") no-repeat 0 0;
	margin-bottom:23px;
	_background: url("/lib/img/logo.gif") no-repeat 0 0;
	
}
#logo span{display:none;}

/*rollovers*/

a#img-lakefront {
  	display: block;
  	width: 613px;
  	height: 353px;
  	background: url("/lib/img/img-lakefront.jpg") no-repeat 0 0;
	position:absolute;
	top:4px;
	left:13px;
  	overflow:hidden;
}
a#img-lakefront:hover {background-position: 0 -353px;}
a#img-lakefront span{display: none;}
a#img-lots {
	display: block; 
	width: 613px;
	height: 353px;
	background: url("/lib/img/img-lots.jpg") no-repeat 0 0;
	overflow:hidden;
	position:absolute;
	top:4px;
	right:10px;
}

#img-lots:hover {background-position: 0 -353px;}
#img-lots span{display: none;}
