#services_page
{
	width:499px;
	margin:0 auto;
}

#services_page h1
{
	margin-left:15px;
	margin-bottom:45px;
	font:800 20px "Open Sans", sans-serif;
	color:#FF0000;
}

#services_page h2
{
	font-weight:800;
	font-size:20px;
	line-height:22px;
	margin:0 15px 45px;
}

#services_page .column
{
	float:left;
	width:242px;
}

#services_page .text_block
{
	margin-bottom:40px;
}

#services_page .column h2
{
	margin-bottom:0 0 15px;
}

#services_page .column h3
{
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	color:#FF0000;
	margin-bottom:15px;
}

#services_page .column h2, #services_page .column p, #services_page .column h3
{
	margin-left:15px;
}

#services_page .highlighted_links_wrapper
{
	margin-top:20px;
	margin-left:23px;
}

#services_page .highlighted_links
{
	height:215px;
	width:215px;
	background:url(../images/black-circle.png) no-repeat left top;
	text-align:center;
	color:#FFF;
	font:bold 12px/15px "Open Sans", sans-serif;
	position:relative;
}

#services_page .highlighted_links p
{
	padding:50px 40px 0;
	margin:0;
}

#services_page .highlighted_links a
{
	text-decoration:none;
}

#services_page .highlighted_links a:hover
{
	text-decoration:underline;
}

