#services_header
{
	color: #2F2F2F;
	font-family: Helvetica;
	font-size: 22pt;
	font-weight: bold;
	margin: 10px 10px 20px 10px;
}

#services_list
{
	width: 400px;
	/*height: 600px;*/
	float: left;
	margin: 10px;
}

#yellow-box
{
	background-color: #FFCA00;
	width: 12px;
	height: 12px;
	float: left;
	margin-top: 5px;
	margin-right: 6px;
	margin-left: 20px;
}

#blue-box
{
	background-color: #1790DE;
	width: 12px;
	height: 12px;
	float: left;
	margin-top: 5px;
	margin-right: 6px;
	margin-left: 20px;
}

#orange-box
{
	background-color: #E47606;
	width: 12px;
	height: 12px;
	float: left;
	margin-top: 5px;
	margin-right: 6px;
	margin-left: 20px;
}

#green-box
{
	background-color: #0BC920;
	width: 12px;
	height: 12px;
	float: left;
	margin-top: 5px;
	margin-right: 6px;
	margin-left: 20px;
}

.service-menu
{
	width: 350px;
	/*height: 95px;*/
	border: 1px solid red;
	float: left;
	border-bottom: #DFDFDF;
	border-width: 0 0 thin 0;
	border-style: none none solid none;
	color: #DFDFDF;
	font-family: Helvetica;
	font-size: 46px;
	margin-bottom: 60px;
	padding-bottom: 5px;
	/*text-align: right;*/
	clear: right;
	line-height: 55px;
}

.service-menu a
{

	text-decoration: none;
	color: #DFDFDF;
	font-family: Helvetica;
	font-size: 46px;

}

.service-menu a:hover { color: #CCC; }





#icons
{
	width: 55px;
	text-align: right;
	position: absolute;
	left: 380px;
	top: 383px;
}


#icons img
{
	margin-bottom: 52px;
	
}


#services_reasons
{
	width: 260px;
	/*height: 450px;*/
	
	border-left: 2px #DFDFDF solid;
	
	text-align: center;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}

#services_reasons img {

	margin-top: 10px;


}

#services_reasons ul { 

	list-style-type: square;
	text-align: left;
	color: #C09;


}

.darktext
{
	color: #323232;
	
	font-size: 9pt;
}

h4
{
	color: #5B5B5B;
	font-family: Gill Sans, Helvetica, Arial;
	font-weight: 500;
	font-size: 13pt;
	margin: 20px;
	
}

#services_list img{
	margin-bottom: 35px;

}

img.displayed {
    /*display: block;*/
    margin-left: auto;
    margin-right: auto }





