/*footer*/

.sustainability {
	background: transparent url(../img/sustainability_practices.png) no-repeat; 
	height:40px; 
	width:960px;
	background-color:#58772A;
	/*-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;*/
	}

.sutainability a { display:block;}

.rounded{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
#dropshadow{
	-moz-box-shadow: 1px 1px 20px #000;
 	-webkit-box-shadow: 1px 1px 20px #000;
	}