/*------------------------------------------------------------------------------------ */
/* Sub section                                                                         */
/*------------------------------------------------------------------------------------ */

#subsection {
	width:760px;
	height:auto;
	background-color:#6696C7;
	background-image: url(/images/framework/blue_tone.jpg);
	background-repeat: no-repeat;
	background-position: 240px bottom;
}

#subsectionLeft {
	min-height: 190px;	  
  height:auto !important;
  height:190px;
	background-color:#4a4a4a;
	width:240px;
	float:left;
	text-align:left;
}

#subsectionMiddle {
	min-height: 190px;
	width:520px;
	float:left;
}
/* Text over background image */
#imgText {
	padding-left:30px;
	padding-top:60px;
	padding-right:30px;
	color:#FFFFFF;
	font-size:24px;
	padding-bottom: 20px;
}

