/* Forest styles - Inspired by the pine forests by the Brecon Beacons */

/* defaults */
html, body {
	background: #764 url(bark.jpg) repeat fixed 0 0;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
img { border: none; }

/* heading */
div.heading {
	height: 3.5em;
	background: #588 url(fir.jpg) repeat fixed 0 0;
	border-bottom: 1px solid #797;
}
div.heading h1 {
	font-size: 2em;
	margin: 0.2em;
	float: left; /* opera bug using margin without float */
	margin-left: 10px;
	padding: 1px;
	color: #ff2;
	background: #475 url(firfade.jpg) repeat fixed 0 0;
	border-top: 1px solid #ff2;
	border-bottom: 1px solid #ff2;
}
div.heading h1.canbesmall {
	font-size: 1.3em;
	margin-top: 10px;
}
div.heading p {
	float: right;
	border-left: 1px solid #797;
	height: 3.5em;
	padding: 10px;
	margin: 0px;
	background: #475 url(firfade.jpg) repeat fixed 0 0;
	vertical-align: middle;
	width: 12.5em;
	font-weight: bold;
	color: #ff2;
}

/* left menu */
div.leftMenu {
	position: absolute;
	top: 3.5em;
	right: 0px;
	width: 12.5em;
	border-left: 1px solid #797;
	border-bottom: 1px solid #797;
	background: #475 url(firfade.jpg) repeat fixed 0 0;
	padding: 10px;
	margin-top: 1px;
}
div.leftMenu div a {
	display: block;
	padding: 4px;
	width: 100%;
	border: 1px solid #797;
	background-color: #030;
	margin-top: 1px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
div.leftMenu > div > a { width: auto; }
div.leftMenu div a:hover, div.leftMenu div.oneInd a:hover, div.leftMenu div.twoInd a:hover, div.leftMenu div.oneInd a.onThis:hover, div.leftMenu div.twoInd a.onThis:hover {
	background-color: #9c9; color: #050; text-decoration: none; }
div.leftMenu div.oneInd a { background-color: #252; padding-left: 1em; }
div.leftMenu div.oneInd a.onThis { background-color: #463; }
div.leftMenu div.twoInd a { background-color: #474; padding-left: 2em; }
div.leftMenu div.twoInd a.onThis { background-color: #584; }

/* main body area */
div.mainBody {
	margin-left: 10px;
	margin-right: 14.5em;
	margin-top: 10px;
	padding: 1em;
	background: #732 url(barkfade.jpg) repeat fixed 0 0;
	border: 2px solid #300;
}
div.mainBody, div.mainBody p { line-height: 1.2em; }
div.tripBody p { clear: both; }
div.mainBody p a.floater { display: block; margin-right: 5px; float: left; }
div.mainBody p a.altfloat, div.mainBody div.floater { display: block; margin-left: 5px; float: right; }
div.mainBody div.floater { text-align: center; }
div.mainBody div.floater a img { margin-top: 2px; }
h3.subHead { color: #fff; padding: 3px; width: 50%; margin-left: 0px; background-color: #510; border-top: 1px solid #000; border-bottom: 1px solid #000; } /* margin for safari aligning bug */
div.mainBody a { font-weight: bold; color: #ff9; text-decoration: none; }
div.mainBody a:hover { text-decoration: underline; }
th, td { padding: 3px; text-align: left; vertical-align: top; }
th { color: #fff; background-color: #510; font-weight: bold; }
table.basic th { width: 8.5em; }
table.basic td { border-top: 1px solid #510; }
table.doalt { margin-top: -1px; }
tr.alternate td { background-color: #954; }

label { display: block; float: left; width: 8.5em; cursor: pointer; }
div.contactBody br { clear: both; }
input.autoSize, textarea { width: 20em; }
select, input, textarea { background: #475 url(firfade.jpg) repeat fixed 0 0; color: #ff2; }
input.autoSize, input.chBox, textarea { border: 1px solid #300; margin-bottom: 1px; }
input:focus, input:active, textarea:focus, textarea:active { background-image: none; }