/*--------------- 	UNIVERSAL HEADER STYLES  ----------------*/
/*--------------- Contents:
** Header
** Quick links
** Main nav top bar no dropdown
--------------------*/

/* ---- to be used, in addition to fonts.css, with the universal header, _header_universal.cfm -----*/

/** {  margin:0; padding:0; }

body {font-size:11.5px; }*/

#header a img {  border:none; }	

#header a { border: none; color:#666; text-decoration: none; outline:none; }
/*#header a:visited { color:#666; }
#header a:hover { text-decoration: underline; }*/
	
ul { margin:0; }
ul li { list-style: none; }

fieldset { border:none; }

/* -------------- HEADER --------------*/
#header {  background-color:#fff; height:auto; position:relative; z-index:1; font-size:11.5px; }
#logo {  height:64px; width:430px; position:relative; top:15px; left:20px; }

	
/* -------------- QUICK LINKS --------------*/
/* links in the top right of the top white block */
#infoLinks{ position:absolute; top:10px; right:20px; text-align:right; color:#888; font: .9em/1.6em Verdana, Arial, Helvetica, sans-serif; }
#infoLinks a { margin-bottom: 0; color:#888; }

#searchbox{ border:1px solid #666; padding-left:5px; margin:0; height:17px; }
#searchsubmit{ vertical-align:bottom; margin:0 0 0 -4px; }	

/* -------------- MAIN NAV TOP BAR NO DROPDOWN--------------*/	

#navWrapper {  height:auto; width:100%; position:relative; top:0; z-index:460000; margin-top:35px;  }/*border-bottom:5px solid #4b5e75;}*/

#nav { height:27px; margin-left:0px; position:relative; z-index:5001;background-color:#f0eee1; padding-left:56px;  }
#nav li { float:left; font-size:1em; position:relative; height:27px; }
#nav li a { font:normal 13px/1em Verdana, "Lucida Grande", Helvetica, Arial, sans; text-transform:none; letter-spacing:.01em; color:#525048; display:block; margin:1px 0 0 0; padding: 6px 18px; }
/*#nav li+li a {border-left:1px solid #97938b;}*/
#nav li a:hover { text-decoration:none; color:#fff; background:#759EB4; }
#nav li:hover { background:#759EB4 url(/images_global/tips/darrowdown.gif) no-repeat 40px 35px;  }
#nav li:hover a { color:#fff;  }
#nav li:hover ul li a { color:#333; }
#nav li:hover ul, #nav li ul.currnav { display:block; }

#nav li ul { display:none; position:absolute; left:0; top:26px; border-top:10px solid #f0eee1; background:#fff url(/images_global/tips/visit_whatsnewarrow_down.gif) no-repeat 25px 0; width:190px; padding:5px 5px 5px 5px; margin:0; border-top:3px solid #7B634D; border-bottom:3px solid #7B634D; z-index:460001;}
#nav li ul li { float:none; height:auto; background:#fff; }
#nav li ul li+li { }
#nav li ul li:hover { height:auto; background:none; }
#nav li ul li a { font: 1.1em Verdana, Helvetica, Arial, sans; text-transform:none; letter-spacing:.03em; border:none; padding:5px 10px; margin:0; color:#333; background:#fff; }
#nav li ul li a:hover {  background-color:#759EB4; color:#fff; }

#nav li.current { background:#50809A;}
#nav li.current a { color:#fefefe; }	
#nav li.current ul li a { color:#333; }	
#nav li.current:hover ul { display:none; }
#nav li.current:hover,#nav li.current a:hover { background:#50809A;}
/* this is in applied section stylesheet  
#nav li.hist a, #nav li.teach a, #nav li.pubs a { color:#fefefe; }	
#nav li.hist, #nav li.teach, #nav li.pubs { background-color:#4b5e75;background:#62654D; background:#50809A;}
*/
/* --------------  SECTION NAVIGATION BAR --------------*/
 /* second bar of colored links */
#sectionNav { width:100%; height:28px; position:relative; background:#DED7BD; background:#a8957e; background:#50809A  url(/visit/images/sectionNav_gradient2.png) left top repeat-x; z-index:5000; }
	
#sectionLinks { height:28px; margin-left:230px; position:relative; }

#sectionLinks li {  float:left; }
#sectionLinks li a { color:#fff; display:block; padding:0 25px 0 25px; margin-top:0px;  font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans; font-size:14px; text-transform:none; letter-spacing:.02em;  line-height:28px;}
#sectionLinks li a#rsch { border-right:none; }/*border-right:1px solid #999;*/

#sectionLinks li a:hover { background:#759EB4;opacity:1; text-decoration:none; }
		
#sectionNav #sectionLinks li.current_section { border-bottom:none; background:#8E7D68; }/* background:transparent url(/images_global/section_current_bkgrnd_hist.gif) left top repeat-x;*/
	
#sectionNav #sectionLinks li.current_section a { border:none; color:#fff; }	
		
#sectionNav > #sectionLinks li.current_section a { background:#8e7d68 url(/visit/images/sectionNav_gradient2.png) left top repeat-x; } /*height:27px; background:transparent url(/images_global/section_arrow_hist.png) center bottom no-repeat; */


/* -------------- MISC ADDITIONS --------------*/
.cssDisabled { display:none !important; }
.clear { clear:both !important;  }

