/************************* OVERRIDES */
body, table, th, td, p, span, h1, h2, h3, h4, h5, input, textarea, li, label{
	font-family: Arial, Helvetica, sans-serif;
}
body { margin: 0; }
form { margin: 0; }
#alt-content { display: none; }
/************************* MISC */
a em {
	font-style: normal;
	text-decoration: underline;
}
.print { display: none; }
.read { position: absolute; top: -99999px; }
.clear { clear: both; }
a img { border: none; }
.shift { margin-left: 25px; }
a.learn-more { 
	color: #6F7982; 
	background-image: url(../image/learn-more.gif); 
	background-position: 0 1px; 
	background-repeat: no-repeat; 
	padding-left: 20px; 
	text-decoration: none; 
	font-size: 14px; 
}
#prevbtn {
	background: url(../image/arrowleftmonth.gif) no-repeat;
	height: 21px;
	width: 13px;
}

#nextbtn {
	background: url(../image/arrowrightmonth.gif) no-repeat;
	height: 21px;
	width: 13px;
}
/************************* GLOBAL STRUCTURE */
#header { 
	position: relative; 
	height: 124px; 
	margin: 0 auto; 
}

#header-border { 
	height: 18px; 
	background-color: #67CD00; 
	background-image: url(../image/trim-left.gif); 
	background-repeat: no-repeat; 
}

/* cascade based on template */
#banner {
	width: 100%;
	margin-bottom: 0px;
}
/* end cascade */

#banner-container { 
	width: 960px; 
	position: relative;
}

#flash-container { 
	float: left; 
	widows: 751px; 
}

#content { 
	width: 960px; 
	margin-bottom: 3px; 
}

#logo { 
	position: absolute; 
	left: 39px; 
	top: 49px; 
}

#logo a { 
	display: block; 
	width: 141px; 
	height: 59px; 
	background-image: url(../image/logo.gif); 
	background-repeat: no-repeat; 
}

/************************* TOP NAV */
#secondary-nav {
	position: absolute; 
	left: 490px;
	top: 0;
}

#secondary-nav a { 
	color: #FFF; 
	text-decoration: none; 
	padding: 0 5px; 
	font-size: 70%; 
	font-weight: bold; 
	padding-top: 10px; 
}

#secondary-nav a:hover,#secondary-nav a.selected {
	color: #003467;
} 

#secondary-nav .flex {
	text-align: center;
	padding-right: 28px;
	padding-top: 5px;
	height: 27px;
	width: 400px;
	padding-left: 28px;
	background-color: #67cd00;
}

#secondary-nav-flex-left { 
	left: 0;
	bottom: 0;
	position: absolute;
	width: 28px; 
	height: 32px; 
	background-image: url(../image/secondary-nav-left.gif); 
	background-repeat: no-repeat; 
}

#secondary-nav-flex-right { 
	bottom: 0;
	position: absolute;
	right: 0;
	width: 28px; 
	height: 32px; 
	background-image: url(../image/secondary-nav-right.gif); 
	background-repeat: no-repeat; 
}
#search-div
{
	position:absolute;
	display:none;
	margin-left:33px;
	margin-top:5px;
}
#search-div input { vertical-align:middle; }
#search-div input.text { height:15px; margin-right:5px; width:300px; font-size:75%; }
/************************* MAIN MENU */
#primary-nav { 
	position: absolute; 
	left: 210px; 
	top: 80px; 
	min-width: 750px; 
	font-size: 90%;
	width: 750px;
}

#primary-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#primary-nav ul li {
	display: inline;
}

#primary-nav ul li a {
	height: 44px;
	margin-right: 3px;
	margin-left: 3px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	float: left;
	color: #003367;
	font-weight: bold;
	text-decoration: none;
	background: url(../image/nav-bg.gif) repeat-x top;
}

#primary-nav ul li a.active {
	background: url(../image/nav-bg.gif) repeat-x bottom;
}

#primary-nav ul li a:hover {
	background: url(../image/nav-bg.gif) repeat-x bottom;
}

#primary-nav ul li ul {
	left: 0pt;
	position: absolute;
	top: 44px;
	display: none;
}

#primary-nav ul li ul li {
	background-color: red;
	height: 39px;
	float: left;
}

#primary-nav ul li:hover ul,
#primary-nav ul li a:hover ul {
	display: block; 
}

/************************* FOOTER */
/* cascade based on template */
#footer { 
	width: 920px; 
	background-image: url(../image/footer-border.jpg); 
	background-repeat: no-repeat; 
	margin-top: 50px;
	padding-left: 22px; 
	padding-top: 15px; 
	color: #859278; 
	font-size: 70%; 
	position: relative;
}
/* end cascade */

#footer a { 
	color: #859278; 
	text-decoration: none; 
	padding: 0 10px; 
}

#footer #eho {
	position: absolute;
	top: 7px;
	color: #859278;
	font-size: 100%;
	left: 80px;
}
