@import url("/green/stylesheets/essentials.css");

body {
	background-color: #55853c;
	font: 1em/1.3em "Lucida Grande", tahoma, verdana;
}

div#wrapper {
	background: #70a742 url("/green/images/body.gif") 0 -21px repeat-x;
}

div#masthead-wrapper {
	margin: 0 auto;
	width: 700px;
}

div#content-wrapper {
	background: url("/green/images/content_glow.jpg") left bottom no-repeat;
	color: #c9dcb3;
	margin: 0 auto;
	padding-bottom: 25px;
	padding-left: 12px;
	width: 688px;
}

div#masthead {
	background: url("/green/images/masthead.png") 0 0 no-repeat;
	height: 178px;
	padding-left: 22px;
	padding-top: 10px;
	width: 651px;
}

	div#masthead h1 {
		height: 157px;
		text-indent: -10000px;
		width: 630px;
	}

		body#homepage div#masthead h1 {
			background: url("/green/images/masthead_green.jpg") 0 0 no-repeat;
		}

		body#greenpage div#masthead h1 {
			background: url("/green/images/masthead_green.jpg") 0 0 no-repeat;
		}

		body#airpage div#masthead h1 {
			background: url("/green/images/masthead_air.jpg") 0 0 no-repeat;
		}

		body#waterpage div#masthead h1 {
			background: url("/green/images/masthead_water.jpg") 0 0 no-repeat;
		}

		body#energypage div#masthead h1 {
			background: url("/green/images/masthead_energy.jpg") 0 0 no-repeat;
		}

		body#earthpage div#masthead h1 {
			background: url("/green/images/masthead_earth.jpg") 0 0 no-repeat;
		}

#content-wrapper h2 {
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-top: 10px;
	text-indent: -10000px;
}

	body#homepage #content-wrapper h2#no1 {
		background-image: url("/green/images/h2_home_no1.gif");
		height: 37px;
	}

	body#greenpage #content-wrapper h2#no1 {
		background-image: url("/green/images/h2_green_no1.gif");
		height: 19px;
	}

	body#greenpage #content-wrapper h2#no2 {
		background-image: url("/green/images/h2_green_no2.gif");
		height: 19px;
	}

	body#airpage #content-wrapper h2#no1 {
		background-image: url("/green/images/h2_air_no1.gif");
		height: 19px;
	}

	body#airpage #content-wrapper h2#no2 {
		background-image: url("/green/images/h2_air_no2.gif");
		height: 19px;
	}

	body#airpage #content-wrapper h2#no3 {
		background-image: url("/green/images/h2_air_no3.gif");
		height: 19px;
	}

	body#waterpage #content-wrapper h2#no1 {
		background-image: url("/green/images/h2_water_no1.gif");
		height: 19px;
	}

	body#waterpage #content-wrapper h2#no2 {
		background-image: url("/green/images/h2_water_no2.gif");
		height: 19px;
	}

	body#energypage #content-wrapper h2#no1 {
		background-image: url("/green/images/h2_energy_no1.gif");
		height: 19px;
	}

	body#energypage #content-wrapper h2#no2 {
		background-image: url("/green/images/h2_energy_no2.gif");
		height: 19px;
	}
	
	body#energypage #content-wrapper h2#no3 {
		background-image: url("/green/images/h2_energy_no3.gif");
		height: 19px;
	}

	body#earthpage #content-wrapper h2#no1 {
		background-image: url("/green/images/h2_earth_no1.gif");
		height: 19px;
	}

	body#earthpage #content-wrapper h2#no2 {
		background-image: url("/green/images/h2_earth_no2.gif");
		height: 19px;
	}

	body#earthpage #content-wrapper h2#no3 {
		background-image: url("/green/images/h2_earth_no3.gif");
		height: 19px;
	}

p#articles {
	border-bottom: 3px double;
	color: #55853c;
	font-size: .7em;
	margin: 3px 25px;
	width: 601px;
}

	div#content-wrapper p#articles a {
		color: #c9dcb3;
		text-decoration: none;
	}

	div#content-wrapper p#articles a:hover {
		color: #fff;
	}

div.content_section {
	background: url("/green/images/content_middle.gif") 0 0 repeat-y;
	font-size: .8em;
	width: 651px;
}

	div.content_section .start_section {
		background: url("/green/images/content_start.gif") 0 0 no-repeat;
	}

	div.content_section .end_section {
		background: url("/green/images/content_finish.gif") left bottom no-repeat;
		display: block;
		padding: 15px 25px;
	}

	div.content_section h3 {
		color: #f4f4bf;
		font-weight: bold;
		padding-top: 10px;
	}

	div.content_section ul {
		margin: 10px 0 10px 25px;
		list-style-type: square;
	}

		div.content_section ul li {
			margin-bottom: 5px;
		}

	div.content_section p {
		padding: 5px 0;
	}

	div#content-wrapper a {
		color: #f4f4bf;
		text-decoration: underline;
	}

		div#content-wrapper a:hover {
			text-decoration: none;
		}

div#footer-wrapper {
	background: url("/green/images/footer.gif") 0 0 repeat-x;
}

	div#footer-wrapper div#footer {
		color: #76ac42;
		font-size: .7em;
		margin: 0 auto;
		padding-top: 25px;
		padding-left: 25px;
		width: 675px;
	}

	div#footer h6 {
		background: url("/green/images/footer_logo.gif") 0 0 no-repeat;
		float: left;
		height: 45px;
		text-indent: -10000px;
		width: 65px;
	}

	div#footer p {
		float: right;
		padding: 10px 40px 10px 10px;
		width: 560px;
	}