@charset "utf-8";
body  {
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* do not change this */
	text-align: center; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}




	
h1 {
	color: #0000CC;
	font-weight: normal;
	font-size: 175%;
	text-decoration: none;
}

h1 a:link {
	color: #0000CC;
	font-weight: normal;
	text-decoration: underline;
	}

h2 {
	color: #0000CC;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 150%;
}

h3 {
	color: #0000CC;
	font-size: 125%;
	font-weight: bold;
}

h4 {
	color: #0000CC;
	font-size: 110%;
}

a img {
	border: none;
      }

ul {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 25px;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;


}
.pagecontainer {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* overrides the text-align: center on the body element. */
	height: 100%;
	max-width: 1024px; /* maintains layout integrity above 1280x1064 resolutions */
	min-width:780px; /* assures 800x600 and above have no horizontal scroll */
	vertical-align: top;
	width:expression(document.body.clientWidth > 1024? "1024px": "auto" ); /* fix for ie6/ie7 max-width */
} 

/* the nhgovheadercontainer formats the real estate that includes the left and right elements.*/
.nhgovheadercontainer {
	position: relative;
	height: 25px;
	background-color: #5661A3;
   }

.fontsizer {
	position: absolute;
	left: 0;
	width: 50%;
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
   }
   
.fontsizer img {
	border-width: 0;
}

.officialsite {
	position: absolute;
	right: 0;
	width: 50%;
	text-align: right; /* depends on element width */
	height: 25px;
	background-color: #5661A3;
	background-image: url(graphics/400x25officialsiteTRANS.gif);
	background-repeat: no-repeat;
	background-position: right;
   }

/* Agency header branding bar. Default height 100px */

.agencyheadercontainer {
	height: 100px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	position: relative;
	background-image: url(graphics/headerBK.gif);
	background-repeat: no-repeat;
	background-color: #8DB9AA;
	background-position: right;
}

.agencysubheadercontainer {
	height: 100px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	position: relative;
	background-color: #1C2870;
}

.headerleft {
	height: 100px;
	width: 410px;
	background-image: url(graphics/headertitle.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	background-position: center center;
}

.headerright {
	height: 100px;
	width: 468px;
	position: absolute;
	right: 0px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(graphics/headerBK.gif);
}

/* Agency header bar with optional .navbarMenu elements */



.navbarTable {
	width: 100%;
	height: 25px;
	padding:0px;
	margin:0px;
}

.navbarLeft {
	text-align:left;
	height: 25px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}

.navbarRight {
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
	height: 25px;
}

/*Needed for Search */
.mno-search-div {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.mno-search-div form {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
	height:20px;
}

.mno-search-div #q {
	background-color:#8f97ca;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #000000;
	border-collapse:collapse;
	text-align:center;
}

.mno-search-div .mno-button {
	width:19px;
	height:19px;
	background-color:#000000;
	background-image:url(graphics/search-icon.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer; /* Hand cursor for the normal state */
	line-height:19px;
	border: #2c356b none 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
/*Needed for Search */

.headerDatebar {
	text-align: left;
	border-width: 1px;
	border-style: none;
	border-color: #CCCCCC;
	color: #FFFFFF;
	padding: 0px 0px 0px 20px;
	margin:0px;
}

.headerNavbar {
	background-color: #5661A3;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align: right;
	height:25px;
	
}

/*.navbarMenu {
	text-decoration: none;
	background-color: #5661A3;
	color: white;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}*/

.searchbar {
	text-align: right;
	background-color: #5661A3;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.searchbar form {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.searchbar input {
	border:1px solid #333333;
	padding:0px;
	font-size: 11px;
	margin: 0px;
}

.searchtext {
	color:#999999;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
}



#searchField {
	border: 1px solid #999999;
	border-collapse:collapse;
	background-color:#ffffff;
	height:20px;
	vertical-align:middle;
	margin: 0px;
	width: 175px;
}

.searchBtntext {
	color:#ffffff;
	font-size:100%;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	padding:0px;
	margin:0px;
}

#submitButtonName {
	border: 0px solid #999999;
	border-collapse:collapse;
	text-align: center;
	font-size:90%;
	height:12px;
	width:26px;
	background-color:#777777;
	vertical-align:middle;
}

.icon {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* 
sidebar notes:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#leftsidebar {
	float: left;
	width: 200px;
	height: 100%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin: 0px;
}

.rightsidebar {
	float: right;
	width: 225px;
height:100%;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5em;
	margin: 0px;
}

#leftsidebar h3, #leftsidebar p, #leftsidebar h4, #rightsidebar h3, #rightsidebar h4, #rightsidebar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


 /* Begin Blue Default Bullet Menu */
#menuBLUE {
	margin-left: 10px;
	width: 185px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#menuBLUE ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuBLUE li {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#menuBLUE a {
	display: block;
	padding: 2px 10px 2px 20px;
	width: 155px;
	color: #000000;
	text-decoration: none;
	background-image: url(graphics/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#menuBLUE a:hover {
	color: #8CB5AD;
	text-decoration: none;
	background-image: url(graphics/arrow_green.gif);
}

#menuBLUE ul ul li {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#menuBLUE ul ul a {
	display: block;
	padding: 2px 5px 2px 37px;
	width: 143px;
	color: #000000;
	text-decoration: none;
	background-image: url(../graphics/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 20px;
}

#menuBLUE ul ul a:hover {
	color: #5661A3;
	text-decoration: none;
}
/* End Blue Default Bullet Menu */
 

/* mainContent notes:
1. the space between the mainContent and sidebar is created with the left margin on the mainContent div.  No matter how much content the sidebar div contains, the column space will remain. Do not remove this left margin.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

#mainContentbanner {
	margin-top: 0;
	margin-right: 275px;
	margin-bottom: 0;
	margin-left: 225px;
	padding: 1px;
}

#mainContentbanner2 {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 225px;
	padding: 1px;
}


#searchbox {
	float: right;
	width: 225px;
	padding-top: 10px;
}



#mainContent2col {
	padding: 0px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 225px;
	line-height: 1.5em;
}

#mainContent3col {
	margin-top: 0;
	margin-right: 275px;
	margin-bottom: 0;
	margin-left: 225px;
	line-height: 1.5em;
}

/* address container formats the real estate that includes the agency address*/
#addresscontainer {
	padding-left:200px;
	padding-bottom: 15px;
}

#address {
	color:#666666;
	text-align:center;
	width:100%;
}

/* the footercontainer formats the real estate that includes the left and right footer elements.*/
.footercontainer {
	position: relative;
	height: 35px;
	background-color: #5661A3;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
   }

.left-element {
	position: absolute;
	left: 0;
	width: 50%;
	background-image: url(graphics/iconseal.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 35px;
	padding-left: 35px;
	padding-top: 10px;
   }
   
.left-element a {
	color: #FFFFFF;
	text-decoration: none;
}

.left-element a:hover {
	color: #000000;
}

.right-element {
	position: absolute;
	right: 0;
	width: 50%;
	text-align: right; /* depends on element width */
	height: 25px;
	padding-right: 10px;
	padding-top: 10px;
   }
   
.LinksTable {
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: 225px;
	position: absolute;
	top: 225px;

}

.LinksTable td {
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.LinksTable th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	background-color: #5661A3;
	color: #FFFFFF;
	text-indent: 5px;
}

.LinksTable a:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
	text-decoration: none;
}

.LinksTable a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
	text-decoration: none;
}

.LinksTable a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.LinksTable ul {
	list-style: none;
	text-indent: 1px;
	margin: 0;
	padding: 0;
}

/* Miscellaneous classes */
.fltrt { /* this class floats 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: 8px;
}
.fltlft { /* this class floats an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class is placed on a div or break element and is the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#complaintTable {
	line-height: normal;
	width: 75%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#complaintTable th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-indent: 3px;
	width: 200px;
}

#complaintTable tr {
	background-color: #FFFFFF;
	padding: 7px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 
#complaintTable td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;

}
 
#complaintTable a:link {
	text-decoration: none;
}
#complaintTable a:visited {
	text-decoration: none;
}
#complaintTable a:active {
	text-decoration: none;
}
#complaintTable a:hover {
	color: #CE6602;
}

#quicklinks {
	width: 175px;
	border: 1px solid #9ebaa6;
	padding: 3px;
	margin-left: 10px;
}

#quicklinks p {
	margin-top: 2px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	text-indent: 18px;
}

#quicklinks th {
	background-color: #686EC2;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
	text-indent: 5px;
	font-weight: bold;
}

#quicklinks td {
	text-align:left;
	background-color:#EBE9E7;
}

#quicklinks a {
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}

#quicklinks a:link {
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}
