/* 
   Set your brand, set your tabs, customize your nav if desired. 
   Defaults to Stanford Medicine, with tabs. 
*/

/* School of Medicine 
@import url(/Templates/som.css);
*/

/* Stanford Hospitals and Clinics*/
@import url(/Templates/shc.css);


/* Set width of tabs (or choose tabless). Default is 125px, six tabs. Use the pre-set styles below, or use formula w=750/n where w=width, n=number of tabs.  */
/*
@import url(/Templates/10tabs.css);
@import url(/Templates/9tabs.css);
@import url(/Templates/8tabs.css);
@import url(/Templates/7tabs.css);
@import url(/Templates/6tabs.css);*/
@import url(/Templates/5tabs.css);
/*@import url(/Templates/4tabs.css);
@import url(/Templates/3tabs.css);
@import url(/Templates/2tabs.css);
@import url(/Templates/tabless.css);
*/

/* What's visible in Search area? Optional. Usually set in som.css or shc.css.
#search #searchControls {
  display: block;
}
#search #searchLinks {
  display: none;
}
#search #searchLinksLong {
  display: none;
}
*/

/* Position the last nav item, so it doesn't exit the page width. Optional. Usually set already in [n]tabs.css. */
/*
#nav ul#navList li.x_lastChild ul {
  left: -51px;
}
*/

/* Reposition any arbitrary navList item, for instance, so they appear to the left. */
#arbitraryNavListName {
  left: -175px !important;
}

/* make a menu narrower or wider 
ul#arbitraryNavMenu {
  width: 136px !important;
}
ul#arbitraryNavMenu li a {
  width: 130px !important;
}
*/

/* Uncomment to remove vertical bar separating brand from brandedSiteName. Optional. Used (rarely) in sites with no brandedSiteName.
#brand {
	background: url(/Templates/images/bg_brand_blank.gif) top left no-repeat;	
}
*/

#brandedSiteName {
	left: 189px;
}

#brand.x_logo {
	background: url(/Templates/healthlibrary/bg_brand_noline.gif) top left no-repeat;
}

#brand.x_logo a {
	width: 158px;
	overflow: visible;
}

#brand.x_logo a:hover {
	background-position: 8px 1px;
}

/* Customize tab widths. Optional. 
#nav ul#navList li#tab01 { width: 75px;}
#nav ul#navList li#tab02 { width: 75px;}
#nav ul#navList li#tab03 { width: 75px;}
#nav ul#navList li#tab04 { width: 75px;}
#nav ul#navList li#tab05 { width: 75px;}
#nav ul#navList li#tab06 { width: 75px;}
#nav ul#navList li#tab07 { width: 75px;}
#nav ul#navList li#tab08 { width: 75px;}
#nav ul#navList li#tab09 { width: 75px;}
#nav ul#navList li#tab10 { width: 75px;}
*/

/* if you customize your tab widths, such that your last tab is wider than normal, you may need to prevent shifting the last menu to the left.
#nav ul#navList li.x_lastChild ul {
  left: 0px;
}
*/

#localFooter ul {
	border-top:none;
}


#localFooter p {
	text-align: left;
	background-color:#FFFFFF;
	margin: 0px 10px 0px 10px;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #c1c1c1;
	color:#666666;
}

/*#localFooter div {
	text-align: left;
	background-color:#FFFFFF;
	background-image:url(bg-white.gif);
	margin: 0px 10px 0px 10px;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #c1c1c1;
	color:#666666;}*/
	
#localFooter {height:71px;}

html>body #localFooter {height:75px;}

/* ie6 tweak for this site */
#nav ul#navList li.x_selected ul#tweaker {
	_margin-left: 0px;

}

#searchExtras {
  display: none;
}
