@charset "UTF-8";
/* CSS Document */

/**************************/
/*                        */
/*     EMPLOYEE PAGE      */
/*                        */
/**************************/
#employee{
	position: relative;
	width: 890px;
	margin: 40px;
	display:inline-block;
}
#employee h2 {
	margin-bottom:5px;
	margin-top:0px;
	color:#f48313;
}
#employee h3 {
	margin-top:0px;
	color:#f48313;
}
#employee h4 {
	margin-top:0px;
	margin-bottom:0px;
}

#employee-info{
	float:left;
	display:inline;
	width:225px;
	text-align:center;
}

#employee-image{
	width:200px;
	margin:0px;
}
#employee-info .photoframe-tl{
	position: relative;
	left:-10px;
	
}


#employee-bio{
	margin-left: 260px;
	margin-right: 200px;
	text-align:left;
	clear:none;
	display:block;
	clear:none;

}

#employee-others {
	float:right;
	display:inline;
	width:175px;
	text-align:center;

}
.employee-others-cell{
	width:120px;
	margin:0px;
	padding:5px;
	padding-bottom:10px;
	vertical-align:top;
	text-align:center;
	margin:auto;
}

.employee-others-thumb{
	height:80px;
	max-width:80px;
	margin-bottom:5px;
}

.employee-others-cell p.name{
	color:#7b0;
	font-weight:bold;
	margin:0px;
}

.employee-others-cell p.title{
	margin:0px;
	font-size:11px;
	color:#000;
}