/* PLEASE DON'T CHANGE THE CODE BELOW - USED FOR HEADER AND FOOTER LAYOUTS */

/* PSEUDO LAYOUT CLASSES START HERE */

#content {
	margin-left: 5px;
	margin-top: 5px;
	padding-top: 5px;
	max-width: 1400px; 
	width:auto;
}

#header {
	border: 0px;
}

/* THIS PREVENTS HOVER EFFECT ON HEADER IMAGES */
#header a:hover {
	background: none;
}

/* Holly Hack */
/* Hides from IE-Mac \*/
* html .mu_links {
height: 1%;
}

/* #header, #temp_header, */ 


#accessibility, accessibility a {
	position:absolute; 
    display: none;
	top:0px; 
    left:-999px; 
    width:990px;
	z-index:0; 
	visibility: hidden;
	border:0px;
}

#temp_header {
	position:absolute; 
	width:100%;
	border:0px;
	padding:0px;
	float: left;
	height:60px;
	left: 0px;
	top: 0px;
	background-image: url(http://www.marshall.edu/www/images/temp_titlebg.gif);
	background-color:transparent;
	background-repeat: no-repeat;
}

#temp_header td {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:10px;
}

#temp_header a.header:link    {color:#FFF; font-weight:normal; text-decoration:none;}
#temp_header a.header:visited {color:#FFF; font-weight:normal; text-decoration:none;}
#temp_header a.header:hover   {color:#FFF; font-weight:bold; text-decoration:none;}
#temp_header a.header:active  {color:#FFF; font-weight:bold; text-decoration:none;}


#mu_links {
	position:absolute; 
	width:100%;
	background:#CCC;
	height:20px; 
	left: 0px;
	top: 60px; 
	border-top-color: #999;
	border-top-style:solid;
	border-width: 5px 0 1px 0;
	border-bottom-color: #999;
	border-bottom-style:solid;
}

#mu_links a {
	position:absolute; 
	color:#08481D;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:10px;
	font-weight: bold;
	float: left;
	text-align:left;
	padding: 3px 0 0 20px;
}

#mu_links img {
	float: right;
	margin: 0 10px 0 0;
	padding: 0px 0px 0px 0px;
	top: 60px;
	clear: right;
}

#mu_links a:visited {color:#08481D; font-weight:bold; text-decoration:none; background-color:transparent}
#mu_links a:hover   {color:#08481D; font-weight:bold; text-decoration:underline; background-color:transparent}
#mu_links a:active  {color:#08481D; font-weight:bold; text-decoration:underline; background-color:transparent}


#liblogo {
	margin: 88px 0 6px 0;
/*	DO NOT USE! - CAUSES SERIOUS PROBLEMS IN IE 6 
	padding: 0 0 0 0; width: 99%; color: #FFF; float: left; text-align: left;
*/
}

#liblogo img {
	padding: 0 0 0 0;
	margin: 0 0 0 19px;
}

#liblogo .navbar {
	margin: -36px 0 0 0;
	padding: 0 0 10px 0;
	list-style: none;
	}
	
#liblogo .navbar #MenuBar1 {
	position:absolute;
	right: 1.2em;
	border: 1px solid #9C9;
	list-style: none;
	background-color: #FFF;
	color: #18481D;
	font-weight: normal;
	font-size: 85%;
}

#liblogo li a:link {color: #18481D; }
#liblogo li a:visited { color: #18481D; background-color: #DEEFDE;  }
#liblogo li a:hover { color: #FFF; background-color: #18481D; }

#mufooter {
	clear: both;
/*	background-color:#CCC;
	border-top-color: #999;
	border-top-style: solid;
	border-width: 2px 0 0 0;
*/	text-align: center;
	width: auto;
	margin: 10px 0 0 0;
}

#mufooter p {
	font: normal 10px verdana, helvetica, arial, sans-serif; padding: 1px 0 1px 0; margin: 1px 0 1px 0;
}

#mufooter a {
	color:#08481D;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:10px;
	font-weight: bold;
}
#mufooter a:visited {color:#08481D; font-weight:bold; text-decoration:none; background-color:transparent}
#mufooter a:hover   {color:#08481D; font-weight:bold; text-decoration:underline; background-color:transparent}
#mufooter a:active  {color:#08481D; font-weight:bold; text-decoration:underline; background-color:transparent}

#libgooglebox {
	padding: 6px 6px 6px 6px;
	margin: 5px auto 10px auto;
	border: 2px solid #999;
	width: 500px;
	height:auto;
	text-align:center;
	font-weight: bold;
	color:#08481D;
	background: #CCC; 
}

#libgooglebox form {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: auto;
}

/* SPRY HORIZONTAL MENUBAR - THANK YOU ADOBE */

@charset "UTF-8";

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style: none;
	font: 85%;
	cursor: default;
	width: auto;

}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 9.2em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-100em) */
ul.MenuBarHorizontal ul
{
	margin: 0 0 0 -1px;
	padding: 0 0 0 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1620;
	cursor: default;
	width: 9.9em;
	position: absolute;
	left: -1000em;
	text-decoration:none;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
/*	width: 8.2em;*/
	width: 9.9em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
/*	margin: -5% 0 0 95%;
	margin: -8% 0 0 95%;
*/
	margin: 3% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	position: aboslute;
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #9C9;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #DEEFDE;
/*	padding: 0.5em 0.79em; */
	color: #18481D;
	text-decoration: none;
	padding: 4px 1px 4px 3px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #18481D;
	color: #DEEFDE;
	text-decoration:none;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #DEEFDE;
	color: #18481D;
	text-decoration: none;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the right (75%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(http://www.marshall.edu/library/images/spry/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 75% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far right (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(http://www.marshall.edu/library/images/spry/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the right (75%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(http://www.marshall.edu/library/images/spry/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 75% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far right (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(http://www.marshall.edu/library/images/spry/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1610;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

