/* $Id: people.css 17 2008-09-02 15:10:57Z edin.coralic $ */

.people ul.list {
	list-style-type: none;
}
.people ul.list li {
	clear: both;
	float: left;
	width: 100%;
	height: 1%;
	padding-bottom: 5px;
}
.people ul.list li h6 a {
	font-size: 1.154em;
	text-decoration: none;
}
.people ul.list li h6 a:hover {
	text-decoration: underline;
}
.people ul.list .thumb {
	float: left;
}
.people ul.list .box_content {
	height: 1%;
}
.people ul.list .box_content.with_thumb {
	margin-left: 150px;
}
.people ul.list .box_content p.function,
.people ul.list .box_content p.phone span,
.people ul.list .box_content p.email span {
	font-weight: bold;
}
.people ul.list .box_content p.phone,
.people ul.list .box_content p.email {
	margin-bottom: 0;
}

.people .space {
	height:10px;
}

/* content mtm */
.people.mtm {
	margin: 0;
	height: 1%;
	border-top: 1px solid #e1e6eb;
	padding-top: 1.5em;
}
