* {
  margin: 0;
  padding: 0;
}
/* -- Clear Fix -- */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -- Float Buster -- */
.float-buster {clear: both; height: 0; line-height: 0;}

dt.staffname {
	margin: 2px;
	padding: 10px 6px 0px 6px;
	border-bottom: 1px dotted #B2AA7E;
	cursor: pointer;
	font-size: 1.2em; 
	color: #73A51C;
}
dt.staffname p {
	display: inline;
	margin: 0px;
	padding: 4px;
}
dd.staffbio {
	margin:0px 0px 10px 0;
	padding: 0px 0px 0px 8px;
}
