#sectors-body {
	float:left;
	clear:both;
	width:958px;
	background-color:#FFF;
	margin: 30px 0 0 0;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;

}

#sectors-body #head h1 {
	float:left;
	clear:left;
	font-size:18px;
	color:#0b0b0b;
	padding: 30px 20px 0 20px;
	width:920px;

}

#sectors-body #head h2 {
	float:left;
	clear:both;
	font-size:17px;
	color:#373737;
	padding: 20px 20px 0 20px;
	font-weight:normal;
	line-height:27px;
	width:920px;
}

#sectors-body #head p {
	float:left;
	clear:both;
	font-size:12px;
	color:#373737;
	padding: 25px 20px 0 20px;
	font-weight:normal;
	line-height:20px;
	width:920px;

}

#sectors-body #head .double-rule {
	width:100%;
	background-image:url('../images/double-line-space.jpg');
	background-repeat:repeat-x;
	height:4px;
	float:left;
	clear:both;
	margin:40px 0 35px 0;
	
}


#sectors ul {
	float:left;
	clear:both;
	margin: 0 0 0x 0px;
	
}

#sectors li {
	float:left;
	width:214px;
	margin: 0 0 40px 20px;
	background-color:#000;
	cursor:pointer;
	
}

#sectors li img {
	float:left;
	clear:both;
}

#sectors li p {
	float:left;
	clear:both;
	padding: 25px 0 0 0;
	background-color:#FFF;
	line-height:20px;
	color:#373737;
	width:214px;
}

#sectors li a {
	float:left;
	clear:both;
	padding:20px 0 10px 0;
	text-decoration:none;
	color:#7ab800;
	font-weight:bold;
	width:214px;
	background-color:#FFF;
	font-size:12px;
	
}

#sectors li a:hover {
	text-decoration:underline;
}



#sectors li h3 {
	padding:14px 10px 14px 10px;
	color:#FFF;
	font-size:13px;
	
}

#sectors li:hover {
	background-color:#7ab800;	
}


#sectors-body #head .return {
	float:right;
	color:#7ab800;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	width:120px;
	margin: -15px 15px 0 0;

}

#sectors-body #head .return:hover {
	text-decoration:underline;
}


#sectors-body #head .return img {
	float:left;
	margin: 3px 8px 0 0;
}

