/* team list styles start */
.content .text .team-list {
	overflow: hidden;
	height: 1%;
	margin: -5px 0 -45px 2px;
	padding: 0;
}
.content .text .team-list .post {
	overflow: hidden;
	height: 1%;
	vertical-align: top;
	margin: -2px 0 0;
	padding: 15px 0 45px;
	background: url(../images/dotted-line.gif) repeat-x;
	font-weight: normal;
}
.content .text .team-list .photo {
	float: left;
	width: 140px;
	margin: 3px 13px 0 0;
}
.content .text img {
	margin: 0;
	display: block;
}
.content .text .team-text {
	float: left;
	width: 465px;
}
.content .text .team-text p { padding: 0 0 19px 2px; }
.content .text .team-text p.more {
	font: bold 12px/15px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0;
}
.content .text .team-text p a { text-decoration: underline; }
.content .text .team-text p.more a:hover { text-decoration: none; }
/* team list styles end */