body, html { /* the , html fixes a Chrome background-color bug */
	background-color:#505a27;
	padding:0;
}
body {
	margin:0;
	padding:0;
	min-height:600px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#505a27;
}

.errordiv, .successdiv {
	width: 600px;
	padding: 10px;
	color: black;
	margin: 15px 0;
}
.errordiv {
	border: 1px solid #F90;
	background-color: #EDEB8B;
}
.successdiv {
	border: 1px solid #9AC937; 
	background-color: #BFF4B3;
}
.hidden { /* Hide text for screen readers */
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}


#header {
	background: url('../images/header_small_tile.jpg');
	background-repeat:repeat-x;
	height:94px;
	margin:0 auto;
}

#home #header {
	background: url('../images/headertile.jpg');
	background-position: bottom left;
	background-repeat:repeat-x;
	margin:0 auto;
	width:100%;
	height:300px;
	z-index:2;
}

#headerlogo {
	background: url('../images/logo_small.png');
	background-repeat:no-repeat;
	float:left;
	position:inherit;
	width:315px;
	height:94px;
	z-index:4;
}

body#home #headerlogo {
	float: none;
	background: url('../images/hikesbiglogo.png');
	margin:0 auto;
	width:560px;
	height:190px;
	z-index:4;
}


#navigation {
	width: 820px; 
	height: 90px;
	margin: 0 auto;
	font-family: sans-serif;
	padding-top: 2px;
	padding-bottom: 5px;
}

body#home #navigation {
	padding-top: 0;
}

#navigationbox {
	margin: 0 auto;
	width:820px;
	position:relative;
}

#navigation a {
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	padding: 0 15px;
	text-decoration: none;
	font-size: 0;
	background-repeat: no-repeat;
	color: #cdff9c;
}

#navigation a:hover {
	background-position: 0 -90px;
	}

#contentcap {
	clear: both;
	margin: 0 auto;
	display: block;
}

#container {
	margin:0 auto;
	clear: both;
	width:820px;
	/* Braden added the following 2 lines to put a background behind the nav	
	background: url('../images/contenttile.png');
	background-repeat:repeat-y; 
	*/
	padding: 32px 40px 0px 40px;
	color:#DEEA8C;
	font-size:12px;
	line-height:2;
}

#containersolidbg {
	padding:20px;
	/* Braden added the following 2 lines to put a background behind the nav	*/
	margin-top: -32px;
}

#leftside{
	float:left;
	width:100px;
	}
	
#leftside img{
	float:left;
	margin-top:30px;
	}
	
	
#rightside{
	float:left;
	width:500px;
	margin-left:160px;
	margin-top:20px;
	height:auto;
	}
	
#container a {
	text-decoration: underline;
	color:#FF9;
}

#container a img {
	border: 0 none;
}
	
#container h1{
	color:#fff200;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	}	
	
#container h2{
	color:#d6e48a;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	}	

#footer {
	/*background-image: url('../images/contentfooter.png');*/
	background-position: top left;
	background-repeat:no-repeat;
	width:820px;
	margin:0 auto;
	display:block;
	text-align: center;
	color: #EDEB8B;
	font-size: 14px;
}

#footer #ftop {
	padding-top: 25px;
}
#footer #ftop a {
	color: #EDEB8B;
}

#footer #ftop a:hover {
	color: #4576c5;
}

#footer #fbottom {
	padding-top: 25px;
	color: #000000;
	font-size: 11px;
}
#footer #fbottom a {
	color: #8a953b;
	text-decoration: underline;
}
#footer #fbottom a:hover {
	color: white;
}

/* On a hike */
#speciesButtons {
	width: 100%;
	height: 50px;
	background:#14592D;
}
#speciesButtons div.seen,#speciesButtons div.unseen {  
	margin: 1px;
	width: 41px;
	height: 41px;
	float: left;
	position: relative;
}
#speciesButtons div img {
	width: 41px;
	height: 41px;
	z-index: 800; /* Appear in front of flash */
	position: absolute; left: 0; top: 0;
}
#speciesButtons div.seen img {
	cursor: pointer;
}
#speciesButtons div.unseen img {
	opacity: 0.8;
}
#speciesButtons div.seen .imgUnseen, #speciesButtons div.unseen .imgSeen {
	display: none;
}
