#content ul {
	font-size: 110%;
	font-weight: bold;
	list-style-type: none;
	padding: 0 0 0 40px;
}

	#content ul li {
		background-image: url("images/services_bullet.gif");
		background-repeat: no-repeat;
		background-position: 0 50%;
		padding-left: 18px;
		margin-bottom: 5px;
	}
	
		#content ul li a {
			color: #333;
			text-decoration: none;
		}
		
			#content ul li a:hover {
				color: #006078;
			}

