a {
	color: #FFFF81;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0px;
}

body, td, th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	color: #84BF16;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -5px;
}

h1 strong {
	color: #FFFFFF;
}

h1 a, h1 a:hover {
	color: #84BF16;
	text-decoration: none;
}

h2 {
	color: #84BF16;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: -5px;
}

h2 a, h2 a:hover {
	color: #84BF16;
	text-decoration: none;
}

#banner {
	margin: 26px 0px 27px -10px;
}

#container {
	width: 100%;
}

#copyright {
	color: #2F9027;
	float: left;
}

#footer {
/*	border-top: 1px solid #84BF16;*/
	font-size: 10px;
}

#footerlinks {
	border-bottom: 1px solid #84BF16;
	border-top: 1px solid #84BF16;
	margin: 10px 0px;
	width: 750px;
}

#footerlinks h1 {
	margin: 0px;
	padding-left: 5px;
}

#footerlinks .flank {
	width: 22px;
	vertical-align: bottom;
}

#footerlinks .middle {
	width: 236px;
}

#footerlinks .sides {
	width: 235px;
}

#footerlinks .center {
	background-color: #25701E;
	font-weight: normal;
}

#footerlinks .center .middle {
	padding-left: 5px;
	width: 236px;
	text-transform: uppercase;
}

#footerlinks .center .middle a, #footerlinks .center .middle  a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footerlinks .center .sides {
	padding-left: 5px;
	width: 235px;
	text-transform: uppercase;	
}

#footerlinks .center .sides a, #footerlinks .center .sides  a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footerlinks .bottom {
	vertical-align: top;
}

#footerlinks .bottom a {
	float: right;
}

#footerlinks .bottom .middle {
	padding: 5px;
	width: 236px;
}

#footerlinks .bottom .sides {
	padding: 5px;
	width: 235px;
}

#footernav {
	float: right;
}

#main {
	background-color: #004C1E;
	background-image: url(images/ecojunk_logo.png);
	background-repeat: no-repeat;
	background-position: top right;
	border-top: 1px solid #84BF16;
	border-left: 1px solid #84BF16;
	border-right: 2px solid #006633;
	border-bottom: 2px solid #006633;
	padding: 0px 10px;
	/*height: 600px;*/
	width: 750px;
	text-align: left;
}

#right {
	float: right;
	padding-top: 140px;
	width: 255px; 
}

#topnav {
	background-color: #84BF16;
	background-image: url(images/top_nav.gif);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	height: 20px;
	margin-left: 8px;
	width: 448px;
}

.box_filled {
	background-color: #2F9027;
	padding: 11px 10px;
}

.box_filled1 {
	position: relative;
        top: 0px;
        background-color: #2F9027;
	padding: 11px 10px;
}


.box_filled h1, .box_outline h1 {
	margin-top: 0px;
}

.box_outline {
	border-color: #2F9027;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}

.headingsub {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

.headingsub a {
	color: #FFFF81;
	text-decoration: none;
}

.headingsub a:hover {
	color: #FFFF81;
	text-decoration: underline;
}

.pricing {
	border: 1px solid #004C1E;
}

.pricing th {
	background-color: #25701E;
	border: 1px solid #004C1E;
	color: #FFFF81;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.pricing td {
	border: 1px solid #004C1E;
}

.row_even, .row_even td {
	background-color: #FFFFFF;
	color: #000000;
}

.row_odd, .row_odd td {
	background-color: #84BF16;
	color: #000000;
	font-weight: bold;
}

