@charset "utf-8";
/* CSS Document */

/* reset code */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0px;
	padding:0px;
}

/* global styles */
body {
	background-color: #d8e1e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #2c2c2c;
	padding-top: 18px;
	overflow-y: scroll;
}

a {
	color: #51840d;
}

/* id elements */
#container {
	width: 1024px;
	margin: 0 auto;
	background-color:#5b6459;
	border: 1px solid #000000;
}

#header {
	width: 1024px;
	/*height: 233px;*/
}

#headerTop {
	width: 1024px;
	height: 18px;
}

#nav {
	width: 1024px;
	height: 40px;
	background-image: url(/images/nav/bg.gif);
	background-repeat:repeat-x;
	background-position: top left;
	list-style-type: none;
	position: relative;
	z-index: 2;
}

#nav li.topNav {
	float: left;
	background-image:url(/images/nav/spacer.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 40px;
	position: relative;
	/*border: 1px solid #f00;/
	/*padding: 0px 21px;*/
}

#nav li.end {
	background-image: none;
}

#nav ul {
	list-style-type: none;
	/*width: 153px;
	/*float: left;*/
	position: absolute;
	top: 36px;
	left: 0px;
	/*margin-left: -22px;*/
	/*padding-top: 4px;
	margin-top: -8px;*/
	display: none;
}

#nav ul li {
	background-color:#505745;
	height: 21px;
	border-bottom: 1px solid #3c3c3c;
	position:relative;
}	

#nav ul li.doubleLine {
	height: 32px;
}

.subnav {
	width: 1014px;
	height: 29px;
	background-image: url(/images/subnav/bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #71814f;
	padding-left: 10px;
}

.subnav ul {
	list-style-type: none;
	padding-top: 1px;
	margin-bottom: -1px;
}

.subnav ul li {
	float: left;
	text-transform: uppercase;
	font-size: 6.5pt;
	font-weight: bold;
}

.subnav ul li a {
	color: #222222;
	text-decoration: none;
}

.subnav .end {
	background-image: url(/images/subnav/end.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #71814f;
	height: 29px;
	float: left;
	padding-right: 30px;
}

#content {
	width: 1024px;
	/*clear: both;*/
	padding-top: 7px;
	/*position: relative;*/
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	z-index: 1;
}

#footer {
	width: 999px;
	height: 88px;
	margin: 0 auto;
	background-image: url(/images/footerBg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #d3d3d3;
	text-align: center;
	font-size: 8pt;
}

#footerNav {
	width: 570px;
	height: 33px;
	margin: 0px auto;
	padding-top: 17px;
	list-style-type: none;
}

#footerNav li {
	float: left;
	font-weight: bold;
	font-size: 8pt;
}

#footerNav li.nav {
	padding: 0px 20px;
}

#footerNav li a {
	color: #ddff35;
	text-decoration: none;
}

#footerNav li.spacer {
	color: #ddff35;
	padding: 0px;
}	

.title {
	background-image:url(/images/titleBar.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	position: relative;
	top: 9px;
	height: 29px;
	margin-right: 9px;
	margin-left: 9px;
}

.title h1 {
	margin-left: 9px;
	padding-top: 7px;
}

.copy {
	/*line-height: 140%;*/
}

.copy .header {
	font-weight: bold;
}

.copyUL {
	margin:  5px 0px 5px 20px;
}

.contentTable {
	width: 999px;
	margin-left: 12px;
	margin-bottom: 13px;
}

.contentTable td {
		padding-bottom: 50px;
}	

.carbonCalculator {

}

.carbonCalculator td {
	margin: 0;
	padding: 0;
	line-height: 250%;
}	

.carbonCalculator .calcHeader {
	font-weight: bold;
	padding-right: 8px;
}

.carbonCalculator .calcForm {
	margin-left: 
}

.calcImg {
	border: 1px solid #9fc982;
	margin-right: 22px;
	float: left;
}

.clearMe {
	clear: both;
}

.byTheTonne {
	background-image: url(/images/offsets/byTheTonneBg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.contactMap {
	float: right;
	margin-left: 5px;
	text-align: right;
	font-size: 9px;
}

.formTable td {
	padding: 0;
}

.textInput { 
	width: 150px;
	font-size: 8pt;
}

.subscript {
	vertical-align: sub;
	font-size: 6pt;
}

.innerTable td {
	padding-bottom: 10px;
	margin: 0;
}

.innerTable td img {
	margin-right: 15px;
}

.carbonCost {
	border: 1px solid #5f6d5d;
	width: 290px;
	background-color: #FFFFFF;
	padding: 5px;
}

.caption {
	font-size: 7pt;
}

table.scopeTable {
	border-width: 2px;
	border-style: solid;
	border-bottom-width: 1px;
}

table.scopeTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px;
}