@charset "UTF-8";
body  {
	line-height: 1.4;
	background-image: url(njhicobackground.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color:#666666;
}

ul, ol, li {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}

h1 {
	color: #0776ad;
	font-size: 140%;
	font-size: 130%;
	margin-top: .25em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	
	
h2 {
	font-size: 105%;
	color: #006660;
	margin: 0;
	}
	

p {
	margin-bottom: 0.75em;
	margin-top: 0px;
}



.nospacebelow {
	margin-bottom: 0px;
}

.spaceabove {
	margin-top: .75em;
}


#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FAFBED;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#navbox {
	background-color: #E8EEA7;
} 	

#nav, #nav ul {
	float: left;
	width: 780px;
	list-style: none;
	line-height: 1;
	background-color: #E8EEA7;
	font-size: 12px;
	font-weight: bold;
	border: solid #eda;
	border-width: 1px 0;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#nav a {
	display: block;
	width: 126px;
	w\idth: 122px;
	
	color: #7C6240;
	text-decoration: none;
	padding: 4px 2px;
}

#nav a.daddy {
	background: url(arrows.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10.8em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	text-align: left;
}

#nav li li {
	padding-right: 1em;
	width: 13em;
}

#nav li ul a {
	width: 16em;
	w\idth: 12em;

}

#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #FAFBED;
}

#header { 
	background: #FAFBED;
	margin: 0;
	padding: 0; 
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 




#header h1 {
	margin: 0;
	 /* zeroing the margin of the last element in the #header 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 */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* 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: 100%;
	background-image: url(Picture8.jpg);
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	color: #FFFFFF;
} 

#sidebar1 a:link {
COLOR: #f4e77a;
}
#sidebar1 a:visited {
COLOR: #caf47a;
}
#sidebar1 a:hover {
COLOR: #d4f54f;
}
#sidebar1 .italicsub {
	font-style: italic;
	font-weight: bold;
	color: FAFBED;
}
#sidebar1 .h2 {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: FAFBED;
}
#container #sidebar1 h2 {
	color: FAFBED;
}
#sidebar1 a:active {
COLOR: #00FF00;
}

#mainContent {
	margin: 0px 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
	
	#mainContent ol li {
	margin-left:1.5em;
}
	
#mainContent ul li {
	margin-left: 1.5em;
	list-style=type: none;
	}
	
#mainContent ul li.bull {
	list-style: square;
	bullet-color: #7C6240;
	}
#mainContent a {
	text-decoration: none;
	color: #006699;
	font-weight: normal;
}
#mainContent a:hover, a:active {
	text-decoration: underline;
	color: #009900;
}	

#mainContent a:visited {
	COLOR: #CC6633;
}

#boxalerts {
        
        padding: 9px;
        width:154px;
        height:160px;
		text-align: left;
    }
	
#container #footer a {
	color: #006699;
}

#container #footer a:hover, a:active {
	text-decoration: underline;
	color: #009900;
}	

#container #footer a:visited {
	COLOR: #CC6633;
}


#footer { 
	padding: 0 10px 0 20px; /* .twoColFixLtHdr  this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FAFBED; 
} 
#footer p {
	margin: 0; /*  .twoColFixLtHdr zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.boxaction {
        
       
        
        padding: 9px;
        width:145px;
        height:160px;
    }
.box9 {
	background-image: url(images/ywyf.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:154px;
	height:66px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 13px;
    }
	
.figureright {
	font-style: normal;
	float: right;
	margin-left: 10px;
	width: auto;
	margin-bottom: 5px;
}	


.fltrt { /* this class can be used to float 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 can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearright {
	clear: right;
}
.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;
}
.intro{
line-height: 1.4;
}



    .para6px {
        line-height:6px;
    }
    .para7px {
        line-height:7px;
    }
    .para10px {
        line-height:10px;
    }
.pNormal {}

.bluebold {
	color: #0776ad;
	font-size: 16px;
	font-weight: bold;
}

.bluebolditalic {
	color: #0776ad;
	font-size: 16px;
	font-weight: bold;
	font-style: italic; 
}

.greenhighlight {
	font-weight: bolder;
	color: 006660;
}

.greenitalicbold {
	color: #006660;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}

.highlight {
	font-weight: bold;
	color: #006660;
}

.nobullet {
	list-style-image: none;
}


.photocredit {
	font-size: 80%;
	color: 333333;
	margin-top: 0.2em;
	line-height: 1.4em;
}

.style4 {
	color: #5F5F5F
}


.sidebarwhite {color: #FFFFFF}

.sidebaritalicrunin {
	font-style: italic;
	font-weight: bold;
	color: FAFBED;
}
#mainContent .callout {
	float: right;
	background-color: #0776ad;
	color: #FAFBED;
	text-align: center;
	padding: 10px;
	margin-left: 10px;
	width: 130px;
	font-size: 90%;
	line-height: 1.6em;
}

