/* CSS Document */

body {
	margin: 1em 0;
	padding: 0;
	background: #284907;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	}

#wrapper {
	margin: 0 auto 1.5em auto;
	width: 95%;
	min-width: 790px;
	max-width: 1024px;
	border:solid 2px #d5c8a5;
	height: 1%;
	padding-bottom: 1em;
}

#header {
	padding: 1em;
	background: url(../images/bkg-header.jpg) repeat-x;
}

	
#address {
	margin: 1em 0;
	padding: 0;
	float: right;
	color:#d5c8a5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

#address a {color:#d5c8a5;}
a {color: #fff; outline:none;}

#navcontainer {
	background: #2c4c09;
	padding: 3px 10px 0 3px;
    height: 26px;
	
}
#nav {
   	background: url(../images/nav.jpg) no-repeat;
	width: 160px;
	height: 26px;
	padding: 0;
    position: relative;
	margin: 0;
	float: right;
	}

  #nav li {
  position: absolute; 
  top: 0px; 
  margin: 0; 
  padding: 0; 
  list-style: none; 
  }
  
  #nav li, #nav a { 
  height: 26px; 
  display: block; 
  text-decoration: none; 
  text-indent: -9999px;
  outline: none;
  }
  
#map {left: 0px; width: 161px;}
#map a:hover {background: transparent url(../images/nav.jpg) 0 -26px no-repeat;}  


#properties {
	background: #5c832f;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding: 1em;
	margin: 0 auto 1em auto;
	height: 1%;
}

#properties a {color: #fff}

#wrapper:after, #properties:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden;
	 }
#gallery {
	width: 762px;
	margin: 0 auto; 
	padding: 0;
	}
.thumbnail {
	font:  80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	width: 115px;
	margin: 0 12px 0 0 ;
	text-align: center;
}

.thumbnail a {
	color: #fff;
	text-decoration:none;
	font-weight: bolder;
	text-transform: uppercase;
}

.thumbnail a:link img, .thumbnail a:visited img {border: 2px solid #fbf2e7}
.thumbnail a:hover img, .thumbnail a:active img {border: 2px solid #fbf2e7}

.imgL {
	float: left;
	margin: 0 1.5em 1.5em 1.5em;
	border: 2px solid #fbf2e7;
	}



#flash {
	float: left;
	margin: 0 1.5em 1em 0;
	width: 502px;
	}
#flash2{
	float: left;
	margin: 0 1.5em 1em 1em;
	width: 400px;
	border: 2px solid #fbf2e7;
	}
		
h1 {
	font-size: 2em;
	font-weight: normal;
	color: #fff;
}

