/* MeetOurDepartments_mini */
#leftCol {
	width: 250px;
	height: 500px;
	float: left;
	}
#topRow { /* in leftCol */
	height: 300px;
	width: 250px;
	}
.displayBio {
	background-color:#000;
	border:10px solid #666;
	display:none;
	overflow:auto;
	padding:20px;
	position:absolute;
	left: 60px;
	height:400px;
	width:400px;
	z-index:100;
	}
.displayBio img {
	margin-right: 10px;
	}
.displayBio .bodyName {
	font-size: 16px;
	}
.displayBio .bioText {
	padding-top: 35px;
	}
.displayBio .closeLink  a {
	float:right;
	text-align:right;
	text-decoration:none;
	color: #666;
	}
.ourPeopleEntry  {
	margin:auto;
	overflow:hidden;
	padding:10px 0;
	text-align:center;
	width:50%;
	vertical-align:top;
	}
.ourPeopleEntry p {
	text-align:center;
	}
.ourPeopleEntry .bodyName {
	font-size:16px;
	margin:0 10px;
	overflow:hidden;
	padding-bottom:5px;
	text-align:center;
	width:340px;
	}
.ourPeopleEntry .moreInfo {
	margin:15px auto 0 auto;
	text-align:center;
	}
.ourPeopleEntry .moreInfo  a {
	text-decoration:none;
	}
.posLeft {
	left:0;
	}
.posRight {
	right:0;
	}
#rightCol {	
	width: 750px;
	float: left;
	}
#rightColContent { /* in rightCol */
	border-width: 10px;
	border-style: solid;
	border-color: #666;
	padding: 20px 0 0 0;
	min-height: 440px;
	}
.rightAltColor, .rightAltColor td {
	background-color:#333;
	}
.sideMargins {
	padding: 0 20px;
	}
.subTitle {
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px;
	}
.tableWrapper {
	width:100%;
	}
.rightColText {
	width: 430px;
	vertical-align: text-top;	
	}
.rightColImg {
	padding-left: 20px;
	width: 120px;
	}

hr {
	display: none;
}
