/* ********************************************************************************* */
/* general styles */
/* ********************************************************************************* */
* {margin:0; padding:0;}

html {height:100.1%;}

body  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333333;
	text-align:center;
	background-color: #E4D8F1;
	background-image:url(/nbhsw/images/background.jpg);
	background-repeat:repeat-x;
	}
	body a:link,  body a:visited {color:#CF1001; text-decoration:none;}
	body a:hover,  body a:active {text-decoration:underline;}

h1 {
	width:790px;
	height:109px;
	margin-top:35px;
	background-image:url(/nbhsw/images/logo.gif);
	text-indent:-9999em;
	}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
	text-decoration:underline;
	color:#623F84;
	margin-bottom:35px;
	}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#623F84;
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:15px;
	}
	#localnav h3 {color:#A578D1;}

h4 {
	font-size:1.1em; 
	font-weight:bold; 
	margin-bottom:0px;
	margin-top:50px;
	}

h5 {
	font-weight:bold; 
	}

img {
	border-style:none;
	}

.highlight {
	font-weight:bold;
	}

.small {
	font-size:0.75em;
	padding-top:50px;
	}

.float_left {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	}

.float_right {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	}

.first {
	margin-top:20px;
	}

#phw_logo {
	margin-top:35px;
	}

/* ********************************************************************************* */
/* search form styles */
/* ********************************************************************************* */
#leftnav input.search {
	border:1px #999999  solid;
	background-color:#F4F4F4;
	background-image:url(/nbhsw/images/input_bg.jpg);
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:10px;
	}
	#leftnav input.search:focus {background-image:none; background-color:#FFFFCC;}

#leftnav input.search_go {margin-bottom:5px;}

#leftnav label {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
	color:#623F84;
	}

#leftnav fieldset {border:none;}



/* ********************************************************************************* */
/* leaflet table styles */
/* ********************************************************************************* */

#documents {
	font-size:0.8em;
	background-color: #CCCCCC;
	text-align: left;
	margin: 0px 0px 20px 0px;
	}

#documents table a:link, #content table a:visited, #content table a:active {color:#333333; text-decoration: none;}
#documents table a:hover {color:#CF1001; text-decoration:underline;}

#documents thead th , #documents foot th {
	font-weight: bold;
	padding:10px;
	background-color:#E2E2E2;
	color:#333333;
	}

#documents td {
	vertical-align: middle;
	background-color:#FFFFFF;
	border-bottom: 1px solid  #F1F1F1;
	padding:10px;
	color:#333333;
	}

#documents tr.odd,#documents  tr.odd td {
	background-color:#F2F2F2;
	border-bottom: 1px solid #F1F1F1;
	}



/* ********************************************************************************* */
/* feedback table styles */
/* ********************************************************************************* */
#tblFeedback table {
	border:1px #666666 solid;
	background-color: #FFFFFF;
	text-align: left;
	margin: 20px 0px 20px 0px;
	}

#tblFeedback thead th {
	font-weight: bold;
	padding:10px;
	background-color:#D1BBE8;
	color:#FFFFFF;
	}

#tblFeedback td {
	vertical-align: middle;
	background-color: #F3EEF9;
	border-bottom: 2px solid #D1BBE8;
	padding:10px;
	}



/* ********************************************************************************* */
/* navigation styles */
/* ********************************************************************************* */
#skipnav {
	display:none;
	}

#leftnav {
	width:140px;
	float:left;
	}
	#leftnav a:link,  #leftnav a:visited {color:#666666;}
	#leftnav a:hover,  #leftnav a:active {color:#CF1001; text-decoration:underline;}
	#leftnav li {
		list-style-type:none;
		margin-bottom:10px;
		font-size:0.85em;
		padding:0;
		/*background-image:url(/nbhsw/test/images/bullet.gif);
		background-position:top left;
		background-repeat:no-repeat;
		padding:0px 0px 0px 12px; */
		}

#rightnav {
	width:140px;
	float:right;
	padding-right:65px;
	}
	#rightnav a:link,  #rightnav a:visited {color:#666666;}
	#rightnav a:hover,  #rightnav a:active {color:#CF1001; text-decoration:underline;}
	#rightnav li {
		list-style-type:none;
		margin-bottom:10px;
		font-size:0.85em;
		padding:0;
		}

ul#questionsoptions, ul#newsoptions {margin-bottom:46px;}

ul#topnav {
	list-style:none; 
	margin:35px 65px 0px 65px;
	padding-bottom:5px;
	border-bottom:#A578D1 2px solid;
	}
	ul#topnav li {
		display:inline; 
		font-size:0.85em; 
		margin-right: 20px;
		padding-right: 20px;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #999999;
		}
	ul#topnav a:link,  #topnav a:visited {color:#666666;}
	ul#topnav a:hover,  #topnav a:active {color:#CF1001; text-decoration:underline;}


ul#footernav {
	list-style:none; 
	width:660px;
	margin-left:270px;
	padding-bottom:50px;
	clear:both;
	}
	ul#footernav li {
		display:inline; 
		font-size:0.85em; 
		margin-right: 15px;
		padding-right: 15px;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #999999;
		}
	ul#footernav a:link,  #footernav a:visited {color:#666666;}
	ul#footernav a:hover,  #footernav a:active {color:#CF1001; text-decoration:underline;}



/* ********************************************************************************* */
/* layout styles */
/* ********************************************************************************* */
#pagecontainer {
	border-top:#A578D1 20px solid;
	margin: 0px auto 0px auto;
	width:80%;
	min-width:790px;
	text-align:left;
	background-color: #FFFFFF;
	}

#contentcontainer {
	margin:65px 0px 35px 65px;
	}

#content {
	margin-left:205px;
	margin-right:270px;
	padding-bottom:30px;
	border-bottom:1px  #A578D1 solid;
	}
	#content p {margin: 20px 0px 20px 0px;}
	#content .pdf {
		border:1px #999999 dotted;
		padding:10px 10px 10px 36px;
		background-color:#FFFFCC;
		background-image:url(/nbhsw/images/pdf.gif);
		background-position: 10px 10px;
		background-repeat:no-repeat;
		padding-left:36px;
		margin: 65px 0px 20px 0px;
		}
	#content a:link,  #content a:visited {color:#D31C1D;}
	#content ul {margin-top:20px;}
	#content li {margin-left:35px; margin-bottom:10px; list-style-type:square;}
