/* general */

body {
margin:0;
padding:0;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:13px;
background-color:#333;
/* background-image:url('/styles/ns/images/banner-bkg.png'); */
/* background-repeat:no-repeat; */
/* background-position:top center; */
z-index:0;

text-align: center; 
}

a:link, a:visited, a:active {
color:inherit;
_color: expression(this.parentNode.currentStyle['color']); /* UGLY IE HACK */
text-decoration:none;
}

a:hover {
color:rgb(0,100,240);
text-decoration:none;
}

a[name]:hover {
color:inherit;
text-decoration:inherit;
}

a img {
border:0;
}

ul.plain, ul.plain ul {
margin:0;
padding:0;
list-style:none;
}

ul.plain li {
margin:0;
padding:0;
}

h1, h2, h3, h4, h5, h6 {
margin-top:0;
margin-bottom:0.3em;
}

#NDAlert {
	display: none; 
	position: absolute; 
	
	z-index: 100; 
	
	width: 400px; 
	min-height: 50px; 
	
	margin-left: auto; 
	margin-right: auto; 
	left: 0; right: 0; 
	top: 50px; 
	
	text-align: left; 
	padding: 10px; 
	
	background-color: white; 
	border: solid 2px black; 
	
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	 border-radius: 5px; 
	
	-webkit-box-shadow: 0px 0px 12px #333; 
	-moz-box-shadow: 0px 0px 12px #333; 
	 box-shadow: 0px 0px 12px #333; 
}

.article h2 {
	font-size: 18pt; 
}

address {
display:inline;
font-style:normal;
}

span.highlight {
color:rgb(247,184,37);
}
/*
a:hover span.highlight {
color:inherit;
}
*/
.hidden {
display:none;
}

.clear {
clear:both;
}

.clear-left {
clear:left;
}

.clear-right {
clear:right;
}

.float-left {
float:left;
}

.float-right {
float:right;
}

/* page */

#page {
	max-width: 1080px; 
/* 	min-width: 730px;  */
	_width: 1129px; /* IE HACK */
	
	position: relative; 
	
	margin-left: auto; 
	margin-right: auto; 
	
	margin-bottom: 2em; 
	
	padding-bottom: 25px; 
	background-color: #fff; 
	
	-moz-border-radius: 0 0 5px 5px; 
	-webkit-border-radius: 0 0 5px 5px; 
	border-radius: 0 0 5px 5px; 
	
	-webkit-box-shadow: 0 0 8px #000; 
	-moz-box-shadow: 0 0 8px #000; 
	box-shadow: 0 0 8px #000; 
	
	text-align: left; 

}

/* top banner */
/*
#banner-bkg, #banner {
position: fixed;
}
*/
#banner-bkg {
width:100%;
height:139px;
position:absolute;
top:0;
left:0;
background-image:url('/styles/ns/images/banner-bkg-2.png'); 
background-repeat:no-repeat;
/* background-position-x:-460px; */
z-index:90;
}

#banner-bkg-l, #banner-bkg-r {
width:200px;
height:25px;
background-color:red;
position:absolute;
top:0;
}
/*
#banner-bkg-l {
left:-200px;
}

#banner-bkg-r {
right:-200px;
}
*/
#banner {
width:100%;
position:absolute;
top:0;
left:0;
padding-top:10px;
z-index:100;
color:#fff;
/* background-color: red; */
}

#banner h1 {
visibility:hidden;
width:400px;
height:100px;
float:left;
margin:0;
}

#top-menus {
	text-align: right; 
}

ul#top-menus li {
	display: inline; 
	margin-right: 10px; 
	text-align: right; 
	position: relative; 
}

ul#top-menus li:first-child {
	color: #555; 
	font-weight: bold; 
}


ul#departments-sub {
	display: none; 
	position: absolute; 
	
	top:0; /*right:0;*/
	left: 0; 
	
	padding: 0; 
	
	min-width: 176px; 
	
	background-color: #111; 
/* 	background-color: rgba(40,40,40,0.9); */
	opacity: 0.9; 
	
/*	padding: 10px;*/
	margin: 1.2em 0 0 0;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 0 5px #000;
	-moz-box-shadow:0 0 5px #000;
	box-shadow:0 0 5px #000;
}

ul#departments-sub a {
	color: white; 
}

ul#top-menus li:hover #departments-sub {
	display:block;
}

ul#departments-sub li {
/*
	background-image:url('/styles/ns/images/white-line.png'); 
	background-repeat:no-repeat; 
	background-position:center bottom; 
*/
	display: block; 
	
	min-width: 160px; 
/* 	min-width: 150px; */
	
	padding: 8px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	
	text-align: left; /*center;*/
	white-space:nowrap;
	
	border-top: solid 1px #222; 
	border-bottom: solid 1px black; 
	
	font-weight: normal;
	text-align: left; 

}

ul#departments-sub li:first-child {
	border-top: none; 
	font-weight: normal;
}

ul#departments-sub li:first-child:hover {
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
}

ul#departments-sub li:last-child {
	border-bottom: none; 
}

ul#departments-sub li:last-child:hover {
	-webkit-border-bottom-left-radius: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
}


ul#departments-sub li:hover {
	background-color: #222; 
}

/*
ul#top-menus ul li {
display:block;
padding:0;
margin:0;
}
*/
/* content */

#content {
padding-top:50px;
padding-left:25px;
min-height: 500px; 
}

/* footer */

#footer {
width:100%;
position:fixed;
bottom:0;
left:0;
padding:3px 0 2px 0;
background:rgb(253,236,159);
font-size:10px;
line-height:22px;
-webkit-box-shadow:0 0 8px #000;
-moz-box-shadow:0 0 8px #000;
box-shadow:0 0 8px #000;
z-index:80;
}

#footer-left {
float:left;
padding-left:0.8em;
}

#footer-right {
float:right;
_width: 290px; /* IE HACK */
}

#footer .copyright {
font-weight:bold;
}

#footer-icons {
float:left;
}

ul#footer-icons li {
display:inline;
margin-right:2px;
}

#footer-icons img {
vertical-align:top;
}

#footer-menus {
float:right;
}

ul#footer-menus li {
display:inline;
border-left:2px solid rgb(247,184,37);
padding:0 0.8em 0 0.8em;
}

ul#footer-menus li:first-child {
border-left:none;
}

/* popup */

#popup-bkg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
margin-left: auto;
margin-right: auto;
background-color: rgba(0,0,0,0.6);
-moz-box-shadow:0 0 5px #000;
-webkit-box-shadow:0 0 5px #000;
box-shadow:0 0 5px #000;
z-index:200;
display:none;
z-index:200;
}

div.popup {
position:absolute;
top:50px;
left:0;
width:100%;
z-index:201;
}

div.hidden {
display:none;
}

div.popup .box {
margin-left: auto;
margin-right: auto;
background-color: rgb(255,255,255);
-moz-box-shadow:0 0 5px #000;
-webkit-box-shadow:0 0 5px #000;
box-shadow:0 0 5px #000;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
width: 949px; 
height: 654px; 
}

/* error box */

.page-error {
position:relative;
}

.box-error {
	position:fixed;
_position:absolute;
	width:400px;
	bottom:80px;
_bottom:0;
_top:260px;
	margin-left:150px;
_margin-left:0;
_left:150px;
	padding:10px;
	border:3px solid #f20;
	background-color:#000;
	color:#ff8;
	opacity:0.85;

	-moz-border-radius: 8px;		/* Firefox */
	-webkit-border-radius: 8px;		/* Safari */
	border-radius: 8px;				/* CSS3 */

	-moz-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 6px;	/* Firefox */
	-webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);	/* Safari */
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);		/* CSS3 */
	
	z-index:200;
}

.error-status {
	color:#f42;
}

/* Banner Ad banner-ad */

.banner-ad img {
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 6px;	/* Firefox */
	-webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);	/* Safari */
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);		/* CSS3 */
}

/* Edit Button edit-btn */

.edit-btn {
	float:right;color:#aaa;
}

