* {
	outline: none;
}

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: none;
}

body {
	background: #75a654 url(../images/bodybg.png) top repeat-x;
	font-family: Trebuchet MS, Arial, sans serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
}

#whitebg {
	background: url(../images/whitebg.png) top center repeat-y;
}

#banner {
	position: relative;
}

#navbar_div {
	background: url(../images/navbg.png) top center no-repeat;
	height: 52px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #132209;
}
#navbar_div a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#navbar_div a:hover {
	text-decoration: underline;
}
#navbar_div .current {
	text-decoration: underline;
}

#navpadding {
	padding: 15px 40px 10px 40px;
}

#content_div {
	padding: 10px 20px;
}

#footer_div {
	padding: 10px 20px;
	color: #4d7036;
}



.clear {
	clear: both;
}

a img {
	border: none;
}

p {
	padding: 0px;
	margin: 9px 0px;
}

a {
	color: #4d7036;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

#logo {
	position: absolute;
	left: 0px;
	top: 20px;
	padding: 0px;
	margin: 0px;
	width: 381px;
	height: 106px;
	background: url(../images/logo.png);
	text-indent: -3333px;
	overflow: hidden;
}

#logo a {
	display: block;
	width: 381px;
	height: 106px;
}

#address {
	text-align: right;
	position: absolute;
	top: 20px;
	right: 340px;
	color: #4d7036;
}

#newsletter {
	width: 303px;
	height: 74px;
	background: url(../images/newsletter.png);
	position: absolute;
	right: 0px;
	top: 55px;
}
#newsletter input.address {
	position: absolute;
	top: 40px;
	left: 18px;
	border: none;
	background: none;
	width: 200px;
	color: #666666;
	font-style: italic;
}
#newsletter input.submit {
	cursor: pointer;
	height: 24px;
	width: 64px;
	background: url(../images/signup.png);
	position: absolute;
	left: 225px;
	top: 37px;
	border: none;
	text-indent: -3333px;
	overflow: hidden;
}

#supernav {
	text-align: right;
	position: absolute;
	top: 20px;
	right: 0px;
	color: #c1c1c1;
}
