body
{
	background: rgb(211, 226, 195);
	height: 99%;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 130%;
	text-align: center;
}

*
{
	font-size: 13px; 
	font-family: Tahoma, Verdana, sans-serif; 
	color: #216726;
	text-align: left;
}

img
{
	border: 0;
}

div#wrapper {
	width: 660px;
	height:703px;
	margin: 0 auto;
}

div#content {
	background-color: #fff;
}

h1
{
  margin: 5px 0 10px -2px;
  padding: 0 10px 0px 9px;
  font-size: 20px;
  font-weight: bold;
  color: #006738;
  background-color: inherit;
 
}

h2
{
  padding: 0px 0px 0px 9px;
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #006738;
  background-color: inherit;
  border-left: 5px solid rgb(211, 226, 195);
}

div.home {
	height: 592px;
	padding: 15px;
	width: 630px;
	background-image: url('images/photo3.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

div.home h1
{
	background-color: transparent;
	float:right;
	text-align: right;
	width: 362px;
	margin: 0;
	color: #2d772c;
	padding: 5px;
}

div.inside {
	height: 592px;
	padding: 15px;
	width: 630px;
	background-image: url('images/photo2.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

div#text {
	
	margin-left: 200px;
	padding-right: 10px;
}

div#nav {
	height: 31px;
}

#menu
	{
	  height: 31px;
	  padding-right: 2px;
	  margin: 0;
	  list-style: none;
	  font-weight: bold; 
	}

#menu li
	{
	  float: right;
	  display: block;
	  width: 82px;  height: 31px;  
	}

#menu a
	{
	  display: block;
	  width: 82px;  height: 31px;  
	  background-color: inherit;
	  text-decoration: none;
	  line-height: 31px;
	  text-align: center;
	}

#menu a:link, #menu a:visited
	{
	  color: #749942; 
	  background-color: #D3E2C3;
	}

#menu a:hover, #menu a:active
	{
	  background-image: url('images/taba2.jpg');
	  color: #006738; 
	}

#menuselected
	{
	  display: block;
	  width: 82px;  height: 31px;  
	  background-image: url('images/taba.jpg');    
	  text-decoration: none;
	  line-height: 31px;
	  color: #ffffff;
	  text-align: center;
	}

div#footer {
	height: 45px;
	padding-top:5px;
	text-align:right;
}

#map_canvas
	{
		border: 1px solid #000;
		opacity:0.85;
		filter:alpha(opacity=85); /* For IE8 and earlier */
	}

#directions
	{
		position: absolute;
		top:720px;
		left: 390px;
		width: 500px;
		/*border: 1px solid #000;*/
	}
	
#screenmenus
	{
		position: absolute;
		top:620px;
	}
	
#left_footer
	{
		float: left;
	}
	
#middle_footer
	{
		text-align: center;
	}
	













/*

img
	{
	  border: 0;
	}

.list
	{
	  margin: 5px;
	  border-top: 1px solid white;
	  border-bottom: 1px solid white;
	}








#first_container
	{
	  margin: 0 auto 0 auto; 
	  display: table; 
	  height: 100%;  
	  position: relative; 
	  overflow: hidden; 
	  width: 660px;
	}

#second_container
	{
	  position: absolute; 
	  top: 30%;
	  vertical-align: middle;
	  width: 100%; 
	}

#third_container
	{
	  position: relative; 
	  top: -190px; 
	  width: 660px;
	}













#submenu
	{
	  float: left;
	  height: 31px;
	  width: 300px;
	  padding-left: 10px;
	  margin: 0;
	  list-style: none;
	  font-weight: bold;   
	
	}

#submenu li
	{
	  float: left;
	  display: block;
	  width: 82px;  height: 31px;  
	}

#submenu a
	{
	  display: block;
	  width: 82px;  height: 31px;  
	  background-color: inherit;
	  text-decoration: none;
	  line-height: 25px;
	  text-align: center;
	}

#submenu a:link, #submenu a:visited
	{
	  color: #749942; 
	  background-color: #D3E2C3;
	}

#submenu a:hover, #submenu a:active
	{
	  background-image: url('images/tabb2.jpg');
	  color: #006738; 
	}

#submenuselected
	{
	  display: block;
	  width: 82px;  height: 31px;  
	  background-image: url('images/tabb.jpg');    
	  text-decoration: none;
	  line-height: 25px;
	  color: #ffffff;
	  text-align: center;
	}


.border
	{
	  background-color: #ffffff;
	  padding: 15px 15px 15px 186px;
	  height: 592px;
	  background-image: url('images/photo2.jpg');
	  background-repeat: no-repeat;
	  background-position: center center;
	  text-align: left;
	}

.border2
	{
	  background-color: #ffffff;
	  padding: 15px 15px 15px 50px;
	  height: 592px;
	  background-image: url('images/photo3.jpg');
	  background-repeat: no-repeat;
	  background-position: center center;
	  text-align: left;
	}

.content
	{
	  height: 557px;
	  overflow: auto;
	  padding: 7px;
	  margin:10px;
	}

.content2
	{
	  height: 557px;
	  overflow: auto;
	  padding: 0;
	  margin:10px;
	  text-align: center;
	}

.content2 h1
	{
		float:right;
		text-align: right;
		width: 362px;
		margin: 0;
		color: #2d772c;
		padding: 0 0 3px 0;
	}

ul.homeList {
	list-style:;
	float:right;
	text-align:right;
}

ul.homelist li {
	text-align:right;
}

.designinfo
	{
	  margin-top: 5px;
	  text-align: right;
	  color: #749942;
	  background-color: inherit;
	}

#foottext p
	{
		position: relative;
		top: 500px;
		padding: 10px;
		margin: 0 auto;
		font-size: 20px;
  		font-weight: bold;
 		color: #FD9B0C;
 		width: 480px;
 		background-color: #fff;
 		opacity:0.7;
		filter:alpha(opacity=70);










.details
	{
	  display: none;
	  font-size: 9px;
	  color: #6E7468;
	}

.text
	{
	  display: block;
	  margin: 5px 5px 20px 12px;
	}

.text a
	{
	  color: #666F53;
	  text-decoration: none;
	  font-weight: bold;
	}

.text a:hover, .text a:active
	{
	  color: #000000;
	}

blockquote
	{
	  margin: 3px 0 3px 0;
	  padding: 5px 10px 5px 10px;
	}

.note
	{
	  	display: block;
		margin: 10px 15px 10px 15px;
		color: #555555;
	}

.bold
	{
	  font-weight: bold;
	}*/
