@charset "UTF-8";
body  {
	font: 100% Arial,Helvetica,sans-serif;
	font-size: 10px;
	margin: 0; /* accounts for differing browser defaults */
	padding: 0;
	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 */
	color: #000;
	background-image: url(../images/bg.jpg);
}  

p {
	color: #000; 
	font-size: 10px; 
	font-family: Arial,Helvetica,sans-serif; 
	font-style: normal; 
	margin: 8px;  
}

.P #heading {
	font: 100% Arial Black,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;   
}

.P #container {
	width: 803px;
	height: 577px;
	background: #d4b547;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.P #logo {
	width: 202px;
	height: 208px; 
	margin-left: 119px;
	padding: 0px 0px 0px 0px;
	background: url("../images/logo-nhw.png"); 
} 

a {
	color: #990000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a:hover {
	color: #bf3132;
	text-decoration: none;
}

.P #caption {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.P #caption:hover {
	color: #bf3132;
	text-decoration: none;
}

.P #mainContent {
	float: right;
	width: 803px;
	height: 541px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.P #contentarea {
	float: right;
	width: 478px;
	height:334px;
	background: url("../images/headings.png");
	background-repeat: no-repeat;
	margin-top:-73px;
}

.P #customLabel {
	background: url("../images/customlabel.png");
	height: 73px;
	width: 325px;
}

.P #mainImage {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 260px;
	width: 325px;
	background: url("../images/nhw.png");	
}

.P #heading1 {
	width: 141px;
	padding: 0px 5px 5px 5px;
	}


.P #heading2 {
	width: 139px;
	padding: 0px 5px 5px 5px;
	}

.P #heading3 {
	width: 140px;
	padding: 0px 5px 5px 5px;;
	}

.P #c1 {
	float: left;
	width: 151px;
	height: 230px;
	margin:  23px 0px 0px 0px;
	padding: 0px 4px 4px 4px;
	line-height: 10px;	
}

.P #c2 {
	float: left;
	width: 149px;
	height: 230px;
	margin:  23px 0px 0px 0px;
	padding: 0px 4px 4px 4px;
	line-height: 10px;	
}

.P #c3 {
	float: left;
	width: 151px;
	height: 300px;
	margin: 23px 0px 0px 0px;
	padding: 0px 4px 4px 4px;
	line-height: 10px;	
}

.P #search {
	float: left;
	width: 310px;
	height: 65px;
	margin: -59px 0 0px 0px; /* zeroing the margin of the last element in the #top div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	background: #828e41;
	padding: 0px 5px 0px 5px;
}

.P #search p {
	color: #fff;
	font-weight: bold;
	font: Helvetica,sans-serif;
	font-size: 15px;
	}


/*LEFT SIDEBAR*/

.P #sidebar {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 121px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 208px;
	padding: 0px 0px 0px 0px;
	background: url("../images/navbar.png");
	background-repeat: no-repeat;
}

.P #sidebar p {
	margin-bottom: 0px;
	margin-top: 0px;
}

.P #sidebarMenu  {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0;
}

.P #sidebarMenu  li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.P #sidebarMenu li a {
	color: #fff; 
	display: block;
	text-align: right;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	line-height: 37px;
	font-size: 12px;
	font-weight: bold;
}

.P #sidebarMenu li a:hover {
	color: #bf3132;
}

.P #bottom {
	display: block;
	background: url("../images/bottom.gif");
	height: 36px;
	width: 803px;
	text-align: center;
	color: #1a7b71;
}

.P #bottom a {
	color: #1a7b71;
	font-size:10px;
	text-decoration: none;
	line-height: 25px;
}
 
.P #footer { 
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.P #form {
	float: right;
	margin: 65px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 470px;
	line-height: 20px;
}

.clearfloat { /* this class should be placed on a div or break element and should be 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;
}