

.static-team-member							{ clear:both; margin:0px 0px 30px 0px; padding:0px 0px 30px 0px; }
.static-team-member .static-team-photo		{ float:left; width:45%; margin:10px 0px 20px 0px; text-align:center; }
.static-team-member .static-team-photo img 	{ width:100%; max-width:590px; }
.static-team-member .static-team-text 		{ float:right; width:50%; }
.static-team-member .team-name 				{ margin-bottom:0px; }
.static-team-member .team-title 			{ margin-top:10px; font-size:1.1em; }
.static-team-member .team-email a 			{ font-size:1em; }

.static-team-member							{ border-bottom:1px dotted #CCCCCC; }
.static-team-member .team-title 			{ color:#000000; }



/** RESPONSIVE **/
@media screen and (max-width:590px) {

	.static-team-member .static-team-photo,
	.static-team-member .static-team-text	{ float:none; width:100%; margin:0px 0px 0px 0px; }

}