@charset "UTF-8";
/* CSS Document */

body {
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(../images/background-repeating.jpg);
	}

p, h1, h2, h3, h4, h5, h6 {margin:.2em 0 1em;}

h1 {color:#FF6600; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-style:italic; font-size:25px; margin:0 0 1em;}
h2 {font-size:20px; margin:1em 0 .5em; }
h3 {font-size:18px; margin:1em 0 .5em; }
h4 {font-size:14px; margin:0 0 .3em;}



#container {
	margin:0 auto;
	width:950px;
}

#header {
	width:952px;
	height:186px;
	float:left;
	margin-left:-20px;
}
	#header .left {width:48px; height:186px; float:left;}
	#header .right {width:904px; background:url(../images/banner.jpg) 0 0 no-repeat; height:186px; float:left;}

#navbar {width: 904px; float:left; margin-left:28px;}
#torso {width:904px; float:left; margin-left:28px;background:url(../images/main_border_right.gif) right 0 repeat-y #FFF;}
	#main {width:100%; float:left; background:url(../images/main_border_left.gif) 0 0 repeat-y; padding-bottom:20px;}
		#content {
			float:left; width:493px; padding:0 20px;
			background:url(../images/main_top_left.jpg) 0 0 no-repeat;
			text-align:justify;
			color:#044472;
		}
		#sidebar {float:left; width:368px; }
#footer {
	width: 904px; float:left; margin-left:28px;
	background:url(../images/footer_top.jpg) 0 top  no-repeat #84A3BA; padding:50px 0 0;
}
	#footer div.left {width:100%; float:left; background:url(../images/footer_border_left.gif) 0 0 repeat-y;}
		#footer div.right {width:100%; float:left; background:url(../images/footer_border_right.gif) right 0 repeat-y;}
			#footerContent {
				float:left; width:640px; margin:0 0 0 20px; 
				padding-left:220px; padding-bottom:20px;
				background: url(../images/footer_thisMonths_specials.jpg) left 20px no-repeat;
			}
				#footerContent table {width:640px;}
				#footerContent td {padding:0 10; width:145px; text-align:center;color:#044472;}
				#footerContent td.right {text-align:right; width:115px; padding:0;}

#offLeft {position:absolute; left:-10000px; top:-1px; height:1px;}

#nh_logo {clear:both; text-align:center;width:904px;margin:0 auto; padding-left:10px; padding-bottom:20px;}
	#line1 {border:2px solid #777; border-top:0; border-right:2px solid #333; background:#EEE; padding:0 4px;height:2px;margin-bottom:20px;}



