
.staff { 
	float:left;
	width: 570px;
	margin-top: -13px;
	

}
.staff dl {
margin: 0;
}

.staff dl dd {
	margin: 0 !important;
	padding: 0 !important;
	list-style-position:outside;
}

.staff dl dt  {
 color: #69787f;
 font-size: 90%;
}

.staff dl dd  {

	padding: 0;
}

.staff dl dd.take {
	margin: 0 0 8px 5px !important;
	list-style-type: none !important;
	font-size: 90%;
	float:left;
	width: 460px;
	clear: none !important;
}

.staff dl dd.bio {
	float:left;
	width: 100%;
	clear:both !important;
}

img.staff-img {
	float:left; 
}

.staff dl dd strong{
	font-weight: bold;
}

.ddpanel {
    float:left;
	margin: 0 !important;
	padding: 0;
	
}

.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: black;
background: white; 
border-bottom: 1px dotted #cacaca;
width: 563px;
clear: both;
padding: 0;
float:left;
/*background of Drop Down Panel*/
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin: 0 20px 0 0;
font: normal 12px Arial;
	padding: 0;

}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: white;
background: #69787f url(/_images/layout/toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/
text-decoration: none;
letter-spacing: 1px;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
background: transparent url(/_images/layout/toggleright.gif) no-repeat right bottom;
padding: 1px 12px 4px 13px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
background-color: #243a54;
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}


.ddpanelcontent p.first-p,.ddpanelcontent h2 {
	padding-top: 20px;
}

.ddpanelcontent h2 {
	margin-bottom: 0px;
	font-size: 85%;
	font-weight: normal !important;
	padding-bottom: 0;
}

