.Staff-Member {
	width: 400px;
	height: 120px;
	padding: 10px;
	margin: 0 auto 20px; 
	position: relative; }
	
.Staff-Member img {
	float: left;
	margin: 0 20px 0 0;
	padding: 1px;
	border: solid 2px #ddd; }
	
.Staff-Member a:hover img {
	border: solid 2px #aaa; }
	
.Staff-Member h4 {
	margin: 0;
	text-align: left; }
	
.Staff-Member h4 a { color: #5f503f; }

.Staff-Member h4 a:hover, .Staff-Member h4 a:focus, .Staff-Member h4 a:active { color: #a86a24; }
	
.Staff-Title {
	font-style: italic;
	font-weight: bold;
	padding-left: 20px; }
	
.Contact-Info {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 10px 0 0;
	font-size: 10px; }
	
.Contact-Info th {
	padding: 5px 10px 3px;
	font-weight: normal; }
	
.Contact-Info tr {
	border-bottom: solid 1px #f2ede7; }
	
.Staff-List {
	width: 680px;
	margin: 10px auto 20px;
	border: solid 2px #e5e1db; }
	
.Staff-List a {
	display: block;
	width: 100%;
	height: 100%; }
	
.Staff-List a:hover { background-color: #FFF; }
	
.Staff-List .Caption, .Staff-List .Caption a {		
	background-color: #e5e1db; 
	text-align: center; 
	font-size: 18px;
	font-weight: bold;
	color: #4d4438; }
	
.Staff-List .Caption { 
	padding: 0;
	border-bottom-width: 2px; }

.Staff-List .Caption a { padding: 6px 0; }
	
.Staff-List thead th {
	padding: 3px 6px;
	background-color: #f2ede7;
	border-right: solid 1px #e5e1db;
	color: #69635c;
	font-weight: bold;
	font-size: 10px;
	text-align: left; }
	
.Staff-List tbody th {
	width: 140px;
	padding: 10px 6px;
	font-weight: bold;
	border:  solid 1px #f2ede7;
	border-bottom: solid 1px #e5e1db;
	font-size: 12px; }

.Staff-List td {	
	padding: 6px 6px;
	border:  solid 1px #f2ede7;
	border-bottom: solid 1px #e5e1db;
	font-size: 10px; }
	
.Staff-List .More-Staff { padding: 0; }

.Staff-List .More-Staff a {
	display: block;
	width: 100%;
	padding: 6px 0 3px;
	text-align: center; 
	background: #e5e1db;
	color: #4d4438;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; }
	
.Staff-List .More-Staff a:Hover, 	
.Staff-List .Caption a:hover {
	background: #f2ede7;
	text-decoration: none;
	color: #7e623d; }