@charset "UTF-8";

body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #ABBf81;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}
.oneColFixCtrHdr #container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F90;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
	background-position: 670px 165px;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/NHCheader3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 150px;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	margin-bottom: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F90;
	border-left-color: #F90;
}
.oneColFixCtrHdr #mainContent {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F90;
	border-left-color: #F90;
	background-image: url(../images/minilogobrdr.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 50px;
	zoom: 1;
	width: 846px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 1px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F90;
	background-color: #9C6;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

#footerleft {
	color: #666;
	text-align: left;
	height: 20px;
	width: 600px;
	float: left;
	text-indent: 5px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ABBF81;
}
#footerleft a  {
	color: #666;
}
#footerleft a:hover {
	color: #FFF;
}
#footerleft a:active {
	color: #FFF;
}
#footerright {
	color: #777;
	float: right;
	height: 20px;
	width: 150px;
	padding-top: 5px;
	text-align: right;
	text-indent: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#footerright a  {
	text-decoration: none;
	color: #777;
}
#footerright a:hover  {
	color: #FFF;
}
#footerright a:active  {
	color: #FFF;
}
.current {
	color: #FFF;
}
.here {
	font-weight: bolder;
}
.oneColFixCtrHdr #container #mainContent #bio h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: italic;
	color: #693;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #98b23c;
	text-align: center;
	font-weight: lighter;
	line-height: normal;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: italic;
	color: #98b23c;
}

h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: italic;
	color: #98b23c;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
	color: #98b23C;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
	text-indent: 0px;
}

.fllft {
	float: left;
	padding-right: 20px;
}

#mainmenu {
	height: 36px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #360;
	border-right-color: #F90;
	border-left-color: #F90;
	background-color: #FFF;
}

#content1 {
	text-align: left;
	height: 100%;
	width: 550px;
	line-height: 20px;
	float: right;
	padding-right: 40px;
	margin-bottom: 50px;
}
li {
	list-style-type: none;
}
#servicemenu {
	height: 400px;
	width: 210px;
	float: left;
	padding-top: 10px;
	text-align: left;
	word-spacing: normal;
	line-height: 30px;
	list-style-type: none;
	list-style-image: none;
	padding-left: 20px;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F90;
}
a:link {
	color: #693;
}
a:visited {
	color: #040;
}
a:hover {
	color: #F90;
}
a:active {
	color: #F90;
}

.underline {
	text-decoration: underline;
}

