/* WIU Header
=========================================================== */

#header {
 	width: 701px;
	margin: auto;
	padding: 0px;
	font: .9em "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	background: none;
	}
#header a {
	text-decoration: none;
	border-width: 0px;
	} 
#topheader {
	margin: 0px;
	padding: 0px;
	height: 40px;
	}
/* ---- Drop down menu in tool bar - colors CAN be overwritten with color or dept CSS ---- */

	div#toolNav {
		float:left;
		margin: 0px;
		padding: 10px 0px 0px 10px;
		font-size: 0.8em;
		}
	div#toolNav ul {
		margin: 0px;
		padding: 0px;
		}
	div#toolNav li {
		list-style: none;
		margin: 0px;
		padding: 0px;
		}
/* List popup */
		div#toolNav ul li ul {
			position: absolute;
			visibility: hidden;
			margin: -17px 0px 0px 50px;
			padding: 0px 0px 0px 0px;
			}
		div#toolNav ul li ul li a {
			width: 100px;
			display: block;
			margin: 0px;
			text-decoration: none;
			padding: 2px 5px 2px 5px;
			}



			
/* ---- UNIVERSITY-WIDE SEARCH TOOLS  ---- */

#header #topheader #searchTools form {
	margin: 0px;
	padding: 0px;
	}
#header #topheader #searchTools fieldset {
	text-align: right;
	border: none;
	margin: 0px !important;
	padding: 7px 10px 0px 0px;
	}
#header #topheader #searchTools a:hover {
	font-size: 0.8em;
	text-decoration: none;
	}
#header #topheader #searchTools a {
	padding: 0px 10px 0px 10px;
	font-size: 0.8em;
	text-decoration: none;
	}
#header #topheader #searchTools label {
	position:absolute;
	left:0px;
	top:-5000px;
	width:1px;
	height:1px;
	overflow:hidden;
	}
#header #topheader #searchTools input {
	font: 1em "Courier New", Courier, monospace;
	width: 6em;
	} 
#header #topheader #searchTools .button {
	font: 70% Arial, Verdana, Geneva, sans-serif;
	font-weight: bold;
	width: 50px;
	height: 20px;
	}
.searchlink{
	border-right: 1px solid #000000;
	}

	
/* ---- Branding ID ---- */
#header #wiuTitle {
	clear: both;
	background: url(http://www.wiu.edu/graphics/banner2.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	height: 67px;
	overflow: hidden;
	}	
#header #wiuTitle img {
	padding: 5px 0px 0px 18px;
	margin: 0px;
	}
#header #wiuTitle a {
	text-decoration: none;
	}
#header #deptTitle {
	font-size: 1.5em;
	padding: 1em 0.5em 0em 0em;
	float: right;
	}


/* ---- WIU Sitewide Navigation - COLORS CANNOT BE CHANGED (part of WIU branding) ----- */
div#wiuNav {
	width: 700px;
	margin: auto;
	clear:both;
	height: 17px;
	overflow: hidden;
	}	

div#wiuNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	min-width: 100%;
	width: 100%;
	background: none;
	float: left;
	font-size: 90%;
	}
div#wiuNav ul li {
	float: left;
	}
div#wiuNav ul a {
	border-right: 2px solid #9774b9;
	margin: 0px;
	padding: 0em .8em .2em .8em;
	}
div#wiuNav a:link, div#wiuNav a:visited {
	color: #FFFFFF;
	}
div#wiuNav a:hover, div#wiuNav a:active {
	background: #9774b9 url(http://www.wiu.edu/graphics/title-lav.jpg) repeat-x;
	color: #FFFFFF;
	text-decoration: underline;
	}
div#wiuNav .firstNav a {
	padding-left: 1em;
	} 
div#wiuNav .lastNav a {
	border-style: none;
	}

