@charset "utf-8";
#content {
	height: 420px;
	width: auto;
}
#personnel {
	height: auto;
	width: 754px;
	position: relative;
	top: 10px;
	margin: 0 auto;
}
.personnel_top {
	background: url(../images/personnel_page_top.png) no-repeat;
	height: 84px;
	width: 754px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
.pers_mid {
	background: url(../images/page_mid.png) repeat-y;
	height: 291px;
	width: 754px;
}
.pers_bottom {
	background: url(../images/page_bottom.png) no-repeat;
	height: 20px;
	width: 754px;
}
.row_lft {
	float: left;
	height: 280px;
	width: 375px;
	margin: 10px 0 0;
	border-right: 1px solid #CCC;
}
.row_rgt {
	float: left;
	height: 280px;
	width: 377px;
	margin: 10px 0 0;
}
.title {
	float: left;
	height: 30px;
	width: 377px;
	position: relative;
	top: 45px;
}
.title_rgt {
	float: right;
	height: 30px;
	width: 377px;
	position: relative;
	top: 45px;
}
.row_lft .box {
	height: 120px;
	width: 340px;
	border-bottom: 2px solid #999;
	margin: 0 0 15px 25px;
}
.office {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #0C0C0C;
	letter-spacing: 0.05em;
	margin: 10px 0 0;
}
.office_title {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 3px 0 5px;
}
.office_duties {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 3px 0 0;
}
.row_lft .mail1, .row_lft .mail2, .row_rgt .mail3, .row_rgt .mail4 {
	height: 17px;
	width: 24px;
	position: absolute;
	left: 185px;
	top: 108px;
	background: url(../images/mail.png) no-repeat left bottom;
}
.row_lft .mail1 a, .row_lft .mail2 a, .row_rgt .mail3 a, .row_rgt .mail4 a {
	display: block;
	height: 17px;
	width: 24px;
}
.row_lft .mail1:hover, .row_lft .mail2:hover, .row_rgt .mail3:hover, .row_rgt .mail4:hover {
	background-position: left top;
}
.row_lft .mail2, .row_rgt .mail4 {
	top: 244px;
}
.row_rgt .box {
	height: 120px;
	width: 340px;
	border-bottom: 2px solid #999;
	margin: 0 0 15px 12px;
}
.row_rgt .mail3, .row_rgt .mail4 {
	left: 540px;
}
#grid {
	top: 42px;
}
#footer {
	height: 215px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	width: 894px;
	position: absolute;
	text-align: center;
}
#footer p a {
	text-decoration: none;
	color: #333;
}
#footer p a:hover {
	text-decoration: underline;
}
