
body {
font-family : Arial, Helvetica, sans-serif;
}

.table_banner_cell {
height : 98px;
width : 758px;
}

.table_banner {
background-image : url(images/easichick_header.jpg);
color : #ffffff;
text-decoration : none;
text-align : right;
padding-right : 20px;
vertical-align : bottom;
margin-bottom : 10px;
}

.table_main {
background-image : url(images/woodchip_background.jpg);
width : 527px;
padding-left : 36px;
padding-right : 20px;
}


/***************************** navigation ************************************************/
.table_nav {
width : 195px;
background-image : url(images/nav_background.jpg);
vertical-align : top;
}

.nav_button {
color : #006633;
display : block;
width : 165px;
height : 23px;

}
.nav_button_small {
color : #006633;
display : block;
width : 165px;
height : 23px;
}
.nav_button_green {
color : #ffcc00;
display : block;
width : 165px;
height : 23px;
}

.nav_button:link {
background-image : url(images/yellow_button.jpg);
background-repeat : no-repeat;
color : #006633;
text-align : center;
display : block;
width : 165px;
height : 23px;
font-size : 12px;
font-weight : bold;
text-decoration : none;
line-height: 23px;
}
.nav_button:visited {
background-image : url(images/yellow_button.jpg);
background-repeat : no-repeat;
color : #006633;
text-align : center;
display : block;
width : 165px;
height : 23px;
font-size : 12px;
font-weight : bold;
text-decoration : none;
line-height: 23px;
}
.nav_button:hover {
background-image : url(images/green_button.jpg);
background-repeat : no-repeat;
color : #ffcc00;
text-align : center;
display : block;
width : 165px;
height : 23px;
font-size : 12px;
font-weight : bold;
text-decoration : none;
line-height: 23px;
}
.nav_button:active {
background-image : url(images/yellow_button.jpg);
background-repeat : no-repeat;
color : #006633;
text-align : center;
display : block;
width : 165px;
height : 23px;
font-size : 12px;
font-weight : bold;
text-decoration : none;
line-height: 23px;
}

.nav_button_green:link {
background-image : url(images/green_button.jpg);
background-repeat : no-repeat;
color : #ffcc00;
text-align : center;
display : block;
width : 165px;
height : 23px;
font-size : 12px;
font-weight : bold;
text-decoration : none;
line-height: 23px;
}
.nav_button_green:visited {
background-image : url(images/green_button.jpg);
background-repeat : no-repeat;
color : #ffcc00;
text-align : center;
display : block;
width : 165px;
height : 23px;
font-size : 12px;
font-weight : bold;
text-decoration : none;
line-height: 23px;
}
.nav_button_green:hover {
background-image : url(images/yellow_button.jpg);
background-repeat : no-repeat;
color : #006633;
text-align : center;
display : block;
width : 165px;
height : 23px;
font-size : 12px;
font-weight : bold;
text-decoration : none;
line-height: 23px;
}
.nav_button_green:active {
background-image : url(images/green_button.jpg);
background-repeat : no-repeat;
color : #ffcc00;
text-align : center;
display : block;
width : 165px;
height : 23px;
font-size : 12px;
font-weight : bold;
text-decoration : none;
line-height: 23px;
}

.nav_button_small:link {
background-image : url(images/yellow_button.jpg);
background-repeat : no-repeat;
color : #006633;
text-align : center;
display : block;
width : 165px;
height : 23px;
font-size : 9px;
font-weight : bold;
text-decoration : none;
line-height: 23px;
}
.nav_button_small:visited {
background-image : url(images/yellow_button.jpg);
background-repeat : no-repeat;
color : #006633;
text-align : center;
display : block;
width : 165px;
height : 23px;
font-size : 9px;
font-weight : bold;
text-decoration : none;
line-height: 23px;
}
.nav_button_small:hover {
background-image : url(images/green_button.jpg);
background-repeat : no-repeat;
color: #ffcc00;
text-align : center;
display : block;
width : 165px;
height : 23px;
font-size : 9px;
font-weight : bold;
text-decoration : none;
line-height: 23px;
}
.nav_button_small:active {
background-image : url(images/yellow_button.jpg);
background-repeat : no-repeat;
color : #006633;
text-align : center;
display : block;
width : 165px;
height : 23px;
font-size : 9px;
font-weight : bold;
text-decoration : none;
line-height: 23px;
}

.swc {
color : #ffffff;
font-size : 14px;
font-weight : bold;
text-decoration : none;
}
.swc:link {
color : #ffffff;
font-size : 14px;
font-weight : bold;
text-decoration : none;
}
.swc:visited {
color : #ffffff;
font-size : 14px;
font-weight : bold;
text-decoration : none;
}
.swc:hover {
color : #ffffff;
font-size : 14px;
font-weight : bold;
text-decoration : none;
}
.swc:active {
color : #ffffff;
font-size : 14px;
font-weight : bold;
text-decoration : none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 163px;
	line-height: 23px;
	top: 0px;
}
ul li {
	position: relative;
}
li ul {
	position: absolute;
	left: 165px;
	display: none;
}
ul li a {
	display: block;
	text-decoration: none;
}

ul li ul li a {
	display: block;
	text-decoration: none;
	border-left: 3px #f4dc7e solid;
	
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
li:hover ul { 
	display: block; 
}

#nav ul {
	margin: 0;
	padding: 0;
	top: 0px;
}

#nav li {

}

/******************************** text ***************************************************/


h1 {
color : #006633;
font-weight : bold;
font-size : 16pt;
}
.green_small_text {
color : #006633;
font-size : 10px;
height : 50px;
}
.green_small_highlight {
color : #006633;
font-size : 12px;
font-weight : bold;
}
.green_highlight {
color : #006633;
font-weight : bold;
}

.green_text {
	color:#006633;
}

a:link {
color : #006633;
font-weight : bold;
}
a:visited {
color : #006633;
font-weight : bold;
}
a:hover {
color : #006633;
font-weight : bold;
}
a:active {
color : #006633;
font-weight : bold;
}

.table_banner_text {
color : #ffffff;
font-size: 11px;
font-weight: bold;
text-decoration : none;
}
.table_banner_text:link {
color : #ffffff;
font-size: 11px;
font-weight: bold;
text-decoration : none;
}
.table_banner_text:visited {
color : #ffffff;
font-size: 11px;
font-weight: bold;
text-decoration : none;
}
.table_banner_text:hover {
color : #ffffff;
font-size: 11px;
font-weight: bold;
text-decoration : none;
}
.table_banner_text:active {
color : #ffffff;
font-size: 11px;
font-weight: bold;
text-decoration : none;
}

.right_align {
color : #006633;
text-align : right;
font-size: 12px;
font-weight: bold;
background-image : url(images/woodchip_background_small.jpg);
background-repeat: no-repeat;
}
.right_align:link {
color : #006633;
font-size: 12px;
font-weight: bold;
text-align : right;
}
.right_align:visited {
color : #006633;
font-size: 12x;
font-weight: bold;
text-align : right;
}
.right_align:hover {
color : #006633;
font-size: 12px;
font-weight: bold;
text-align: right;
}
.right_align:active {
color : #006633;
font-size: 12px;
font-weight: bold;
text-align : right;
}

.footnote {
font-size:9px;
}


 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#006633 !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border: 2px solid #FFFFFF !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #FFFFFF !important; //Text input field border color
   background-color:#FFFFFF !important; //Text input field background color
 }
