/* nested nav */

ul {
	
	margin: 0;
	padding-left: 12px;
	width: 258px; /* Width of Menu Items */
	list-style: none;
	}

ul li {
	position: relative;
	}
	
li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 255px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	width: 253px; /* width of anchor */ 
	display: block;
	font-size: 20px;
	line-height: 23px;
	color: #38721c;
	font-weight: bold;
	text-decoration: none;
	background: none; /* IE6 Bug */
	padding: 8px 0px 8px 5px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li:hover {
	background:#ddfcd2;
	}
	
/* Hover Styles */
ul li a:hover {
	color: #fff;
	background: #5dac33;
	} 
		
/* Sub Menu Styles */
li ul li a {
	background: #ddfcd2;
	}
	
li ul li a:hover {
	background: #5dac33;
	} 

	
/* The magic */		
li:hover ul, li.over ul {
	border: 3px solid #5dac33;
	display: block;
	}

/* Page styles */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	background: #5dac33;
	background-image: url(../images/bgTile.gif);
	}

p {
	margin: 0;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	font-size: 24px;
	color: #fd0425;
	}
		
a.footlink {
	color: #fff;
	}

a {
	color: #38721c;
	}

a:hover {
	color: #fd0425;
	}

a.side {
	color: #38721c;
	background-image: url(../images/redArrowSmall.gif);
	background-repeat:no-repeat;
	background-position: left;
	text-decoration: none;
	padding-left: 10px;
	}
	
a.side:hover {
	color: #fd0425;
	text-decoration: underline;
	}

a.mail {
	color: #38721c;
	text-decoration: none;
	}
	
a.mail:hover {
	color: #fd0425;
	text-decoration: underline;
	}

.red {
	color: #fd0425;
	}

#page {
	width: 975px;
	margin: 0 auto;
	height: auto;
}	
	

#logo {
	margin-top: 30px;
	margin-bottom: 20px;
	width: 270px;
	padding-left: 15px;
	float: left;
	}

#hero {
	margin-top: 30px;
	margin-bottom: 20px;
	width: 525px;
	padding-left: 40px;
	float: left;
	}
	
#container {
	}

#access {
	margin-top: 15px;
	padding-left: 70px;
	padding-right: 60px;
	color: #38721c;
	font-size: 14px;
	line-height: 18px;	
	font-weight: bold;
	background-image:url(../images/accessImg.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	}

#newsletter {
	padding-left: 70px;
	padding-right: 40px;
	padding-top: 20px;
	color: #38721c;
	font-size: 14px;
	line-height: 18px;
	background-image:url(../images/pdfImg.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 60px;
	}

#address {
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #38721c;
	}


#navigation {
	padding-left: 36px;
	width: 270px;
	float: left;
	}

#nav {
	background-image: url(../images/navMid.gif);
	background-repeat: repeat-y;
	}
	
#navTop {
	width: 270px;
	height: 10px;
	background-image: url(../images/navTop.gif);
	}
	
#navBtm {
	width: 270px;
	height: 30px;
	background-image: url(../images/navBtm.gif);
	background-repeat: no-repeat;
	}
	
#contentTop {
	width: 975px;
	height: 25px;
	background-image: url(../images/bgTop.gif);
	background-repeat: no-repeat;
	}

#contentBlock {
	background: #ddfcd2;
	padding: 10px 10px 10px 10px;
	border: 3px solid #5dac33;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#main {
	width: 975px;
	background-image: url(../images/bg.gif);
	background-repeat:	repeat-y;
	float: left;
	}
	
#content {
	width: 525px;
	padding-left: 30px;
	float: left;
	}

#contentBtm {
	width: 975px;
	height: 25px;
	background-image: url(../images/bgBtm.gif);
	background-repeat: no-repeat;
	float: left;
	}
	
#footer {
	padding-left: 40px;
	padding-right: 40px;
	color: #fff;
	font-size: 10px;
}

#footerCopyright {
	float:left;
	height: 30px;
	}
	
#footerLinks {
	float:right;
	}