html {
height:101%;
overflow-y:scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #E7F3D9;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 15px 0;
	
}
#container {
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position:relative;
}
#header {
	background-image: url(images/carbon-farming-banner.jpg);
	background-repeat: no-repeat;
	height: 155px;
	width: 772px;
}
#utility-nav {
	font-size: 11px;
	color: #DBEDC6;
	float: right;
	margin-top: 16px;
	margin-right: 25px;
	background:#87c241;
}
#utility-nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#utility-nav a:hover {
	color: #DBEDC6;
	text-decoration: none;
}

/*--------------------- Menu ---------------------*/

#nav-container {
	width: 772px;
	height: 26px;
	position:relative;
	z-index:100;
}
#nav, #nav ul{
	height: 26px;
	background-image: url(images/nav.gif);
	margin: 0px 6px 0px 6px;
	position: relative;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: inline;
	width: 760px;
}
#nav li, #nav li a {
	display: block;
	height: 26px;
}

#link-home 				{ left: 0px; width: 55px; }
#link-getting-started 	{ left: 55px; width: 101px; }
#link-ets 				{ left: 156px; width: 45px; }
#link-climate-change 	{ left: 201px; width: 105px; }
#link-calculators 		{ left: 306px; width: 82px; }
#link-do-more 			{ left: 388px; width: 68px; }
#link-articles 			{ left: 456px; width: 62px; }
#link-faq 				{ left: 518px; width: 44px; }
#link-news-and-events 	{ left: 562px; width: 54px; }
#link-newsletter 		{ left: 616px; width: 144px; }

#link-home a:hover, 			#link-home.selected				{ background: url(images/nav.gif)    0 -26px no-repeat;}
#link-getting-started a:hover, 	#link-getting-started.selected	{ background: url(images/nav.gif) -55px -26px no-repeat;}
#link-ets a:hover, 				#link-ets.selected				{ background: url(images/nav.gif) -156px -26px no-repeat;}
#link-climate-change a:hover, 	#link-climate-change.selected	{ background: url(images/nav.gif) -201px -26px no-repeat;}
#link-calculators a:hover, 		#link-calculators.selected		{ background: url(images/nav.gif) -306px -26px no-repeat;}
#link-do-more a:hover,			#link-do-more.selected			{ background: url(images/nav.gif) -388px -26px no-repeat;}
#link-articles a:hover,			#link-articles.selected			{ background: url(images/nav.gif) -456px -26px no-repeat; }
#link-faq a:hover, 				#link-faq.selected				{ background: url(images/nav.gif) -518px -26px no-repeat;}
#link-news-and-events a:hover, 	#link-news-and-events.selected	{ background: url(images/nav.gif) -562px -26px no-repeat;}
#link-newsletter a:hover, 		#link-newsletter.selected		{ background: url(images/nav.gif) -616px -26px no-repeat;}


#nav a span {display: none;}

/*--------------------- Drop Downs ---------------------*/

#nav a {
	display: block;
	text-decoration: none;
	margin: 0px;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}

#nav li a:hover {
	text-decoration: none;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul{
	position: absolute;
	left: -999em;
	width: 118px;
	font-weight: normal;
	margin: 0;
	background-image: none;
}

#nav li li {
	width: 128px;
}

#nav li ul a {
	width: 130px;
	height: 16px;
	margin: 0 0 0 -1px;
	padding: 6px 12px 3px 12px;
	font-size: 11px;
	background-image:none;
	background-color: #87C240;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	line-height: 12px;
}
#nav li ul a:hover {
	background-image: none;
	background-color: #32793D;
}
#nav #link-features ul a:hover {
	background-image: none;
	background-color: #32793D;
}

#nav li ul ul {
	margin: -25px 0 0 130px !important;
	margin: -25px 0 0 129px; /* IE6 fix */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-image: none;
}

/*--------------------- Body ---------------------*/

#body {
	width: 738px;
	margin: 17px 17px 0px 17px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
	position:relative;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #88C140;
	margin: 8px 0px 12px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A6C7AB;
	padding: 0px 0px 4px 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #32793D;
	margin: 30px 0px 0px;
	clear: both;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 30px 0px 0px 0px;
}
p {
	margin: 8px 0px 12px 0px;
}
a:link {
	color: #0079B7;
	text-decoration: underline;
}
a:visited {
	color: #3399CC;
}
a:hover {
	color: #3399CC;
	text-decoration: none;
}
.blue-text {
	color: #0079B7;
}
#body ul {
	margin-bottom: 13px;
	margin-top: 13px;
	margin-left: 0px;
	padding-left: 15px;
}
#body ul li {
	margin: 0px 0px 1px;
	padding: 0px 18px;
	background: url(images/bullet.gif) no-repeat 2px 4px;
	list-style-type: none;
}
#body ol {
	margin-bottom: 13px;
	margin-top: 13px;
	margin-left: 0px;
	padding-left: 15px;
}
#body ol li {
	margin: 0px 0px 1px 18px;
}
#ctas {
	float: left;
	display: inline;
	width: 738px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A6C7AB;
	font-size: 11px;
	line-height: 16px;
}
.cta-left {
	float: left;
	display: inline;
	width: 231px;
	padding: 11px 11px 0px 0px;
}
.cta-middle {
	float: left;
	display: inline;
	width: 230px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #A6C7AB;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #A6C7AB;
	padding: 11px 11px 0px 11px;
}
.cta-right {
	float: left;
	display: inline;
	width: 231px;
	padding: 11px 0px 0px 11px;
}
#ctas h2 {
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	background-image: url(images/cta-header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 3px 0px 0px 7px;
}
#ctas .cta-middle h2 {
	background-image: url(images/cta-header-middle.gif);
}
#ctas img {
	float: right;
}
#latest-news {
	font-size: 11px;
	line-height: 16px;
	background-color: #E7F3D9;
	background-image: url(images/latest-news-bg.gif);
	background-repeat: no-repeat;
	float: right;
	width: 230px;
	margin: 0px 0px 10px 10px;
}
#latest-news-inner {
	margin: 0px 7px 0px 7px;
}
#latest-news-inner p {
	margin: 0px 0px 5px 0px;
}
#latest-news h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}
#latest-news-footer {
	background-image: url(images/latest-news-footer.gif);
	background-repeat: no-repeat;
	width: 230px;
	height: 7px;	
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 102px;
	width: 772px;
	clear: both;
	font-size: 11px;
	color: #FFFFFF;
	position: relative;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCDDCE;
}
#copyright {
	position: absolute;
	left: 21px;
	top: 67px;
}
#footer-links {
	position: absolute;
	left: 565px;
	top: 67px;
}
.text-small {
	font-size: 11px;
}
.highlight {
	color: #FF0000;
}
.caption {
	font-size: 10px;
	font-style: italic;
	color: #666666;
	line-height: 12px;
	text-align: center;
	margin-top: 5px;
}
fieldset {
	border: 1px solid #A6C7AB;
	padding: 0px 0px 8px;
	width: 390px;
}

legend {
	color: #32793D;
	margin: 0px 0px 8px 8px;
	font: bold 12px Arial, sans-serif;
}

label {
	clear: left;
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: right;
}

input.text, textarea {
	border: 1px solid #A6C7AB;
	background-color: #F3F9EC;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 8px;
	font: 11px Arial, sans-serif;
}

input.submit {
	margin-left: 110px;
}

input.button {
	background-color: #32793D;
	border: 1px solid #A6C7AB;
	border-bottom-color: #003300;
	border-right-color: #003300;
	font: bold 11px Verdana, sans-serif;
	color: white;
}
#calculation_form input.button {
	margin: 5px 0 10px 0;
}

table {
border-collapse:collapse;
}
table .headers {
font-weight:bold;
}
table td {
	padding: 1px 4px;
	border: 1px solid #A6C7AB;

}
table.center td {
text-align:center;
}
.clear-h2s {
	clear: none;
}
.clear {
clear:both;
}
.calc-field {
	border: 1px solid #A6C7AB;
	background-color: #F3F9EC;
	margin: 2px 0 2px 0;
}
table.no-border {
	border: none;
	font-size:12px;
}
table.no-border td {
	border: none;
}
.text-white {
	color: #FFFFFF;
}
#result1, #result2 {
	width: 478px;
	background-color: #E7F3D9;
	padding: 1px 4px;
}
#result-header {
	width: 478px;
	background-color: #87C240;
	padding: 1px 4px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#result3 {
	width: 478px;
	padding: 1px 4px;
}

#printhead {
	display:none;
}

#print-page {
	position:absolute;
	right:0;
	top:8px;
	width:120px;
}
#print-page a {
		background:transparent url('images/printer.png') no-repeat 0 3px;
		display:block;
		padding:3px 0 3px 20px;
		cursor:pointer;
		float:right;
		color:#3399CC;
		font-size:11px;
		text-decoration:none;
		
}
/*------------------- new sidebar call to actions  ----------------------------*/
.sidebar-cta {
background-color:#E7F3D9;
background-image:url(images/latest-news-bg.gif);
background-repeat:no-repeat;
clear:right;
float:right;
font-size:11px;
line-height:16px;
margin:10px 0 10px 10px;
padding:0 10px;
width:210px;
display:inline;
position:relative;
_overflow:hidden;
_height:102px;
}
.sidebar-cta h2 {
color:#FFFFFF;
font-size:12px;
font-weight:bold;
line-height:14px;
margin:0 0 10px 0;
padding:3px 0 0;
}
.sidebar-cta a {
display:block;
margin-bottom:7px;
padding-left:25px;
font-size:12px;
font-weight:bold;
}
.sidebar-footer {
background-image:url(images/latest-news-footer.gif);
background-repeat:no-repeat;
height:7px;
margin-left:-10px;
width:230px;
}

.newsletter {
background:transparent url(images/newspaper.png) top left no-repeat;
}
.carboncalcs {
background:transparent url(images/calculator.png) top left no-repeat;
}
.viewinfo {
background:transparent url(images/icon_pdf.gif) top left no-repeat;
}
/*------- images -----------*/

.imageleft {
display:block;
float:left;
margin-right:10px;
margin-bottom:10px;
}

.imageright{
display:block;
float:right;
margin-left:10px;
margin-bottom:10px;
}

.pic-box-left {
clear:left;
float:left;
margin:0 10px 10px 0;
text-align:center;
width:230px;
}
.pic-box-right {
clear:right;
float:right;
margin:0 0 0 10px;
text-align:center;
width:230px;
}
.newsletterfix {
position:absolute;
right:0;
top:0;
}

#calculator-results td {
    border: 1px solid #A6C7AB;
}

div.calculator-box {
    clear: both;
}

