
p {
	color:#3e492a;
	}

h1, h2	{	color:#cfd2b1;
	font-family: times-roman;
	}
h3 	{color:#3e492a;
	}
body {
        background:url(images/backgroundgradient.gif) repeat-x;
        background-color: #adb089;
        font-family: serif;
        font-size: 14px;
        color: white;
        }
table {
	border: 2px solid #cfd2b1;
	border-collapse: collapse;
	color:#3e492a; 
	background-color:#adb089;
	}
	
td, th {border: 1px solid #cfd2b1;
	padding: 3px;
	
	}

tr:hover {
  	background-color: #cbcf9c;
  	color: #3e492a;
 	}
#emailsignup {
	position: absolute;
	top: 20px;
	left: 700px;
	width: 80px;
	}

#fallstext {
	margin-right: 350px;
	}
#illgenplat {
	position: absolute;
	top: 150px;
	left: 650px;
	width: 50px;
	}	
#lakesupmaptop {
	position: absolute;
	top: 370px;
	left: 650px;
	width: 50px;
	}	
#lakesupmap {
	position: absolute;
	top: 345px;
	left: 650px;
	width: 50px;
	}
	
#lakesupmaplowered {
	position: absolute;
	top: 1000px;
	left: 650px;
	width: 50px;
	}


 
#illgentext {
	margin-right: 300px;
	}

#illgenlots {
	position: absolute;
	top: 80px;
	right: 0px;
	
	}

#fallslots {
	position: absolute;
	top: 100px;
	left: 650px;
	
	}



	
#menu ul {
 padding: 3px 0;
 margin-left: 0;
 border-bottom: 1px solid #75794e;
 font: bold 12px Verdana, sans-serif;
 color: #adb089;
 }
#menu ul li {
 list-style: none;
 margin: 0;
 display: inline;
 }
#menu ul li a {
 padding: 3px 0.5em;
 margin-left:3px;
 border: 1px solid #75794e;
 border-bottom: none;
 background:#cfd2b1;
 text-decoration: none;
 }
#menu ul li a:link {
 color: #448;
 }
#menu ul li a:visited {
 color: #667;
 }
#menu ul li a:link:hover, #menu ul li a:visited:hover {
 color: #000;
 background: #878a68;
 border-color: #227;
 }
#menu ul li a#current {
 background: #669999;
 border-bottom: 1px solid white;
 }


#otherlotmenu ul {
 padding: 3px 0;
 margin-left: 0;
 border-bottom: 1px solid #75794e;
 font: bold 12px Verdana, sans-serif;
 color: #adb089;
 }
#otherlotmenu ul li {
 list-style: none;
 margin: 0;
 display: inline;
 }
#otherlotmenu ul li a {
 padding: 3px 0.5em;
 margin-left:3px;
 border: 1px solid #778;
 border-bottom: none;
 background:#cfd2b1;
 text-decoration: none;
 }
#otherlotmenu ul li a:link {
 color: #448;
 }
#otherlotmenu ul li a:visited {
 color: #667;
 }
#otherlotmenu ul li a:link:hover, #otherlotmenu ul li a:visited:hover {
 color: #000;
 background: #878a68;
 border-color: #227;
 }
#otherlotmenu ul li a#current {
 background: white;
 border-bottom: 1px solid white;
 }

.sold{
	color: #f85656;
	font-size: 200%;
	margin-left:250px;
	}
.soldintable{
	color: #f85656;
	} 
 .boxtext {
	border-color: 	#75794e;
	border-width:	1px;
	border-style:	solid;
	background-color: #cbcf9c;
	padding:	25px;
	margin-right:	600px;
	width:	350px;
	}
 
 .hlfalls{
 position: relative;
 z-index: 0;
 }
 
 .hlfalls:hover{
 background-color: transparent;
 z-index: 50;
 }
 
 .hlfalls span{ /*CSS for enlarged image*/
 position: absolute;
 background-color: transparent;
 padding: 5px;
 left: -1000px;
 border: none;
 visibility: hidden;
 color: black;
 text-decoration: none;
 }
 
 .hlfalls span img{ /*CSS for enlarged image*/
 border-width: 0;
 padding: 2px;
 }
 
 .hlfalls:hover span{ /*CSS for enlarged image on hover*/
 visibility: visible;
 top: 0;
 left: -20px; /*position where enlarged image should offset horizontally */
 top: 120px;
 }
 
 
 
 
 .hlillgen{
  position: relative;
  z-index: 0;
  }
  
  .hlillgen:hover{
  background-color: transparent;
  z-index: 50;
  }
  
  .hlillgen span{ /*CSS for enlarged image*/
  position: absolute;
  background-color: transparent;
  padding: 5px;
  left: -1000px;
  border: none;
  visibility: hidden;
  color: black;
  text-decoration: none;
  }
  
  .hlillgen span img{ /*CSS for enlarged image*/
  border-width: 0;
  padding: 2px;
  }
  
  .hlillgen:hover span{ /*CSS for enlarged image on hover*/
  visibility: visible;
  top: 0;
  left: -180px; /*position where enlarged image should offset horizontally */
  top: 130px;
 }
 
 
 .hlpine{
  position: relative;
  z-index: 0;
  }
  
  .hlpine:hover{
  background-color: transparent;
  z-index: 50;
  }
  
  .hlpine span{ /*CSS for enlarged image*/
  position: absolute;
  background-color: transparent;
  padding: 5px;
  left: -1000px;
  border: none;
  visibility: hidden;
  color: black;
  text-decoration: none;
  }
  
  .hlpine span img{ /*CSS for enlarged image*/
  border-width: 0;
  padding: 2px;
  }
  
  .hlpine:hover span{ /*CSS for enlarged image on hover*/
  visibility: visible;
  top: 0;
  left: -240px; /*position where enlarged image should offset horizontally */
  top: 140px;
 }
 
 
 
 .hlcedar{
  position: relative;
  z-index: 0;
  }
  
  .hlcedar:hover{
  background-color: transparent;
  z-index: 50;
  }
  
  .hlcedar span{ /*CSS for enlarged image*/
  position: absolute;
  background-color: transparent;
  padding: 5px;
  left: -1000px;
  border: none;
  visibility: hidden;
  color: black;
  text-decoration: none;
  }
  
  .hlcedar span img{ /*CSS for enlarged image*/
  border-width: 0;
  padding: 2px;
  }
  
  .hlcedar:hover span{ /*CSS for enlarged image on hover*/
  visibility: visible;
  top: 0;
  left: -400px; /*position where enlarged image should offset horizontally */
  top: 150px;
 }
 
 .highlight{
 position: relative;
 z-index: 0;
 }
 
 .highlight:hover{
 background-color: transparent;
 z-index: 50;
 }
 
 .highlight span{ /*CSS for enlarged image*/
 position: absolute;
 background-color: transparent;
 padding: 5px;
 left: -1000px;
 border: none;
 visibility: hidden;
 color: black;
 text-decoration: none;
 }
 
 .highlight span img{ /*CSS for enlarged image*/
 border-width: 0;
 padding: 2px;
 }
 
 .highlight:hover span{ /*CSS for enlarged image on hover*/
 visibility: visible;
 top: 0;
 left: 610px; /*position where enlarged image should offset horizontally */
 top: 130px;
}
 
 
 .goog{
  position: relative;
  color: blue;
  z-index: 0;
 }
 
 .goog:hover{
  background-color: transparent;
  z-index: 50;
  }
  
  .goog span{ 
  position: absolute;
  background-color: transparent;
  padding: 5px;
  left: -1000px;
  border: none;
  visibility: hidden;
  color: black;
  text-decoration: none;
  }
  
  .goog span img{ 
  border-width: 0px;
  padding: 2px;
  }
  .goog:hover span{ /*CSS for enlarged image on hover*/
  visibility: visible;
  top: 0;
  left: -30px; /*position where enlarged image should offset horizontally */
  top: 20px;
}
  
 

