body {
	margin: 0;
	padding: 0;
	font: small Helvetica, Arial, sans-serif;
/*	font-size: 12px; */
}

#wrapper {
	background-color: #ffffff;
	color: black;
	margin: 0 0 0 0;
	width: 800px;
	padding: 1px;
}

/***** H E A D E R *****/

#header {
	margin: 0;
	padding: 0;
/*	border: 1px solid black; */
	background-color: #ffffff;
}

#masthead {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

/*
#logo {
	float: left;
	width: 125px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	text-align: center;
	color: #ffffff;
}
*/
#logo {
	float: left;
	width: 125px;
	text-align: center;
	color: #ffffff;
/*	background-image: url("images/NHCC_FrontDoor.jpg");
	background-repeat: no-repeat;
	background-position: center center; */
/*	height: 13em; */
}


#title {
	margin: 0 0 0 135px;
	background-color: #ffffff;
	text-align: center;
	font-size: x-large;
	height: 147px;
}

#rightblock {
	float: right;
	width: 100px;
	padding-left: 0px;
	height: 147px;
/*	border-left: 1px dotted red; */
/*	background-color: #d2e2ef; */
/*    background-color: ivory; */
}

/***** ALERT BLOCK :: UPPER RIGHT *****/
#alertNav {
	clear: both;
	text-align: center;
	font: small Arial, Helvetica, Verdana, sans-serif;
}
#alertNav ul {
/*	list-style: none; */
	margin: 0;
	padding: 0 0 0 0;
	text-align: center center;
	width: 100%;
	height: 140px;
/*
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
 */
	border-left: 1px solid #b9d2e3;
}
#alertNav ul li {
	display: inline;
	background-color: #fdf8f2;
	color: #050845;
}
#alertNav ul li a:link, #alertNav ul li a:visited {
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}
#alertNav ul li a:hover {
	text-decoration: none;
	background-color: #369;
	color: #ffffff;
}

/***** TOP NAVIGATION MENU *****/
#topnav {
	clear: both;
	text-align: center;
	font: small Arial, Helvetica, Verdana, sans-serif;
}
#topnav ul {
/*	list-style: none; */
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	width: 100%;
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
}
#topnav ul li {
	display: inline;
	background-color: #fdf8f2;
	color: #050845;
}
#topnav ul li a:link, #topnav ul li a:visited {
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}
#topnav ul li a:hover {
	text-decoration: none;
	background-color: #369;
	color: #ffffff;
}

/***** LEFT NAVIGATION MENU *****/
#leftnav {
	float: left;
	width: 125px;
	background-color: #ffffff;
	text-align: center;
/*	border-right: 1px solid #d2e2ef; */
	font: small Arial, Helvetica, Verdana, sans-serif;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftnav ul li {
	background-color: #ffffff;
	color: #050845;
	border-bottom: 1px dotted #b9d2e3;
	padding: 3px;
}
#leftnav ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}
#leftnav ul li a:hover {
	text-decoration: none;
	background-color: #d2e2ef;
	color: #000000;
}

#main {
	clear: both;
	margin-top: 1px;
}

/***** TOP NAVIGATION MENU WITHIN CONTENT DIV *****/
#contentTopNav {
/*	clear: both; */
	text-align: center;
	font: 1.0em Arial, Helvetica, Verdana, sans-serif;
}
#contentTopNav ul {
/*	list-style: none; */
	margin: 0;
	padding: 0 0 0 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	text-align: center;
	width: 100%;
/*
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
*/
}

#contentTopNav ul li {
	display: inline;
	background-color: #050845;
	color: #fdf8f2;
/*
	background-color: #fdf8f2;
	color: #050845;
*/
}

#contentTopNav ul li a:link, #contentTopNav ul li a:visited {
	text-decoration: none;
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
}

#contentTopNav ul li a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
/*	color: #369; */
/*
	background-color: #369;
	color: #ffffff;
*/
}


/***** C O N T E N T *****/
#A {
/*    background-color:#ffffff; */
    padding:5px;
    float:left;
    width:48%;
/*    width:262px; */
/*	border-left: 1px solid #b9d2e3; */
}
#B {
/*    background-color:#ffffff; */
    padding:5px;
    float:right;
    width:48%;
/*    width:262px; */
/*	border-right: 1px solid #b9d2e3; */
}
#C {
/*    background-color:#ffffff; */
	float: right;
	width: 100px;
	border: 1px solid black;
}
#D {
    clear: both;
	background-color:#ffffff;
    padding:5px;
    float:left;
    width: 95%;
/*    width:543px; */
/*    border-left: 1px solid #b9d2e3;
    border-right: 1px solid #b9d2e3; */
}
#D_Left {
	clear: both;
	float: left;
	width: 40%;
	padding:5px;
	background-color: #b9d2e3;
}
#D_Right {
	float: right;
	width: 40%;
	padding:5px;
	font-size: 0.7em;
	background-color: #b9d2e3;
/*	border: 1px solid black; */
}

#content {
/*	border: 1px solid black; */
/*	background-color:#ffffff; */
	margin: 0 110px 0 135px;
	border-left: 1px solid #b9d2e3;
	border-right: 1px solid #b9d2e3;
	min-height: 600px;
	padding-left: 1em;
	padding-right: 1em;
/*	display: block; */
}

#content *.A {
    display:block;
}
#content *.B {
    display:block;
}
#content *.C {
    display:block;
}

#content *.D {
    clear: both;
    display:block;
/*	border-top: 1px solid #b9d2e3; */
/*	border-left: 1px solid #b9d2e3;
	border-right: 1px solid #b9d2e3; */
	border: 1px solid #b9d2e3;
}
#D *.D_Left {
	display: block;
}
#D *.D_Right {
	display: block;
}
#content *.D_Left {
	display: block;
}
#content *.D_Right {
	display: block;
}


#pages {
/*	padding:10px */
	float: left;
/*    margin: 30 0 0 30;
	background-color: yellow; */
	width:96%;

}

#pages h1 {
	font-size:1.35em;
	font-weight:normal;
	color:#ffffff;
	background-color: #000000;
	text-align:center;
}

#pages h4 {
	font-size:1.5em;
	font-weight:normal;
	color:#990000;
	background-color: #ffffff;
	text-align:left;
}
/*
#content h1 {
	font-size:1.35em;
	font-weight:normal;
	color:#ffffff;
	background-color: #000000;
	text-align:center;
}

#content h4 {
	font-size:1.5em;
	font-weight:normal;
	color:#990000;
	background-color: #ffffff;
	text-align:left;
}
*/

#content *.pages {
	display:block;
}



#sidebar {
	float: right;
	width: 100px;
	padding-left: 3px;
/*	border-left: 1px solid #d2e2ef; */
/*	border: 1px solid black; */
/*	background-color: #ffffff; */
}

/***** SPACER *****/
#spacer {
	clear: both;
	float: left;
	font-size: 0.1em;
}

/***** F O O T E R *****/
#footer {
	clear: both;
	margin-top: 1px;
	border-top: 1px solid #b9d2e3;
	background-color: #ffffff;
	text-align: center;
	font-size: x-small;
}


/***** QUOTE NAVIGATION MENU *****/
#quotenav {
/*	clear: both; */
	text-align: center;
	font: 0.9em Arial, Helvetica, Verdana, sans-serif;
}
#quotenav ul {
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	width: 100%;
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
}
#quotenav li {
/*	display: inline; */
    display: block;
	background-color: #fdf8f2;
	color: #050845;
}
#quotenav a:link, #topnav a:visited {
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}
#quotenav a:hover {
	text-decoration: none;
	background-color: #369;
/*	background-color: #0000cc; */
	color: #ffffff;
}

/* NAVIGATION ELEMENTS FOR SIDBAR */
/* See Quote List */
#quotnav {
	float: left;
	width: 100px;
	background-color: #ffffff;
	text-align: center;
/*	border-right: 1px solid #d2e2ef; */
	font: 0.9em Arial, Helvetica, Verdana, sans-serif;
}
#quotnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quotnav ul li {
	background-color: #ffffff;
	color: #050845;
	border-top: 1px dotted #b9d2e3;
	border-bottom: 1px dotted #b9d2e3;
	padding: 3px;
}
#quotnav ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}
#quotnav ul li a:hover {
	text-decoration: none;
	background-color: #d2e2ef;
	color: #000000;
}

/* Suggest a Quote */
#quotsugg {
	float: left;
	width: 100px;
	background-color: #ffffff;
	text-align: center;
/*	border-right: 1px solid #d2e2ef; */
	font: 0.9em Arial, Helvetica, Verdana, sans-serif;
}
#quotsugg ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quotsugg ul li {
	background-color: #ffffff;
	color: #050845;
	border-top: 1px dotted #b9d2e3;
	border-bottom: 1px dotted #b9d2e3;
	padding: 3px;
}
#quotsugg ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}
#quotsugg ul li a:hover {
	text-decoration: none;
	background-color: #d2e2ef;
	color: #000000;
}

/* Announcements */
#announce {
	float: left;
	width: 100px;
	background-color: #ffffff;
	text-align: center;
/*	border-right: 1px solid #d2e2ef; */
	font: 0.9em Arial, Helvetica, Verdana, sans-serif;
}
#announce ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#announce ul li {
	background-color: #ffffff;
	color: #050845;
	border-top: 1px dotted #b9d2e3;
	border-bottom: 1px dotted #b9d2e3;
	padding: 3px;
}
#announce ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}
#announce ul li a:hover {
	text-decoration: none;
	background-color: #d2e2ef;
	color: #000000;
}

/***** BUTTON *****/
#button {
	float: left;
	width: 100px;
	background-color: #ffffff;
	text-align: center;
	font: 0.7em Arial, Helvetica, Verdana, sans-serif;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
/*	border: 1px solid #b9d2e3; */
}
#button ul li {
	background-color: #fdf8f2;
	color: #050845;
/*	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;*/
	border: 1px solid #b9d2e3;
	padding: 2px;
}
#button ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}
#button ul li a:hover {
	text-decoration: none;
	background-color: #369;
	color: #ffffff;
}

/***** MAP *****/
#map {
	float: center;
	width: 250px;
	background-color: #ffffff;
	text-align: center;
	font: 1.5em Arial, Helvetica, Verdana, sans-serif;
}
#map ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
/*	border: 1px solid #b9d2e3; */
}
#map ul li {
	background-color: #fdf8f2;
	color: #050845;
/*	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;*/
	border: 1px solid #b9d2e3;
	padding: 2px;
}
#map ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}
#map ul li a:hover {
	text-decoration: none;
	background-color: #369;
	color: #ffffff;
}

/***** MAP30 *****/
#map30 {
	float: center;
	width: 100px;
	background-color: #ffffff;
	text-align: center;
	font: 0.9em Arial, Helvetica, Verdana, sans-serif;
}
#map30 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
/*	border: 1px solid #b9d2e3; */
}
#map30 ul li {
	background-color: #fdf8f2;
	color: #050845;
/*	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;*/
	border: 1px solid #b9d2e3;
	padding: 2px;
}
#map30 ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}
#map30 ul li a:hover {
	text-decoration: none;
	background-color: #369;
	color: #ffffff;
}

/***** THIS WEEK *****/
#ThisWeek {
	float: center;
	width: 240px;
	background-color: #ffffff;
	text-align: center;
	font: 1.5em Arial, Helvetica, Verdana, sans-serif;
}
#ThisWeek ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
/*	border: 1px solid #b9d2e3; */
}
#ThisWeek ul li {
	background-color: #fdf8f2;
	color: #050845;
/*	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;*/
	border: 1px solid #b9d2e3;
	padding: 2px;
}
#ThisWeek ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}
#ThisWeek ul li a:hover {
	text-decoration: none;
	background-color: #369;
	color: #ffffff;
}

