/*homepage adjustments*/    
#onehalf_col_homepage img {padding-left: 1em;}

div#homeMain {
    margin-left: 0;
}

/*random research profile*/

#research_profile {
position: absolute;

    left: 40px;
    overflow: hidden;
    position: absolute;
    top: 500px;
    width: 325px;
    z-index: 1;
}

#research_profile h3 {
color:#2f42ba
}

.researcher_block {
width: 100%;
clear: both;
height: 100%;
}
.researcher_block h4 {
color: #333;
margin-bottom: 5px;
}
.researcher_block img {
margin-right: 15px;
margin-bottom:15px;
}

.researcher_block p {
 margin-top: 5px;
 }

.researcher_profile_more {
font-weight: bold;
padding-top: 5px;
}


.researcher_profile_more a {
margin-left:165px;
}