@charset "UTF-8";
/* CSS Document */



.wrapper {
	width: 46em;
	margin: 0px auto;
}
div#header {
	color: #fff;
	height: 100px;
	padding: 0 0 0px 0;
	background-color: #3E397B;
	background-image: url(../../_images/header_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#header div#npd_logo {
	display: block;
	float: left;
	width: 220px;
	height: 55px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
div#utility {
	width: 28em;
	float: right;
	height: 55px;
	padding: 10px 0 0 0;
	background-color: #3E397B;
	background-image: url(../../_images/msu_seal.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
div#utility ul {
	display: block;
}
div#utility_right {
	float: right;
	margin: 0em 0 0 5px;
	line-height: 2em;
}
div#utility_left {
	float: right;
	line-height: 2em;
}
div#utility a:link, div#utility a:hover, div#utility a:visited {
	color: #fff;
	text-decoration: none;
}
div#utility input {
	vertical-align: middle;
}
div#utility input#q {
	font-size: 70%;
	padding: 1px;
}
div#utility ul li {
	display: inline;
	list-style-type: none;
	font-size: 70%;
}
div#utility label {
	font-size: 70%;
}
/* For Quick Links
div#utility a#quickLinksLink {
	background: url(../_images/quick-links-arrow-no-hover.gif) right 65% no-repeat;
	padding-right: 14px;
	margin-right: 6px;
}

div#utility a#quickLinksLink:hover {
	background: #fff url(../_images/quick-links-arrow-hover.gif) right 65% no-repeat;
	text-decoration: none;
	color: #063;
}

div#utility ul#quickLinks {
	position: absolute;
	width: 7em;
	background: #fff;
}

div#utility ul#quickLinks ul li {
	display: block;
}

div#utility ul#quickLinks a {
	display: block;
	width: 7em;
	padding: .3em 0 .3em 0;
	color: #063;
	font-size: 125%;
}

*/

div#global_navigation {
	background-color: #999999;
	padding-top: 0.2em;
}
div#global_navigation div.wrapper {
	width: 48em;
}
div#global_navigation ul {
	padding: 0 0 0 1em;
	margin: 0;
}
div#global_navigation ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div#global_navigation a {
	float: left;
	width: 120px;
	margin: 0 0 0 2px;
	padding: 3px 0 3px 0;
	text-align: center;
	display: block;
	text-transform: capitalize;
}
div#global_navigation a:link, div#global_navigation a:visited, div#global_navigation a:hover {
	background-color: #ddd;
	color: #3E397B;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
div#global_navigation a:hover {
	background-color: #fff;
	color: #3E397B;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
div#global_navigation a.firstGlobalNavItem {
	margin: 0;
}
div#global_navigation span.globalNavLinkText {
	font-size: .8em;
}
div#contentArea div.wrapper {
	background-color: #eee;
}
div#footer {
	margin: 0 0 1em 0;
	z-index: 2;
}
div#footer div.wrapper {
	background-color: #3E397B;
	color: #fff;
	text-align: center;
}
div#footer a:link, div#footer a:visited, div#footer a:hover {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}
div#footer p {
	font-size: .7em;
	padding: .5em 5em .5em 5em;
}
