#serviceLine{
	float: left;
}
.service{
	float:left;
	width:215px;
	margin:0px 15px 20px 15px;
}
.service h1{
	font-size:20px;
	text-align:center;
}
.service h1 a, a:link, a:visited{
	color: #999999;
	text-decoration:none;
}
.service h1 a:hover{
	color: #666666;
	text-decoration:none;
}

.service h2{
	font-size:16px;
	text-align: center;
}

.service h2 a, a:link, a:visited{
	color: #006699;
	text-decoration:none;
}
.service h2 a:hover{
	color: #000000;
	text-decoration:none;
}

.serviceTitle{
	text-align:center;
}
.serviceImage{
	padding:5px;
	text-align:center;
	border: #999999 1px solid;
	border-bottom: none;
}

.serviceImage img{
	border-style:none;
}

.serviceDescription{
border: #999999 1px solid;
border-top: none;
}
.clearFloats{
clear:both;
}