/* CSS Document */


/* Main top nav bar */

.button-primaryblue {background: repeat scroll 0 0 #071e4a; border: 1px solid #dddddd; border-radius: 10px; color: #ffffff; padding: 3px 15px;}
.button-primaryblue a, .button-primaryblue a:hover{
    color: #ffffff !important; }
	
.masthead { 
	 position: relative;
	 width: 800px;
	 margin: 0 auto;
	 text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
} 


.mastheadbar { 
	 background: #003397 url(../images/topbarbkg.gif) repeat-x;
	 width: 100%;
	 height: 27px;
	 margin: 8px 0 1px 0;
	 overflow:hidden;
}   


.mastheaditem { 
position: relative;
clear: both;
margin:0 auto;
padding:0;
float:left;
 
	}

.mastheadbar form
{
position: relative;
clear: both;
margin:0 auto;
padding:0;
float:right;
}
.search
{
	float:left;
	width:55px;
	height:27px;
	
}

.searchform
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	height: 12px;
	width: 110px;
	margin: 4px 10px 0 0;
	float:left;
}

div#universityblock
{
	background-image: url(../images/topbarbkg.gif);
	background-repeat: repeat-x;
	background-color: #012e5c;
	height: 27px;
	overflow: hidden;
	vertical-align: middle;
	display: block;
	padding: 0;
	text-align: left;
	width: 800px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

div#universityblock form
{
	display: block;
	margin: 0;
	vertical-align: middle;
}
div#search
{
	padding-top: 4px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	
}
div#universityblock form input
{
	border-width: 1px;
	height: 12px;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	display: inline;
}
.mouseovertext {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #003397;
	padding: 2px;
	line-height: 12px;
	display: block;
	height: 10px;
	width: 800px;
	text-align: left;
}
#banner {
	position: relative;
	display: block;
	border-bottom: 1px #b0b1ba solid;
	height: 76px;
	width: 800px;
	z-index:33; 
	padding-bottom:10px;
	margin-bottom: 10px;
	text-align:left;
}
.banner1 {
	float:left;
}
#datebox {
	width:324px;
	height:76px;
	background-image: url(../images/maintitle3-lv2.jpg);
	background-repeat: no-repeat;
	display: inline;
	float:right;
}
.date1 {
	color: #003397;
	font-size:12px;
}
#UD {
	position:absolute;
	left:525px;
	top:5px;
	width:170px;
	height:10px;
	z-index:27;
	visibility: hidden;
}
#udhome {
	position:absolute;
	left:15px;
	top:5px;
	width:170px;
	height:28px;
	z-index:29;
	visibility: hidden;
}
#news {
	position:absolute;
	left:555px;
	top:5px;
	width:230px;
	height:10px;
	z-index:30;
	visibility: hidden;
	display: inline;
}
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 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-type: none;
	font-size: 12px;
	cursor: default;
	width: auto;
	line-height:22px;
}
/* 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: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	background-color: #FF9900;
	line-height:14px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 98%;
	z-index: 1020;
	cursor: default;
	width: 155px;
	position: absolute;
	left: -1000em;
}
/* 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: 155px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 98%;
}
/* 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
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #D4A748;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #FFF0B9;
	padding: 2px 5px 8px 5px;
	color: #000;
	text-decoration: none;
	font-weight:normal;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover
{
	background-color: #EFCC6D;
	color: #fff;
	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: #EFCC6D;
	color: #000;
	text-decoration:none;
	font-weight:normal;
}

/*******************************************************************************

 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 far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background:#FFF0B9 url(../SpryAssets/SpryMenuBarRight.gif) repeat-x top left;
	color: #000;
	text-decoration:none;
}

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/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 far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color:#EFCC6D;
}
/* 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 left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	
}
/*Daves CSS/
/* style the links for the top level home*/
ul.MenuBarHorizontal a.homebutton { width:auto; text-decoration:none; color:#fff; font-weight:bold; background:#EBC052 url(../images/menubar-hm3.gif) repeat-x top left; padding:6px 10px 6px 5px;}

ul.MenuBarHorizontal a.mainbutton { width:auto;text-decoration:none; color:#fff; font-weight:bold; background:#EBC052 url(../images/menubar-bk2.gif) repeat-x top left; padding:6px 15px 6px 5px;}

ul.MenuBarHorizontal li ul a:visited{
	text-decoration:none;
	color:#8F5A02;
	font-weight:normal;
}


.endcaps {padding:0; margin:0; float:left; }

.newmenu {padding-top:20px; margin-bottom:30px; width:550px; height:50px;}

.submenu
{
	color: #000;
	
}
 .submenu a:visited {	
	color: #000;
	text-decoration: none;	
	font-weight: bold;
	}
 

/*******************************************************************************

 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: 1010;
}
/* 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;
	}

.crumb {
    font-size:12px;
	}


#breadcrumb {
    font-size:12px;
	}	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}