

body { 
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  /* background: #344f26; */
  background: #29341a;

 }

#bottomimage{
background: #29341a url(images/bg_trees_bottom.jpg) repeat-x bottom;
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
#headerimage{
background: url(images/bg_mountains_top.jpg) repeat-x top;
}
#gradient{
background: url(images/bg_gradient.gif) repeat-x top;
}



/* GALLERY */
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
}

#thumbs ul{
	list-style:none;
	clear: both; }
	
#thumbs li{
	float:left;
	padding-right: 5px;
	padding-top: 5px; }
#thumbs img{
	border: 3px solid; }
	
div.slideshow img {
	border: 3px solid;
    margin: 0 0 0 70px;
    clear: both; }
	
div.image-title: {
	width:500px; }
	
div.caption {
	text-align: center; }

div.image-title{
	width:465px; }

div.controls {
	display: block;
	clear:both;}

div.ss-controls{
	float: right;
	padding: 0 70px 0 0px;}

div.nav-controls{
	
	float: left;
	padding:0 0 0 70px; }

.prev {
	 padding: 0 10px 0px 0;}


div.pagination{
	clear:both; 
	padding: 5px 0 0 40px;}
	
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #2f4828;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

#slideshow{
	padding: 8px 0 0 0;
	margin: 0 0 15px 0; }

	
/* end gallery */

#wrapper { 
  width: 703px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  background: #fff;
  color: #000;
  position: relative; 
  z-index: 0;
 }

#header {
	width: 100%;
	height: 140px;
	padding: 4 4;
	margin: 0;
	border: 0;
	position: relative;
	top: 4;
	background: #fff;
}

#header span { 
  align: center;
  position: absolute; 
  top: 0; 
  font: normal 26px Georgia, serif; 
  margin: 20px;
  padding: 0;
  color: #2F4828; /*#394754;*/ /*#336633;*/
 }

#menu { 
  background-color: #2F4828; /*#394754;*/
  width: 100%;
  height: 24px;
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  border:0;
 }

#menu ul {  
  margin: 0; 
  padding: 0; 
  list-style: none; 
  float:right; 
  background:#fff;
  position:relative;
  border-right:1px solid #000;
 }

#menu ul li { 
  margin: 0; 
  padding: 0;
  float:left;
  text-align: center; 
}

#menu ul li a { 
  margin: 0;  
  display: block;
  padding: 5px 15px; 
  background-color: #2F4828; /*#394754;*/
  color: #fff;
  border:1px solid #000;
  border-right: 0; 
  font: bold 11px Tahoma, sans-serif;
 }

#menu ul li a:hover { 
  background: #fff; 
  color: #000; 
 }

#feature { 
  width: 100%;
  height: 200px;
  margin: 0px 0;
  text-align: center;
  position: relative;
  z-index:0; 
  clear: right; 
 }

#feature h2 { 
  position: absolute; 
  left: 140px;
  font-family: stereofidelic, sans-serif;
  color: #999;
  font-size: 34pt;
  padding: 0; 
  margin:80px 0 0 0; 
 }

#content { 
  position: relative;
  width: 100%;
  background: #fff;
  margin: 0px;
}
.gt { margin:5px 17px; }
.clear { clear: left; height:15px; }

.tile {
  margin: 5px;
  background: #f9f9f9;
  padding: 0;
  font: normal 11px Tahoma,sans-serif;
  color: #444;	   
  border: 1px solid #aaa;
  text-align: left;
  position:relative;
  float:left; 
  display:inline; 
  width: 688px;
 }
.tile p { margin: 0 5px 5px; }
.tile h2 { margin: 5px 5px 0; font: bold 11px Tahoma, sans-serif;}
.tile .image {  position:relative;float:right;top:-5px;left:5px; right:5px; text-align:right;color:#bbb;margin:0; width:75px; height:75px; background:#eee; border:1px solid #bbb; }

#footer  { 
  position: relative;
  width:100%;
  background: #2F4828; /*#FFF;*/
  padding:0;
  margin: 0px;
  text-align: center;
 }

#footer ul { 
  margin: 0; 
  padding: 0; 
  list-style: none; 
 }

#footer ul li { 
  margin: 0; 
  padding: 0 5px; 
  display: inline; 
  text-align: center; 
 }

#footer ul li  { 
  margin: 0; 
  padding:0;
  border: 0; 
  font: bold 11px Tahoma, sans-serif;
  color: #900;
 }

#footer ul li a:hover { color: #000; }

#copyright { 
  margin-top: 8px;
  height:20px;
  background-color: #2F4828; /*#394754;*/
  font: normal 10.5px Tahoma, Arial, sans-serif;
  color: #ffffff;
  padding: 2px 0 0 0;
  text-align: center;  
 }

a {
color:#7A8EA1;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}




