@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: verdana, trebuchet ms, arial;
	font-size: 12px;
	overflow-x: hidden;
}
img { border: 0; }

a { color: #FF6600; }

td { text-align: left; }
label { cursor: pointer; }


#header {
	height: 130px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url('images/header-background-test.jpg');
}

.hidden { display: none; }
#content {
	min-height: 340px;
	width: 780px;
	margin-left: auto; margin-right: auto;
}

#footer1 {
	background-image: url("images/footer1background.gif");
	background-repeat: repeat-x;
	height: 172px;
	color: #666666;
}

#footer2 {
	background-image: url("images/footer2background.gif");
	background-repeat: repeat-x;
	height: 172px;
	color: #666666;
	z-index: 99;
}
#footer {
	background-image: url("images/footerbackground.gif");
	background-repeat: repeat-x;
	height: 71px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	background-color: #001a00;

}


#flashcontainer {
	background-image: url("images/flash-background.jpg");
	backgroun-repeat: repeat-y;
	height: 350px;
	text-align: center;
}

#securitycode {
z-index: 1;
position: relative; top: 9px;
display: none;
}

#navlist1 li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	position: relative; top: 16px;
}


#navcontainer2 {
	position: relative; left: 365px; top: -20px;
}

#navlist2 li {
	display: inline;
	list-style-type: none;
	margin: -2px;
}


.greenTxt { color: #006633; }
.greenTxt10 { color: #006633; font-size: 10px; }
.greenTxt11 { color: #006633; font-size: 11px; }
.greenTxt12 { color: #006633; font-size: 12px; }
.greenTxt13 { color: #006633; font-size: 13px; }
.greenTxt14 { color: #006633; font-size: 14px; }
.greenTxt15 { color: #006633; font-size: 15px; }

.lightgreenTxt { color: #117b4a; }
.lightgreenTxt10 { color: #117b4a; font-size: 10px; }
.lightgreenTxt11 { color: #117b4a; font-size: 11px; }
.lightgreenTxt12 { color: #117b4a; font-size: 12px; }
.lightgreenTxt13 { color: #117b4a; font-size: 13px; }
.lightgreenTxt14 { color: #117b4a; font-size: 14px; }
.lightgreenTxt15 { color: #117b4a; font-size: 15px; }


.brownTxt { color: #6a430b; }

.orangeHeader {
	font-size: 18px; 
	color: #ff9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}





.newsTitleHome {
	color: #999999;
	font-weight: bold;
	font-size: 14px;
}
.newsSubTitleHome {
	color: #006633;
	font-size: 14px;
	position: relative; top: 8px;
}
.newsTextHome {
	color: #663300;
	font-size: 12px;
	position: relative; top: 9px;
}
.newsBoxHome {
	height: 120px;
	vertical-align: top;
}



#treeviaform { 
	height: 0px; 
	overflow:hidden;
}

.event-background {
	background-color: #d5ee84; 
    background-image: url(calendar/images/eventbackground.png); 
    background-repeat: no-repeat; 
    background-position: fixed; 
    padding: 0 5px 0 5px;
}


.centeredContent {
width: 800px; min-height: 440px; margin:auto; text-align: left; 
}



#productsandservices {  position: relative; left: 40px; }


.lfaq { font-family: Helvetica, Arial, Sans-seriff; color: #117b4a; text-decoration: none; } 
	A.lfaq:link { color: #117b4a; } 
	A.lfaq:active { color: #117b4a; } 
	A.lfaq:visited {color: #117b4a; } 
	A.lfaq:hover { color: #117b4a; text-decoration: underline; }


/*******************************NAVIGATION STYLE***************************************
.yui-overlay { position:absolute; top: 90px; }
.yui-overlay .hd { }
.yui-overlay .bd {  
	background-image: url("images/nav/dropdown_middletop.png"); 
	background-repeat: repeat-y;
	width: 160px; 
	margin: 0 0 0 0; 
	padding: 9px; 
}
.yui-overlay .ft { 
	clear:both; 
	background-image: url("images/nav/dropdown_bottom.png"); 
	background-repeat: no-repeat;
	width: 160px; height: 47px; }

.yui-overlay .bd ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.yui-overlay .bd ul li {
	padding: 0 0 7px 0;
	width: 145px;
}

.yui-overlay .bd ul li a {
	text-decoration: none;
	color: #885533;
	
	
}
.yui-overlay .bd ul li a:hover {
	color: #59975b;
}
***/