/*****************************************************
Main NAV
******************************************************/
#navbar {
	clear:both;
	float:left;
	width:800px;
	/*font-family:"Helvetica Neue", Arial, Helvetica,sans-serif;
	font-size:11px;
	z-index:2;
	height:28px;*/
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}

#setleftmargin {
	margin-left:12px;
}

#mainnav {
	float: left;
	width: 773px;
	list-style: none;
	line-height: 1;
	background-color:#003;
	font-weight: bold;
	padding-top:2px;/*adds padding above each link in the main nav*/
	padding-bottom:2px;/*adds padding below each of the links in the main nav and makes the nav bar thicker*/
	border:0;
	font-family:"Helvetica Neue", Arial, Helvetica,sans-serif;
	font-size:11px;
}

#mainnav ul {
	list-style: none;
	line-height: 1;
	background-color:#003;
	font-weight: bold;
	margin:0;
	padding:0;
	font-family:"Helvetica Neue", Arial, Helvetica,sans-serif;
	font-size: 11px;
}

#mainnav a:link, #mainnav a:visited, #mainnav a:active { /*to edit the specific links in the main nav*/
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:11px;
	font-family:"Helvetica Neue", Arial, Helvetica,sans-serif;
	font-size: 11px;	
}


#mainnav li {
	float: left;
}

#mainnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 17.4em; /*actual width of the drop-down menu, but doesn't include with of the text*/
	w\idth: 16.9em;
	font-weight: bold;
	margin: 0;
	border-bottom:4px solid #cc9933;	
	z-index:5;/*to keep the drop-down menu in front of the other items*/	
}

#mainnav li ul.short { /*this is for the financial advisor drop-down so that it doesn't extend outside of the page boundary to the right*/
	position: absolute;
	left: -999em;
	height: auto;
	width: 11.3em; /*actual width of the drop-down menu, but doesn't include with of the text*/
	w\idth: 11.3em;
	font-weight: bold;
	margin: 0;
	border-bottom:4px solid #cc9933;	
	z-index:5;/*to keep the drop-down menu in front of the other items*/	
}

#mainnav li ul.short a {
	width: 10.3em;
	w\idth: 10.3em;	

}

#mainnav li ul.short li {
	padding-right: 1em;
	width: 10.3em

}

#mainnav li li {
	padding-right: 1em;
	width: 15.7em

}

#mainnav li ul a {
	width: 17.4em;
	w\idth: 16.9em;	

}


#mainnav li:hover ul, #mainnav li li:hover ul, #mainnav li li li:hover ul, #mainnav li.ffhover ul, #mainnav li li.ffhover ul, #mainnav li li li.ffhover ul {
	left: auto;
}

#mainnav li:hover, #mainnav li.ffhover {
	background: #305777;
}

#mainnav li:hover, #mainnav li.hover { position: static; }/*this makes the drop-down menu disappear in IE7, when you mouseout*/



/*****************************************************
end Main NAV
******************************************************/


/****************************************************
Topmost NAV navigation
*****************************************************/

#topright {
	float:left;
	width:480px;
	height:70px;
}

#topnav {
	height:35px;
	list-style: none;
	background:#ffffff;
	font-weight: normal;
	padding-bottom:0px;
	padding-right:0px;
	margin:0px;
}

#topnav ul {
	float: right;
	list-style: none;
	line-height: 1;
	background: #ffffff;
	font-weight: normal;
	padding:0;
	border: solid #e5e5e5;
	border-width: 2px 0;
	margin:0;	
}

#topnav li.login {
	vertical-align:bottom;
}
#topnav li a {
	display: block;
	color: #666;
	text-decoration: none;
	padding-left:7px;
	padding-top:15px;
	padding-bottom:5px;
	padding-right:0px;
	margin:0;
	font-family:"Helvetica Neue", Arial, Helvetica,sans-serif;
	font-size: 11px; 
	text-align: left; 	
}

#topnav li a:hover {
	color:#cc9933;
}

#topnav li ul li a {
	display: block;
	color: #666;
	text-decoration: none;
	padding-top:6px;
	padding-bottom:6px;
	margin:0;
	font-family:"Helvetica Neue", Arial, Helvetica,sans-serif;
	font-size: 11px; 
	text-align: left; 	
}

#topnav li {
	float: right;
	padding-left:15px;
	padding-right:0px; /*adds padding to the upper nav to the right*/
}

#topnav li ul {
	position:absolute;
	left: -999em;
	height: auto;
	width: 9em;
	w\idth: 9em;
	font-weight: normal;
	border-width: 0.1em;
	margin: 0;
	padding:0;
}

#topnav li ul li {
	padding:0px;
	margin:0px;
}

#topnav li li {
	padding-right:0px;
	padding-left:0px;
	width: 9em /*width of the hover band*/
}

#topnav li ul a {/*width of the links in the drop-down menu*/
	width: 9em;
	w\idth: 9em;
	
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.ffHover ul ul, #topnav li.ffHover ul ul ul {
	left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.ffHover ul, #topnav li li.ffHover ul, #topnav li li li.ffHover ul {
	left: auto;
}

#topnav li.ffHover {
	background: #ffffff;
}
 
#topnav li ul li.ffHover {
	background: #ffffff;
}
  
#topnav li:hover, #topnav li.hover { position: static; }/*this makes the drop-down menu disappear in IE7, when you mouseout*/
 
#header {
	height:70px;
	width:800px;
	background-color:#FFFFFF;
	text-align:right;
}

#header .logo {
	float:left;
	width:301px;
	height:70px;
}

/*for Google Site Search*/
#top_search{ 
	float:right;
	width:250px;
	padding-top:6px;
}

.search_input {
	height:12px;
	color:#666;
	font-size:9px;
	width:120px;
}

.searchbutton{
	color:#ffffff;
	font-family:"Helvetica Neue", Arial, Helvetica,sans-serif;
	font-size:10px;
	line-height:12px;	
	font-weight:bold;
	background-color:#999999;
	border:1px solid #666666;
	padding:0px;
	margin:0;
}


.searchbutton2 {
	color:#ffffff;
	font-family:"Helvetica Neue", Arial, Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:13px;	
	background-color:#999999;
	border:0px;
	padding:1px;
}
/*End Google Site Search*/
/****************************************************
 end Topmost NAV navigation
*****************************************************/