﻿
#div_ad_message
{
	position: relative;
	border-right: gray thin double;
	border-top: gray thin double;
	border-left: gray thin double;
	border-bottom: gray thin double;
	z-index: 10;
	width: 100%;
}

.content_main
{
	z-index: 10;
	width: 100%;
	height:400px;
	border-bottom: gray thin double;
	border-right: gray thin double;
	border-top: gray thin double;
	border-left: gray thin double;
	position: relative;
}


.main_services_header
{
	font-weight: bold;
	font-size: 12pt;
	width: 450px;
	color: black;
	font-family: 'Times New Roman';
	top: 5%;
	text-align: left;
	font-variant: small-caps;
	
}


.main_services
{
	position:relative;
	top:0px;
	height:200px;
	font-size: 10pt;
    font-family: 'Times New Roman';
    color: black;
    list-style-type: circle;
    text-align: left;
    float:left;
 
 
}

.main_services_list_1
{
  
}

.main_services_list_2
{
}



.quality_assurance_frame
{
	position: relative;
	width: 100%;
	height: 265px;
	top: 25px;
	border-bottom: gray thin solid;
	border-left: gray thin solid;
	border-right: gray thin solid;
	border-top: gray thin solid;
	text-align:left;
}

.quality_assurance_1
{
	left:0%;
	width:50%;
	height: 265px;
	font-size: 12pt;
	color: navy;
	font-family: 'Copperplate Gothic Light';
	z-index:10;
}



.quality_assurance_2
{
	position: relative;
	top: -200px;
	font-size: 12pt;
	color: gray;
	font-family: Verdana;
	left: 55%;
	width: 40%;
	background-color: white;
	text-align: left;
	font-variant: small-caps;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=2,opacity=70,finishOpacity=70);
	z-index: 50;
}

