@charset "utf-8";
/* CSS Document */

* {	margin:0; /*zeroes out all default margins and padding*/
	padding:0;}
	
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:100.1%;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position:left top;
	background-color: #e6e7e8;
}
a:link, a:visited{/*sets default link color to niu red*/
	color:#CC0000;
	text-decoration:none;
	}

a:hover {
	color:#CC0000;
	text-decoration:underline;
}

#wrapper {
	text-align: left;
	padding: 0px 0px 0px 24px;
	width: 944px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#header {
	float: left;
	height:130px;
	width: 944px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	position: relative;
	left:0px;
	top:0px;
	margin:8px 0 0 0;
	padding:0px;
	background-color: #FFFFFF;
	
} 

#header h1 {
	position: absolute;
	left: 10px;
	top: 11px;
	margin: 0px;
	padding: 0px;
	width:70px;
	height: 100px;
	z-index:1;
}

#header h2 {
	position: absolute;
	left: 90px;
	top: 15px;
	height: 75px;
	width: 620px;
	color:#ffffff;
}

.Quick_Nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: none;
}

#myNIU {
	/*height: 41px;
	width: 64px;
	position: absolute;
	top: 24px;
	left: 705px;*/
	display:none;
}

#globalNav {
	width: 262px;
	font-size: 11px;
	position: absolute;
	left: 661px;
	top: 12px;
	text-align:right;
}

#globalNav a:link, #globalNav a:visited {
color:#333;
text-decoration:none;
}

#globalNav a:hover {
	color:#333;
	text-decoration:underline;
}
#search {
	width: 200px;
	font-size: 11px;
	position: absolute;
	left: 723px;
	top: 30px;
	text-align:right;
}

#search a:link, #search a:visited {
color:#333;
text-decoration:none;
}

#search a:hover {
	color:#333;
	text-decoration:underline;
}
#topNavbar {
	background-image:url(../images/topNav_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	margin: 0px;
	padding: 7px 0px 7px 1px;
	float: left;
	width: 852px;
	height:30px;
	z-index:100;
	position:absolute;
	top:104px;
	left:115px;
	}
#topNavbar ul {
	list-style-type: none;
	font-size: 12px;
	margin:0px;
	padding:0px;
	float:left;
	}

#topNavbar li {
	/*display: inline;*/
	float:left;
	margin:0px;
	padding:0px;
}

#topNavbar a:link, #topNavbar a:visited {
	color: #333333;
	padding:7px 5px 7px 5px;
	margin-right:2px;
	font-weight:bold;
	text-transform:uppercase;
	background-color: #FFFFFF;
}


#topNavbar a:hover, #topNavbar a:focus {
	text-decoration: none;
	text-transform:uppercase;
	background-image:url(../images/topNav_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}

#topNavbar li.down {
	color: #333;
	padding:7px 5px 7px 5px;
	margin-right:2px;
	font-weight:normal;
}
#topNavbar ul.red a:link, #topNavbar ul.red a:visited {/* creates red top nav buttons instead of white*/
	color: #FFFFFF;
	padding:7px 5px 7px 5px;
	margin-right:2px;
	font-weight:bold;
	text-transform:uppercase;
	background-color: #CC0000;
}


#topNavbar ul.red a:hover, #topNavbar ul.red a:focus {/* hover state for use with .red ul class*/
	text-decoration: none;
	text-transform:uppercase;
	background-image:url(../images/topNav_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	
}
#topContent {
	float: left;
	width: 968px;
	margin: 0px 0px 0px -12px;
	padding-bottom:0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	min-height:230px;
	background-image:url(../images/top_content_bg_bk.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
}

#media {
    height:230px;
    width:650px;
    margin-top:0px;
    border:0px;
    position:absolute;
    left:200px;
    top:0px;
}


#topContent ul#audienceLinks {
	position:absolute;
	top:20px;
	left:30px;
	width: 200px;
	list-style-type:none;
	font-size:.8em;
	font-weight:bold;
}
#topContent ul#audienceLinks li a:link, #topContent ul#audienceLinks li a:visited {
	color:#fff;
	display:block;
	padding: 5px 0px;
}

#mainHeading  {
	margin: 0px 0px 0px -12px;
	float:left;
	width:968px;
	min-height:42px;
	background-image:url(../images/mainHeading_alt_bg.gif);
	background-repeat:no-repeat;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
}

#mainHeading h1 {
	font-family: Arial, sanserif;
	font-size: 1.3em;
	font-weight: bold;
	margin:0em;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 28px;
	color: #FFF;
}
#mainHeading div.custom p {
	font-family: Arial, sanserif;
	font-size: .9em;
	font-weight: normal;
	margin:0em;
	margin-right:265px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	color: #FFF;
	line-height:175%;
	font-style:italic;
}
#wrapper #mainHeading div.custom p a {
	color: #FFF;
	text-decoration:underline;
}

#wrapper #mainHeading div.custom p a:hover {
	color: #FFF;
	text-decoration:none;
}

#mainHeading div.custom img {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#mainContent {
	float: left;
	width: 944px;
	margin: 0px;
	padding-bottom:0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	min-height:550px;
	background-color:#FFFFFF;
	clear:left;
}
#mainContent.home {
	float: left;
	width: 944px;
	margin: 0px;
	padding-bottom:0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	min-height:350px;
	background-color:#FFFFFF;
	clear:left;
}

#social_media {
	float:left;
	width:268px;
	margin-left:12px;
	text-align:right;	
}

#mainContent.home #spotlight {
	width: 262px;
	float: left;
	text-align: left;
	padding: 0;
	margin: 1em;
	height:160px;
	background-image: url(../images/columns_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	border-left: solid 1px #e1e7df;
	border-right: solid 1px #e1e7df;
	border-bottom: solid 1px #e1e7df;
	-moz-behavior:url(../javascripts/PIE.htc);
	behavior:url(../javascripts/PIE.htc);
	}
	
#mainContent.home #spotlight h3.header {
	color: #FFF;
	width:249px;
	background-image: url(../images/mainHeading_alt_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: -1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 0px;
	margin-top: -12px;
	font-size:.8em;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	-moz-behavior:url(../javascripts/PIE.htc);
	behavior:url(../javascripts/PIE.htc);

}
#mainContent.home #spotlight p {
	color: #333333;
	width:248px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 0px;
	font-size:.75em;
}


#mainContent.home #video {
	width: 262px;
	float: left;
	text-align: left;
	padding: 0;
	margin:8px 16px;
	height:180px;
	background-image: url(../images/columns_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	border-left: solid 1px #e1e7df;
	border-right: solid 1px #e1e7df;
	border-bottom: solid 1px #e1e7df;
	-moz-behavior:url(../javascripts/PIE.htc);
	behavior:url(../javascripts/PIE.htc);
	}
	
#mainContent.home #video h3.header {
	color: #FFF;
	width:249px;
	background-image: url(../images/mainHeading_alt_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: -1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 0px;
	margin-top: -12px;
	font-size:.8em;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	-moz-behavior:url(../javascripts/PIE.htc);
	behavior:url(../javascripts/PIE.htc);
	
}
#mainContent.home #video object {
	margin:.25em;
		}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	background-position: left top;
	width: 928px;
	float: left;
	position:relative;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left:0;
	height:70px;
	clear:left;
}

#footer p  {
	margin: 0; 
	padding: 10px 0; 
	color: #FFFFFF;
	font-size: 11px;
}


#footer #copyright {
	padding-left: 10px;
	width: 400px;

}
#footer #location {
	padding-left: 10px;
	width: 400px;
		float: right;
}
#footer #socialMedia {
	padding-left: 10px;
	width: 400px;
	float: right;
	text-align:right;
}
#footer #locations p {
	text-align: right;
	float: right;
}

#google_analytics {
display:none;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

#printlogo {
	margin:0 ;
	height: 40px;
	position: absolute;
	left: 16px;
	top: 16px;
	display:none;
}


/*****Home Page Tabs******/
#mainContent.home .TabbedPanels {
	float: left;
	clear: none;
	width: 630px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	height:auto;
}

#mainContent.home .TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	height:28px;
}

#mainContent.home .TabbedPanelsTab  {
	position: relative;
	top: 1px;
	float: left;
	font: bold 12px sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image:url(../images/panelTabs/tabs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 118px;
	height:21px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:center;
	color: #333;
}

#mainContent.home .TabbedPanelsTabHover {
	background-image:url(../images/panelTabs/tabs.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainContent.home .TabbedPanelsTabSelected {
	background-image:url(../images/panelTabs/tabs.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #ffffff;
} 

#mainContent.home li.TabbedPanelsTab a:link, #mainContent.home div li.TabbedPanelsTab  a:visited {
	text-decoration: none;
	padding-top:5px;
}

#mainContent.home div li.TabbedPanelsTab a:hover, #mainContent.home div.TabbedPanelsTab a:focus {
	text-decoration: none;
	padding-top:5px;
	background-image:url(../images/panelTabs/tabs.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainContent.home .TabbedPanelsContentGroup {
	float:left;
	clear: both;
	border-top: solid 1px #e1e7df;
	width:630px;
	margin:0;
	padding:0;
	}

#mainContent.home .TabbedPanelsContent {
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	/*left:1px;*/
	width:630px;
	margin:0;
	padding:0;
	min-height: 380px;
	border-top:0px solid #e1e7df;
	text-align: left;
	background-image: url(../images/columns_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-pie-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	border-left: solid 1px #e1e7df;
	border-right: solid 1px #e1e7df;
	border-bottom: solid 1px #e1e7df;
	-moz-behavior:url(../javascripts/PIE.htc);
	behavior:url(../javascripts/PIE.htc);
	}

#mainContent.home .TabbedPanelsContent h3 {
	color: #333333;
	font-size: 22px;
	margin:8px 24px 0 16px;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}
	
#mainContent.home .TabbedPanelsContent h4{
	color: #333333;
	font-size: 14px;
	margin:8px 24px 0 16px;
	padding:0;
	font-family: Arial, sanserif;
	font-weight:bold;
	}
	
#mainContent.home .TabbedPanelsContent p{
	margin:8px 24px 0 16px;
	font-size:.8em;
	}
#mainContent.home .TabbedPanelsContent ul {
	margin:0 0 0 16px;
	padding:0;
	}
#mainContent.home .TabbedPanelsContent li{
	margin:0 0 0 32px;
	padding:0;
	line-height:200%;
	font-size:.8em;
	}
#mainContent.home .TabbedPanelsContent hr{
	margin:4px 32px;
	color:#e1e7df;
	width:1px;
	clear:both;
	}