#introText{
	font-size: 12pt;
	font-weight: bold;
	width:550px;
	margin-top:15px;
	margin-bottom:15px;
}

.blueBar{
	border-bottom: 1px solid #2e88f6;
	height:2px;
	width:450px;
	margin-left:40px;	
}

#introTopBar{
	margin-bottom:30px;
}

#introBottomBar{
	margin-top:30px;
}


#servicesOverviewTitle{
	margin-top:30px;
}

#servicesGrid{
	margin-top:30px;
}

.gridDiv{
	/*height: 140px;*/
	margin-top:35px;
	width: 600px;
}

.gridImgDiv{
	float:left;
	margin-top:15px;
}

.gridImg{
}

.gridText{
	float:left;
	margin-left:10px;
}

.gridTitle{
	font-size: large;
	color: black;
	width:400px;
	line-height:25px;
}

.gridTextBlock{
	margin-top:5px;
	width:340px;
	border-bottom: 1px solid #90a8c5;
	/*height:85px;*/
	
}

.gridDescription{
	font-size: small;
	color: black;
	line-height:16px;
}

.gridMore, .gridMore a{
	font-size: small;
	color: #A40202;
	margin-top:5px;
	display:block;
	margin-bottom:15px;
}





