body, html {
	margin: 0;
	padding: 0;
	}
html {
	background: #f7f9f6 url(njf-html-bg.png) repeat-x top center ;
	height: 100%
	}
body {
	min-height: 100%;
	height: 100%
	}

/* Common styles */

.color-white {
	color: #eee !important;
	text-shadow: 0 0 2px #666;
	}
.color-lightblue {
	color: #aaddf6 !important;
	text-shadow: 0 0 2px #666;
	}
.clearcut {
	clear: both;
	position: relative;
	height: 1px;
	}
a {
	text-decoration: none;
	color: #006495;
	}
a:hover {
	text-decoration: underline;
	}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
hr {
	height: 1px;
	border: 0;
	color: #ccc;
	background-color: #ccc;
	margin: 8px 0 12px 0;
	}
img {
	border: 0;
	}

/* Container */

#njf {
	position: relative;
	background: #fff url(njf-bg.png) top center repeat-y;
	width: 1000px;
	margin: 0px auto;
	min-height: 100%;
	-moz-box-shadow: 0 0 10px #333;-webkit-box-shadow: 0 0 10px #333;box-shadow: 0 0 10px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#333333')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#333333');
	}

/* Header */

#njf-head {
	position: relative;
	height: 119px;
	background: url(njf-head-bg.jpg) top left no-repeat;
	width: 1000px;
	}
	#njf-head-logo {
		position: absolute;
		top: 13px;
		left: 13px;
		width: 129px;
		height: 127px;
		}
	#njf-head-tagline {
		position: absolute;
		top: 37px;
		left: 150px;
		width: 300px;
		height: 50px;
		}
		#njf-head-tagline p {
			font: 16px/18px arial,sans-serif;
			color: #2b2b2b;
			}
	#njf-head-nav {
		position: absolute;
		top: 84px;
		left: 150px;
		width: 750px;
		height: 35px;
		}
		#njf-head-nav ul {
			padding: 0;
			margin: 0;
			list-style-type: none;
			}
			#njf-head-nav li {
				display: block;
				float: left;
				height: 35px;
				margin: 0;
				padding: 0;
				}
				#njf-head-nav li p {
					display: block;
					text-decoration: none;
					font: 14px/14px arial,sans-serif;
					color: #fff;
					margin: 0;
					padding: 11px 12px 10px 12px;
					text-shadow: 0 0 2px #333;
					}
				#njf-head-nav  li:first-child p  {
					padding: 11px 12px 10px 0;
					}


/* Footer */

#njf-foot {
	position: absolute;
	height: 58px;
	bottom: 0;
	background: #3e4346;
	overflow: hidden;
	clear: both;
	width: 1000px;
	}
	#njf-foot-inner {
		position: relative;
		padding: 10px 20px 0 20px;
		}
		#njf-foot-inner a {
			color: #fff;
			font: 12px/21px arial, sans-serif;
			padding-right: 20px;
			}
		#njf-foot-inner p {
			color: #b7c7c2;
			font: 12px/18px arial, sans-serif !important;
			}
		#njf-foot-inner ul {
			margin: 0;
			padding: 0;
			}
		#njf-foot-inner li {
			display: inline;
			font: 12px/18px arial, sans-serif !important;
			}
/* Body */

#njf-main {
	position: relative;
	padding-bottom: 68px;
	}
	#njf-main-content {
		position: relative;
		float: left;
		width: 630px;
		padding: 20px 20px 0 20px;
		font-family: arial,sans-serif;
		color: #313639;
		font-size: 14px;
		line-height: 19px;
		font-weight: normal;
			}
		#njf-main-content h1, #njf-main-content h2, #njf-main-content h3, #njf-main-content h4, #njf-main-content h5, #njf-main-content h6 {
			font-family: arial,sans-serif;
			padding: 0 0 10px 0;
			color: #3e4346;
			font-size: 24px;
			line-height: 24px;
			font-weight: normal;
			}
		#njf-main-content h2 {
			font-size: 18px;
			line-height: 20px;
			}
		#njf-main-content h3 {
			font-size: 16px;
			line-height: 17px;
			}
		#njf-main-content h4 {
			font-size: 14px;
			line-height: 15px;
			font-weight: bold;
			}
		#njf-main-content h5 {
			font-size: 16px;
			line-height: 20px;
			color: #4d917c;
			}
		#njf-main-content h6 {
			font-size: 20px;
			line-height: 20px;
			font-weight: bold;
			margin: 20px 0 10px 0;
			}
		#njf-main-content p, #njf-main-content li, #njf-main-content td, #njf-main-content small {
			font-family: arial,sans-serif;
			padding: 0 0 10px 0;
			color: #313639;
			font-size: 14px;
			line-height: 19px;
			font-weight: normal;
			}
	#njf-main-widget {
		position: relative;
		float: left;
		width: 290px;
		padding: 0 20px;
		}
		#njf-main-widget  ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
				}
				#njf-main-widget .widget-container {
					display: block;
					width: 290px;
					margin: 20px 0 0 0;
					padding: 0;
					}
				#njf-main-widget h1, #njf-main-widget h2, #njf-main-widget h3, #njf-main-widget h4, #njf-main-widget h5, #njf-main-widget h6 {
					font: normal 15px/16px arial,sans-serif;
					color: #111;
					margin: 0 0 8px 0;
					padding: 0 0 4px 0;
					border-bottom: 1px solid #006495;
					}
				#njf-main-widget p, #njf-main-widget li, #njf-main-widget td {
					font: 12px/15px arial,sans-serif;
					padding: 0 !important;
					margin: 0 0 5px 0 !important;
					}
				#njf-main-widget p {
					margin: 0 0 8px 0;
					}
				#njf-main-widget ul ul {
					margin: 0 0 8px 0 !important;
					padding: 0 0 8px 15px !important;
					list-style-type: circle;
					}