#contentSectors {
	width:950px;
	float:left;
	background-color:#FFFFFF;
}
.SectorBoxes {
	width:320px;
	float:left;
	margin-top:30px;
	text-align:left;
	border-left:5px #F37937 solid;
}
.sectorBox {
	float:left;
	text-align:left;
	width:320px;
	margin-bottom:10px;
	background-color:gray;
	background-image: url('../img/arrow_brown.gif');
	background-position: 308px 23px;
	background-repeat: no-repeat;
}
.sectorBox:hover{
	background-color:#F37937;
	background-image: url('../img/arrow_white.gif');
	background-position: 308px 23px;
	background-repeat: no-repeat;
}
.SectorRightPane {
	margin-top:30px;
	width: 620px;
	float:left;
}
.SectorRightPane p{
	margin-left:50px;
	margin-right:60px;
	text-align:left;
	line-height:27px;
}
.SectorRightPane img{
	float:right;
}