@charset "utf-8";
/* CSS Document */
		
* {			margin: 0;
			padding: 0;}


body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(/images/body_bg.jpg) repeat-x;
}

address{padding: 5px; }
a {text-decoration: none;}
a img{border: none;}
li {list-style: none;}



#container{ width: 960px;
			margin: 5px auto;
			}
			
.logo{float:right;}

.nhs{
	position: relative;
	top: 30px;}
	
.headertxt{
	position: relative;
	top: -40px;
}
.datetop{ float:right; padding-right: 8px; padding-top:33px; font-size: 0.6em;  color:#3399ff; font-weight:bold;}

.slogan{
	color: #fff;
	position:relative;
	top: -40px;
	left: 107px;
	width: 300px;
	font-size: 1em;
}

#navbar{
 float:right;
 position:relative;
 top: -36px;
 background: url(../images/spacer.jpg) no-repeat right center;
 font-size: 0.7em;
}



#fontresize{float:right; padding-right: 20px; padding-top:25px;}
#fontresize a{ float: left; display:block;  width: 17px; height: 17px; text-align: center; border: 1px solid #ccc; line-height: 15px border: 1px solid black; color:#666; margin-right: 2px;}
#fontresize a:hover { color: #000; text-decoration: none; }
#fontresize .small{ font-size: 10px;}
#fontresize .normal{ font-size: 13px;}
#fontresize .large{ font-size: 16px;}

#content {clear:both;}




#col1{float:left; width:186px;}

#quickmenuholder {
	overflow:hidden;
	float:left;
	width:186px;
}
 dl.quickmenu {width:372px; float:left;  margin:-32700px -200px 0 0;}
 dl.quickmenu a {
	display:block;
	height:25px;
	color: #999;
	padding-top: 4px;
	font-size: 0.8em;
}

 dl.quickmenu dt {
	float:left;
	margin:32700px 0 0 0;
	position:relative;
	z-index:50;
	background: url(/images/quicklink.jpg) no-repeat;
}
 dl.quickmenu dt a {width:186px;}
 dl.quickmenu dt a:hover, dl.quickmenu dt a:focus, dl.quickmenu dt a:active {
	border-right: 1px solid #FFF;
	background: url(/images/quicklink_hov.jpg) no-repeat;
}

.spacer{width:; margin-left:25px;}
 dl.quickmenu dd {float:left; padding:25px 0 0 0; margin:-25px 0 0 0; position:relative; z-index:10;}
 dl.quickmenu dd a {width:186px;}
 dl.quickmenu dd a:hover,  dl.quickmenu dd a:focus, dl.quickmenu dd a:active {border-right: 1px solid #FFF; background:#ccc;}
 dl.quickmenu a.selected, dl.quickmenu a.selected:hover {
	background: url(/images/quicklink_sel.jpg) no-repeat;}


#footer{ clear:both;text-align:center; margin-top: 15px;
			padding: 3px;
		border-top: 1px solid #CCC;
		font-size: 0.6em;
		
		}
#footer a {color:#09F; }
#footer a:hover{
	text-decoration: underline;
}

