@charset "utf-8";
* {
margin: 0;
padding: 0;
}
body  {
	font: 100%  "Century Gothic", Verdana, sans-serif;
	background: #42590D;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
a img	{
	border: 0;
}
.IEInc #container { 
	width: 1002px;  
	background: url(images/containerBG.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
} 
.IEInc #header {
	width: 991px;
	margin-left: 11px; 

} 
.GreenBar {
	width: 950px;
	height: 6px;
	background: url(images/TopGreenBar.jpg) repeat-x;
	display: block;
	}
.MidGreenBar {
	width: 950px;
	height: 8px;
	background: url(images/MidGreenBar.jpg) repeat-x;
	display: block;
	}
.GreenBarSmall {
	width: 950px;
	height: 4px;
	background: url(images/TopGreenBar.jpg) repeat-x;
	display: block;
	}
#HeaderLayout {
	float: left;
	width: 304px;
	height: 181px;
}
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 96px;
	width: 304px;
}
#slogan {
	background-image: url(images/slogan.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 304px;
}
#Banner {
	float: left;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 181px;
	width: 683px;
}
	
.IEInc #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	
}
.IEInc #sidebar1 {
	float: left;
	margin-left: 11px;
	width: 279px;
	background: url(images/SidebarBG.jpg) no-repeat #DECB64;
	padding: 15px 0 15px 0;
	border-bottom: #663300 solid 2px;
}
.IEInc #sidebar1 h3 {
	display: block;
	background: #DECB60;
	border-bottom: #663300 solid 2px;
	padding: 5px 10px 5px 26px;
	font-family:Garamond, "Times New Roman", serif;
	font-size: 24px;
	color: #663300;
}
.IEInc #sidebar1 p {
	font-size: 14px;
	padding: 5px 10px 5px 20px;
	color: #630;
}
#sidebar1List {
	}
#sidebar1List ul{
	list-style: url(images/leaf.png);
	margin-left: 20px;
	padding: 5px 10px 5px 20px;
	font-size: 15px;
	color: #630;
	}
#sidebar1List li{
	padding: 8px 0px;
	}
	
.IEInc #mainContent { 
	margin: 0 0 0 290px;
} 

#mainContentBanner {
	width: 633px;
	height: 304px;
	background: url(images/ContentHeader.jpg) no-repeat;
	margin-top: -8px;
	padding: 0 50px 0 25px;
}
.topspacer {
	height: 170px;
}
#mainContentBanner h2 {
	color:#FFFFFF;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 40px;
	letter-spacing: .2px;
	}
#mainContentBanner p {
	color:#FFFFFF;
	font: "Century Gothic", Verdana;
	font-size: 15px;
	padding-top: 4px;
}
	
#mainContentBannerBottom {
	width: 708px;
	height: 20px;
	background: url(images/ContentHeaderBottom.jpg) no-repeat;
	margin: 0;
}
#mainContentWrapper {
	width: 633px;
	background: url(images/contentWrapperBG.jpg) repeat-y;
	padding: 0 50px 0 25px;
	margin: 0;
}
#mainContentWrapper table {
	padding-left: 8px;
}
#mainContentWrapper h2 {
	font-size: 14px;
}
#mainContentWrapper h3 {
	font-size: 18px;
	padding-bottom: 12px;
}
#mainContentWrapper p {
	font-size: 11px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#mainContentWrapper p.maintext {
	font-size: 14px;
	padding-bottom: 12px;
}
#mainContentWrapper li {
	font-size: 14px;
	margin-left: 15px;
	padding-bottom: 12px;
}
.imagerow img {
	padding: 4px;
	border: #6E8D18 1px solid;
	margin-left: 34px;
}
.IEInc #footer { 
	width: 991px;
	margin-left: 11px;
} 
#footerBottom { 
	width: 998px;
	background: url(images/footerBottom.jpg) no-repeat;
	height: 17px;
	margin-left: 0px;
} 
.IEInc #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#nav {
	float: right;
	margin: 0 37px 0 0;
}


#nav ul {
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
}

#nav li {
	float: left;
	text-align: left;
	padding: 2px 5px;
	background: url(images/navBG.jpg) repeat-x;
	color: #FFFFFF;
}
#nav li ul {
	position: absolute;
	width: 8em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	background-image:url(images/nav_dropdown_bg.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
	color: #ffffff;
	text-decoration: none;
}
#nav li:hover ul a:link{
	left: auto;
	padding-left:4px;
	background-image:url(images/nav_dropdown_bg.jpg);
	background-repeat:repeat-x;
	color: #ffffff;
	text-decoration: none;
	width: 8em;
}
#nav li:hover ul a:visited{
	left: auto;
	padding-left:4px;
	background-image:url(images/nav_dropdown_bg.jpg);
	background-repeat:repeat-x;
	color: #ffffff;
	text-decoration: none;
	width: 8em;
}
#nav li:hover ul a:hover{
	left: auto;
	padding-left:4px;
	background-image:url(images/nav_dropdown_bg.jpg);
	background-repeat:repeat-x;
	color: #ffffff;
	text-decoration: underline;
	width: 8em;
}
#nav li:hover ul a:active{
	left: auto;
	padding-left:4px;
	background-image:url(images/nav_dropdown_bg.jpg);
	background-repeat:repeat-x;
	color: #ffffff;
	text-decoration: none;
	width: 8em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 500;
	color: #396100;
}

#navFooter {
	width: 670px;
	padding-left: 40px;
	margin: 0px auto;
}


#navFooter ul {
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#navFooter a:link {
	color: #000000;
	text-decoration: none;
}
#navFooter a:visited {
	color: #000000;
	text-decoration: none;
}
#navFooter a:hover {
	color: #000000;
	text-decoration: underline;
}
#navFooter a:active{
	color: #000000;
	text-decoration: none;
}

#navFooter li {
	float: left;
	text-align: center;
	padding: 2px 5px;
	color: #000000;
}
