
.university_officials{ width:100%; display:block;}
.university_officials .professor_list {
    background: #ede6d9 none repeat scroll 0 0;
	border-radius:5px;
    display: inline- block;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}


.profile_professor {
	width:100%;
	display:inline-block;
	background:#ede6d9 ;
	-webkit-box-shadow: 0 1px 1px 0 #d9d9d9;
	-moz-box-shadow: 0 1px 1px 0 #d9d9d9;
	box-shadow: 0 1px 1px 0 #d9d9d9;
	border-radius:5px;
	padding:15px;
	margin-top:22px;
}
.professor_img {
	/*width:100px;*/
	border-radius:5px;
	float:left;
	margin-right:10px;
	
}
.profile_content {

	font-family: 'proxima_novasemibold'; padding-left:112px;
}
.profile_content h6 {
	font-family: 'proxima_nova_rgbold';
	text-transform:uppercase;
	font-size:16px;
	color:#cc861b;
	margin-top:5px;
	margin-bottom:9px;
}
.profile_content h6 span {
	font-family: 'proxima_nova_rgregular';
	text-transform:none;
	font-size:14px;
	margin-left:5px;
	color:#151515;
}
.education {
	color:#151515; line-height:20px;     font-size: medium;
}

.education span{ font-size:13px; font-weight:100; color:#151515; font-family: 'proxima_nova_rgregular';}

.profile_content h6 a {
	color:#cc861b;
}
.profile_content p {
	color:#cc861b;
	font-size:14px;
	margin:8px 0px 0px;
	float:none;
}
.profile_content p span {
	font-family: 'proxima_nova_rgregular';
	color:#151515;
}
.professor_list {
	width:100%;
	display:inline-block;
	margin-bottom:60px;
}



.view_all {
	font-family: 'proxima_nova_rgregular';
	padding-top:13px;
	font-size:13px;
	color:#696969;
	float:right;
}
.professor_img_1 {
	width:80px;
	border-radius:5px;
	float:left;
	margin-right:10px;
}
.college_pricipal h5 {
	font-family: 'proxima_nova_rgbold';
	text-transform:uppercase;
	font-size:14px;
	color:#151515;
	margin-bottom:0px;
	padding-top:10px;
}
.college_pricipal .profile_professor {
	margin-top:8px;
	min-height:125px;
	margin-bottom:22px;
}