@charset "utf-8";
/* CSS Document */
/*Start - Home Page*/
.divMainContainer {
    position:relative;
    top:5px;
	margin: 0 auto;
	text-align: left;
	width: 750px;
	height:622px;
	border:2px solid #9ea6ab;
	background-color: #666666;
}

.mainHeader {
	position:relative;
	width: 523px;
	height: 212px;
	margin:0px;
	display:block;
	background-image: url(../img/hdr.png);
	background-repeat:no-repeat;
}
.QualityServiceAtReasonableCost{
	width:350px; 
	height:25px; 
	float:left; 
	margin-left:50px; 
	margin-top:133px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-style:italic; 
	font-size:18px; 
	color: #FFFFFF; 
	padding-left:35px;
}

/*===============link navigation start here================*/

ul.nav_main {
	list-style-type:none;
	position:relative;
	width:520px;
	height:28px;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../img/bgMenu.png);
	background-repeat:no-repeat;
	color: #333333;
	text-decoration:none;
	color:#333333;
	border:1px solid #333333;
	text-align: center;
}

li.nm_1 {
	position:absolute;
	top:0px;
	left:0px;
	height:22px;
	text-decoration:none;
	width: 104px;
	padding-top: 5px;
	border: 1px solid #333333;
}

li.nm_2 {
	position:absolute;
	top:0px;
	left:106px;
	width: 104px;
	height:22px;
	padding-top: 5px;
	border: 1px solid #333333;
}

li.nm_3 {
	position:absolute;
	top:0;
	left:212px;
	height:22px;
	width: 104px;
	padding-top: 5px;
	border: 1px solid #333333;
}

li.nm_4 {
	position:absolute;
	top:0;
	left:318px;
	height:22px;
	width: 104px;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #333333;
}

li.nm_5 {
	position:absolute;
	top:0;
	left:424px;
	height:22px;
	width: 95px;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	border: 1px solid #333333;
}

/*===============link navigation end here================*/


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.mainContainer {
	width:522px;
	height:320px;
	float:left;
	background-position:bottom;
	background-color: #C8CCCF;
	

}

.mainContainerOnlineresult {
	width:522px;
	height:320px;
	float:left;
	background-position:bottom;
	background-color: #C8CCCF;
	background-image: url(../img/onlineresult_jpg.jpg);
	

}





.rightContainer {
	position:absolute;
	float:right;
	top:0px;
	left:522px;
	width: 230px;
	height:623px;
	background-image:url(../img/bg1.png);
	background-color:#999999;
	border: 1px solid #666666;
}
.DivHeaderAddress{
	width:168px; 
	height: 38px; 
	float:left; 
	margin-left:48px; 
	margin-top:5px; 
	text-align:left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#FFFFFF; 
	padding-left:45px;
}
.DivHeaderContactNumber{
	width:160px; 
	height: 38px; 
	float:left; 
	margin-left:8px; 
	margin-top:5px; 
	text-align:left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#FFFFFF; 
	padding-left:15px;
}
.DivSubheader{
	float:left;
    width: 199px; 
	height:13px; 
	padding:4px; text-align:center; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bolder; 
	color: #1C251B;
}
.DivRightAreaCommonBox{
	background-image:url(../img/subHdr.png);
	background-repeat:no-repeat;
	background-position:top left; 
	width: 207px; 
	height:185px;
	float:left; 
	border:1px solid #999999; 
	margin-top:9px; 
	margin-left:8px;
	margin-right:8px;
}
.DivHomepagePic1{
	width:153px; 
	height:103px;
	float:left; 
	margin-left:20px; 
	margin-right:32px; 
	text-align:center;
}
.DivHomepageTxt1{
	width:198px;
	height:50px; 
	float:left; 
	margin-left:5px; 
	margin-right:5px; 
	margin-top:2px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
	font-weight:normal; 
	color: #666666;
	display: block;
}
.DivRightAreaCommonBox{
	background-image:url(../img/subHdr.png);
	background-repeat:no-repeat;
	background-position:top left; 
	width: 207px; 
	height:185px;
	float:left; 
	border:1px solid #999999; 
	margin-top:9px; 
	margin-left:8px;
	margin-right:8px;
}
.DivHomepageCaption {
   width:505px; 
   height:55px; 
   float:left;
   padding: 10px;
   background-color:#CCCCCC;
   background-image:url(../img/BGcaption.png);
   background-position:top left;
   background-repeat: no-repeat;
   text-align:justify;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   color: #666666;
}
/*End - Home Page*/

/*Start Contact Us Page*/
.divMainContainerContactUs {
	width:522px;
	height:320px;
	float:left;
	background-image:url(../img/LocationMap.jpg);
	background-color: #CCCCCC;
}
.DivContactUsCaption {
   width:505px; 
   height:55px; 
   float:left;
   padding:10px;
   background-image:url(../img/BGcaption.png);
   background-position:top left;
   background-repeat: no-repeat;
   background-color:#CCCCCC;
   text-align:justify;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#666666;
}
.DivContactPagePic1{
	width:153px; 
	height:103px;
	float:left; 
	margin-left:20px; 
	margin-right:32px;
	margin-top:20px; 
	text-align:center;
}
.DivContactPageTxt1{
	width:198px;
	height:60px; 
	float:left; 
	margin-left:5px; 
	margin-right:5px; 
	margin-top:2px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
	font-weight:normal; 
	color: #666666;
	display: block;
}
.DivRightAreaContactPage{
	background-image:url(../img/subHdr.png);
	background-repeat:no-repeat;
	background-position:top left; 
	width: 207px; 
	height:600px;
	float:left; 
	border:1px solid #999999; 
	margin-top:9px; 
	margin-left:8px;
	margin-right:8px;
/*End Contact Us Page*/

/*Start Dropdown Menu*/
}
#dropmenudiv{
position:absolute;
border:1px solid gray;
border-bottom-width: 0;
margin-left:0px;
margin-right:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
line-height:18px;
text-align:left;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: gray;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
/*End Dropdown Menu*/

/*Start footer*/
.footer {
	width:520px; 
	height:14px; 
	float:left; 
	text-align:center; 
	padding:1px; 
	background-color:#CCCCCC; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9px; color:#666666;
}
/*End Footer*/
