/* Start of CMSMS style sheet 'Services' */
.divider {
	width:100%;
height:20px;
	display:block;
	float: left; 
}

.servicecategory {
	width:100%;
	display:block;
	float: left; 
	border-bottom: 1px dotted #888;
}

.service {
	display:block;
	width:160px;
	height:100px;
	float:left;
	position:relative;
	padding:20px 5px 20px 5px;
}

a.service {
	display:block;
	width:160px;
	height:100px;
	float:left;
	position:relative;
padding:0;
	text-decoration:none;
}

a.service:hover {
	color:#333;
}

a.service span span {
	font-weight:normal;
	position:relative;
	display:block;
	font-style:oblique;
}

.servicename {
	font-weight:bold;
	padding: 8px 0 8px 0;
	position:relative;
	display:block;
}















/* End of 'Services' */

