html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #e9e9e9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

a { outline: none; }
.clear { clear: both; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.fleft { float: left; }
.red { color: #B81F3A; }
.bold { font-weight: bold; }

a img { border: 0 none; }

div.pageWrap {
	background: url('../images/page_bg.png') repeat scroll 0 0 white;
	margin: 0 auto;
	width: 1024px;
}

div.headerWrap {
	background: url('../images/header_bg.jpg') no-repeat scroll 0 0 transparent;
	height: 186px;
}

#logo {
	margin-left: 20px;
}

div.navWrap {
	background-color: #5CAC3A;
}

div.navItem {
	background-color: #21441A;
	float: left;
	height: 40px;
	margin: 8px;
	width: 154px;
}

div.navItem > a {
	color: yellow;
	display: block;
	font-size: 18px;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	width: 154px;
}

div.navItem:hover {
	background-color: #77dd4c;
}

div.navItem:hover ul {
	display: block;
}

div.navItem ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div.navItem li {
	position: relative;
}

.subuls {
	display: none;
	position: absolute;
	top: 1.2em;
	left: 0;
	//background-color: #a7e78c;
	background-color: #21441A;
	border: 1px solid black;
}

.subuls li {
	margin: 10px;
	width: 100%;
}

.subuls li a {
	color: white;
	font-size: 16px;
	margin: 10px;
	text-decoration: underline;
}

div.navItem > ul {
	top: auto;
	left: auto;
}

div.mainWrap {
	background-color: transparent;
}

div.footerWrap {
	background: url('../images/footer_bg.png') no-repeat scroll 0 0 transparent;
	height: 210px;
	width: 1024px;
}

div.footerWrap2 {
	background: url('../images/footer_bg2.jpg') no-repeat scroll 0 0 transparent;
	height: 271px;
	width: 1024px;
}

h1.mainh1 {
	color: #056839;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

h1.recycleh1 {
	color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
}

h2.topHeading2 {
	font-size: 32px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}

h3.topHeading3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
}

#rrs {
	vertical-align: middle;
	width: 500px;
}

div.leftCol {
	padding: 0 10px 20px 20px;
	width: 221px;
}

p.lockout {
	font-size: 14px;
	margin: 60px 0 0 0;
	padding: 0;
	text-align: center;
}

img.freelockout {
	display: block;
	margin: 20px 20px 10px;
	width: 181px;
}

p.left2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.rightCol {
	padding: 0 20px 20px 10px;
	width: 221px;
}

div.centerCol {
	padding: 0 10px 20px;
	width: 502px;
}

#buttonImg {
	width: 216px;
}

#recycle {
	margin-top: 24px;
	width: 216px;
}

p.order1 {
	color: #056839;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 0;
	padding: 0;
}

p.order2 {
	color: #056839;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

p.order3 {
	color: black;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

div.formTitle {
	background: url('../images/bw_grad.jpg') no-repeat scroll center bottom transparent;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	padding-top: 35px;
	width: 398px;
}

div.formbg3 {
	background: url('../images/form_bg.jpg') no-repeat scroll center bottom #5CAC3A;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 398px;
}

div.formbg2 {
	background-color: #C5B699;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 15px;
	width: 398px;
}

div.formbg1 {
	background-color: #056839;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 0 auto;
	padding: 15px;
	width: 428px;
}

div.formbg3 input {
	display: block;
	font-size: 20px;
	margin: 25px auto 0;
	text-align: center;
	width: 218px;
}

div.formbg3 label {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}

div.formInstructions {
	padding: 15px 0;
}

p.formInstructions {
	font-size: 9px;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.buttons {
	text-align: center;
}

div.slides {
	height: 129px;
	padding: 40px 0;
}

div.slide {
	border: 1px solid #000000;
	float: left;
	height: 129px;
	width: 254px;
}

div.topSlides {
	padding: 40px 0 20px;
}

div.topSlide {
	float: left;
	width: 256px;
}

p.tsTop {
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
}

img.tsImg {
	display: block;
	height: 150px;
	margin: 0 auto;
}

p.tsBottom {
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
}

h2.howTitle {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 10px 20px;
}

p.howSubtext {
	font-size: 16px;
	margin: 0;
	padding: 0 20px;
}

p.howSubtext a {
	font-size: 14px;
}

h2.howSubtitle {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 20px 40px 0;
}

p.howSubsubtext {
	font-size: 16px;
	margin: 0;
	padding: 10px 40px 0;
}

div.howSpacer {
	height: 40px;
}

/* Recycle Form */
div.rform {
	width: 400px;
	margin: 0 auto;
}

fieldset {
	background-color: #0B9444;
	border: 0 none;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	margin: 20px 0;
	padding: 20px;
	width: 400px;
}

fieldset input {
	float: right;
	font-size: 20px;
	clear: both;
	width: 400px;
	margin: 4px 0;
	padding: 2px;
}

a.rsendButton {
	background-color: #0B9444;
	color: #FFF200;
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 10px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 200px;
}

a.rsendButton:hover, a.inkButton:hover { background-color: #90BD5E; }

p.rmsg {
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 10px;
	padding: 0;
	text-align: center;
}

a.inkButton {
	background-color: #0B9444;
	color: #FFF200;
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 20px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 300px;
}

h2.recInfo {
	text-align: center;
}