@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;
	background-color: #284f1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}



a img {
	border: none;
      }


.nhgov #container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* overrides the text-align: center on the body element. */
	height: 100%;
	max-width: 1280px; /* maintains layout integrity above 1280x1064 resolutions */
	min-width:780px; /* assures 800x600 and above have no horizontal scroll */

	vertical-align: top;
} 

/* the nhgovheadercontainer formats the real estate that includes the left and right elements.*/
.nhgovheadercontainer {
	position: relative;
	height: 25px;
	background-color: #284f1e;
	background-repeat: no-repeat;
	background-position: left;
   }

.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: #284F1E;
	background-image: url(../graphics/400x25officialsiteGREEN.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: #FFFFFF;
	border-bottom-color: #FFFFFF;
	position: relative;
	background-image: url(../graphics/804x100summer.jpg);
	background-repeat: repeat-x;
	background-position: right;
}

.headerleft {
	height: 100px;
	width: 260px;
	position: absolute;
	left: 0px;
}

.headerright {
	height: 100px;
	background-position: right;
	width: 500px;
	position: absolute;
	right: 0px;
}



/* Agency header bar with optional .navbarMenu elements */

.headerDatebar {
	background-color: #333333;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.headerNavbar {
	background-color: #284F1E;
	padding: 5px 0px 5px 0px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.navbarMenu, .navbarMenu:visited {
	text-decoration: none;
	background-color: #284F1E;
	color: white;
	font-size: 100%;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.navbarMenu:hover {
	background-color: #D1D1A5;
	color: #FFFFFF;
	text-decoration: none;
}

#WelcomeTable {
	background-image: url(../graphics/325x80welcome.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	width: 100%;
}

/* 
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;
	padding: 15px 0;
	height: 100%;
	text-align: center;
}

#rightsidebar {
	float: right;
	width: 200px;
	padding: 15px 0;
	height: 100%;
	text-align: center;
}

.nhgov #leftsidebar h3, .nhgov #leftsidebar p, .nhgov #rightsidebar h3, .nhgov #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;
}


/* 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.
*/

.nhgov #mainContent2col {
	margin: 0 30px 0 225px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
}

.nhgov #mainContent3col {
	margin: 0 225px 0 225px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
}


/* intro container formats the introduction area on the page */
#introcontainer {
	display: block;
	position: relative;
	overflow: visible;
}

/* page title contained formats the page title area on the page */
#pagetitlecontainer {
	padding-top: 10px;
	font-size: 160%;
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: normal;
	color: #525c75;
} 

/* content area specific styles */

#content {
	display: block;
	position: relative;
	overflow: auto;
	padding-top: 5px;
}

#content a:link {
	color: #0000FF;
	text-decoration: underline;
}

#content a:hover {
	color: #666666;
}

#content a:visited {
	color: #000080;
	text-decoration: underline;
}

#content ul {
	background-repeat: no-repeat;
	list-style-position: outside;
	list-style-image: url(../graphics/blue_square.gif);
}

#content li {

}

#content ul ul li {
	padding-top: 5px;
	list-style-image: url(../graphics/blue_square.gif);
}

#content ul li {
	padding-top: 5px;
}

/* address container formats the real estate that includes the agency address*/
#addresscontainer {
	padding-left:200px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#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: #284f1e;
	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, .left-element a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.left-element a:hover {
	color: #6699FF;
}

.right-element {
	position: absolute;
	right: 0;
	width: 50%;
	text-align: right; /* depends on element width */
	height: 25px;
	padding-right: 10px;
	padding-top: 10px;
   }

/* 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;
}
