/*#home .large { background: none; margin-right: 335px; }*/

h3#steps_heading { display: none; }

#steps_box {
	margin-left: -20px;
	width: 990px;
	height: 230px;
	overflow: hidden;
}

#steps_box li {
	display: block;
	float: left;
	padding: 0 10px 0 5px;
	width: 230px;
}

#steps_box li a {
	color: #0B5B53; 
	display: block;
	font: normal 18px Georgia, Times, Sans-serif;
}

#steps_box li img {
	margin-bottom: 15px;
}

#steps_box a b {
	background: url(img/sprite.png) no-repeat -817px -145px;
	display: block;
	float: left;
	margin: 8px 10px 0 16px;
	width: 29px;
	height: 29px;
	text-indent: -9999px;
}

#steps_box a:hover b, #steps_box a:focus b { background-position: -817px -205px; }

#steps_box a#step_2 b {	background-position: -848px -145px; }
#steps_box a#step_2:hover b, #steps_box a#step_2:focus b {	background-position: -848px -205px; }

#steps_box a#step_3 b {	background-position: -879px -145px; }
#steps_box a#step_3:hover b, #steps_box a#step_3:focus b {	background-position: -879px -205px; }

#steps_box a#step_4 b {	background-position: -910px -145px; }
#steps_box a#step_4:hover b, #steps_box a#step_4:focus b {	background-position: -910px -205px; }



/* ----  H O M E P A G E  >  I N F O  S E C T I O N   ------------------------------------ */


#info_section {	
	background: #e8f0f0;
	margin-top: 48px;
	padding-top: 40px;
}

#info_section h3 {
	color: #0B5B53;
	font-size: 140%;
	line-height: 1;
	margin-bottom: 1.1em;
}


#info_section li {
	float: left;
	margin: 0 40px 0 40px;
	width: 260px;
	font-size: 95%;
}

#info_section li#contact_details { margin-right: 20px;}

#info_section ul li ul { margin-bottom: 24px;}

#info_section ul.arrow li {	margin-left: 0; padding-right: 0; }

#areas li { margin-right: 0;}

