/* ###################################################################### *//* ~~~~( Staff List )~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	div#staffListContainer_header	{		position: absolute;		z-index: 100;		top: 295px;		left: 40px;		width: 194px;		background: white;	}	p#staffListHeader	{		font-size: 28px;		font-family: Verdana, Arial, Helvetica, San-Serif;		color: #B0CDC2;		margin-top: 0px;		margin-bottom: 0px;		padding-top: 0px;		padding-bottom: 0px;		font-weight: 100;	}	div#staffListContainer	{		position: absolute;		z-index: 100;		top: 325px;		left: 40px;		background: white;	}	a.staffLink	{		font-size: 10px;		font-family: Verdana, Arial, Helvetica, San-Serif;		color: #E87A33;		font-weight: bold;		text-decoration: none;		line-height: 1.1em;	}	a.staffLink:hover	{		color: #625560;	}		span.staff_name	{		font-size: 10px;		font-family: Verdana, Arial, Helvetica, San-Serif;		font-weight: bold;		color: #BCC395;	}		span.staff_title	{		font-size: 11px;		font-family: Verdana, Arial, Helvetica, San-Serif;		color: #625560	}	/* ~~~~( Bio )~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	div#bioContainer	{		position: absolute;		z-index: 100;		top: 295px;		left: 315px;		width: 425px;		height: 216px;		background: #EDF0E2;		border: 1px solid #998D87;	}	div#bioHeaderContainer	{		position: absolute;		z-index: 100;		top: 0px;		left: 0px;		height: 36px;		width: 425px;		background: #BCC395;	}	div#bioImageContainer	{		position: absolute;		z-index: 100;		top: 36px;		left: 0px;		background: blue;	}	div#bioCopyContainer	{		position: absolute;		z-index: 100;		top: 41px;		left: 198px;		width: 47%;		height: 175px;		background: #EDF0E2;		padding-top: 5px;		padding-left: 12px;		padding-right: 10px;	}		p.bioHeaderText	{		font-size: 20px;		font-family: Verdana, Arial, Helvetica, San-Serif;		font-weight: normal;		color: #FFFFFF;		margin-top: 5px;		padding-left: 12px;	}	p.bioQuote	{		font-size: 10px;		font-family: Verdana, Arial, Helvetica, San-Serif;		font-weight: normal;		font-style: italic;		color: #625560;		margin-top: 5px;		line-height: 2em;	}/* ~~~~( Bio -- Nav Bar )~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	div#bioNavBarContainer	{		position: absolute;		z-index: 100;		top: 214px;		left: -1px;		width: 425px;		height: 23px;		border: 1px solid #998D87;		background: #bcc395;	}		a.bioNavBarLink	{		font-size: 10px;		font-family: Verdana, Arial, Helvetica, San-Serif;		font-weight: bold;		color: white;		margin-top: 5px;		text-decoration: none;	}	a.bioNavBarLink:hover	{		color: #E87A33;	}	a#about	{		position: absolute;		top: 0px;		left: 15px;	}	a#training	{		position: absolute;		top: 0px;		left: 90px;	}	a#affiliations	{		position: absolute;		top: 0px;		left: 245px;	}/* ~~~~( Bio -- Content )~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	div#bioSwapContentContainer	{		position: absolute;		z-index: 100;		top: 236px;		left: -1px;		width: 425px;		height: 260px;		border: 1px solid #998D87;		background: #EDF0E2;	}		div.bioContentBox	{		position: absolute;		z-index: 200;		top: 8px;		left: 12px;		width: 370px;		background: #EDF0E2;	}	div#bioContent_about	{		z-index: 201;		height: 230px;	}	div#bioContent_training	{		height: 230px;	}	div#bioContent_affiliations	{		height: 230px;	}		p.bioContentText	{		color: #625560;		margin-top: 5px;		margin-bottom: 8px;
	font: 10px/1.2em Verdana, Arial, Helvetica, San-Serif;
}	/* ###################################################################### */