
/* ------ Section 1 - Left Column Navigation ------ */

#navigation {
	width: 100%;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	background-color: transparent;
	text-align: left;
	line-height: 120%;
	}
	
#navigation a:link {
	color: #394125;
	text-decoration: none;
	}

#navigation a:visited {
	color: #990000;
	text-decoration: none;
	}
	

#navigation a:hover {
	color: #ECF67D;
	text-decoration: none;
	}

#navigation a {
	display: block;
	text-align: left;
	padding: 0;
	margin: 2px 2px 2px 2px;
	list-style-type: none;
	}

#navigation ul {
	font-size: 12px;
	margin: 1px 2px 1px 20px;
	padding: 0;
	list-style-type: none;
	}

#navigation li {
	font-size: 12px;
	margin: 0;
	padding-top: 0;
	}

/* -- Nav Headers -- */

#navigation h3 {
font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
padding: 0;
text-align: left;
font-size: 100%;
color: #003300;			/*color of red in headlines */
margin: 20px 0 12px 0;
}

/* ------ Section 2 - Additional Navigation ------ */

#main-navig-bottom a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-size:95%;
	line-height:135%;
	}

#main-navig-bottom a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:95%;
	line-height:135%;
	}

#main-navig-bottom a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:95%;
	line-height:135%;
	}

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

#nav-top-outer {
	width: 960px;
	margin-left:auto; 
	margin-right:auto; /* centers layout when > max width */ 
	height: 23px;
	padding:0;
	text-align: center; /* prevents page inheriting IE6 centering hack on body */
	background-color:#A0A77B;
	}

#ExtraNav * {
	margin: 0;
	padding: 0;
	}

#ExtraNav {
	float: left;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #A0A77B;
	}

#ExtraNav ul {
	float: left;
	margin-left: 250px;
	}

#ExtraNav li {
	border-right: 1px solid #FFFFFF;
	list-style-type: none;
	float: left;
	position: relative;
	}

#ExtraNav li ul {
	position: absolute;
	width: 70px;
	display: none;
	margin-left: 0px;
	}

#ExtraNav li ul li {
	width: 100%;
	}

#ExtraNav a {
	text-align: center;
	width: 70px;
	display: block;
	background-color:#A0A77B;
	color:#FFFFFF;
	text-decoration:none;
	padding: .1em 5px;
	}

#ExtraNav a:visited {
color: #990000;
text-decoration: none;
}

#ExtraNav a:hover {
color: #FFFF33;
background-color: #003300;
text-decoration: none;
}

#ExtraNav li:hover ul {
	display: block;
	}

#Header #ExtraNav {
position: absolute;
top: 0;
right: 0;
}

#Header #ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
text-align: center;
margin: 12px auto 0 auto;
background-color: #abc4e3;
}

