@charset "utf-8";

div.peoplesection {
	background-color: #fdf9f3;
	padding: 1em;
	border: 2px solid #8e001c;
}

div.peoplesection h3 {
	margin-top: 0;
}

table.people {
	background-color: #fdf9f3;
	border: 2px solid #8e001c;
	margin: 1em 0 2em 0;
}

table.people td {
	text-align: center;
	padding: 0.5em 2em;
	width: 160px;
	vertical-align: middle;
}

table.people h3 {
	margin: 1em 0 0 0;
}

table.people img {
	margin-top: 1em;
}

table.person {
	margin-top: 3em;
	border: 2px solid #424242;
	border-collapse: separate;
	border-spacing: 1em;
	width: 90%;
}

table.person h3, table.person h5 {
	margin-top: 0;
}

table.person h4 {
	margin-bottom: 0.5em;
}

table.person span.degree {
	font-size: 0.7em;
	color: #666666;
	font-weight: normal;
}

table.contactdetails {
	margin-bottom: 1em;
}

table.contactdetails td {
	padding: 0 0 0.5em 0.5em;
}

table.contactdetails td.contactfield {
	text-align: right;
	font-weight: bold;
	padding: 0 0 0.5em 1em;
}

div#pagecontent img.headerimg {
	float: right;
	border: none;
}
