/* Services Page Style */

#services_list { float:left; list-style:none; margin:0; border-right:#CCC dashed 1px; padding-right:10px; overflow:hidden;}
#services_list li { 
	margin:0 0 10px 0; 
	background:url(../img/services-button.png) no-repeat; 
	height:44px; 
	width:210px;
	color:#FFF;
	font-weight:bold;
	overflow:hidden;
}
#services_list li span {
	position:relative;
	top:10px;
	left:20px;
}
#services_list li:hover { 
cursor:pointer;
color:#999999;
}
#service_body { 
	float:left;
	width:460px;
	padding:0px 20px 20px 20px;
}
#service_hdr {
	margin:0 0 20px; 0;
}
#service_media {
	float:left;
	margin:0;
}
#service_media .media-item-cont {
	margin-bottom:10px;
	border:#CCCCCC solid 1px;
	border-radius:5px;
	overflow:hidden;
}
