@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #002319;
}

.main {
	background-image:url(images/mid.jpg);
	background-repeat:repeat-y;
	
	
}

.header {

 }

.tables_float {
	float: left;
	margin: 10px;
	}	
	
.tables_float a{
	color: #003333;
	font-size:smaller;
	text-decoration: underline;
	margin-left: 5px;
 
 	}	
img {
	border: 0px;
}

.pageTitle {
	color: #014F42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding-left: 12px;
	padding-top: 10px;
	

}

.pageSubtitle {
	font-size: 15px;
	padding-left: 15px;
	margin-top: 0px;

}

.maincontent {
	line-height: 17px;
	padding: 5px;
 
}

.footer {
	color: #FFFFFF;
	font-size: 11px;

}

.quote {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;

}

.quoteperson {

}
 

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/bannerbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px 0px;
	;
	padding: 5px 5px 5px 10px;
}
.tablecontent {
	background-image: url(images/bannerbgbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	margin: 0;
}
.panel-bottom {
	position: absolute;
	bottom: -346px;
	left: 248px;

}

.localTownLinks a {
 	padding: 3px 0 5px 39px;
	color:#003333;
	font-weight: bold;
	text-decoration: underline;
	background-image:url(images/localLinks.jpg);
	background-repeat:no-repeat;
	
}

.newsLinks {
	color: #003333;
	border-bottom: 1px dashed #003333;
	text-decoration: none;
	font-style: italic;
 	
}
s

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../nsbh_files/images/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #003300;
}

.arrowgreen li a:hover{
	color: #003300;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color:  #003300;
	background-position: 100% -64px;
}

 

