body {
	margin: 0;
	padding: 0;
}

#header {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
	background-color: #444;
	height: 65px;
	position: relative; /* FIX FOR THE WORLD'S WORST BROWSER, IE */
	z-index: 51;
	font-size: 13px;
	overflow: visible;
}

a#skipnav {
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #FFF;
	border: none;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: 5px;
	left: 5px;
	color: #F60;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

a#skipnav:active, a#skipnav:focus {
	overflow: visible;
	width: auto;
	height: auto;
	border: 2px solid #F60;
	padding: 5px;
}

#headercontainer {
	width: 940px;
	margin: auto;
	height: 65px;
	position: relative;
}

#header h1 {
	margin: 0;
	padding: 0;
	height: 50px;
	width: 150px;
	background: transparent url(http://www.isu.edu/templates/v1/images/wordmark-white.png) no-repeat top left;
	position: absolute;
	top: 10px;
	left: 10px;
}

#header h1 a {
	margin: 0;
	padding: 0;
	height: 50px;
	width: 150px;
	display: block;
	text-indent: -9999em;
}

div.spacer {
	background-color: #F60;
	color: #F60;
	height: 8px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-right: none;
	border-left: none;
	margin: 0;
	padding: 0;
}

#headermenu {
	width: 480px;
	margin: 0;
	padding: 0;
	color: #FFF;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
}

#headermenu a {
	color: #FFF;
	text-decoration: none;
}

#headermenu a:hover {
	text-decoration: underline;
}

#headermenu dt {
	width: 120px;
	height: 40px;
	margin: 0;
	padding: 0;
	float: left;
}

#headermenu dt a {
	background: transparent url(http://www.isu.edu/templates/v1/images/menu.png) no-repeat top left;
	display: block;
	width: 100px;
	height: 20px;
	margin: 0;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

#headermenu dt a:hover {
	text-decoration: none;
}

#headermenu dt#bwdt a {
	background-position: 0 0;
}

#headermenu dt#bwdt a:hover {
	background-position: 0 -40px;
}

#headermenu dt#qldt a {
	background-position: -120px 0;
}

#headermenu dt#qldt a:hover {
	background-position: -120px -40px;
}

#headermenu dt#indexdt a {
	background-position: -240px 0;
}

#headermenu dt#indexdt a:hover {
	background-position: -240px -40px;
}

#headermenu dt#searchdt a {
	background-position: -360px 0;
}

#headermenu dt#searchdt a:hover {
	background-position: -360px -40px;
}

#headermenu dd {
	width: 480px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 41px;
	left: 0;
	display: none;
	z-index: 99;
}

#headermenu dd div {
	background-color: #777;
	padding-top: 10px;
	padding-bottom: 10px;
}

#headermenu dd div span { /* TO FIX IE */
	font-size: .1em;
	clear: left;
}

#headermenu form {
	padding: 0 10px;
}

#headermenu fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#headermenu label {
	display: block;
}

#headermenu dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#headermenu dd#qldd ul {
	float: left;
	width: 150px;
	padding-left: 10px;
}

#headermenu dd#indexdd ul li {
	float: left;
	margin-left: 10px;
}

#headermenu dd p {
	margin: 0;
	padding: 5px 10px;
	text-align: right;
	background: transparent url(http://www.isu.edu/templates/v1/images/bottom.menu.gif) no-repeat bottom left;
	clear: left;
	cursor: pointer;
}

#headermenu dd div p {
	text-align: left;
	background: #777;
	background-image: none;
}
