@charset "UTF-8";
/* CSS Document */


#services_wrapper
{
	position: relative;
	width: 920px;
	margin: 20px 0 0 0;
}


.services_row
{
	position: relative;
	width: 920px;
	margin: 20px 0 0 0;
}


.services_row h2
{
	position: relative;
	width: 175px;
	height: 54px;
	background: #808080;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	color: #fff;
	padding: 20px;
	margin: 0 0 0 0;
}


.services_row a
{
	text-decoration: none;
	color: #808080;
}


.services_row a:hover
{
	text-decoration: none;
	color: #009ACE;
}


.services_leftcol
{
	float: left;
	width: 215px;
	margin: 0 20px 0 0;
}


.services_middlecol
{
	float: left;
	width: 215px;
	margin: 0 20px 0 0;
}


.services_middlecol2
{
	float: left;
	width: 215px;
	margin: 0 0 0 0;
}


.services_rightcol
{
	float: right;
	width: 215px;
	margin: 0 0 0 0;
}


/*-----------SERVICES CLASSES--------------*/


.services_img
{
	position: relative;
	width: 215px;
	border-top: solid 3px #009ACE;
	margin: 0 0 0 0;
}