/*============================================*/
/* Div Table Formatting for Resident Pictures */
/*============================================*/
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	/* border: 1px solid #999999; */
	border: none;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
/*=========================================*/
/* End of Formatting for Resident Pictures */
/*=========================================*/

.floated_resident {
	float: left;
	width: 137px;
	margin: 10px;
	text-align:center;
	height: 200px;
}
.image_resident {
	width:137px;
	max-width:137px;
}
.floated_faculty {
	float: left;
	margin: 10px;
	width:100%;
	max-width:331px;
}
.image_faculty {
	width:100%;
	margin-right:10px;
	max-width:137px;
	float:left;
}
.floated_faculty2 {
	float: left;
	margin: 10px;
	width:100%;
	max-width:137px;
}
.image_faculty2 {
	width:100%;
	margin-right:10px;
	max-width:137px;
	float:left;
}

.floated_clinical_sites {
	float: left;
	width: 248px;
	margin: 15px;
	text-align:center;
	height: 186px;
}
.floated_caf_clinical_sites {
	float: left;
	width: 225px;
	margin: 5px;
	text-align:center;
	height: 169px;
}
