/* -------------------------------------------------------
nav.css
last modified:  01/03/2010 by AGB
last validated: 01/03/2010 by AGB
------------------------------------------------------- */


/* ----------------------------------------------------
Header
------------------------------------------------------- */
#header {
	height: 150px; 
	margin: 0px;
	padding: 0px;
	width: 100%;
	} html>body #header { height: 150px } 

#header2 {
	float:left; 
	height: 150px;
	width: 150px;
	} 

#header3 {
	float: right;  
	height: 150px; 
	text-align: left;
	width: 789px;
	} 
#header3title {
	font-family: Verdana;
	font-size: 200%;	
	text-align: left;
	float: left;
	margin: 45px 10px 10px 15px;
/*	width: 48%; */
	}
	
#header3tagline {
	font-family:Verdana;
	font-size: 75%;
	text-align: left;
/*	float: left;	*/
	margin: 5px 10px 10px 0px;
		}

#header3message {
	float: right;
	vertical-align: bottom;
	text-align: left;
	margin: 5px 10px 0em 5px;
	font-weight: normal;
	font-size: 90%;
	color: #FFFFFF;
	}

#welcomemessage 
{
	font-weight:bold;
	float:left;
	padding-right: 20px;
	margin-top: 16px
} html>body #welcomemessage { margin-top: 19px } 

#helpheader3 {
	float: left; 
	height: 100%; 
	text-align: left;
	width: 474px;
	} html>body #helpheader3 { width: 474px } 
#helpheader3title {
	font-family: Verdana;
	font-size: 115%;	
	text-align: left;
	float: left;
	margin: 15px 10px 10px 5px;
	}
	
#helpheader3tagline {
	font-family:Verdana;
	font-size: 90%;
	text-align: left;
	float: left;	
	margin: 2px 10px 5px 0px;
		}	

#logo {
  	display: block;
	height:33px;
	width:221px;
	vertical-align:bottom;
	text-decoration: none;
	}

#logo img { 
	visibility: hidden;
	}
	
#search {
	position: relative; 
	right: -7.8em;
	margin-top: .65em; 
	margin-left: 2em;
	border-left: 1px solid;
	border-top: 1px solid;
	border-right: 1px solid;
	width: 25em; 
	height: 3.75em;  
	}

#search #searchinput {
	position: relative;
	padding-top: .5em;
	padding-left: .5em;
	float: left;
	width: 2%;
	}

#search #searchsubmit {
	position: relative;
	padding-top: .7em;

	background: url(../images/buttonBG.gif) top repeat-x;
	margin: 0px;
	color: #454545;
  	text-transform: lowercase;
	}

#search #searchselection {
	position: relative;
	padding-left: .5em;
	padding-bottom: .5em;	
	clear:both;
	float: left;
	}

#search #searchoptions {
	position: relative;
	padding-left: .5em;
	padding-bottom: .5em;	
	float:left;
	white-space: nowrap;
	}

/* ----------------------------------------------------
Main Nav
------------------------------------------------------- */

.menunavbar {
	float:left;
	width:100%;
	font-size: 90%;
	line-height:normal;
	font-weight: normal;
	height: 24px;
	}

.menunavbar .menuselected a {
	font-weight: bold;
	}

.menunavbar ul {
	margin:0;
	padding: 0px 0px 0 0px;
	list-style:none;
	displan: inline;
	}

.menunavbar li {
	display:inline;
	margin:0;
	text-transform: uppercase; 
	text-weight: bold;
	}

.menunavbar a {
	float:left;
	text-decoration: none;
	padding: 2px 20px;
	border-right:1px solid #FFFFFF;
	}

.menunavbar a span {
	float: left;
	display: block;
	padding: 2px 20px 0;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menunavbar a span {float:none;}
/* End IE5-Mac hack */


/* ----------------------------------------------------
SubMenu Nav
------------------------------------------------------- */
.submenunavbar {
	float:left;
	width:100%;
	font-size: 90%;
	line-height:normal;
	font-weight: normal;
	height: 24px;
	}

.submenunavbar ul {
	margin:0;
	padding: 0px 10px 0 0px;
	list-style:none;
	}

.submenunavbar li {
	display:inline;
	margin:0;
	padding:0;
	}

.submenunavbar a {
	float:left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	}

.submenunavbar a span {
	float: left;
	display: block;
	padding: 5px 15px 6px 9px;
	}

.submenunavbar .menuselected a {
	font-weight: bold;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.submenunavbar a span {float:none;}
/* End IE5-Mac hack */

/* ----------------------------------------------------
SidebarMenu
------------------------------------------------------- */

.sidebarmenu {
	font-size : 10px;
	}

.sidebarmenu .title {
	background-color: #C9DD03;
	}

.sidebarmenu .title span {
	color: #FFFFFF;
	font-weight: bold;	
	padding: 0px 10px 0px 10px;	
	}

.sidebarmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

.sidebarmenu li {
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
	list-style: none;
	list-style-image: none;
	}

.sidebarmenu li a {
	display: block;
	padding: 0px 5px 0px 5px;
	border-left: 5px solid #EDEDED;
	border-right: 5px solid #EDEDED;
	background-color: #EDEDED;
	color: #000000;
	text-decoration: none;
	} html>body #button li a { /* width: auto; */ }

.sidebarmenu li a:hover {
	border-left: 5px solid #C9DD03;
	border-right: 5px solid #C9DD03;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	}

.sidebarmenu li #active {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	}  

.sidebarmenu .description
{
	display: none;	
	visibility: hidden;
}

/* ----------------------------------------------------
Content Tabs
------------------------------------------------------- */

.contenttabs {
	width: 100%;
	}

.contenttabs ul {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

.contenttabs li 
{
	display:inline; 
	margin:0;
	padding:0;
}

.contenttabs a 
{
	float:left;
	margin: 0 8px 0 0px;
	padding: 0px 0px 0px 10px; 
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

.contenttabs a span {
	float: left;
	display: block;
	padding: 4px 18px 5px 5px;
	font-size: 1em; 
	vertical-align: middle; 
	width: auto; 
	font-weight: bold;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.contenttabs a span {float:none;}
/* End IE5-Mac hack */


/* ----------------------------------------------------
Utility Nav
------------------------------------------------------- */

#logonutilitynav {
	position: relative;
	float: right;
	font-size: 90%; 
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 24px;
	display: block;
	} 

#logonutilitynav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#logonutilitynav li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#utilitynav {
	position: relative;
	float: right;
	font-size: 90%; 
	padding: 0;
/*	padding: 3px 10px 3px; */
/*	width: auto; */		
	width: 100%;
	display: block;
	} html>body #utilitynav { width: 100%; }

#utilitynav ul {
	float: right;
	margin: 0;
	padding: 3px 10px 3px;
	list-style: none;
	}
	
#utilitynav li {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#utilitynav p {
	float: left;
	padding-left: 15px;
	margin-top: 3px;
	margin-bottom: 3px;  
	} html>body #utilitynav p { margin: 0; }
	
#utilitynav strong {
	font-weight: normal;
	}

/* ----------------------------------------------------
Sub Nav
------------------------------------------------------- */

#subnav {
	padding-top: 10px;
	margin: 0 -9px;
	}
	
#sidebar #subnav ul {
	list-style: none;
	padding: 0 0 10px; /* accommodates background image */
	margin: 0;
	float: left;
	width: 183px;
	text-transform: none;
	} html>body #sidebar #subnav ul { float: none; } 

#subnav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
	float: left;
	text-align: right;
	} html>body #subnav li { float: none; }
	
.core #subnav li {
	text-align: left;
	}

#subnav li a {
	display: block;
	padding: 4px 11px 4px 24px;
	border-top: 1px solid;
	text-decoration: none;
	font-weight: normal;
	width: 183px;
	voice-family: "\"}\""; voice-family: inherit;
  	width: 148px;
	} html>body #subnav li a { width: 148px; }
  	
.core #subnav li a {
	padding: 4px 24px 4px 11px;
	}
	
#subnav li a:hover {
	border: solid;
	border-width: 0 4px;
	padding: 5px 7px 4px 20px; /* offsets the absence of a top border and absence of side borders */
	}
	
.core #subnav li a:hover {
	padding: 5px 20px 4px 7px;
	}
	
#subnav li strong {
	border: none;
	padding: 5px 11px 4px 24px;  /* offsets the absence of a top border and absence of side borders */
	font-weight: bold;
	display: block;
	width: 183px;
	voice-family: "\"}\""; voice-family: inherit;
  	width: 148px;
  	} html>body #subnav li strong { width: 148px; }
  	
.core #subnav li strong {
	padding: 5px 24px 4px 11px;
	}
	
#wrap #subnav .rss a {
	background-image: url(/css/img/rss.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	}
	
#wrap #subnav .rss a:hover {
	background-position: 6px 7px;
	}


/* ----------------------------------------------------
Footer
------------------------------------------------------- */

#footer {
	position: relative;
	clear: both;
	text-align: center;
	}
	
	/* fix float escaping bug in IE/Win, hide from IE Mac \*/
	/* html #footer { height: 1%; }*/
	/* end hide */
	
#footer p, #footer ul {
	margin: 0;
	}
	
#siteinfo ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: lowercase; 
	}
	
#siteinfo li {
	position: relative;
	display: inline;
	font-size: 85%;
/*	font-weight: bold; */
	}
	
#footerrss {
	padding-left: 28px;
	background: transparent url(../images/rss.gif) no-repeat 0 50%;
	}

#footermenu {
	padding: 2px 0px;
	}	

#copyrightinfo {
	text-align: center;
	padding: 6px 0px;
	font-size: 85%;
	}