  div.profile {   
    color: #444;
}
.profile p,.profile h2, .profile h3{
    margin: 0;
}
.bgblue2 a {
    color: white;
    border-bottom-color: white;
}
.section_box h3 {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: normal;
    background: #4a6373;
    box-shadow: 6px 8px rgb(119,120,123);
    -moz-box-shadow: 6px 8px rgb(119,120,123);
    -webkit-box-shadow: 6px 8px rgb(119,120,123);
    margin-left: -26px;
    margin-bottom: 1em;
    width: 136px;
    padding: 5px 10px;
}
.bgblue2 {
    background: rgb(119,120,123);
    color: #FFFFFF;
    width: 476px;
    box-shadow: 10px 10px #404c55;
    -moz-box-shadow: 10px 10px #404c55;
    -webkit-box-shadow: 10px 10px #404c55;
    behavior: url(/css/PIE.htc);
}
.bgblue2 h1 {
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}
.bgblue2 h1 + h2 {
    margin-top: 0;
    margin-bottom: 0;
}
.bgblue2 h2 {
    color: #c0f0fc;
    text-transform: uppercase;
    font-weight: lighter;
    margin-top: 0;
}

div.logobox h2 {
    font-size: 1.25rem;
}
.contentbg {
    background: #384f83;
    /*width: 714px; allow responsive */
	max-width: 714px; 
    padding-bottom: 8px;
    position: relative;
    z-index: 1;
    margin-top: 1em;
    text-align: left;
}

.logobox {
    background: url(/_resources/images/logo_bottom.png) no-repeat right bottom;
    background-size: 100px;
    padding: 1em;
    min-height: 132px;
}

.section_box {
    border-bottom: 8px solid rgb(119,120,123);
    background: rgb(255,255,255);
    margin-top: 2em;
    padding: 0 20px 20px 20px;
}

.profilepic {
    position: relative;
    z-index: 10;
    float: right;
    border-left: 10px solid rgb(119,120,123);
    border-bottom: 10px solid rgb(119,120,123);
    vertical-align: text-bottom;
	    max-width: 40%;
}

.profilepic img {
    display: block;
}



/* faculty profile rwd */
.bgblue2 {
	width: 100%;
	margin-bottom: 20px;
}
.profilepic { max-width: 80%; margin: 10px 10%; }
@media (min-width: 40em) {
	.bgblue2 { 
		width: 60%;
		max-width: 714px;
	}
	.profilepic { max-width: 40%; margin: 0; }
}

