@charset "UTF-8";

/**************************** Begin: Main Section Highights *******************/

.mainSectionHighContainer {
	background-image: url(../../../images_css/content_page_table_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	margin: 0 0 40px 0;
	position: relative;
	 /*top: 20px;*/
	width: 570px;
}

/**************************** End: Main Section Highights *********************/

.msectionHighContainer {
	display: block;
	float: left;
	height: auto;
	left: 0;
	margin: 10px 0;
	position: relative;
	width: 270px;
}

.msectionHighImage {
	display: block;
	width: 75px;
	height: auto;
	float: left;
	margin-right: 5px;
}

.msectionHighContent {
	display: block;
	width: 175px;
	height: auto;
	float: left;
}

.msectionHighContent .whiteLargeBold:link, .msectionHighContent .whiteLargeBold:visited {
	display: block;
	width: auto;
	height: auto;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../../images_css/anchor_links_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 10px;
}

.msectionHighContent .whiteLargeBold:hover, .msectionHighContent .whiteLargeBold:active {
	display: block;
	width: auto;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../../images_css/_anchor_links_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 10px;
}

.msectionHighLeftGap {
	display: block;
	float: left;
	font-size: 1px;
	width: 10px;
	height: 10px;
}
/* Begin TB07 Fixes */
h2.whiteLargeBold{
	display: block;
	width: auto;
	height: auto;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../../images_css/anchor_links_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 10px;
}
/* END TB07 Fixes */
