  @charset "UTF-8";
/* CSS Document */
#highlight {
	float: right;
	width: 270px;
	margin-right:25px;
	margin-left:20px;
}
#highlight_box {
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 5px;
	padding-right: 5px;
	background: #fff;
	border: 1px solid #CCC;
}
.highlight_box_bottom {
	width: 270px;
	height: 15px;
	margin-bottom: 30px;
	background: url(/coehs/edl/css/graphics/highlight_section_bottom.png)
}
#highlight_box ul {
	list-style-image:url(/coehs/images/socialBullet.gif);
}
#highlight_box ul li {
	list-style-image:url(/coehs/images/socialBullet.gif);
}
#highlight_box ul a {
	text-decoration:none;
	color:#000000
}
#highlight_box ul a:hover {
	text-decoration:underline;
	color:#663399
}
#faculty {
	width:auto;
}
#faculty li {
	list-style:none;
	height:40px;
	padding-top:25px;
	padding-left:25px;
}
#faculty li a {
	text-decoration:underline;
	color:#663399;
}
#faculty li a:hover {
	text-decoration:underline;
	color:#333;
}
.name {
	font-weight: bold;
	width: auto;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
.facInfo {
	width: 10px;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
.taContainer {float: left; width: 385px; margin-left: 10px; height:205px; padding-left:1%;}
.facContainer {float: left; width: 385px; margin-left: 10px; height:205px; padding-left:1%;}
.clickable {
   cursor: pointer;
}
.clickable:hover {
   background: #e3e3e3;
   -webkit-border-radius:6px;
   -moz-border-radius:6px;
   border-radius:6px;
}
.shadow_img {padding: 5px; border: 1px solid #CCC; -webkit-box-shadow:3px 3px 5px #ccc; -moz-box-shadow:3px 3px 5px #ccc; box-shadow:3px 3px 5px #ccc; background-color:#ffffff;}
