 

/* -------- COLOR PALETTE ---------------

Dark brown: 			#311e0a	
Med brown: 				#4b2a0a		
Bright green: 			#719f38		
Dark green: 			#3c5c15		
Dark Blue: 				#012f50	
Grey Brown              #83786c

---------------------------------------*/


body {
	background: #311e0a;  
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #311e0a;
}

a {
	text-decoration: underline;
	color: #3c5c15;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	color: #3c5c15;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #719f38;
	font-weight: bold;
}

table a {
	text-decoration: none;
	color: #3c5c15;
	font-weight: bold; 
}

table a:visited{
	text-decoration: none;
	color: #3c5c15;
	font-weight: bold; 
}

table a:hover {
	text-decoration: underline;
	color: #719f38;
	font-weight: bold;
}


a.specials {
	text-decoration: none;
	color: #3c5c15;
	font-weight: bold;
	font-size: 14px;
}

a.specials:hover {
	text-decoration: underline;
	color: #719f38;
	font-weight: bold;
	font-size: 14px;
}


h1 {
	font-size: 16px;
	font-weight: bold;
	color: #311e0a;
	margin-bottom: .1em;
 }
 

h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.012em;
	margin-bottom: .1em;
	/* padding-bottom: 2px; */
}

hr {
	background: #3c5c15;
	border: none;
	margin: 5px;
	height: 1px;
}
	
hr.events {
	background: #3c5c15;
	border: none;
	margin: 5px;
	height: 1px;
	width: 300px; 
}

li.map {
	font-size: 10px;
	letter-spacing: 0.008em;
	/* padding-bottom: 2px; */
}

.transbox {
  width:150px;
  height:30px;  
  position:absolute;
  margin-top:-52px;
  padding:10px;
  background-color:#311e0a;
  border:1px solid #3c5c15;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  text-align:center;
  }
  
.transbox a {
  font-weight:bold;
  font-size: 16px;
  color:#ffffff;
  text-decoration:none;
  }

.transbox a:visited, {
  font-weight:bold;
  font-size: 16px;
  color:#ffffff ;
  }
.transbox a:hover {
  font-weight:bold;
  font-size: 16px;
  color:#719f38;
  text-decoration:underline;
  }

#page {
	width: 1020px;
	margin: auto;
	text-align: left;
	height: 100%;
	/*url('http://ethel.tahoeguide.com/tahoe/50/site/graphics/2010/template/body-bg.jpg') no-repeat top center; */
}

#page-wrapper {
	margin: 0px;
	float: left;
	display: inline;
	width: 1020px;
	height: 100%;;
}

#page-container{
	background: #ffffff;
	border: 1px solid #719f38;
	display: inline;
	width: 970px;
	float: left;
	margin-left: 24px;
	margin-top: -27px;
	margin-bottom: -28px;
}	

.top-shadow {
	background: url('http://ethel.tahoeguide.com/tahoe/50/site/graphics/2010/template/shadow_top.png') no-repeat top center;
	height: 60px;
	margin-top: -0px;
	float: left;
	width: 100%;
}

.container-shadow {
	background: url('http://ethel.tahoeguide.com/tahoe/50/site/graphics/2010/template/shadow_back.png') repeat-y center;
	float: left;
	width: 100%;
	margin: 0px; 
	padding: 0px;
}

.bottom-shadow {
	background: url('http://ethel.tahoeguide.com/tahoe/50/site/graphics/2010/template/shadow_bottom.png') no-repeat center;
	height: 60px;
	float: left;
	width: 100%;
}

/*-------- TOP NAV --------*/
#topnav {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin:0px 5px 0px 0px; 
	text-align: right; 
	background-color:#719f38; 
	line-height: 20px; 
	width: 970px;
}

#topnav a:link{
	font-size: 12px;
	color:  #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#topnav a:visited {
	font-size: 12px;
	color:  #ffffff;
	font-weight: bold;
	text-decoration: none;
}


#topnav a:hover {
	text-decoration: none;
	color: #311e0a;
}
/*-------- END TOP NAV --------*/


/*-------- MAIN NAV --------*/
#mainnav {
	background-color:#719f38;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	padding:0px 2px 0px 2px;
	margin:0px 5px 0px 0px; 
	text-align: center; 
	line-height: 22px; 
	width: 966px;
}

#mainnav a {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding:0px 2px 0px 2px;
}

#mainnav a:hover {
	text-decoration: none;
	color: #719f38;
	outline: none;
	background-color:#ffffff;
	padding:3px 2px 3px 2px;
}
/*-------- END MAIN NAV --------*/



/*-------- CONTENT --------*/

#content {
	background: #ffffff;
	width: 966px;
	padding: 2px;
	float: left;
	margin-top: 10px; 
}


/*-------- END CONTENT --------*/

/*-------- ADDRESS --------*/

#address {
	background-color: #719f38;
	color: white;
	font-size:12px;	
	font-weight:bold;
	text-align: center;
	line-height: 24px;
	width: 970px;
}

/*-------- END ADDRESS --------*/

/*-------- FOOTER --------*/

#footer {
	color: white;
	font-size:11px;	
	font-weight:bold;
	text-align: right;
	line-height: 24px;
	width: 950px; 
}

#footer a {
	text-decoration: none;
	font-size:11px;
	color: white;
}

#footer a:visited {
	text-decoration: none;
	font-size:11px;
	color: white;
}

#footer a:hover {
	text-decoration: none;
	color: #719f38;
}

/*-------- END FOOTER  --------*/

.vis-clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

