@charset "utf-8";
#green-section {
	background-attachment: fixed;
	background-image: url(../images/green-scape-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10%;
	padding-bottom: 0px;
	padding-left: 10%;
	color: #FFF;
	overflow: hidden;
	text-align: justify;
	background-color: #D4D4D4;
}
#green-section h1 {
	color: #FFF;
	text-align: center;
	display: block;
	margin: auto;
	padding: 20px;
	width: auto;
	overflow: hidden;
	text-shadow: 0px 0px 4px #000;
}
.team ul {
	height: auto;
	width: auto;
	overflow: hidden;
	text-align: center;
	margin: auto;
	padding: 10px;
	list-style-type: none;
}
.team li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
	overflow: hidden;
	height: auto;
	list-style-type: none;
	text-align: center;
	display: block;
}
.team li strong a{
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	margin: 10px;
	padding: 20px;
	width: auto;
	list-style-type: none;
	overflow: hidden;
	border: 1px solid #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.team li strong a:hover {
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #090;
}




.green-left {
	display: block;
	padding: 0px;
	float: left;
	width: auto;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
