* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #f2f2f2;
	margin: 0 0 2em 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
}

#page {
	width: 860px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding-top: 34px;
	background-color: white;
}

/* Primary Nav */
#primaryNav {
	float: left;
	font-size: 12px;
	width: 152px;
	font-weight: bold;
}

#primaryNav ul {
	list-style: none;
	width: 152px;
}

#primaryNav ul li {
	float: left;
	clear: left;
	padding: 8px;
	width: 152px;
}

#primaryNav ul li a {
	padding: 8px;
	color: black;
	background-color: white;
	text-decoration: none;
}

#primaryNav ul li a:hover {	
	padding: 8px;
	background-color: #00cc00;
}

#primaryNav ul li.selected a{	
	padding: 8px;
	background-color: #00cc00;
	color: white;
}

h1 {
	width: 692px;
	float: left;
}

h3 {
	font-size: 20px;
	color: black;
	margin-bottom: 5px;
	margin-top: 30px;
}

h4 {
	font-size: 18px;
	color: black;
	margin-bottom: 5px;
	margin-top: 30px;
}

.team h3 {
	font-size: 20px;
	color: black;
	border-bottom: 1px solid #00cc00;
	margin-bottom: 15px;
	margin-top: 30px;
}

.sponsors h2 {
	font-size: 24px;
	color: #00cc00;
	margin-bottom: 15px;
	margin-top: 30px;
}

h3 a {
	font-size: 16px;
	color: black;
	text-decoration: underline;
	margin-bottom: 5px;
	margin-top: 30px;
}

.home p {
	font-size: 13px;
	color: black;
	line-height: 1.3em;
	text-align: justify;
}

.contact p {
	font-size: 13px;
	color: black;
	line-height: 1.3em;
	text-align: justify;
	margin-bottom: 15px;
}


.galleryPage p {
	font-size: 13px;
	color: black;
	line-height: 1.3em;
	text-align: justify;
	margin-bottom: 15px;
}

.about p {
	font-size: 14px;
	color: black;
	line-height: 1.4em;
	text-align: justify;
}

.updates p {
	font-size: 14px;
	color: black;
	line-height: 1.4em;
	text-align: justify;
}

.tracker p {
	font-size: 14px;
	color: black;
	line-height: 1.4em;
	text-align: justify;
	margin-bottom: 15px;
}

.charities p {
	font-size: 14px;
	color: black;
	line-height: 1.4em;
	text-align: justify;
	margin-bottom: 15px;
}

.carbon p {
	font-size: 14px;
	color: black;
	line-height: 1.4em;
	text-align: justify;
	margin-bottom: 15px;
	margin-top: 15px;
}

.sponsors p {
	font-size: 14px;
	color: black;
	line-height: 1.4em;
	text-align: justify;
	margin-bottom: 15px;
	margin-top: 15px;
}

.charities p img {
	margin: 0 0 20px 20px;
}

.tracker p img {
	margin: 0 0 0px 20px;
}

.sponsors p img {
	margin: 0 0 20px 20px;
}
.carbon p img {
	margin: 0 0 40px 20px;
}

.charities #singleCol ul {
	font-size: 13px;
	color: black;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.charities #singleCol ul li {
	margin-bottom: 10px;
	margin-left: 30px;
	line-height: 1.4em;
}

.sponsors #singleCol ul {
	font-size: 13px;
	color: black;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.sponsors #singleCol ul li {
	margin-bottom: 10px;
	margin-left: 30px;
	line-height: 1.4em;
}

.team p {
	font-size: 14px;
	color: black;
	line-height: 1.4em;
	text-align: justify;
	margin-bottom: 15px;
}

.team p img {
	margin: 0 0 20px 20px;
}

p a {
	font-weight: bold;
	color: black;
}

li a {
	font-weight: bold;
	color: black;
}

#pageContent {
	clear: left;
	float: left;
	width: 804px;
	margin: 28px 28px;
}

#leftCol {
	width: 250px;
	float: left;
	margin-right: 28px;
}

#rightCol {
	width: 504px;
	float: left;
}	

#singleCol {
	width: 630px;
	float: left;
}

.galleryPage  div#singleCol {
	width: 780px;
	float: left;
}

#footer {
	width: 804px;
	clear: left;
	margin: 28px;
	padding-bottom: 28px;
	border-top: 5px solid #00cc00;
	vertical-align: top;
}

#greenLink img {
	margin-top: 25px;
}

div.logos img {
	float: left;
	margin-bottom: 10px;
}
div.logos p {
	float: left;
	clear: left;
}

#headerGraphic {
	clear: left;
	float: left;
	width: 804px;
}

.widget {
	float: left;
	margin: 0 15px 10px 0;
}

.widgetRight {
	float: right;
	margin: 0 0 10px 15px;
}

#subscribe {
	width: 500px;
	background-color:#f2f2f2;
	padding: 10px;
	float: left;
	margin-top: 10px;
}

#subscribe h3 {
	margin: 0;
	padding: 0;
}

#subscribe label {
	float: left;
	font-size: 12px;
	font-weight: bold;
}

#subscribe input {
	float: left;
	font-size: 12px;
}

#subscribe span {
	float: left;
	width: 150px;
	margin: 10px 10px 0 0;
}

.submitButton {
	background-color: #00cc00;
	color: white;
	font-weight: bold;
	margin-top: 12px;
	padding: 3px;
}

#imageGrid img {
	padding: 10px;	
}

#countbox {
	color: #00cc00;
	font-size: 28px;
	font-weight: bold;
}	

#cpcontainer{
	color: #00cc00;
	font-size: 28px;
	font-weight: bold;
}

.tracker #singleCol ol {
	font-size: 13px;
	color: black;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.tracker #singleCol ol li {
	margin-bottom: 10px;
	margin-left: 30px;
	line-height: 1.4em;
}

#updateBox {
	width: 100%;
	color: black;
	margin-top: 20px;
	background-color: #EFEFEF;
	border: 1px dotted #00cc00;
	padding: 10px;
	line-height: 1.4em;
	font-size: 13px;
}

#updateBox a {
	font-weight: bold;
	color: black;
}

#quote {
	width: 90%;
	color: black;
	margin-top: 20px;
	border: 1px dotted #00cc00;
	padding: 10px;
	line-height: 1.4em;
	font-size: 13px;	
}