/* BIO BOXOVER RULES */

.boxover_header {
	padding: 5px 10px 0px 10px;
	border: 3px solid #e8e8e8;
	border-bottom: none;
	width: 400px;
	height: 28px;
	background: #ffffff url("/images/misc_elements/fairway_heading_bullet.gif");
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
}

.boxover_header h2 {
	padding: 0px 0px 0px 40px;
	font-size: 16px;
	color: #d30519;
	text-transform: uppercase;
	line-height: 28px;
}

.boxover_body {
	padding: 5px 10px;
	border: 3px solid #e8e8e8;
	border-top: none;
	width: 400px;
	background-color: #ffffff;
	z-index: 1000;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-align: left;
}

	.boxover_body h2 {
		font-size: 12px;
		color: #a32323;
		line-height: 12px;
	}	

	.boxover_body p {
		margin: 0px 0px 10px 0px;
	}
