
/* Services Page
 *---------------------------------------------------------------------------*/

div.ServicesPage {
	margin: 0px 20px 30px 20px;
}

div.Service,
div.ServiceOverview {
	margin: 0px 0px 30px 0px;
	text-align: justify;
}

div.Service h1 {
	margin: 0px 0px 10px 0px;
	/*border-bottom: 2px solid black;*/

	background-image: url('../Images/Icons/TitleIcon.png');
	background-position: center left;
	background-repeat: no-repeat;
	
	font-size: 20px;
	text-indent: 20px;
}

table.ServiceLayout,
table.ServiceLayout td {
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}

table.ServiceLayout td.Image-Left {
	padding: 0px 10px 0px 0px;
}

table.ServiceLayout td.Image-Right {
	padding: 0px 0px 0px 10px;
}

table.ServiceLayout td.Text-Left {
	padding: 0px 5px 0px 0px;
	vertical-align: top;
}

table.ServiceLayout td.Text-Right {
	padding: 0px 0px 0px 5px;
	vertical-align: top;
}


