﻿.serviceListContainer
{
	margin-top: 25px;
	border: 1px solid #999999;
}

.serviceListContainer h2
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	color: #888888;
}

.serviceListContainer ul
{
/*
	margin: 10px;
	padding: 0px;
	color: #444444;
	line-height: 85%;
	list-style-position: outside;
	list-style-type: disc;
*/
	margin-top:10px;
	margin-bottom:0;
}

