@charset "UTF-8";

#sectionIntroContainer {
	display: block;
	width: 570px;
	height: 166px;
	position: relative;
    margin-bottom: 25px;

}

#sectionImgRight {
	display: block;
	position: absolute;
	FLOAT: left;
	top: 30px;
	height: 166px;
	z-index: 1;
}

#sectionImgLeft {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	height: 166px;
	z-index: 2;
}

#sectionTitleTop {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 565px;
}

/************************ Begin: sectionTitleBgPanel Container ****************/

.sectionTitleBgPanel {
	display: block;
	background: url(../../images/white_transparent_slash.gif) no-repeat right;
	padding: 0;
	margin: 0;
	float: left;
	line-height: 25px;
}

/**************************** End: sectionTitleBgPanel Container **************/

/*********************** Begin: sectionTitleBgPanelMargin Container ***********/

.sectionTitleBgPanelMargin {
	display: block;
	color: #007B32;
	background-color: transparent;
}

/********************** End: sectionTitleBgPanelMargin Container **************/

#sectionIntroBody {
 DISPLAY: block;
    FONT-WEIGHT: bold! important;
    FONT-SIZE: 1em! important;
    FLOAT: right;
    WIDTH: 285px;
    COLOR: #666666! important;
    POSITION: relative;
    TOP: 30px
}


