/********** GLOBAL LAYOUT STYLES  ***************************************/
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	color: #666;
	font-size: 0.8em;
	font-weight: normal;
	font-family: verdana, arial, sans serif;
	text-decoration: none;
	background-color: #000;
	border-top: 1px transparent solid; 
	margin-top: -1px; 
	z-index:0; 
	position:relative;
}

img#background { height: 100%; width: 100%; z-index: -1; position:absolute; color: white; }
img#images { height: 100%; position:absolute; color: white; }


a
{
	color: #b51b00;
	text-decoration: none;
}

a:hover
{
	color: #999999;
	text-decoration: none;
}

p
{	color: #666;
	font-size: 0.7em;
	font-weight: normal;
}

img
{
	border-color: #CCC;
	border-width: 0;
}



#spacer
{
	clear: both;
	height: 25px;
}

#bigspacer
{
	clear: both;
	height: 100px;
}


#page-bkgnd
{
	width: 100%;
	padding:0px;
	margin:0px;
}



#navbar-col
{
	padding-top: 55px;
	padding-bottom: 15px;
	min-width:550px;
	margin: 0px 0px 0px 400px;
	border: 0px solid #ccc;
	color: #333333;
}


#navitem 
{
	color: #fff;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
}

#navitem a
{
	padding-right: 30px;
	color: #fff;
}

#navitem a:hover
{ color: #cc0000;}





#hp-container
{
	width: 100%;
	height: 80%;
	min-width:800px;
	padding: 0px;
	margin-top: 0%;
	margin-left: 0%;

	background-color: #FFF;
	border-width: 0px;
	border-color: #ccc;
	border-style: solid;

	background-image: url(../images/nhdp-logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}


#hp-images
{
	position:relative;
	top:0px;
	float:right;
	width: 339px;
	height: 100%;
	padding: 0px;
	background-color: #FFF;
}

#hp-msg-info
{
	position: relative;
	float: left;
	left: 20px;
	width: 450px;
	height: 100%;
	top: 100px;
}


#page-canvas
{
	width: 92%;
	background-color: #transparent;
}


#logo-col
{
	float: left;
	top: 20px;
	left: 30px;
	width: 240px;
	height: 84px;
	margin: 0px;
	padding: 20px 0px 0px 20px;
	background: #fff;
}




#page-header
{
	color: #096409;
	font-size: 1.9em;
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;
}

#page-header a
{
	color: #096409;
}

#page-header a:hover
{
	color: #5cd65d;
}


#page-intro
{
	color: #666666;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	background-color: #fff;
}

#page-intro a
{
	color: #5cd65d;
}


#page-footer
{
	color: #666666;
	font-size: .9em;
	font-weight: normal;
	text-decoration: none;
	background-color: #transparent;
}


#page-footer a
{
	color: #5cd65d;
}




/********** CONTACT STYLES  ***************************************/



#contact-leftbox
{
	position:relative;
	float:left;
	width: 250px;
	min-height: 300px;
	padding: 0px 0px 0px 0px ;
	border:  1px solid #ccc;
	border-right:  1px solid #fff;
	background-color: #fff;
	z-index: 2;
}

#contact-currenttab
{
	padding-top: 15px;
	border-width:  1px 0px 1px 1px;
	border-color: #fff;
	border-style: none;
	background-color: #fff;
}

#contact-rightbox
{
	float: left;
	position:relative;
	left: -2px;
	width: 570px;
	min-height: 525px;
	padding: 0px 0px 0px 30px;
	margin-right: 10px;
	background-color: #transparent;
	border-width: 1px 1px 1px 1px;
	border-color: #ccc;
	border-style: solid;
	color: #666;
	font-weight: lighter;
	z-index: 1;
}

#contact-rightbox a
{
	color: #5CD65D;
}


#contact-innerboxleft
{
	float: left;
	padding: 10px;
	width: 125px;
	background-color: #transparent;
	color: #666;
	font-weight: lighter;
}


#contact-innerboxright
{
	float: left;
	width:375px;
	min-height:500px;
	padding:0px;
	background-color: #transparent;
}


#contact-boxheader
{	text-align: left;
	padding: 0px;
	color: #096409;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
	background-color: #transparent;
}

#contact-boxsubheader
{
	padding: 5px 0px 5px 0px;
	text-align: left;
	color: #5CD65D;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#contact-address
{
	padding: 5px 0px 5px 0px;
	text-align: left;
	color: #666;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
}


#contact-textbox
{
	padding: 0px 8px 8px 8px;
	text-align: left;
	color: #5CD65D;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	background-color: #transparent;
}


