/* Universal Reset */
@import url("css/reset.css");
table, table * {margin:0; padding:0;}

body {
	background: url(images/background.jpg) #68764d repeat-x;
	margin:0;
	padding: 0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	position:relative;
}

body *{ position:static;
}

img {
	border:0;
}

table td{
	vertical-align:top;
}

.SubHead{
	color:#5F6E47;
	float:left;
}
.menusidebar {
	height:319px;
}
.menusidebar p {
	padding:0 17px;
	line-height:1.2em;
}

.ControlPanel {
	border:none;
	margin-left:70px;
}

p a:visited, p a:active, p a:link {
	color:#5F6E47;
	text-decoration:none;
}

p a:hover {
	color:#A6C86D;
	text-decoration:none;
}

hr {
	clear:both;
	color:#414243;
}

.merchandise img {
	float:right;
	margin:10px;
}
.merchandise strong {
	color:#3F482E;
}
.merchandise p {

	padding:10px;
}

.faq ul li{
	margin: 5px 20px;
}

.faq table td{
	background-color:#CCC;
	border: solid white thick;
	padding: 5px 10px;
	min-width:130px;
	vertical-align:top;
}

.history p{ 
}

.history h5 {
	width:150px;
}

.history td {
	vertical-align:top;
}

.history hr{
	border:#68764D thin solid;
	margin:20px 0;
}

.staff img{
	float:left;
	padding:20px;
}


.wrapper {
	width:980px;
	margin: 0 auto;
}
.banner {
	width:980px;
	height: 150px;
	background-image:url(images/banner.jpg);
}
.sidecontent {
	height:50px;
	width:200px;
	float:left;
	font-size:12px;
	color:white;
	text-align:right;
	margin: 50px 55px 50px 25px;
}

.sidecontentleft {
	height:50px;
	width:200px;
	float:left;
	font-size:12px;
	color:white;
	text-align:left;
	margin: 50px 20px 50px 60px;
}

.banner a {
	float:left;
	height:150px;
	width:420px;
}
.leftshadow {
	position:relative;
	width:980px;
	background-image:url(images/shadow_l.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	margin:0;
	clear:both;
}
.rightshadow {
	position:relative;
	width:920px;
	background-image:url(images/shadow_r.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	margin:0 0 0 60px;
}
.content {
	width:860px;
	margin:0 60px 0 0;
	background-color:#FFF;
	color:#414243;
	position:relative;
}
.sidebarandcontent {
	width:860px;
}
.maincontentbox {
	width:670px;
	margin:0;
	padding:0;
	vertical-align:top;
}
.contentpane {
	position:relative;
}
.clear {
	clear:both;
}
.menusidebar {
	vertical-align:top;
}
.sidebar{
	vertical-align:top;	
	margin-left:60px;
}
.sidebarspacer {
	max-width:60px;
	min-width:60px;
	width:60px;
}
.treespacer {height:280px;}
.lowericon {
	position:absolute;
	vertical-align:bottom;
	left:-60px;
	top:-275px;
}

.footer {
	width:100%;
	background-image:url(images/footer.jpg);
	height:50px;
	font-size:12px;
}
.footercontent {
	width:860px;
	margin: 0 auto;
	padding: 5px 0;
}
.footerleft {
	position:relative;
	padding: 12px 5px 0 0;
	float:left;
}
.footerleftimg{
	padding: 0;
	float:left;
}
.footerright {
	padding: 12px 0 0 0;
	float:right;
	font-weight:bold;
}

.footer a, .footer a.SkinObject {
	color:#3f482e;
	text-decoration:none;
	text-transform:uppercase;
	border:0;
	font-size:12px;
}


.footer a:hover {
	color:#414243;
}


h1, h2, h3, h4, h5, h6, p {
	font-weight:normal;
	margin:7px 0px;
}
h1 {
	font-size:36px;
	color: #87a156;
}
h2 {
	font-size:30px;
	color: #414243;
}
h3 {
	font-size:24px;
	color: #87a156;
}
h4 {
	font-size:18px;
	color: #414243;
}
h5 {
	font-size:14px;
	color: #87a156;
}
h6 {
	font-size:14px;
	color: #414243;
}
p {
	font-size:12px;
	color: #414243;
}
ol li{
	padding:5px 0px;
}