@charset "UTF-8";
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/assets/images/leaves-web.jpg);
	background-repeat: repeat;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.nwky-green-class #container-home {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 585px;
	margin-top: 50px;
	z-index: 1;
}
.nwky-green-class #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 850px;
	margin-top: 50px;
	z-index: 1;
}
.nwky-green-class #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	z-index: 2;
	height: 585px;
	background-image:url(/assets/images/content_bg.jpg);
	background-repeat: no-repeat;

}

.nwky-green-class #mainContent-interior {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	z-index: 2;
	height: 775px;
	background-image:url(/assets/images/content_bg_interior.jpg);
	background-repeat: no-repeat;

}

.nwky-green-class #nav {
	position: absolute;
	z-index: 50;
	text-align: right;
	color: #95B931;
	line-height: 18px;
	width: 140px;
	margin: 170px 0 0 0px;
}

.nwky-green-class a {
	color: #95B931;
	text-decoration: none;
}

.nwky-green-class #section-header {
	position: absolute;
	z-index: 60;
	text-align: right;
	color: #95B931;
	line-height: 18px;
	margin: 148px 0 0 286px;
}

.nwky-green-class #section-content {
	font-size: 0.8em;
	position: absolute;
	z-index: 70;
	text-align: left;
	color: #666666;
	line-height: 15px;
	margin: 180px 0 0 286px;
	width: 500px;
	padding: 0px;
}

.nwky-green-class #section-content strong {
	color: #95B931;
}

.nwky-green-class #section-content-home {
	font-size: 0.8em;
	position: absolute;
	z-index: 70;
	text-align: left;
	color: #666666;
	line-height: 15px;
	margin: 180px 0 0 286px;
	width: 500px;
	font-weight: bold;
	padding: 0px;
	
}
.nwky-green-class #section-content li {
	margin-bottom: 5px;
}

.nwky-green-class #logos {
	font-size: 0.8em;
	position: absolute;
	z-index: 80;
	text-align: left;
	color: #666666;
	line-height: 15px;
	font-weight: bold;
	margin-top: 325px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 395px;
}

.nwky-green-class #section-tagline {
	font-size: 0.9em;
	position: absolute;
	z-index: 90;
	text-align: left;
	color: #95B931;
	line-height: 15px;
	margin: 290px 0 0 286px;
	font-weight: bold;
	padding: 0px;
}

.float-right {
	float: right;
	margin: 0 0 10px 10px;


}
