@charset 'UTF-8';
/* CSS Document */

body {
	font-family: 'Myriad', 'Myriad Pro', Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #666666;
	background-color: #9CA68C;
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: none;
	color: #666600;
}
a:visited {
	text-decoration: none;
	color: #666600;
}
a:hover {
	text-decoration: underline;
	color: #999900;
}
a:active {
	text-decoration: none;
	color: #999900;
}
hr {
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
}
.fancyLine {
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #666633;
	border-right-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
	padding: 1px;
}

h1 {
	font-size: 24px;
	background-color: #FFFFFF;
	margin-left: -20px;
	color: #9CA68C;
	margin-top: -10px;
	margin-bottom: -3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9CA68C;
	font-weight: normal;
	padding-left: 20px;
	border-left-width: 2px;
	line-height: 20px;
	padding-top: 10px;
}
h2 {
	font-style: italic;
	color: #006633;
	font-size: 21px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	margin-top: -1px;
}
h3 {
	color: #669966;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-bottom: -1px;
}
h4 {
	font-style: italic;
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9CA68C;
	margin-top: -1px;
	margin-bottom: -1px;
}



/* div tags: control positioning */

#wrapper {
	position:absolute;
	float:left;
	width:1000px;
	top:0px; left:0px;
}

#banner {
	position:relative;
	float:left;
	clear:right;
	width:900px;
	top:0px;	left:50px;
	margin: 0px;
	border: 0px;
	margin: 0px; padding: 0px;
}

#navMenu {
	background-image:url(../images/navTree.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 375px;
	width: 250px;
	top: 0px;
	left: 0px;
	float: left;
	margin-left: 40px;
	margin-right: 20px;
	
}

#main {
	position:relative;
	float:left;
	width:650px;
	top:0px;
	left:0px;
	margin: 0px;
}
#infoBox/* WhatsNew Box */

 {
	font-size: 16px;
	line-height: 18px;
	width: 350px;
	padding-left: 20px;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9CA68C;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9CA68C;
	background-color: #E1EAE1;
}


/* styles & position for footer */

#footer {
	position:relative;
	float:left;
	clear:both;
	top:0;
	left:350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom:30px;
}
#footer a {
	text-decoration: underline;
	font-size: 12px;
}
#footer a:link {
	font-size: 12px;
	color: #424918;
}
#footer a:visited {
	font-size: 12px;
	color: #003333;
}
#footer a:hover {
	font-size: 12px;
	color: #000000;
}
#footer a:active {
	font-size: 12px;
	color: #FFFFFF;
}

/* styles for navigation menu */

.nav {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 30px;
	padding-left: 35px;
}
.nav p {
	line-height: 13px;
}
.nav a {
	color: white;
}
.nav a:link {
	color: white;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:hover {
	text-decoration: none;
}
.nav a:active {
	text-decoration: none;
	color: #66FF99;
}

/* Nav menu */
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	cursor:pointer;
}
.nav ul li {
	padding-bottom:10px;
}
.nav ul li:hover {
	list-style-image: url(../images/line.gif);
}
/* Nav subMenu */
.nav ul ul {
	display:none; 
	position:static;
	padding-left:15px; padding-top:10px;
	text-transform:none;
}
.nav ul li:hover ul {
	display:block;
	text-transform:none;
}
.nav ul ul li:hover {
	list-style: disc;
	color:#FFFFFF;
}    

/* Tab Menus */
.tabMenu {
	position:relative;
	float:right;
	border:0;
	padding:0;
	margin:0 0 -4px 0;
	border:0;
	color:#FFFFFF;
	text-decoration:none;
}
.tabMenu a {
	color:#FFFFFF;
	text-decoration:none;
}
.tabMenu ul {
	list-style: none;
	margin: 0;	padding: 0;
	cursor:pointer;
	display:inline;
}
.tabMenu ul li {
	list-style: none;
}
/* Tab subMenu */
.tabMenu ul ul {
	list-style:none;
	display:none;
	position:absolute;
	margin: -5px;	
	color:#FFFFFF;
	background-color:#9CA68C;
	width:175px;
	text-transform:uppercase;
	font-size:14px;
	text-align:left;
}
.tabMenu ul ul li {
	padding: 10px;
}
.tabMenu ul li:hover ul {
	display:block;
}
.tabMenu ul ul li:hover {
	background-color:#666666;
}    


/* styles for mainContent region */

.corefarms {
	font-size: 16px;
	color: #81403A;
}
.corefarms a {
	font-size: 16px;
	color: #81403A;
	text-decoration: none;
}
.corefarms a:link {
	font-size: 16px;
	color: #81403A;
	text-decoration: none;
}
.corefarms a:visited {
	font-size: 16px;
	color: #81403A;
	text-decoration: none;
}
.corefarms a:hover {
	font-size: 16px;
	color: #81403A;
	text-decoration:underline
}
.corefarms a:active {
	font-size: 16px;
	color: #81403A;
	text-decoration:none
}

.specialprojects {
	color: #006699;
	font-size: 16px;
}
.specialprojects a {
	color: #006699;
	font-size: 16px;
	text-decoration: none;
}
.specialprojects a:link {
	color: #006699;
	font-size: 16px;
	text-decoration: none;
}
.specialprojects a:visited {
	color: #006699;
	font-size: 16px;
	text-decoration: none;
}
.specialprojects a:hover {
	color: #006699;
	font-size: 16px;
	text-decoration:underline
}
.specialprojects a:active {
	color: #006699;
	font-size: 16px;
	text-decoration:none
}

.envirotrain {
	color: #999900;
	font-size: 16px;
}
.envirotrain a {
	color: #999900;
	font-size: 16px;
	text-decoration: none;
}
.envirotrain a:link {
	color: #999900;
	font-size: 16px;
	text-decoration: none;
}
.envirotrain a:visited {
	color: #999900;
	font-size: 16px;
	text-decoration: none;
}
.envirotrain a:hover {
	color: #999900;
	font-size: 16px;
	text-decoration:underline
}
.envirotrain a:active {
	color: #999900;
	font-size: 16px;
	text-decoration:none
}

.green {
	color: #006633;
	font-weight: bold;
}
.green  a  {
	color: #006633;
}
.green  a:link  {
	color: #006633;
}
.green a:visited  {
	color: #006633;
}
.green  a:hover  {
	color: #9CA68C;
}
.green  a:active  {
	color: #006666;
}

.italicGrey {
	color: #666666;
	font-size: 18px;
	line-height:24px;
	font-style: italic;
	text-decoration: none;
}
.italicGrey  a {
	color: #666666;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}
.italicGrey  a:link {
	color: #666666;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}
.italicGrey  a:visited {
	color: #666666;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}
.italicGrey  a:hover {
	color: #666666;
	font-size: 18px;
	font-style: italic;
	text-decoration: underline;
}
.italicGrey  a:active {
	color: #666666;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}

.browntxt
{
	color: #666600;
	font-size: large;
	font-weight: normal;
	line-height: normal;
}
  .browntxt  a {
	color: #666600;
	font-size: large;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
  .browntxt  a:link {
	color: #666600;
	font-size: large;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
 .browntxt  a:visited {
	color: #666600;
	font-size: large;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
  .browntxt  a:hover {
	color: #666600;
	font-size: large;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
}
  .browntxt  a:active {
	color: #666600;
	font-size: large;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

.red {
	font-size: 14px;
	color: #993300;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.doubleSize {
	font-size: x-large;
	line-height: normal;
}
.superSize {
	font-size: xx-large;
	line-height: normal;
}
.smallSize {
	font-size: small;
}
.contentPad {
	padding: 30px;
}
