/*   All CSS code is Copyright 2010 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

.servicesTitle {
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	background-color: #355E3B;
	color: #FFF;
	border: 1px solid #000;
	padding-top: .25em;
	padding-bottom: .25em;
	margin: .5em 12em;
}

ul.services {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	margin-bottom: 2em;
}

ul.services li {
	list-style-position: inside;
	list-style-type: disc;
	list-style-image: none;
	margin-left: 2em;
	padding-bottom: .25em;
}