@charset "utf-8";
/* CSS Document */

body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #555555;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background: #4D7D27 url(../images/NGG_webdesignBG.jpg) fixed repeat-x top;
}

a:link, a:visited {
	color: #669933;
	text-decoration: none;
}

a:hover, a:active {
	color: #669933;
	text-decoration: underline;
}

#leftnav {
	margin: 10px 0px;
	padding: 0px;
}

#leftnav a:link, #leftnav a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#leftnav a:hover, #leftnav a:active {
	font-weight: bold;
	color: #669933;
	text-decoration: none;
}

div.container {
	margin: 0px auto;
	padding: 1px 0px 1px 0px;
	width: 921px;
	background: url(../images/container-bg.png) repeat-y;
}

div.interior {
	width: 878px;
	margin: 10px 22px 10px 22px;
	padding: 0px;
	border-bottom: 2px #669B31 solid;
	background: url(../images/interior-bg.jpg) repeat-y left;
}

div.interior2 {
	margin: 11px 0px 0px 0px;
	background: url(../images/tee-top.jpg) bottom no-repeat;
}

div.interior3 {
	margin: 0px 0px 11px 0px;
	background: url(../images/tee-bottom.jpg) bottom no-repeat;
	height: 77px;
}

#bottomnav {
	text-align: right;
	padding: 16px 25px 10px 0px;
}

#bottomnav p {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
}

#bottomnav a:link, #bottomnav a:visited {
	margin-left: 10px;
	color: #669933;
	text-decoration: none;
}

#bottomnav a:hover, #bottomnav a:active {
	color: #669933;
	text-decoration: underline;
}

#content {
	margin: 0px 0px 25px 25px;
}

h1 {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

h2 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #669933;
}

#rightnav {
	margin-bottom: 25px;
	margin-left: 25px;
}