@charset "utf-8";

/* staff */
.staff{
	float: left;
	width: 892px;
	height: 160px;
	position: relative;
	background-image:url(http://www.canton.edu/images/staff_bg.jpg);
}
.staff h1 {
	padding: 4px 10px 4px 50px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #fff;
	text-transform: uppercase;
	background: #0060A9;
	position: absolute;
	top: 0;
	left: 80px;
	background-color: #0060A9;
	background-image: url(http://www.canton.edu/images/staff_header_bg.gif);
}
.staff h1 a, .staff h1 a:visited {
	margin: 0;
	text-decoration: none;
	color: #FFF; 
	font-size: 100%;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
}
.staff h1 a:hover, .staff h1 a:visited:hover {color: #fff;}

.staff h1 img {
	margin-left: -10px;
	display: inline;
}

.staff ul {
	margin: 45px 0 0 13px; 
	padding: 0; 
	font-family: verdana; 
	color: #fff; 
	font-size: 70%; 
	text-align: center; 
	list-style: none;
}
.staff ul li {
	margin-right: 13px; 
	width: 48px; 
	float: left;
	display: inline;
	position: relative;
}
.staff ul em {
	width: 60px; 
	font-style: normal; 
	position: absolute; 
	top: 70px; 
	left: -6px;
}

.staff ul em a, .staff ul em a:visited {
        color: #fff;
        text-decoration: none; 
}

.staff ul em a:hover, .staff ul em a:visited:hover {
        color: #fff;
	text-decoration: underline;
}

