/* CSS Document */
/* General Styles */

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000;
	font-weight: bold;
}

H1.energy {
	font-family: arial;
	font-size: large;
	color: #000;
	font-weight: bold;
	padding-left: 0px;
/*	background-image: url(/conservation/art/icons/energy.gif);  */
	background-position: left;
	background-repeat: no-repeat;
}

H1.water {
	font-family: arial;
	font-size: large;
	color: #000;
	font-weight: bold;
	padding-left: 0px;
/*	background-image: url(/conservation/art/icons/water.gif); */
	background-position: left;
	background-repeat: no-repeat;
}

/*
H1.earth {
	font-family: arial;
	font-size: large;
	color: #4E8964;
	font-style: italic;
	font-weight: bold;
	padding-left: 35px;
	background-image: url(/conservation/art/icons/earth.gif); 
	background-position: left;
	background-repeat: no-repeat;
}
*/


H1.land {
	font-family: arial;
	font-size: large;
	color: #000;
	font-weight: bold;
	padding-left: 0px;
	background-position: left;
	background-repeat: no-repeat;
}


H1.air {
	font-family: arial;
	font-size: large;
	color: #000;
	font-weight: bold;
	padding-left: 0px;
/*	background-image: url(/conservation/art/icons/air.gif); */
	background-position: left;
	background-repeat: no-repeat;
}

H2 { font-family: arial;
	font-size: medium;
	color: #000;
	font-weight: bold;
}

.energyTxt { color: #F16347; font-weight: bold; }
.waterTxt { color: #4B8ECB;  font-weight: bold; }
.eartTxt { color:  #4E8964;  font-weight: bold; }
.airTxt { color: #fc0;  font-weight: bold; }


/* Right Side Navigation */

.rn-space { 
	font-size: 6px;
	background-color: #e8f3d4;
}

.rn-teachgreen, .rn-programs, .rn-conserve, .rn-community { 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	font-family: arial;
	font-weight: bold;
	background-color: #c3de8d;
}

.rn-steachgreen, .rn-sprograms, .rn-sconserve, .rn-scommunity { 
	padding-top: 4px;
	padding-bottom: 0;
	padding-left: 8px;
	padding-right: 2px;
	font-family: arial;
	/*font-style: none;*/
	background-color: #fff;
	border-top: 5px solid #e8f3d4;
	border-left: 5px solid #e8f3d4;
	border-right: 5px solid #e8f3d4;
}


A.rn-hlink {
	text-decoration: none;
	color: #000;
}

A.rn-hlink:visited {
	text-decoration: none;
	color: #000;
}

A.rn-hlink:hover {
	text-decoration: none;
	color: #fff;
}

UL.rn { 
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 10px;
	list-style-type: none;
	color: #000;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}


A.rn-slink {
	text-decoration: none;
	color: #000;
}

A.rn-slink:visited {
	text-decoration: none;
	color: #000;
}

A.rn-slink:hover {
	text-decoration: underline;
	color: #669999; 
}


#main-content {
	width: 100%;
	padding: 0;
	margin: 2px;
}

#txt {
	padding: 0 15px 15px 15px;
	}
	
.icon {
	border: 0;
	padding-right: 5px;
	}	
	
.mapBtn {
	clear: right;
	float: right;
	padding: 0px 10px 10px 10px;
}	

.mapBtn2 {
	clear: right;
	float: right;
	padding: 0px 0px 10px 10px;
}

.captionBtn {
	font-size: 90%;
	text-align: center;
	}
	
.image {
	border: 3px solid #c3de8d;
	margin-right: 20px;
	float: left;
}

