html {
	background-color: #0b0100;
}
body {

	font-family: "Trebuchet MS",Trebuchet,Arial,sans;
	font-size:12px;
}
body,
#learn-more ul#tree-species li span,
#faq p.answer,
.news-row em,
.base-color {
	color: #222;
}
/* @begin common styles */
#body-container {
	padding: 30px 0;
}
.content{
	margin-left: auto;
	margin-right: auto;
}
em,
.dark-green {
	color: #00851c;
}
.light-green {
	color: #8b953e;
}
.middle-green {
	color: #52a045;
}
a {
	color:#393939;
}
a.action {
	color:#422e25;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	background:transparent url(../img/right-triangle.png) no-repeat left center;
	padding:0 0 0 10px;
}
a:hover {
	color:#379128;
}
h2 {
	color: #a1ba2e;
	text-transform:uppercase;
	font-size:18px;
}
#faq h3,
#learn-more h3,
h4 {
	color: #379128;
	font-size:12px;
	text-transform:uppercase;
}
ul#nav-section li,
ul#footer-nav li {
	list-style-type:none;
	float: left;
	margin: 0;
}
ul#list-nav {
	margin-left: 15px;
}
ul#list-nav li {
	list-style-image: url('../img/right-triangle.png');
	padding: 2px 0;
}
ul#list-nav li a {
	font-color: #442e25; /* brown */
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.to-top {
	border-top: 1px dotted #333;
}
.to-top a {
	text-decoration: none;
	text-transform: uppercase;
}
.to-top a,
.to-top img {
	display: block;
	float: right
}
.to-top a {
	padding-top: 6px;
}
.to-top img {
	padding-top: 11px;
	margin-right: 3px;
}
.to-top a,
#learn-more ul#learn-more-nav li a {
	font-size: 14px;
	font-weight: bold;
}
/* @end common styles */
/* @begin header styles */
#header-container {
	background-color: #a1ba2e;
}
ul#nav-section li {
	font-size: 1.2em;
	margin-right: 8px;
}
ul#nav-section li a,
ul#nav-section li.nav-bullet span{
	display: block;
}
ul#nav-section li.nav-bullet span{
	color: #fff;
	font-size: 1em;
	padding-top: 10px;
}
ul#nav-section {
	display: block;
	float: left;
}
ul#nav-section li a {
	color: #002c04; /* same green as the one wrapping the banner */
	font-weight: 800;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	text-transform: lowercase;
	letter-spacing: 1px;
}
ul#nav-section li.current a,
ul#nav-section li a:hover {
	color: #fff;
}
#addthis-wrapper {
	float: right;
	padding-top: 12px;
}
/* @end header styles */
/* @begin banner styles */
#banner-container {
	width: auto;
}
#banner-gradient {

	background: #002c04 url('../img/banner-bg.png') repeat-y scroll 50% top;
}
div#banner-gradient
div#banner-container {
	height:#753!important;
}
/* @end banner styles */
/* @begin footer styles */
#footer-container {
	width: auto;
}
ul#footer-nav li {
	margin-left: 10px;
}
ul#footer-nav li,
ul#footer-nav li a {
	text-decoration: none;
}
ul#footer-nav li,
ul#footer-nav li a {
	color: #aac652;
}
ul#footer-nav li a:hover {
	color: #fff;
}
.footer-top-bg {
	height: 10px;
}
#footer-top-long-bg {
	background: #fff url('../img/footer/top-long-bg.jpg') no-repeat scroll 50% bottom;
}
#footer-top-short-bg {
	background: transparent url('../img/footer/top-short-bg.jpg') no-repeat scroll 0 bottom;
}
.footer-btm-bg {
	height: 238px;
}
#footer-btm-long-bg {
	background: transparent url('../img/footer/bottom-long-bg.jpg') no-repeat scroll 50% bottom;
}
#footer-btm-short-bg {
	background: transparent url('../img/footer/bottom-short-bg.jpg') no-repeat scroll 0 bottom;
}
#partners-wrapper,
#learn-more-wrapper {
	padding-top: 35px;
}
#partners-wrapper a,
#learn-more-wrapper a,
#learn-more-wrapper span {
	text-transform: uppercase;
}
#learn-more-wrapper {
	margin-left: 185px;
}
#learn-more-wrapper span,
#partners-wrapper a {
	margin-left: 10px;
}
#learn-more-wrapper span,
#learn-more-wrapper a,
#partners-wrapper a {
	color: #422E25;
	text-decoration: none;
	padding: 4px 0 0;
	display: block;
	height: 17px;
}
#learn-more-wrapper a:hover,
#partners-wrapper a:hover {
	color: #fff;
}
#learn-more-wrapper span {
	display: block;
	float: left;
}
#learn-more-wrapper a {
	display: block;
	float: right;
	line-height: 1.2;
	text-decoration: none;
	margin-right: 10px;/* same as the *-wrapper p */
}
#learn-more-wrapper a img {
	margin-left: 5px;
}
.right-side {
	background: transparent url('../img/footer/right-callout-wrapper-bg.png') no-repeat bottom right;
	padding-right: 8px;
}
.right-side .left-side {
	background: transparent url('../img/footer/left-callout-wrapper-bg.png') no-repeat top left;
	height: 22px;
}
/* @end footer styles */
/* @begin body styles */
#body-container {
	background-color: #fff;
}
/* @begin home page styles */
#home-page #home-flash {
	width: 753px;
	height: 321px;
}

/* @begin what's new styles */
.news-row {
	padding:0 0 30px 0;
	background:#fff url(../img/dots.png) repeat-x left bottom;
}
.news-row h2 {
	margin-bottom:0;
}
.news-row p.date {
	font-weight:bold;
	margin:0 0 20px;
}
.news-row ul li{
	margin-left: 15px;
	margin-bottom: 1em;
}
/* @end what's new styles */

/* @begin section headings */
#section-heading {
	height:56px;
	background: #fff url(../img/section-heading-bg.png) no-repeat;
	padding:80px 0 0 0;
}

#section-heading h1 {
	float:left;
	font-size:30px;
	margin:0;
	padding:0;
	text-indent:-99999px;
	width:500px;
}

#section-heading p {
	float:right;
	margin:5px 0 0 0;
}

#section-heading p a {
	margin:0 92px 0 0;
	text-decoration:none;
}

#section-heading h1.faq {
	background: transparent url(../img/headings/faq.png) no-repeat;
}
#section-heading h1.take-action {
	background: transparent url(../img/headings/take-action.png) no-repeat;
}
#section-heading h1.press-room {
	background: transparent url(../img/headings/press-room.png) no-repeat;
}
#section-heading h1.whats-new {
	background: transparent url(../img/headings/whats-new.png) no-repeat;
}
#section-heading h1.green-tips {
	background: transparent url(../img/headings/green-tips.png) no-repeat;
}
#section-heading h1.resources {
	background: transparent url(../img/headings/resources.png) no-repeat;
}

/* @end section headings */

/* @begin resources page */
ul.resource-links {
	margin:0 0 20px;
}

ul.resource-links li {
	list-style:none;
}
/* @end resources page */

/* @begin tips page */
.green-tip {
	margin-bottom: 10px;
}
.green-tip .g_6 {
	background:#fff url(../img/dots.png) repeat-x left bottom;
	padding:14px 0;
}

.green-tip .g_6 p span {
	color:#00851c;
	text-transform:uppercase;
	font-weight:bold;
}

.green-tip .g_6 p.date {
	color:#5f5f5f;
}
/* @end tips page */
/* @begin FAQ page */

.faq-entry {
	background:#fff url(../img/dots.png) repeat-x left bottom;
	padding:14px 0;
}

.faq-entry h2 {
	margin-top:0;
}
/* @end FAQ page */

/* @begin press page */
ul#media-contact li {
	list-style-type: none;
	margin-left: 40px;
}
/* @end press page */

/* @begin home page styles */
#home-page p {
	font-size: 1.12em;
}
#home-page em {
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
}
#home-page h1 {
	background: transparent url('../img/home/header.png') no-repeat;
	text-indent: -9999px;
	height: 61px;
	width: 738px;
}
#home-page h1,
#home-page p {
	margin-bottom: 30px;
}
#home-page .content {
	background: transparent url('../img/home/tree-bg.jpg') no-repeat left bottom;
}
#home-page #body-container {
	padding-bottom: 40px;
}
#home-page #price-wrapper {
	padding-bottom: 40px;
}
#home-page #bottom-callouts {
	padding-bottom: 13px;
}
#home-page #bottom-callouts #plant-tree a:hover span,
#home-page #bottom-callouts a {
	color: #422e25;
}
#learn-more #callout-tree a,
#home-page #bottom-callouts a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.5em;
	letter-spacing: 1px;
	font-weight: bold;
}
#learn-more .g_5 h3 {
	font-size:16px;
}
#learn-more h3 a {
	color: #379128;
}
#learn-more #participating-countries {
	margin-bottom: 1em;
}
#learn-more #countries-wrapper {
	float: left;
	padding-right: 20px;
}
#home-page #bottom-callouts #learn-more {
	float: left;
}
#home-page #bottom-callouts #plant-tree {
	float: right;
}
#home-page #bottom-callouts img {
	margin: 2px;
}
/* @end home page styles */
/* @begin learn more styles */
#learn-more ul {
	margin-left: 15px;
}
#learn-more ul#resources-link {
	margin: 0;
}
#learn-more ul#resources-link li {
	list-style-type: none;
}
#learn-more ul#tree-species {
	margin-bottom: 1em;
	margin-left: 30px;
}
#learn-more p.buy-tree-link a {
	margin-left: 5px;
	text-transform: uppercase;
}
#learn-more h1,
#learn-more h2.right-col {
	text-indent: -9999px;
}
#learn-more h1 {
	background: url('../img/learn-more/hello-green-tomorrow.png') no-repeat;
	height: 31px; /* same as height of the background image */
	border-bottom: 1px solid #8b953e;/*light green */
	margin-top: 20px;
	padding-top: 8px;
}
#learn-more h2.right-col {
	height: 30px;
	border-bottom: 1px solid #8b953e;/*light green */
}
#learn-more h2#green-tips {
	background: url('../img/learn-more/green-tips.png') no-repeat;
}
#learn-more h2#user-generated-tips {
	background: url('../img/learn-more/user-generated-tips.png') no-repeat;
}
#learn-more h2#hello-green-tomorrow {
	background: url('../img/learn-more/hello-green-tomorrow.png') no-repeat;
}
#learn-more h2#resources {
	background: url('../img/learn-more/resources.png') no-repeat;
}
#learn-more h2#whats-new {
	background: url('../img/learn-more/whats-new.png') no-repeat;
}
#learn-more ul#tree-species li,
#learn-more ul#resources-link li {
	margin-bottom: 2px;
}
#learn-more img.logos {
	display: block;
	float: left;
	margin: 0 20px 15px 0;
}
#learn-more .tree-bg {
	background: transparent url('../img/learn-more/leaves-btm-bg.png') no-repeat left bottom;
	height: 52px;
}
#learn-more .tree-bg a {
	display: block;
	float: right;
	padding-top: 32px;
	margin-right: 10px;
	font-color: #442e25; /* brown */
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#learn-more .tree-bg a:hover {
	color: #fff;
}
#learn-more #callout-tree {
	background: transparent url('../img/learn-more/tree-callout.png') no-repeat;
	height: 122px;
	width: 273px;
}
#learn-more #callout-tree #plant-tree {
	padding-top: 71px;
}
#learn-more p.title{
	margin: 0;
}
#learn-more strong {
	text-transform: uppercase;
}

#learn-more p.buy-tree-link a {
	font-size: 13px;
	text-transform: none;
}
#learn-more .tip-header div{
	float: left;
}
#learn-more .tip-header {
	margin-bottom: 1em;
}
#learn-more .tip-header div img {
	margin-left: 38px;
}
#learn-more .tip-list-item p {
	clear: both;
}
/* @end learn more */
/* @begin faq page */
ol.faq-section-list li{
	margin-left: 30px;
}
#faq p.question {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}
/* @end faq page */
