@charset "utf-8";
#team/* CSS Document */




/*****************************/
/* START OF FEATURED SECTION */
/*****************************/

 {
	width: 650px;
}
#team-main/* Main, 920 px wide section of featured section */
 {
	border-top: 1px solid #bcbbba;
	border-bottom: 1px solid #bcbbba;
	margin-right: auto;
	margin-left: auto;
}
.team-left/* Box with featured service number 1 */
 {
	width: 300px;
	float: left;
	padding-left:10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 195px;
	
}
.team-right/* Box with featured service number 3 */
 {
	width: 300px;
	float: left;
	border-left: 1px solid #A9ABAB;
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 195px;
}
.team-icon/* Class that styles icons in featured services boxes */
 {
	float: left;
	width: 96px;
	height: 120px;
	margin-right: 20px;
	margin-bottom: 6px;
	display: inline;
}
.team-header/* Class that styles headers in featured services boxes */
 {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #222222;
	font-weight: bold;
	float: left;
	line-height: 16px;
	width: 190px;
	margin-bottom: 10px;
	
}
.team-description/* Class that styles descriptions in featured services boxes */
 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	height: 110px;
	display: inline;
	width: 264px;
}
