/* Services Table */


.servicesTable
{
	width:614px;
	margin-left:auto;
	margin-right:auto;
}

	.servicesTable .serviceTitle
	{
		background:url(../design_images/services_titles.jpg) no-repeat bottom left;
		padding:10px;
		text-align:center;
	}
	
	.servicesTable .serviceTitle a
	{
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.servicesTable a:hover
	{
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
	}
	
	.servicesTable img
	{
		margin:10px 0 0 0;
	}
	

.subTitleBlack{
	color:#333333;
	font-size:12px;
}

.rightAlign{
	text-align:right;
}
	
.imageRight{
	float:right;
	margin: 15px 15px 15px 15px;
	border:2px solid #A6A6A6;
}

.imageHorizontal{
	width:750px;
	margin:3px;
	border:2px solid #A6A6A6;
}

.imageTagline{
	float:right;
	width:204px;
	text-align:center;
	}
	
.imageTagline td{
		padding:5px;
	}
	
.imageTagline img{	
		border:2px solid #A6A6A6;
	}
	
.twoImagesTagline{
	text-align:center;
	width:100%;
	}
	
.twoImagesTagline td{
	padding:5px;
	width:50%;
	}
		
.twoImagesTagline img{	
	border:2px solid #A6A6A6;
	}
	
.table01 td{
	background:url(../design_images/bg_tables.jpg) repeat-x bottom;
	padding:3px;
	}
	
.table01 .titles{
	background:url(../design_images/bg_rows_title.jpg) repeat-x bottom #b9b9b9;
	padding:3px;
	color:#FFF;
	}