@charset "iso-8859-1";
/* CSS Document */
body{
padding:0px;
	margin:0px;
	background-image: url(images/sq.jpg); 
	background-repeat: repeat;
	background-position:;
}

#mainBodyTable{
	background-image: url(images/background.png); 
	background-repeat: no-repeat; 
	background-position: left;
	height:660;
}

#mainBodyTable1{

	background-image: url(images/background1.png); 

	background-repeat: no-repeat; 

	background-position: left;

	height:1050;
}

#footer{
	background-image: url(images/footer.png); 
	background-repeat: no-repeat; 
	background-position: center;
	height:76;
	padding-left:15;
}

#adminLogin{
	 background-image: url(images/admin.png);
	 background-repeat:no-repeat;
	 background-position: center; 
	 height:146;
}


#appForm{
	background-image: url(images/appform.png); 
	background-repeat: no-repeat; 
	background-position: center;
	height:221; 
}

.copyright_text	{	font-family:Tahoma;	font-size:11px;	font-weight:bold;	line-height:11px;	color:#616161;}

a.copyright_text:link {text-decoration:none;}	
a.copyright_text:hover {text-decoration:underline;}
a.copyright_text:active {text-decoration:none;}
a.copyright_text:visited {text-decoration:none;}

.link_text{
	font-family:Tahoma;
	font-size:11px;
	line-height:13px;
	color:#6192B1;
}

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

.link1_text	{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	color:#000111;
}

.app_text 	{
	font-family:Tahoma;
	font-size:11px;
	line-height:14px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	color:#000000;
}

.main_text 	{
	font-family:Tahoma;
	font-size:11px;
	line-height:14px;
	padding-top:35px;
	padding-left:40px;
	padding-right:40px;
	color:#000000;
}

#homeText2{
	background-image: url(images/text.png); 
	background-repeat: no-repeat; 
	background-position: center;
	height:160; 
}

#specialServices{
	background-image: url(images/special services.png); 
	background-repeat: no-repeat; 
	background-position: center;
	height:260; 
}

#team{
	background-image: url(images/teamInfo.png); 
	background-repeat: no-repeat; 
	background-position: center;
	height:141; 
}

#notices{
	background-image: url(images/notices.png); 
	background-repeat: no-repeat; 
	background-position: center;
	height:260; 
}

#welcome{
	background-image: url(images/welcome.png); 
	background-repeat: no-repeat; 
	background-position: center;
	height:400; 
}

#aboutUs{
	background-image: url(images/abotus_text.png); 
	background-repeat: no-repeat; 
	background-position: center;
	height:616; 
}
#training{

	background-image: url(images/training.png); 

	background-repeat: no-repeat; 

	background-position: center;

	height:1000; 

}
#our_services{
	background-image: url(images/textpage2.png); 
	background-repeat: no-repeat; 
	background-position: center;
	height:303; 
}

.header_text{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	padding-top:50px;
	padding-left:40px;
	padding-right:40px;
	color:#00000;
}

.textbox_text{
	font-family:Tahoma;
	font-size:11px;
	line-height:14px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	color:#000000;
}

.section_text{
	font-family:Tahoma;
	font-size:12px;
	line-height:13px;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	color:#000000;
}

.service_text{
	font-family:Tahoma;
	font-size:12px;
	line-height:13px;
	padding-top:2px;
	padding-left:15px;
	padding-right:15px;
	color:#000000;
}

.job_header{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	padding-top:2px;
	padding-left:0px;
	padding-right:0px;
	color:#3366ff;
}

.table_text{
	font-family:Tahoma;
	font-size:12px;
	line-height:15px;
	padding-top:2px;
	padding-left:0px;
	padding-right:0px;
	color:#000000;
}

.contact_text{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	padding-top:0px;
	padding-left:40px;
	padding-right:0px;
	color:#00000;
}

.contact_text1{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	padding-top:0px;
	padding-left:40px;
	padding-right:0px;
	color:#3366ff;;
}

/******************/
/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #000000;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #555555;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}