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

* {
	margin:0;
		}
		
body {
	background-image:url('images/Inside-recycle-chips.jpg');
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
p {
	font-size:12px;
	line-height:1.25em;
	}
	
ul.features li {
	font-size:12px;
	line-height:1.25em;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	}
	
td {
	font-size:10px;
	color:#000;
	}
	
#wrapper {
	width:100%;
	}
	
#innerWrapper {
	height:100%;
	width:760px;
	margin:0 auto;
	text-align: left;
	}
	
#greenRule {
	position:relative;
	top:106px;
	background-color:#4F7921;
	height:2px;
	clear:none;
	}
	
#header {
	height:106px;
	}
	
#footer {
	height:20px;
	background-color:#4F7921;
	text-align:center;
	clear:both;
	}
	
#footerLeft {
	padding-left:5px;
	padding-top:3px;
	width:147px;
	text-align:left;
	float:left;
	}
	
#footerCenter {
	padding-top:3px;
	width:456px;
	text-align:center;
	float:left;
	}
	
#footerRight {
	padding-right:5px;
	padding-top:3px;
	width:147px;
	text-align:right;
	float:left;
	}
	
#tree {
	float:right;
	height:106px;
	}
	
#logo {
	float:left;
	width:200px;
	margin-top:36px;
	}
	
#tag {
	float:right;
	padding-top:5px;
	}
	
#questionMark {
	background-image:url('images/questionMark.png');
	background-repeat: no-repeat;
	background-position: 346px 12px;
	}
	
#greenBackground {
	background-color: #4F7921;
	text-align:center;
	}
	
.pull {
	padding:20px 10px 10px 10px;
	text-align:center;
	font-size:30px;
	color:#ACC096;
	line-height:1em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	}
	
.footerText {
	font-size:9px;
	color:#fff;
	}
	
.tag {
	font-size:16px;
	}
	
.green {
	color:#4F7921;
	}
	
.grey {
	color:#666;
	}
	
.white {
	color:#fff;
	}
	
.popup {
	font-size:12px;
	color:#4F7921;
	}
	
.homeLinks {
	font-size:12px;
	color:#4F7921;
	text-decoration: underline;
	}
	a.homeLinks:link {text-decoration: underline;}
	a.homeLinks:visited {text-decoration: underline; color: #4F7921;}
	a.homeLinks:active {text-decoration: underline; color: #4F7921;}
	a.homeLinks:hover {text-decoration: underline; color: #4F7921;}
	
.dealerLinks {
	font-size:11px;
	color:#000;
	text-decoration: none;
	}
	a.homeLinks:link {text-decoration: underline;}
	a.homeLinks:visited {text-decoration: underline; color: #999;}
	a.homeLinks:active {text-decoration: underline; color: #000;}
	a.homeLinks:hover {text-decoration: underline; color: #000;}
	
.pdfLinks {
	font-size:12px;
	color:#000;
	text-decoration: underline;
	}
	a.homeLinks:link {text-decoration: underline;}
	a.homeLinks:visited {text-decoration: underline; color: #4F7921;}
	a.homeLinks:active {text-decoration: underline; color: #4F7921;}
	a.homeLinks:hover {text-decoration: underline; color: #4F7921;}
	
.footLinks {
	font-size:9px;
	color:#fff;
	text-decoration: none;
	}
	a.footLinks:link {text-decoration: none;}
	a.footLinks:visited {text-decoration: none; color: #fff;}
	a.footLinks:active {text-decoration: none; color: #fff;}
	a.footLinks:hover {text-decoration: underline; color: #fff;}
	
/* nav */
ul#navlist
	{
	position:relative;
	top:3px;
	
	white-space:nowrap;
	font-size:11px;
	}

#navlist li
	{
	display: inline;
	list-style-type: none;
	}

#navlist a {
	padding: 3px 8px;
		}

#navlist a:link, #navlist a:visited
	{
	color: #fff;
	background-color: #4F7921;
	text-decoration: none;
	}

#navlist a:hover
	{
	color: #fff;
	background-color: #385618;
	text-decoration: none;
	}
	
.currentTopLink
	{
	color: #fff;
	background-color: #385618;
	text-decoration: none;
	}
	
/* End Nav */


/* secondary nav */
ul#navlist2
	{
	position:relative;
	top:3px;
	
	white-space:nowrap;
	font-size:10px;
	height:21px;
	}

#navlist2 li
	{
	display: inline;
	list-style-type: none;
	}

#navlist2 a {
	padding: 3px 0;
	margin: 0 10px;
		}

#navlist2 a:link, #navlist2 a:visited
	{
	color: #4F7921;
	text-decoration: none;
	}

#navlist2 a:hover
	{
	color: #385618;
	text-decoration: none;
	background-image:url(images/secNav_background2.jpg);
	background-repeat:repeat-x;
	}
	
.currentLink {
	text-decoration: none;
	background-image:url(images/secNav_background.jpg);
	background-repeat:repeat-x;
	}
	
/* End secondary nav */
