/*
#sdirStaff * {
	margin: 0;
	padding: 0;
	line-height: 1.1;
}
*/

/* Sub title h2 */
#sdirStaff h2 {
	font-weight: normal;
	font-size: 19px;
	margin-bottom: 10px;
}

/* links */
#sdirStaff a {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	outline: none;
}
#sdirStaff a:hover {
	text-decoration: none;
}
/* paragraphs */
#sdirStaff p {
	padding:0;
	margin:0;
	margin-bottom: 10px;
/* 	text-indent: 1em; */
}

/* image frame */
#sdirStaff .frame {
	background-color: #f4f4f4;
	border: 1px solid #b0b0b0;
	padding: 5px;
}

/* staff ul list */
#sdirStaff ul {
	margin: 0 0 20px 0;
	padding:0;
	overflow: hidden;
	width: auto;
}
#sdirStaff li {
	clear:left;
 	float: left; 
	margin: 2px;
	padding: 5px;
	overflow: hidden;
/* 	width: 175px; */
/* 	text-align: center; */
	border-bottom:1px dotted #fff;
}
/*
#sdirStaff li div {
	height: 172px;
	margin: 5px auto;
	text-align: center;
	width: 100px;
	float:left;
}
*/
/*
#sdirStaff li img {
	display: block;
	width: 80px;
}
*/
#sdirStaff li h4 {
	font-size: 18px;
	font-weight: bold;
	height: 2em;
	margin-bottom: 15px;
	float:left;
}
#sdirStaff li h5 {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	padding:0;
	margin:0;
}
#sdirStaff li.featured {
	border: 1px dotted orange;
}

.sdirReadMore {
/* 	background: url('images/read-more.png') no-repeat top left; */
/* 	display: inline-block; */
	height: 34px;
	width: 150px;
}
.sdirReadMore:hover {
	background-position: 0 -34px;
	height: 34px;
	width: 150px;
}

/* header - name and position - single page */
#sdirStaff h1 {
	font-size: 20px;
	margin-bottom: 20px;
}
#sdirStaff h1 span {
	color: #777777;
	font-size: .8em;
}

/* photo - single page */
#sdirPhoto {
	float: left;
	margin: 0 10px 10px 0;
}

/* left col */
#sdirLeft {
	clear: both;
	float: left;
	margin-top: 20px;
	width: 60%;
}

/* right col */
#sdirRight {
	float: right;
	margin-top: 20px;
	width: 40%;
}

/* dl */
#sdirStaff dl { overflow: hidden; width: 100%; margin-bottom: 20px; }
#sdirStaff dl dt, #sdirStaff dl dd {
	height: 30px;
	margin-bottom: 4px;
	padding: 9px 10px 0 10px;
}
#sdirStaff dl dt {
	background: url('images/arrow-inner.png') repeat-x top;
	float: left;
	margin-right: 20px;
	text-align: right;
	position: relative;
	width: 110px;
}
#sdirStaff dl dt div {
	background: url('images/arrow-pointer.png') no-repeat center left;
	position: absolute;
	width: 9px;
	height: 30px;
	top: 0;
	right: -9px;
	z-index: 50;
}
#sdirStaff dl dd {
	display: block;
}

.listtext {
	float:left;
	display: block;
	width:550px;
	font-size: 14px;
}

.listphoto {
	float:left;
	width:100px;
}

.listphoto img {
	display: block;
	width: 80px;	
}

.date {
	font-size: 12px;
	font-style: italic;
}