/*  */
/* this css stuff below is specific to the faculty individual page */
/*  */

#page-heading { background-color: #848f39; min-height: 4em; line-height:4em; z-index: 1; margin: 0; padding: 0 0 0 10px; }

#content {
background-color:#b1dce5;
}

#content p.label {
    padding: 10px 0 5px 20px;
    font-size: 1.1em;
    font-weight: 600;
    color:#29418b;
    font-family: Verdana, Arial, Helvetica, sans-serif;    
}


#content #left {
float: left;
padding: 0 0 20px 0;
width:25%;
}

#content #left #title {
    min-height: 145px;
    background:#fff;
    width:100%;
    border-bottom: 10px solid #8bbae3;
}

#content #left #expertise {
    background-color: #b1dce5;
    float: left;
    clear: right;
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
}


#content #left #profile {
    background-color: #e6e0cc;
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
    min-height:85px;
}

#content #right {
	float: left;
	width: 74.9%;
	padding: 0 0 20px 0;
}

#content #right #top {
float:left;
width:100%;
border-bottom: 10px solid #8bbae3;
}
	
#content #right #degrees {
    float: left;
    width:33%;
    background-color: #b1dce5;
    min-height: 145px;
}

#content #right #photo { 
	position:relative;
	float: left; 
	background-color: #b1dce5; 
	margin-top:-46px; 
	z-index: 4;
	padding-bottom: 0;
}

#content #right #photo img {
	height: 190px; 
}

#content #right #contact {
    float: left;
    width:33%;
	clear: right;
    background-color: #b1dce5;
    min-height: 145px;
}

#content #right #contact #indent {
	padding-left:18px;
}

#content #right #contact #edit {
float:left;
padding-left:20px;
margin-top:-28px;
z-index:10;
position:relative;
text-decoration: underline; 
color: #ffffff;
}

#content #right #awards, #content #right #courses, #content #right #scholarship {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

#content #right #awards {
    background-color: #fff3c7;
    min-height:85px;
}

#content #right #courses {
    background-color:#b1dce5;
}

#content #right #awards p {
    margin: 0 0 0 15px;
    text-indent: -15px;
}

#content #right #courses table {
padding-left:20px;
}

#content #right #courses td {
padding-right:10px;
}

#content #right #scholarship {
    background-color: #dbd6e0;
 	min-height: 85px;   
}

#content #right #scholarship h5 {
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    margin: 0 0 4px 35px;
    text-indent: -15px;
}

