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

.lightGreen2{
	color:#73c228;
}
h1{
	color:#006633;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#006633;
	font-size:18px;
	letter-spacing:2px;
	font-weight:normal;
}


/* List Icon Classes */

.icon_building,.icon_energy,.icon_land,.icon_other,.icon_recycle,.icon_trans{
	padding-left:40px;
	margin-left:-30px;
	padding-bottom:15px;
	margin-bottom:10px;
	list-style:none;
	border-bottom:dotted 1px #73c228;
}
.icon_building{
	background:url(/media/images/icons/small/building.gif) left top no-repeat;
}
.icon_energy{
	background:url(/media/images/icons/small/energy_water.gif) left top no-repeat;
}
.icon_land{
	background:url(/media/images/icons/small/landscaping.gif) left top no-repeat;
}
.icon_other{
	background:url(/media/images/icons/small/other.gif) left top no-repeat;
}
.icon_recycle{
	background:url(/media/images/icons/small/recycling.gif) left top no-repeat;
}
.icon_trans{
	background:url(/media/images/icons/small/transportation.gif) left top no-repeat;
}



.txt_blue{
	color:#4c7d9b;
}
.txt_green{
	color:#2f6823;
}