/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
}
HTML, BODY
{
	height: 100%;
	background: #006837 url(../images/bg.jpg) center top no-repeat;
	font: 9pt/1.5 Arial;
	color: #3F5227;
}
A {
	text-decoration: none;
}
#wrapper-all {
	margin: 0 auto;
	width: 900px;
}
#wrapper-shadow {
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 100%;
	margin: 0 auto -60px;
/*the bottom margin is the negative value of the footer's height*/
	background: url(../images/content-area.png) repeat-y center;
}

/*oooooooooooooooooooo Header*/
#wrapper-header {
	background: #006837 url(../images/header.png) center top no-repeat;
   border-bottom: 10px solid #FFFBB6;
	height: 106px;
	width: 100%;
	top: 0;
	left: 0;
}
#header {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#logo {
	width: auto;
	height: auto;
	position: absolute;
	left: 35px;
	top: 10px;
}
/*oooooooooooooooooooo Navigation*/
#nav-horizontal {
	height: 45px;
	margin-left: 10px;
	background: url(../images/nav-bar.png) 0 -5px no-repeat;
	padding-left: 10px;
}
#nav-horizontal LI {
	list-style: none;
	display: block;
	width: 109px;
	text-align: center;
   text-transform: uppercase;
	float: left;
}
#nav-horizontal A {
	color: #8CC63F;
	font: bold 9pt Arial;
	display: block;
	padding-top: 11px;
	width: 109px;
	height: 25px;
}
#nav-horizontal A:hover, #nav-horizontal A.active {
	color: #FFFBB6;
	font: bold 9pt Arial;
	text-decoration: none;
}

/*oooooooooooooooooooo Content*/
#wrapper-bottom {
   padding: 20px;
   width: 860px;
}
#wrapper-content {
	float: left;
   width: 860px;
}
#wrapper-content A {
   color: #3F5227;
	text-decoration: underline;
}
#column-a1 {
	width: 450px;
	float: left;
}
#column-a1 img {
   margin-bottom: 15px;
}
#column-a2 {
	width: 410px;
	float: right;
   padding-bottom: 80px;
	position: relative;
}
#column-a2 p {
   margin-right: 20px;
}
#extras {
   float: right;
}
#column-b1 {
   width: 995px;
   margin-bottom: 20px;
}
#column-b1 img {
   width: 250px;
   margin-right: 43px;
   border: 3px solid #333333;
}
#column-b2 {
   margin-left: 125px;
   width: 450px;
   float: left;
}
#column-b3 {
   width: 250px;
   float: right;
}
#column-b3 img {
   float: right;
}
#column-c1 {
   width: 430px;
   float: left;
}
#column-c1 iframe {
   width: 424px;
   height: 375px;
   border: 3px solid #333333;
}
#column-c2 {
   width: 410px;
   float: right;
}
#column-a2 p {
   margin-right: 20px;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 60px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 860px;
	margin: 0 auto;
}
#sticky-footer-push
{
	background: #848A73;
	clear: both;
	visibility: hidden;
}
#footer
{
	color: #000000;
	clear: both;
	text-align: right;
}
#footer-ob-logo
{
	float: left;
	margin-top: 15px;
}
#footer-links
{
	text-align: right;
	float: right;
	margin-top: 25px;
	text-decoration: none;
	color: #555555;
	font: 8.5pt Arial;
}
#footer-links A
{
	color: #555555;
	text-decoration: none;
}
#footer-links A:hover
{
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/
h1 {
	font-size: 18pt;
	margin-bottom: 1em;
   color: #3F5227;
}
h2 {
	font-size: 12pt;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
.clear {
	clear: both;
}

#wrapper-content ul, 
#wrapper-content ol {
   margin-left: 20px;
   margin-bottom: 1em;
}

dl {
   margin-bottom: 1em;
}

dt {
   font-weight: bold;
   margin-top: .75em;
}

dd {
   margin-left: 0;
}
td {
   padding: 3px 5px;
}