/* Team Bios Module -------------------------------------*/
#primary-content
{
	width:68%;
}
#board-of-directors p,
#board-of-directors ul
{
	margin:8px 4px;
}

/* Board of Directors -- Secondary */
body #grid h4.expandable p
{
	margin:0 0 0.5em 0;
}
body #grid h4.expandable
{
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding-left:15px;
	position:relative;
	cursor:pointer;
	white-space:nowrap;
	cursor:pointer;
}
body #grid h4.expandable a.arrow
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:15px;
	height:14px;
	margin:0 auto;
	background:url('../img/arrow-sm.gif') -5px 0 no-repeat;
}
body #grid h4.expandable.expand a.arrow
{
	background-position:-3px -89px;
	top:2px;
}
body #grid .position
{
	color:#333;
}
/* Management Bios -- Primary */
#team-bios .profile,
body #grid .profile
{
	padding:1px;
}
#team-bios .profile img {
	margin:1em 20px 10px 0;
}
#team-bios li.last
{
	margin-bottom:1em;
}
#team-bios h4
{
	border-bottom:1px solid #d9e2eb;
	position:relative;
	height:81px;
	line-height:81px;
	color:#333;
	cursor:pointer;
	margin:0;
}
#team-bios.bod h4
{
	height:30px;
	line-height:30px;
}
#team-bios h4 *,
#team-bios h4.expand *
{
	cursor:pointer;
}
#team-bios h4 span
{
	position:absolute;
	right:15px;
	color:#666;
}
#team-bios h4 strong
{
	position:absolute;
	left:85px;
}
#team-bios.bod h4 strong
{
	left:18px;
}
#team-bios h4 strong.fullname
{
	font-size:10.5pt;
	line-height:81px;
	height:81px;
	width:200px;
	color:#00407A;
}
#team-bios.bod h4 strong.fullname
{
	line-height:30px;
	height:30px;
}
#team-bios h4.expand .arrow
{
	left:15px;
}
#team-bios h4.expand strong
{
	left:35px;
}
#team-bios h4 img
{
	position:absolute;
	left:5px;
	top:5px;
	width:50px;
	height:71px;
	margin:10px;
}
#team-bios h4 img.flir-image
{
	position:static;
	left:auto;
	top:auto;
	width:auto;
	height:auto;
	margin:0;
}
#team-bios.bod h4 img.flir-image
{
	margin:8px 0 0 0;
	display:block;
}
#team-bios h4 .position img
{
	position:static;
	left:auto;
	top:auto;
	width:16px;
	height:16px;
	margin:20px 0 0 6px;
}
#team-bios h4 .arrow
{
	display:block;
	position:absolute;
	left:65px;
	top:35px;
	width:13px;
	height:13px;
	margin:0 auto;
	background:url('../img/arrow-sm.gif') 0 0 no-repeat;
}
#team-bios.bod h4 .arrow
{
	left:0;
	top:8px;
}
* html #team-bios h4.expand .arrow
{
	background-position: 0 -86px;
}
#team-bios h4.expand .arrow
{
	background-position: 0 -89px;
}
