
/*BEGIN HEADER CSS */
/*this is div sets all the margins to zero */
*{
	margin:0px}
	
img{
	border: 0px;
}
/*this class is for clearing floats. Helps with IE 5 issues with floating divs */
.clearfloats{
clear: both;
display: block;
height: 0pt;
width: 0px;
}

/*this is div contains all hidden navigation links in the head */

#hide0 { 
	position: absolute;
	left: -1000px; 
	width: 20px;}
	
/*this is div contains all hidden navigation links in the head */

#hide1 { 
	position: absolute;
	left: -1000px; 
	width: 20px;
}

/*this is div contains all hidden navigation links in the head */
#hide2 { 
    position: absolute;
    left: -1000px; 
    width: 20px; }
    
/*this is div contains all hidden navigation links in the head */
#hide3 { 
	position: absolute; 
	left: -1000px; 
	width: 20px;

}
/*this is div contains all hidden navigation links in the head */
#hide4 { 
	position: absolute; 
	left: -1000px; 
	width: 20px;
}

/*this is div contains all hidden navigation links in the head */
#hide5 { 
	position: absolute;
	left: -1000px; 
	width: 20px;
}
/*this is div contains all hidden navigation links in the body */

#hide6 { 
	position: absolute;
	left: -1000px; 
	width: 20px;
}
/*this is div contains all hidden navigation links in the body */

#hide7 { 
	position: absolute;
	left: -1000px; 
	width: 20px;
}
/*this is div contains all hidden navigation links in the body */

#hide8 { 
	position: absolute;
	left: -1000px; 
	width: 20px;

}

/*this is div wraps the entire head above the dropdowns */
#headwrapper { 
	width: 780px;
	height:60px;
	left: 0px; 
	top: 0px; 
	background-color: #000;
}
	
/*this div wraps the logo and the titlehead divs */
#titlelogowrapper{ 
	width: 500px; 
	height: 52px;
	position: relative; 
	float: left; 
	padding-top: 4px;
	padding-bottom: 4px;
	
}
/*this div wraps the logo */
#logo { 
	width: 155px; 
	height: 52px;
	position: relative; 
	float: left; 
	border-right: 1px solid #888;
	background-color: #000;
	
}
/*this div wraps the title*/
#titlehead { 
	position: relative; 
	float: right;
	height: 52px;
	width: 330px;
	border-right: 1px solid #888;
}

/*this div contains the title text*/
#titlehead h2 {
	position: relative;
	font-size: 15px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;;
	font-weight: bold;
	color: #ffffff; 
	text-align: left;
	padding-top: 12px;
}

/*this div holds the yellow links on the upper right including the #leftlinks, #rightlinks, and #search divs */
#headlinkswrapper{
	position: relative;
	float: right;
	width: 270px;
	font-size:  10px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #eac803;
	padding-top: 4px;
	background-color: #000;
}
#headlinkswrapper a, #headlinkswrapper a:link, #headlinkswrapper a:visited, #headlinkswrapper a:visited{ 
	font-size:  10px; 
	font-weight: bold;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #eac803; 
	text-decoration: none; 
	margin: 0px; 
	list-style-type: none; 
}

#headlinkswrapper a:hover{ 
	font-size:  10px; 
	font-family:  Verdana, Arial, Helvetica, sans-serif;; 
	font-weight: bold;
	color: #fff; 
	text-decoration: none; 
	margin: 0; 
	list-style-type: none; 
}

/*this div holds the links for Schedule and Catalog,  Library */
#leftlinks{
	position: relative;
	float: left;
	width: 120px;
}

/*this div holds the links for  Campus Directories, Colleges/Departments */
#rightlinks{
	position: relative;
	float: right;
	width: 140px;
}

/*this div holds search elements */
#search{
	font-weight:bold;
    width: 230px;
	height: 25px;
	padding-left: 8px;
	float: left;
	clear: both;	
	margin-top: 8px;
/*IE 6 fix for bottom spacing*/
	margin-bottom: -11px;
}

/*this div holds the dropdown menus */
#dropdownwrapper { 
	width: 780px; 
	background-color: #000000; 
	float: left; 
	border-top: 1px solid #888;
	font-size: 9px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	}

/*END HEADER CSS */

