@charset "UTF-8";
@import "reset.css";

#employee {
	background-image:url(../../i/bg_80p-trans.png);
	color:#fff;
	padding: 25px;
}
.employeeProfile {
	width:350px;
	font-family:Tahoma, Geneva, sans-serif;
	float:left;
}
.employeeAction {
	float: right;
}
p.employeeEmail {
	font-size: 14px;
	padding-bottom: 1em;
}
p.employeeName {
	font-size:24px;
	font-family:Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
}
p.employeeTitle {
	font-size:18px;
	font-family:Helvetica, Arial, sans-serif;
	color:#ccc;
	padding-bottom:.2em;
}
p.employeeQuestion {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
}
p.employeeResponse {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding-bottom: 12px;
}
p.employeeBio {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin-bottom: 8px;
}
a:link {
	color:#999;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #ccc;
	text-decoration: none;
}
a:active, a:focus {
	color: #fff;
	outline: none;
}

