/* Officers List */

#officeList .officer {
    width: 48%;
    float: left;
    margin: 1%;
}

#officeList .officeListItem1 {
    clear: both;
}

#officeList .officer img {
    float: left;
    max-width: 150px;
    height: auto;
}

#officeList .officer div {
    margin-left: 140px;
}

#officeList .officeName {
    background: none;
	color:#000000;
	font-weight:bold;
	padding-top:10px;
	
}

/* Awards List */

#summaryPic .defaultImage {
    width: 100px;
    height: auto;
}
