html, body { margin:0px; padding:0px; height:100%;}

html { overflow:auto; }

/*
body {
	background-image:url("/images/body_bg.gif");
	background-position:bottom center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
*/

h1 {
	color:#006600;
	margin-top:0px;
	padding-top:0px;
	font-size:24px;
	line-height:24px;
	margin-bottom:16px;
	width:300px;
	overflow:hidden;
	
}

h3 {
	color:#006600;
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:16px;
}

p {
	margin-bottom:10px;
}

a {
	color:#006600;
}

div#wrapper {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	position:relative;
}

div#menuBox {
	width:162px;
	min-height:400px;
	margin-top:30px;
	margin-left:20px;
	position:relative;
	float:left;
	background-image:url("/images/wrapper_bg_left.gif");
	background-position:bottom left;
	background-repeat:repeat-y;
	padding-bottom:25px;
}

div#menuHead {
	width:162px;
	height:96px;
	background-image:url("/images/menuhead.gif");
	background-position:top left;
	background-repeat:no-repeat;
}

div#menuList {
	width:162px;
}

div#menuFooter {
	position:absolute;
	bottom:0px;
	left:0px;
	background-image:url("/images/wrapper_bg_bottom.gif");
	width:55px;
	height:14px;
}

ul#menu {
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:162px;
	background-image:url("/images/ul_bg.gif");
	background-position:top left;
	background-repeat:repeat-y;
	border-top:1px solid #E0E0E0;
	font-family:Arial;
	font-size:12px;
	color:#333333;
}

ul#menu li {
	margin:0px;
	margin-left:1px;
	padding:0px;
	padding-left:27px;
	border-bottom:1px solid #E0E0E0;
	line-height:29px;
}

ul#menu li a {
	text-decoration:none;
	color:#333333;
}

ul#menu li:hover, ul#menu li.activeMenu {
	background-image:url("/images/li_hover_bg.gif");
	background-position:top right;
	background-repeat:no-repeat;
	color:#0C720C;
}

ul#menu li a:hover, ul#menu li.activeMenu a {
	color:#0C720C;
}

ul#menu ul {
	margin:0px;
	margin-left:-28px;
	padding:0px;
	list-style-position:inside;
	list-style-type:square;
}

ul#menu ul li {
  padding-left:30px;
	font-size:10px;
	border-bottom:0px;
	border-top:1px solid #e0e0e0;
}

ul#menu ul ul {
	margin-left:0px;
}

ul#menu ul ul li {
  padding-left:10px;
	font-size:10px;
	border-bottom:0px;
	border-top:1px solid #e0e0e0;
}

ul.subsubmenu li a {
	font-size:8px;
}

div#content {
	margin-left:35px;
	margin-top:57px;
	margin-right:10px;
	width:758px;
	float:left;
	color:#343434;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
}

div#content img {
	padding-left:10px;
	padding-right:10px;
}



div#content table img {
	padding:10px;
}

div#contentPage {
	float:left;
	width:758px;
	line-height:20px;
	padding-top:30px;

}

div.articleA {
	margin-top:20px;
}

div#contentArticleB {
	float:left;
	width:150px;
	margin-top:35px;
}

div.articleB {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

input.TextField {
  border:1px solid #0C720C;
	color:#333;
	background-image:url("/images/li_hover_bg.gif");
}

textarea.TextField {
  border:1px solid #0C720C;
	background-image:url("/images/li_hover_bg.gif");
	overflow:auto;
}

input.FrmBtnOut{
  border:1px solid #0C720C;
  background-image:url("/images/li_hover_bg.gif");
}

div#footer {
	width: 100%;
	height: 136px;
	/*background-color:#0C720C;*/
	background-image:url("/images/body_bg.gif");
	background-position:bottom center;
	background-repeat:repeat-x;
	padding-top:80px;
	overflow:hidden;
	margin-top:-216px;
}

div#footerContent {
	/*margin-left:67px;
	margin-right:98px;*/
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

div#footerContent hr {
	height:1px;
	color:#095a0b;
}

div#footerContent #hr {
	height:2px;
	background-image:url("/images/hr_bg.gif");
	background-repeat:repeat-x;
	margin-top:8px;
	margin-bottom:8px;
}

div#footerImages img {
	margin-right:15px;
}

div#footerMenuBox {
	text-align:left;
	padding-top:12px;
	position:relative;
}

ul.footerMenu {
	list-style-type:square;
	list-style-position:inside;
	color:#4c944b;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:11px;
	float:left;
	width:150px;
}

ul.footerMenu li {
	line-height:16px;
}

ul.footerMenu li a {
	color:#9ec79d;
	text-decoration:none;
}

div#copyright {
	position:absolute;
	right:0px;
	font-family:Arial;
	font-size:11px;
	color:#9ec79d;
}

/*-----------------
	Flashfader
-----------------*/

div#faderReplace { 
	float:right;
	width:406px;
	height:406px;
	margin-left:10px;
}

object#faderReplace { 
	float:right;
	width:406px;
	height:406px;
	margin-left:10px;
}

/*-----------------
	Gallery
-----------------*/

.gal_pic {
	width:70px;
	height:70px;
	border: none;
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	margin:5px;
	cursor:pointer;
}


/*-----------------
	Clearfix
-----------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}