/* About Us - Our Staff */
.bio
{
	background: #f2e9ca;
	border: 1px solid #d3ae57;
	overflow: auto;
	padding: 10px;
	position: relative;
	margin-bottom: 15px;
}
.bioImg
{
	float: left;
	height: 115px;
	margin-right: 15px;
	width: 115px;
}
.bioContent
{
	float: left;
	position: relative;
	width: 520px;
}
.bioContent h2
{
	height: 30px;
	margin: 0;
}
.bioContent h3
{
	height: 25px;
	margin: 0;
}
.bioText
{
	margin: 5px 0 25px 0;
}
.bioToggle
{
	background: #d3ae57;
	border: 1px solid #d3ae57;
	border-width: 1px 0 0 1px;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	height: 10px;
	line-height: 10px;
	padding: 3px 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
}
.bioToggle:hover
{
	background: #fff;
	color: #b49350;
}
