@charset "utf-8";

body,html {
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#outerWrapper {
	background:#CCCCCC;
	width: 916px;
	margin: 10px auto 5px auto;
	background-image: url(/images/shader-middle.gif);
	background-repeat: repeat-y;
}

#innerWrapper {
	padding: 0px;
	margin: 0px 8px;
	border: solid #466007 2px;
	width: 896px;
	text-align: left;
	position: relative;
	background: #FFFFFF;
	background-image: url(/images/tree.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

img.shader {
	width: 916px;
	height: 8px;
	border: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
	

#headerImage { 
	width: 896px;
	height: 94px;
	border: none;
}

#headerLink {
	display: block;
	width: 896px;
	height: 94px;
}

#menuBar {
	background: #cf742b;
	background-image: url(/images/menubar.gif);
	background-repeat: repeat-x;
	height: 27px;
	border-bottom: solid #dda16f 1px;
	width: 100%;
}

a.menuItems {
	margin: 4px 10px 4px 20px;
	display: block;
	float: left;
	height: 19px;
	color: #fef6b8;
	font-weight: 700;
	text-decoration: none;
	font-size: 16px;
}

a.menuItems:Hover {
	text-decoration: underline;
}

#locationBar {
	padding: 6px 20px 10px 20px;
	font-size: 13px;
	color: #ac7745;
}

a.locationLinks {
	text-decoration: none;
	color: #ac7745;
}

a.locationLinks:Hover {
	text-decoration: underline;
	color: #224e1d;
}

#leftHandNav {
	display: block;
	width: 160px;
	padding: 10px 20px 10px 40px;
	margin: 0px;
	position: absolute;
	left: 0px;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
}

a.leftHandNavItems {
	display: block;
	color: #ac7745;
	text-decoration: none;
}

a.leftHandNavItems:Hover {
	text-decoration: underline;
	color: #224e1d;
}

ul.leftHandNavSubList {
  margin: 2px 0 4px 1em;
  padding: 0 0 0 .5em;
  color: #ac7745;
  font-size: 12px;
  line-height: 16px;
}

ul.leftHandNavSubList li {
  margin: 0;
  padding: 2px 0;
}

#mainContent {
	margin: 0px 0px 0px 220px;
	display: block;
	width: 636px;
	padding: 10px 20px;
	min-height: 650px;
	height: auto !important;
	height: 650px;
	overflow: visible;
	text-align: justify;
	font-size: 12px;
}

h2.pageHeader {
	color: #ac7745;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
}

h2.subHeader {
	margin-top: 0px;
	padding-top: 20px;
	color: #ac7745;
}

div.imageFloater {
	text-align: center;
	float: right;
	width: 180px;
	color: #ac7745;
	font-size: 18px;
	margin: 0px 0px 20px 20px;
}

div.imageFloater img {
	border: 0px;
}

div.imageFloater a{
	color: #cf742b;
	text-decoration: none;
}

div.imageFloater a:hover{
	color: #ac7745;
}


#footer {
	color: #cf742b;
	width: 736px;
	padding: 10px 80px 40px 80px;
	text-align: center; 
	clear: both;
	font-size: 16px;
}

#footer hr {
	color: #98d414;
	background-color: #98d414;
	height: 2px;
	width: 660px;
	border: none;
}

#footer p {
	color: #cf742b;
	padding: 10px 40px 20px 40px;
}

a.footerLinks {
	color: #cf742b;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 10px;
}

a.footerLinks:Hover {
	color: #224e1d;
	text-decoration: underline;

}

div.imageCell {
	clear: both;
	margin-bottom: 25px;
}
div.imageCell img {
	border: solid #466007 2px;
}
div.imageCell p {
	font-size: 14px;
	padding: 10px 0px;
}

div#contactInfo {
	color: #cf742b;
	font-size: 12px;
	text-align: center;
	padding-bottom: 25px;
}

div#contactInfo a{
	color: #cf742b;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

div#contactInfo a:Hover{
	color: #99c071;
	text-decoration: underline;
}
