/* general tag styles */

html, body {
	height:100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #284B6C;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 70%;
	background: #fff url(../images/bg.jpg) left top repeat-x;

}

p, td, li, form, label {
	font-size: 1em;
}

td, ul, ol, li, form, input, select {
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	padding: 0;
	border: 0;
}

p {
	line-height: 150%;
	padding: 0 0 20px 0;
	color: #666;
	font-weight: normal;
	border: 0;
	margin: 0;
}

p.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
}

div.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  height: 1px;
}

div.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
}

h1 {
	font-size: 2.3em;
	line-height: 120%;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
	color: #7EC444;
	font-weight: normal;
}

h2 {
	font-size: 1.9em;
	line-height: 110%;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
	color: #7EC444;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	line-height: 120%;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
	color: #7EC444;
}

h4 {
	font-size: 1em;
	line-height: 120%;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
	color: #7EC444;
}

h5, h6 {
	font-size: x-small;
	padding: 10px 0 2px 0;
	border: 0;
	margin: 0;
}

select {
	font-size: x-small;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

label {
	color: #000;
	vertical-align: top;
	font-size: x-small;
}

.em-note {
  font-style: italic;
}

sup {
	font-size: 0.9em;
	vertical-align: baseline;
	position: relative;
	bottom: 0.36em;
}

sub {
	font-size: 1em;
	vertical-align: baseline;
	position: relative;
	bottom: -0.25em;
}

/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.lt {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}

/* main containers */

#header-container {
	text-align: left;
	margin: 0 auto;
	width: 940px;
}

#header-container-corner {
	background: url(../images/corner-top.jpg) right top no-repeat;
}

#main-container-bg {
	background: url(../images/content-bg.jpg) left top repeat-x;
}

#main-container-bg2 {
	background: url(../images/content-bg2.jpg) center top no-repeat;
}

#main-container {
	text-align: left;
	margin: 0 auto;
	width: 940px;
}

#main-container-home {
	text-align: left;
	margin: 0 auto;
	width: 1200px;
}

#main-container-home-bg {
	background: url(../images/home-content-bg.jpg) left top repeat-x;
}

#main-container-home-bg2 {
/*	background: url(/images/home-content-bg2.jpg) center top no-repeat; */
}

/* header */

#util {
	text-align: right;
	color: #fff;
	font-size: 1em;
	padding: 7px 0 0 0;
	margin: 0 0 34px 0;
}

#util a {
	color: #fff;
	margin: 0 10px;
}

#util a:hover {
	text-decoration: underline;
}

#logo {
	float: left;
	width: 611px;
	padding: 0 0 10px 0;
}

.navigation {
	float: right;
	width: 213px;
}

.navigation p {
	text-align: right;
	margin: -7px 0 0 0;
	padding: 0 0 10px 0;
	position: relative;
	z-index: 1;
}

.navigation ul {
	list-style: none;
	float: right;
	margin: 10px 0 0 0;
}

.navigation ul li {
	float: left;
	padding: 0;
	background: none;
}

.navigation ul li a {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	padding: 6px 13px 5px 13px;
	background: url(../images/nav-bg.jpg) right top no-repeat;
}

.navigation ul li.last a {
	background: url(../images/nav-last-bg.jpg) right top no-repeat;
}

.navigation ul li a:hover {
	background: url(../images/nav-bg-on.jpg) right top no-repeat;
	color: #fff;
	text-decoration: none;
}

.navigation ul li.last a:hover {
	background: url(../images/nav-bg-on-last.jpg) right top no-repeat;
}

.navigation ul li.selected a {
	background: url(../images/nav-bg-on.jpg) right top no-repeat;
	color: #fff;
}

.navigation ul li.last-selected a {
	background: url(../images/nav-bg-on-last.jpg) right top no-repeat;
}

/* content styles */

#content-container {
	padding: 0 0 0 15px;
}

#content-container-home {
	padding: 25px 0 0 60px;
}

.blurb {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 190%;
	margin: 5px 0 0 0;
}

.column-l-home {
	float: left;
	width: 483px;
	margin: 0 60px 0 0;
	padding: 0 0 0 130px;
}

.column-r-home {
	float: left;
	width: 294px;
	background: url(../images/feat-bg.jpg) left top repeat-y;
	border-bottom: 1px solid #2A87CB;
}

.column-r-home p {
	padding: 0 0 10px 0;
}

.column-r-home .dotted-line {
	margin: 0 0 10px 0;
	padding: 0;
}

.column-r-home h3 {
	margin: 0 1px;
	background: url(../images/h3-bg.jpg) left top repeat-x;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	padding: 6px 15px;
	margin: 0 0 10px 0;
}

.column-r-home h3.first {
	margin: 0 1px;
	background: url(../images/h3-bg-first.jpg) right top no-repeat;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	padding: 6px 15px;
	margin: 0 0 10px 0;
}

.column-r-home .indent {
	padding: 0 15px 10px 15px;
}

.column-r-home p {
	font-size: 0.9em;
}

.pos {
	float: left;
	width: 25px;
	margin: 0 10px 0 0;
	padding: 6px 0 0 0;
	color: #7EC444;
	font-size: 1.2em;
	font-weight: bold;
}

.column-r-home .percent {
	width: 30px;
	padding: 2px 0 0px 0;
	text-align: right;
}

.column-r-home .vote, .column-r-home .vote-noicon{
/*	margin: 0 !important; */
}

.icon {
	width: 27px;
	float: left;
	margin: 0 0 0 3px;
}

.title {
	float: left;
	width: 150px;
	padding: 7px 2px 7px 0;
}

.percent {
	float: right;
	width: 60px;
	color: #E37222;
	text-align: right !important;
}

.percent img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.vote, .vote-noicon {
	background: url(../images/vote-bg.gif) left top repeat-y;
	margin: 0 0 4px 0;
	height: 100%;
}

.vote-noicon .title  {
	padding: 0 12px 0 0;
}

.vote-noicon .pos  {
	padding: 0;
	font-weight: normal;
}

.dotted-line {
	background: url(../images/dot.gif) left top repeat-x;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0 1px 10px 1px;
}

.green-dotted-line {
	background: url(../images/green-dot.gif) left top repeat-x;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0 1px 20px 1px;
}

.h-line {
	background: #7EC444;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	padding: 0;
	margin: 0 0 20px 0;
}

.btn {
	text-align: center;
	padding: 0 0 10px 0;
}

.hdr-challenge {
	margin: 0 0 0 -20px;
	padding: 0;
	float: left;
	position: relative;
	z-index: 2;
}

.hdr-challenge img {
	behavior: url(../css/iepngfix.htc);
}

#hdr-util {
	float: right;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	height: 19px;
	margin: 16px 0 150px 0;
}

#main-container-home-bg #hdr-util {
	float: right;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	height: 19px;
	margin: -441px 0 0 0;
	padding: 0 130px 0 0;
	position: relative;
	z-index: 1000;
}

#hdr-util a {
	margin: 0 0 0 4px;
	color: #fff;
	text-decoration: none;
}

#hdr-util img {
	vertical-align: -0.3em;
}

.column-l {
	float: left;
	width: 645px;
	margin: 0;
}

.column-l-subpage {
	float: left;
	width: 645px;
	margin: -30px 0 0 0;
}

.column-r {
	float: right;
	width: 250px;
	margin: -88px 0 0 0;
	position: relative;
	z-index: 100;
}

.column-r h3 {
	margin: 0 1px;
	background: url(../images/hdr.jpg) left top no-repeat;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding: 6px 15px 5px 15px;
	margin: 0 0 0 44px;
}

.grey {
	color: #333;
}

.align-right {
	text-align: right;
}

.img-flush-left {
	float: left;
	margin: 0 10px 5px 0;
}

.box {
	background: url(../images/box-bg.jpg) left top repeat-y;
	margin: 0 0 20px -5px;
	position: relative;
	z-index: 100;
}

.box-bottom {
	background: url(../images/box-bottom.jpg) left bottom no-repeat;
}

.box-top {
	background: url(../images/box-top.jpg) left top no-repeat;
	padding: 35px 15px 20px 35px;
	width: 594px;
}

.box p {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.box p input {
	vertical-align: -0.9em;
	margin: -17px 0 0 15px;
}

.callout-challenge {
	border-right: 1px solid #7EC444;
	background: #fff url(../images/calloutc-bottom.jpg) right bottom no-repeat;
	padding: 10px 0 10px 0;
	margin: 0 0 20px 0;
}

.callout-challenge a {
	font-weight: bold;
}

.callout-challenge table td {
	padding: 0 10px 0 0;
	background: url(../images/green-dot.gif) left bottom repeat-x;
}

.callout-challenge table td#last, .callout-challenge table td.last {
	padding: 0 10px 0 0;
	background: none;
}

.callout {
	background: url(../images/callout-bg.jpg) left top repeat-y;
	width: 208px;
	padding: 15px 15px 5px 15px;
	border-bottom: 3px solid #7EC444;
	margin: 0 0 20px 0;
}

.callout p {
	padding: 0 0 10px 0;
}

.callouts {
	width: 208px;
	margin: 0 0 0 12px;
}

ul {
	list-style: none;
	margin: 0 0 10px 0;
}

ul li {
	background: url(../images/bullet-grey.jpg) left top no-repeat;
	padding: 0 0 10px 8px;
}

ul.links-list li {
	background: url(../images/bullet.jpg) left top no-repeat;
	padding: 0 0 4px 8px;
}

ul.top li {
	background: url(../images/arrow-top.jpg) left top no-repeat;
	padding: 0 0 4px 12px;
}

.results {
	float: left;
	width: 634px;
	background: url(../images/results-bg.jpg) left top repeat-y;
	border-bottom: 1px solid #2A87CB;
	margin: 10px 0 0 0;
}

.results-bg {
	float: left;
	width: 633px;
	background: url(../images/results-dots.gif) left top repeat-y;
	margin: 0 0 0 0;
}

.find-bg {
	float: left;
	width: 633px;
	background: url(../images/find-dots.gif) left top repeat-y;
	margin: 0 0 3px 0;
}

.results h3 {
	margin: 0 0 10px 0;
	background: url(../images/h3-bg.jpg) left top repeat-x;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	padding: 6px 15px;
}

.results h3.first {
	margin: 0 1px;
	background: url(../images/h3-bg-first.jpg) right top no-repeat;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	padding: 6px 15px;
	margin: 0 0 10px 0;
}

.results .indent {
	padding: 0 15px 0 15px;
}

.results p {
	font-size: 0.9em;
}

.results-l {
	float: left;
	width: 396px;
	padding: 0 0 20px 0;
}

.results-l h3 {
	border-right: 1px solid #fff;
}

.results-r {
	float: left;
	width: 237px;
	padding: 0 0 20px 0;
}

.results-r .title {
	float: left;
	width: 100px;
	padding: 0 12px 0 0;
}

.results-r .percent {
	float: left;
	width: 50px;
	color: #7EC444;
	text-align: right;
}

.result {
	background: url(../images/blue-dot.gif) left bottom repeat-x;
	padding: 0 0 3px 0;
}

#result-last {
	background: none;
}

.result a {
	font-weight: bold;
}

.result .pos {
	float: left;
	width: 30px;
	margin: 0 10px 0 0;
	padding: 6px 0 0 0;
	color: #7EC444;
	font-size: 1.2em;
	font-weight: bold;
}

.result .icon {
	float: left;
	width: 50px;
	margin: 0 10px 0 0;
	padding: 6px 0 0 0;
	color: #7EC444;
	font-size: 1.2em;
	font-weight: bold;
}

.result .title {
	float: left;
	width: 200px;
	padding: 14px 12px 14px 0;
}

.result .title-res {
	float: left;
	width: 180px;
	padding: 14px 12px 14px 0;
}

.result .percent {
	float: left;
	width: 70px;
	color: #7EC444;
	text-align: right;
	padding: 14px 0 0 0;
}

.all {
	background: #fff;
	margin: 0 2px;
}

.thanks {
	color: #7EC444;
	font-size: 4.5em;
	text-align: center;
	padding: 0 0 10px 0 !important;
}

.grey-box {
	border: 1px solid #ccc;
	padding: 60px 70px 40px 70px;
	margin: -35px 0 20px 0;
	position: relative;
	z-index: 1;
	height: 100%;
}

.grey-box p {
	text-align: center;
	padding: 0 0 20px 0;
}

.grey-box p .green {
	color: #7EC444;
}

.thanks-msg {
	color: #333;
	font-size: 1.6em;
	text-align: center;
}

.grey-box p img {
	margin: 0 4px;
}

.frame-left {
	float: left;
	margin: 0 15px 0 0;
}

.frame-left img {
	border: 1px solid #C7C7C9;
	padding: 2px;
	margin: 0 0 5px 0;
}

.frame-left p {
	font-size: 0.9em;
}

.frame-right {
	float: right;
	margin: 0 0 0 15px;
}

.frame-right img {
	border: 1px solid #C7C7C9;
	padding: 2px;
	margin: 0 0 5px 0;
}

.frame-right p {
	font-size: 0.9em;
}

.reforest {
	background: url(../images/icon-reforest.jpg) left top no-repeat;
	padding: 2px 0 7px 45px;
}

.light {
	background: url(../images/icon-light.jpg) left top no-repeat;
	padding: 2px 0 7px 45px !important;
}

.ewaste {
	background: url(../images/icon-ewaste.jpg) left top no-repeat;
	padding: 2px 0 7px 45px !important;
}

.drop {
	background: url(../images/icon-drop.jpg) left top no-repeat;
	padding: 2px 0 7px 45px !important;
}

.energy {
	background: url(../images/icon-energy.jpg) left top no-repeat;
	padding: 2px 0 7px 45px !important;
}

.find-l {
	width: 259px;
	padding: 0 15px 20px 15px;
	margin: 0 28px 0 0;
	vertical-align: middle;
}

.find-l select {
	width: 230px;
}

.find-r {
	width: 300px;
	padding: 0 20px 20px 20px;
	margin: 0 0 0 0;
	background: #fff url(../images/find-bg.jpg) left bottom repeat-x;
}

.find-r p {
	padding: 0 0 10px 0;
}

.find-l p {
	font-size: 1em;
}

.find-r .title {
	width: 190px;
}

.find-r .percent {
	font-weight: bold;
	color: #7EC444;
	width: 25px;
	padding: 4px 0 0 0;
}

.find-r .icon {
	width: 25px;
	float: left;
}

.find-r .icon img {
	margin: 0 0 0 0;
}

.nopadd {
	padding: 0 0 5px 0;
}

.print-only {
	display: none;
}

/* footer */

#footer {
	margin: 30px 0 0 10px;
	background: url(../images/footer-bg.jpg) left top repeat-x;
	padding: 15px 0;
}

#footer p {
	color: #999;
	font-size: 0.9em;
}

#footer p a {
	color: #999;
	font-size: 1em;
}

#footer p a:hover {
	color: #999;
	text-decoration: underline;
}

#footer-util {
	float: right;
	color: #666;
}

#footer-util a {
	margin: 0 2px;
}

#footer-util img {
	vertical-align: middle;
}

.home-flash{
	height: 457px;
}

.error{
	color: #f00 !important;
	font-size: 1em !important;
}

.addthis_button_compact{
	float: left;
	background: none;
}

#hdr-util a, #hdr-util span{
	float: left;
}

.facebook-links{
	margin: auto;
	width: 395px;
}

.facebook-links a, .fb_button{
	text-decoration: none !important;
	background: none !important;
}

.green{
	color: #7EC444;
}

.btn-home{
	padding: 0 0 10px 0 !important;
	margin: -4px 0 0 0;
}

#results-table .results-l .title-res {
	padding-top: 18px;
}

#results-table .results-l .percent {
	padding-top: 20px;
}

.column-r-home .vote {
}

tr.vote {
	background: none;
	padding: 0;
}

.vote td {
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 3px;
	height: auto !important;
	float: none;
}

.vote td.td-title {
	padding-left: 11px;
	background: url(../images/td-vote-bg.gif) left top repeat-y;
	width: 160px;
}

.vote td.td-percent {
	text-align: right !important;
	vertical-align: middle;
	padding: 0 !important;
	color: #E37222;
	width: 35px;
}

.vote td.td-pos {
	color: #7EC444;
	font-size: 1.2em;
	font-weight: bold;
	width: 24px;
}

.vote td.td-icon {
	width: 27px;
}

td.spacer {
	font-size: 1px;
	line-height: 3px;
}


