@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#DADADA;
	font:medium Georgia, "Times New Roman", Times, serif;
}

a, a:link {
	color:#2361AE;
	text-decoration:none;
}

a:visited {
}

a:hover {
	text-decoration:underline;
}

a:active {
}

/* global layout elements */
/********************************************/
#page {
	width:824px;
	margin:0 auto;
	background-image:url(../images/bg-page.jpg);
}

#pagebody {
	width:800px;
	margin:0 auto;
	background-color:#FFF;	
}

#header {
	margin:0;
	height:189px;
	background-image:url(../images/bg-clouds.jpg);
	color:#FFF;
}

#carbonfrom {
	background-color:#67CE12;
}

#carbonsaved {
	background-color:#2361AE;
}

#column-a {
	margin-right:280px;
}

#footer {
	width:824px;
	margin:0 auto;
	font-size:0.85em;
	color:#666;
	background:url(../images/bg-page-footer.jpg) no-repeat top center;
	padding-top:20px;
	clear:both;
}

#contentfooter {
	clear:both;
}

.inner {
	padding:10px 15px;
}

#entries {
	clear:both;
	border-top:2px solid #67CE12
}


/* header styles */
/********************************************/
#header h1 {
	margin:0;
	padding:20px 15px 0;
	font-weight:normal;
}

#header p {
	margin:0;
	padding:3px 15px;
}

#header a, #header a:link {
	color:#FFF;
	text-decoration:none;
}


/* mainNav styles */
/********************************************/
#mainNav ul {
	margin:0;
	padding:15px 10px;
	list-style-type:none;
}

#mainNav li {
	display:inline;
	font-size:1.2em;
	font-weight:normal;
	padding-right:20px;
}

#carbonfrom a {
	color:#FFF/*#DEFFC5*/;
}

#carbonsaved a {
	color:#CCE2FF;
}

#co2from { /* "CO2 from" */
	color:#46900D;
}

#co2saved {
	color:#99C6FF;
}

.idea {
	margin:30px;
}

.idea h2 {
	color:#2361AE;
	margin-bottom:0;
}

.description {
	margin:0;
}

.postedby {
	margin-top:0;
	color:#999;
}


/* callout styles */
/********************************************/
#callout {
	float:right;
	width:250px;
	margin:0 0 20px 20px;
	border:1px solid #BEFF8B;
	background-color:#DEFFC5;
}

#callout2 {
	border:1px solid #BEFF8B;
	padding:10px 20px;
}

#callout h2 {
	margin:10px 0;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
	color:#46900D;
}

#callout h3 {
	margin:5px 0 10px;
	font-size:1em;
	font-weight:normal;
}

#callout h4 {
	font-weight:normal;
}

#callout h5 {
	margin:0;
	font-size:0.75em;
	font-weight:normal;
	color:#333;
}

#callout table {
	margin:20px 0;
	padding:0;
	list-style-type:none;
}

#callout td {
	padding:5px 0;
}

#callout p {
	margin:0;
	font-size:0.85em;
}

#callout strong {
	color:#46900D;
	padding-right:15px;
	font-weight:bold;
}

#callout ol, #callout ul {
	font-size:0.80em;
	margin:10px 0 10px 20px;
	padding:0;
}

#callout ol li, #callout ul li {
	padding:5px 0;
}


.quote {
	background:url(../images/quote-start.jpg) no-repeat top left;
	margin:35px 280px 20px 20px;
	padding:0 60px;
	font-size:0.85em;
	/*line-height:1.5em;*/
}

.quote2 {
	background:url(../images/quote-start.jpg) no-repeat top left;
	padding:0 60px;
	font-size:1em;
	line-height:1.5em;
}

.quote #speaker {
	text-align:right;
	font-style:italic;
}

.warning {
	border:1px solid #DD3C10;
	background-color:#FFEBE8;
	padding:10px 10px 10px 40px;
	margin-right:280px;
	font-size:0.85em;
	background-image:url(../images/warning.jpg);
	background-repeat:no-repeat;
	background-position:center left;
}

#casestudy h3 {
	font-weight:normal;
	margin-bottom:0;
}

#casestudy h4 {
	margin:20px 0 5px;
	padding:0;
}

#casestudy strong {
	color:#46900D;
}

#casestudy p {
	font-size:1em;
	margin:25px 0;
}

#casestudy .date {
	margin:0 0 10px;
	color:#999;
}

/* globallink styles */
/********************************************/
#globallinks {
	margin:0 0 10px;
}

#globallinks ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:right;	
}

#globallinks ul li {
	padding-right:20px;
	display:inline;
}

#globallinks ul li a {
	color:#666;
	font-size:0.75em;
}


/* content and entry styles */
/********************************************/
#content h1 {
	font-size:1.5em;
	color:#46900D;
}

.entry {
	margin:20px 0 50px;
}

.entry h1 a {
	font-size:0.85em;
}

.entry table, #casestudy table {
	font-size:0.8em;
	line-height:1.3em;
	border-right:1px solid #CCC;
	border-bottom:1px solid #999;
}

.entry table caption, #casestudy table caption {
	text-align:left;
	font-size:1.2em;
	border-bottom:1px solid #999;
	padding-bottom:8px;
}

.entry table caption .units, #casestudy table caption .units {
	margin:0;
	padding:0;
	text-align:left;
	font-size:0.85em;
}

.entry table th, #casestudy table th {
	padding:5px;
	border-left:1px solid #CCC;
	vertical-align:bottom;
}

.entry table td, #casestudy table td {
	text-align:center;
	padding:2px;
	border-left:1px solid #CCC;
}

.shadedRow {
	background-color:#F2F2F2;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.resultRow {
	border-top:1px solid #999;
}

.footnotes {
	margin:0;
	padding:0;
	line-height:1.2em;
	font-size:0.8em;
}

.footnotes ol {
	margin:3px 40px 20px 30px;
	padding:0;
}

.footnotes ol li {
	margin:3px 0;
	padding:0;
}

.speaker {
	text-align:right;
	margin:0;
}

.localNav {
	margin-top:0;
	font-size:0.85em;
}

/* to  automatically bold menu */
/********************************************/
.kilowatt-hour #kilowatt-hour, .plane #plane, .car #car, .product #product, .backgroundinfo #backgroundinfo, .contactus #contactus, .aboutus #aboutus, .copyleftinfo #copyleftinfo, .turningoff #turningoff, .sharing #sharing, .recycling #recycling, .offsetting #offsetting, .switching #switching {
	font-weight:bold;
}


/* index page */
/********************************************/
#valueproposition {
	margin:0;
	color:#46900D;
	font-weight:normal;
}

#functionlist li {
	padding:0 20px 5px 5px;
	font-size:1em;
}

#copyright {
	margin:0;
	padding:0;
	font-size:0.75em;
	color:#666;
	text-align:right;
	padding-right:15px;
}


/* tables */
/********************************************/
.rowname {
	text-align:right;
}

.number {
	text-align:right;
}

.total {
	border-top:1px solid #CCC;
}

