#servicesContainer h2 {
	font-weight: bold;
	font-size: 11px;
	margin: 15px 0;
	background-color: inherit;
	color: #00498e;
	text-decoration: none;
	padding: 0 0 0 20px;
	background-image: url(/img/dot-about-us.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

#servicesContainer p {
	margin: 15px 0;
	background-color: inherit;
	color: #000;
	font-size: 11px;
	line-height: 14px;
}

#servicesContainer p.blue {
	background-color: inherit;
	color: #038ec5;
}

a:link.backToTop,
a:visited.backToTop {
	background-color: inherit;
	color: #820024;
}

	#servicesContainer ul {
		margin: 15px 0;
	}
	
		#servicesContainer ul li {
			line-height: 18px;
			font-size: 11px;
			padding: 0 0 0 20px;
			background-image: url(/img/dot-services.png);
			background-position: 0 7px;
			background-repeat: no-repeat;
		}