@charset "UTF-8";

/********************************** CSS Document ******************************/

/**************************** Begin: sub section header ***********************/

.subSectionHeader {
	display: block;
	margin-bottom: 11px;
	width: 375px;
}
*html .subSectionHeader {
	width: 374px;
}

/******************************* End: sub section header **********************/

.subSectionText {
	background-color: #fff;
	color: #666;
	display: block;
	float: left;
	text-transform: uppercase;
	width: 375px;
}
.subSectionwideContainer {
	display: block;
	width: 375px;
}
*html .subSectionwideContainer {
	width: 374px;
}
.subSectionwideContent {
	float: left;
	margin-top: 0;
	width: 255px;
}
*html .subSectionwideContent {
	width: 254px;
}
html>body .subSectionwideContent {
	margin-top: 7px;
}
/* Turn off the anchor arrows */

.subSectionwideContent div a img {
	display: none;
}

/* Style the anchors */

.subSectionwideContent div a:link, .subSectionwideContent div a:visited {
	display: inline;
	width: auto;
	height: auto;
	color: #007B32;
	background-color: #FFFFFF;
	background-image: url("../../../images_css/sub_sectionwide_content_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
}

.subSectionwideContent div a:hover, .subSectionwideContent div a:active {
	display: inline;
	width: auto;
	height: auto;
	color: #FF0000;
	background-color: #FFFFFF;
	background-image: url("../../../images_css/_sub_sectionwide_content_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
}

.subSectionwideImage {
	width: 106px;
	float: left;
	margin-right: 10px;
}

html>body .subSectionwideImage {
	margin-top: 10px;
}

