@charset "UTF-8";
/* main Skin - same layout as NSU_Skins/Skin.css, different nabar color and images */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #E6E6E6;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
a:link, a:visited {
	color: #00563F;
	text-decoration: none;
}
a:hover, a:active {
	color: #000000;
}
#wrapper {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 40px;
}
/* ----------------------------- Skip Content */
#skip { /* accessible issue */
	position: absolute;
	left: -10000px;
}
/* ----------------------------- Topbar/Campuses/Search/Util */
#topbar {
	color: #00563F;
	width: 1004px;
	height: 26px;
	padding-top: 10px;
	font-size: 11px;
	letter-spacing: .02em;
	background-color: #E6E6E6;
}
#topbar .right {
	float: right;
}
#search_util {
	float: right;
			  width: 520px; /* 4/14 - increased width to added goNSU*/
			  /*width: 450px; width set to keep search on right side in IE or else will float left */
}
/*Campus*/
#campus li {
	float: left;
	height: 26px; /*?*/
}
#campus li.first a {
	border-left: none;
	margin-left: 3px; /*?*/
}
#campus li.last a {
	border-right: none;
}
#campus a {
	display: block;
			padding: 2px 7px 3px; /* 4/14 - increased left right padding by 1 to match util*/
	float:left; /* IE 6 issue */
	border-right: solid 1px #00563f;
}
#campus a:link, #campus a:visited {
	line-height: 11px;
}
#campus a.first {
	padding-left: 2px;
}
/*Search*/
#cse-search-box {
	float: left;
	margin-right: 10px;
}
#cse-search-box input {
	float:left;
}
a.nsusearch img {
	border: none;
	padding-left: 3px;
	padding-right: 3px;
}
/*Util*/
#util li {
	float: left;
	height: 26px; /*?*/
}
#util li.first a {
	border-left: none;
}
#util li.last a {
	border-right: none;
	margin-right: 3px; /*?*/
}
#util a {
	display: block;
			padding: 2px 19px 3px 9px; /* 4/14 - decrease left  padding by 2 to match campus*/	
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/util_arrow.gif);
	float:left; /* IE 6 issue */
	border-right: solid 1px #00563f;
}
		  #util a.no_arrow { /* 4/14 - removes arrow for menu without dropdown */
			  padding-right: 9px;
			  background-image: none;
		  }
#util a.last {
	padding-right: 10px;
	background-image: url(images/util_arrow_last.gif);
}
#util a:link, #util a:visited {
	line-height: 11px;
}
/* ----------------------------- Header/Logo */
#header {
	height: 103px;
	background-color: #008769;
}
#header a img {
	border-style: none;
}
#header h1 { /* accessible issue */
	position: absolute;
	left: -10000px;
}
/* ----------------------------- Horizontal Navbar */
#navbar {
	background-image: url(images/navbar_lightgray.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 35px;
	margin-bottom: 40px;
}
#navbar ul {
}
#navbar li {
	float: left;
	height: 35px;
}
#navbar a {
	float:left; /* IE 6 issue */
}
#navbar a:link, #navbar a:visited {
	text-transform: uppercase;
	color: #4c4954;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
	display: block;
	text-decoration: none;
	height: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	background-image: url(images/navbar_lightseparator.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#navbar a:hover, #navbar a:active {
	background-color: #ffffff;
	color: #222222;
}
/* ----------------------------- Content Layout */

#content { /* IE 6 fix, had to wrap extra div around main content area to get 40 padding on sides so it won't break in IE6. All of other broswers worked great with out this */
	width: 970px;
	margin: 0px auto;
}
/* ----------------------------- Footer */

#footer {
	clear: both;
	margin-left: 17px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	height: 30px;
	width: 970px;
	font-size: 11px;
}
#footer_links {
	margin-top: 8px;
	float: left;
}
#footer_links li {
	float: left;
	border-left: solid 1px #00563f;
	height: 13px;
}
#footer_links li.first {
	border-left: none;
}
#footer_links li.last {
	border-right: none;
}
#footer_links a {
	display: block;
	padding: 2px 6px 0px;
}
#footer_links a.first {
	padding-left: 0px;
}
#footer_links a.last {
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/util_arrow_last.gif);
}
#footer_links a:link, #footer_links a:visited {
	line-height: 9px;
}
#social {
	float: right;
	margin-top: 3px;
}
#social img {
	margin-left: 5px;
}
#social a img {
	border: none;
}
/* ----------------------------- Dropdown Links */
#dropmenudiv {
	position:absolute;
	font-size: 11px;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #00563f;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
}
#dropmenudiv a:link, #dropmenudiv a:visited {
	color: #00563f;
}
#dropmenudiv a:hover {
	background-color: #FFFFFF;
}
/* ----------------------------- DNN Override */
ul li, ul ul li, ul ul ul li, ul ul ul ul li {
	list-style-type: none;
}
.Normal, .NormalDisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



