/* toggle css */

div.spacer {
	clear: both;	
}

a.bioBtn {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	margin: 0 0 0 0;
	display: block;
	width: 409px;
	height: 60px;
	padding-top: 25px;
	padding-left: 71px;
	*float: right;
	*padding-left: 0;
	*width: 425px;
	*outline: none;
}

img.hdngThm{
	float:left;
	margin-bottom: 15px;
	padding: 2px !important;
}

div.bioBtnContents {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #5e6265;
	background: #e6f0f2;
	border-top: 1px solid #a0aeaf;
	border-bottom: 1px solid #a0aeaf;
	padding: 18px 30px 25px 14px;
	width: 442px;
	margin: 0 0 19px 19px;
	clear: left;
}
	div.bioBtnContents img{
		float: left;
		border: 2px solid #fff !important;
		padding: 0 !important ;
		margin: 0;
	}
	div.bioBtnContents p{
		margin: 0 0 10px 0 !important;
		padding: 0 0 0 14px;
	}

a.pdf {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	clear: left;
	margin: 0;
}

a.collapseAr {
	width: 100%;
	display: block;
	height: 22px;
	text-decoration: none;
	text-align: right;
	margin: 0;
}

.upArrow {
	background: url(../images/toggle_arrows_up.gif) no-repeat right 31px!important;
}

.dnArrow {
	background: url(../images/toggle_arrows_down.gif) no-repeat right 31px!important;
}