@charset "utf-8";
/* CSS Document */
body {
	padding: 0px 25px 0px 25px;
	margin: 0px;
}
/* Navigation Structure */
.nav-container-outer {
	background: #005200;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 960px;
}
.float-left {
	float: left;
	position: relative;
	top: -2px;
}
.float-right {
	float: right;
	position: relative;
	top: -2px;
}
.nav-container .divider {
	display: block;
	font-size: 1px;
	border-width: 0px;
	border-style: solid;
}
.nav-container .divider-vert {
	float: left;
	width: 1px;
}
.nav-container .item-secondary-title {
	display: block;
	cursor: default;
	white-space: nowrap;
}
.clear {
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 0px;
	display: block;
	float: none;
}
.nav-container {
	position: relative;
	zoom: 1;
	margin: 0 auto;
}
.nav-container a, .nav-container li {
	float: left;
	display: block;
	white-space: nowrap;
}
.nav-container ul a, .nav-container ul li {
	float: none;
}
.nav-container ul {
	left: -10000px;
	position: absolute;
}
.nav-container, .nav-container ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.nav-container li a {
	float: none;
}
.nav-container li {
	padding: 0px;
	margin: 7px 0px 0px 0px;
	position: relative;
	top: 1px;
	left: 1px;
	height: 33px;
}
.nav-container ul {
	z-index: 10;
}
li:hover > ul {
	left: auto;
}
#nav-container ul li:hover > ul {
	top: 0px;
	left: 100%;
}
/* Primary Items */
#nav-container a {
	padding: 0px 17px 0px 17px;
	margin: 0px;
	color: #BCE26D;
	font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4em;
}
#nav-container a:hover {
	color: #D6E9CF;
	background: url('../images/NavImages/nav-highlite.png') repeat-x center;
	background-color: #5BA243;
	top: -3px;
}
/* Secondary Items Container */
#nav-container div, #nav-container ul {
	margin: 0px 0px 0px 0px;
	background: #003300;
	border-bottom: 1px solid #CA6500;
	border-bottom-color: #8CA45D;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
/* Secondary Items */
#nav-container div a, #nav-container ul a {
	padding: 3px 10px 3px 6px;
	background: no-repeat 0px 22px;
	font-size: 11px;
	border-width: 0px;
	border-style: none;
	margin: 0px 0px 0px 0px;
	color: #89A453;
}
/* Secondary Items Hover State */
#nav-container div a:hover, #nav-container ul a:hover {
	color: #CCE6CC;
	background-color: #003300;
	background-image: url('../images/NavImages/secondary-nav-box.jpg');
	background-repeat: no-repeat;
	padding-right: 5px;
}
/* Secondary Item Titles */
#nav-container .item-secondary-title {
	cursor: default;
	padding: 0px 0px 0px 7px;
	color: #89a453;
	font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
	font-size: 1.4em; /* background: url(images/item-secondary-title-bg.jpg); */;
	background-repeat: no-repeat;
	font-weight: bold;
	background-color: #003300;
	position: relative;
	top: 0px;
}
/* Horizontal Dividers */
#nav-container .divider-horiz {
	border-top-width: 1px;
	border-color: #8DC37B;
}
/* Vertical Dividers */
#nav-container .divider-vert {
	padding: 0px;
	border-left-width: 1px;
	height: 25px;
	margin: 0px 2px 0px 2px;
	border-color: #AAAAAA;
	position: relative;
	top: -5px;
}
.navhilite {
	color: #89A453;
	text-decoration: underline;
	font-weight: bold;
	background-color: #003300;
	font-size: 1.2em;
	width: 205px;
	line-height: 1.5em;
}
.blank {
	width: 5px;
}

