
div.servicesTable{
	width:540px;
	border:none;
	padding:10px;
	margin-bottom:20px;
}
div.servicesSectionTable{
	width:40%;
	float:left;
	padding:10px;
}
#content_inner img{
	border:1px solid #fff;
}
#content_inner div.servicesSectionTable h2 {
	color:#fff;
}
#content_inner div.servicesTable h3{
	font-size:100%;
	margin-bottom:10px;
}

#content_inner div.servicesTable p{
	color:#fff;
}

#content_inner table.subServicesTable{
	width:100%;
	margin-bottom:10px;
	border:1px solid #cacaca;
}
#content_inner table.subServicesTable th{
	background-color:#FFCC33;
	color:#000;
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
}
#content_inner table.subServicesTable th.first, #content_inner table.subServicesTable td.first{
	width:35%;
	font-size:90%;
	font-weight:bold;
}
#content_inner table.subServicesTable th.second{
	width:70%;
}
#content_inner table.subServicesTable td{
	color:#fff;
	font-size:85%;
	padding:5px;
	/*text-align:justify;*/
}
#content_inner table.subServicesTable td p{
	font-size:100%;
}
#content_inner table.subServicesTable strong{
	font-weight:bold;
	font-size:90%;
}
