@charset "UTF-8";
/* main Skin */
* {
	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: #333333;
}
.moregreen:link, .moregreen:visited, .moreblack:link, .moreblack:visited {
text-decoration: none;
font-size: 11px;
font-weight: bold;
padding-right: 15px;
background-repeat: no-repeat;
background-position: right;
}
.moregreen:link, .moregreen:visited {
background-image: url(images/right_green_arrow.gif);
}
.moreblack:link, .moreblack:visited {
color: #333333;
background-image: url(images/right_black_arrow.gif);
}
.moreblack:hover, .moreblack:active {
color: #00563F;
background-image: url(images/right_green_arrow.gif);
}
.moregreen:hover, .moregreen:active {
color: #333333;
background-image: url(images/right_black_arrow.gif);
}
#wrapper {
width: 1004px; /* woychick - Adjust width of site to 1024 pixels. */
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 40px;
}

a.submit { background-color: #cccccc; padding: 10px; border: solid #999999 1px; color: #000000; }
/* ----------------------------- Skip Content */
#skip { /* accessible issue */
	position: absolute;
	left: -10000px;
}

/* ----------------------------- Topbar/Campuses/Search/Util */
#topbar {
	color: #00563F;
width: 1004px;  /* woychick - Adjust width of site to 1024 pixels. */
height: 26px; /* woychick - Move type slightly closer to green banner. */
padding-top: 10px; /* woychick - Move type slightly closer to green banner. */
font-size: 11px; /* woychick - Match the header navigation type style to the footer navigation. */
/*font-weight: normal; woychick - Match the header navigation type style to the footer navigation.*/
	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-left: solid 1px #00563f; woychick - Match the header navigation type style to the footer navigation.  */
	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-left: solid 1px #00563f; woychick - Match the header navigation type style to the footer navigation.  */
	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;
}


/* ----------------------------- Audience Navbar */
#navbar {
	background-image: url(images/navbar_green.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 35px;
	margin-bottom: 40px;
}
#navbar ul {
/*margin-left: 40px; Remove, woychick - Adjust width of site to 1024 pixels. */
}
#navbar li {
	float: left;
	height: 35px;
}
#navbar a {
	float:left; /* IE 6 issue */
}
#navbar a:link, #navbar a:visited {
	text-transform: uppercase;
	color: #FFFFFF;
font-size: 11px;  /* Claire - change fontsize back to 11px bold. */
font-weight: bold; /* woychick - Make audience navigation 10 pixel, bold. */
	letter-spacing: .05em;
	display: block;
	text-decoration: none;
	height: 25px;
padding-right: 25px; /* woychick - use 25px of spacing between each menu item and the seperating lines.*/
padding-left: 25px; /* woychick - use 25px of spacing between each menu item and the seperating lines.*/
	padding-top: 10px;
	background-image: url(images/navbar_green_separator.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#navbar a:hover, #navbar a:active {
	background-color: #ffffff;
	color: #222222;
}

/* ----------------------------- Content Layout */

#content {
width: 970px; /* 17px each left-right margin */
margin: 0px auto;
}

/* ----------------------------- Footer */

#footer {
	clear: both;
margin: 0px auto;
width: 970px;
	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;
	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; /* woychick - Drop down choices should match type style of categories. */
	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;
}


