#title h1
{
	color:#2a575a;text-transform: capitalize;
	font-size:12px;font-weight:bold;letter-spacing:-1px;
}
#title
{
	display:block;
	float:left;width:100%;
	margin-bottom:10px;
}
#title h2
{
	font-size:10px;
	font-weight:bold;
}
#text p
{
	padding-top:10px;
	font-size:11px;
	text-align:left;
		text-align:justify;

}
#text li, #text dd,#text dt
{
	margin-left:5px;
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	list-style-position:inside;
}
#text h3
{
	color:#2a575a;
	margin-top:10px;
	line-height:14px;
	font-size:12px;font-weight:bold;
	letter-spacing:-1px;
	text-transform: capitalize;
}

#text a
{
	color:#083437;
}
#text a:hover
{
	color:#00C1C8;
}
#eservices
{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:10px;
	border-top:1px dashed #ccc;
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
}
#eservices p
{
	text-align:center;
}
#eservices img
{
	float:none;
}
#eleft
{
	float:left;
	width:45%;
}
#emid
{
	color:#00C1C8;
	float:left;
	width:10%;
}
#eright
{
	float:left;
	width:45%;
}
