@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	background: url(../images/body_bg.jpg) repeat-x top #FFFFFF;
	color:#5C5C5C;
}
form, h1, h2, h3, h4, h5, h6, p {
	margin:0px;
	padding:0px;
	font-size:11px;
	overflow:hidden;
}
p {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
img a {
	border:none;
}
div {
	margin:0px;
	padding:0px;
	width:auto;
	overflow:hidden;
}
a {
	text-decoration:none;
	color:#5C5C5C;
}
ul, li {
	list-style:none;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
}
.cheak{
border: 1px solid #696;
padding: 60px 0;
text-align: center; width: 200px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #EEFF99;
background: -webkit-gradient(linear, 10 10,10 bottom, from(#EEFF99), to(#EE334B));
background: -moz-linear-gradient(#EEFF99, #EE334B);
background: linear-gradient(#EEFF99, #EE334B);
-pie-background: linear-gradient(#EEFF99, #EE334B);
behavior: url(js/PIE.htc);}

/*defalt css end*/


#main_div { width:1000px; height:auto; margin:0px auto; }
.header_div { width:1000px; height:90px; padding-top:20px; float:left;  }
.logo { width:auto; height:auto; float:left; margin-left:18px;}
.navigation_main_div { width:auto;  float:right; margin-right:25px; padding-top:47px; }
ul.menu {
	width:auto;
	height:auto;
    overflow:hidden;
}
ul.menu li {
	width:auto;
	height:auto;
	float:left;
	display:inline;
	margin-left:1px;
}
ul.menu li a {
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(js/PIE.htc);
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-transform:uppercase;
	display:block;
	padding-top:14px;
	padding-bottom:14px;
	background:none;
	border:1px #7685af solid;
	padding-left:11px;
	padding-right:11px;
}
ul.menu li a:hover {
	
	color:#FFFFFF;
	background:#32569e;
	
	
}

ul.menu li ul {
	position:absolute;
	
	display:none;
	
	width:200px;
	background-color:#d35910;
	margin-top:-3px;
}
ul.menu li ul li {
	width:200px;
	height:auto;
	margin:0px;
	padding:0px;
	-webkit-border-radius:0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(js/PIE.htc);
	border:none;
}
ul.menu li ul li a {
	display:block;
	width:185px;
	clear:both;
	display:block;
	margin:0px;
	padding:0px;
	background:none;
	-webkit-border-radius:0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(js/PIE.htc);
    padding-bottom:8px;
	background-color:#32569e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-top:6px;
	color: #FFFFFF;
	padding-left:15px;
	border:none;
	border-bottom:1px #7089bb solid;
}
ul.menu li ul li a:hover {
	background-color:#7089bb;
	color: #FFFFFF;
	-webkit-border-radius:0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(js/PIE.htc);
}
ul.menu li ul li ul.sublink { margin-left:200px; margin-top:-30px; } 

ul.menu .menulink:hover, ul.menu .menuhover {
	background:#32569e;
	color:#FFFFFF;
}






.banner_div { width:1000px; height:auto; float:left;}
.body_div { width:1000px; height:auto; float:left; margin-bottom:13px;}
.welcome_div { width:930px; height:auto; background:#32569e; -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
behavior: url(js/PIE.htc);
margin-left:20px;
padding-top:30px;
padding-bottom:32px;
padding-left:20px;
padding-right:10px;
}
.welcome_div h1 { width:autol; height:auto; margin-bottom:12px;}
.welcome_div p { width:auto; height:auto; font-size:12px; font-weight:normal; color:#c2cde2;}

.footer_div { width:1000px; height:auto; float:left; padding-bottom:10px;}
.footer_div h1 { width:auto; height:auto; font-size:11px; font-weight:normal; color:#32569e; float:left; margin-left:25px;}
.footer_div h1 a { color:#32569e;}
.footer_div h1 a:hover { color:#32569e; text-decoration:underline;}
.footer_div h2 { width:auto; height:auto; font-size:11px; font-weight:normal; color:#32569e; float:right; margin-right:25px;}
.footer_div h2 a { color:#32569e;}
.footer_div h2 a:hover { color:#32569e; text-decoration:underline;}

/*inner page css start*/

.content_div { height:auto; background:#32569e; -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
behavior: url(js/PIE.htc);
margin-left:20px;
padding-top:30px;
padding-bottom:32px;
padding-left:20px;
padding-right:10px;
width:auto;
}

.content_div p { width:auto; height:auto; font-size:12px; font-weight:normal; color:#c2cde2; padding-left:15px; margin-bottom:14px; clear:left; padding-right:25px; line-height:18px;   }

.content_div p a {  color:#c2cde2;}
.content_div p a:hover {  color:#c2cde2; text-decoration:underline;}

.content_div h3 { width:auto; height:auto; clear:left;  font-size:14px; font-weight:bold; color:#c2cde2; margin-left:15px; margin-bottom:12px; }


.contact_wrap { width:450px; height:auto; float:left;}
.contact_wrap p { width:auto; height:auto; font-size:12px; font-weight:normal; color:#c2cde2; padding-left:15px; margin-bottom:14px; clear:left; padding-right:25px; line-height:22px;   }

.contact_wrap p a {  color:#c2cde2;}
.contact_wrap p a:hover {  color:#fff; text-decoration:underline;}

.contact_wrap h3 { width:auto; height:auto; clear:left;  font-size:14px; font-weight:bold; color:#c2cde2; margin-left:15px; margin-bottom:12px; }




.page_hading_div { width:900px; height:auto; margin-left:15px; border-bottom:1px #c2cde2 solid; padding-bottom:10px; margin-bottom:14px;}
.page_hading_div h1 { font-size:22px; font-weight:normal; color:#c2cde2;}

.content_div h2 { width:auto; height:auto; padding-top:8px; padding-bottom:8px; padding-left:12px; padding-right:12px; background:#7089bb; font-size:14px; font-weight:bold; color:#FFFFFF;  overflow:hidden; float:left;  -webkit-border-radius:5px;
-moz-border-radius: 5px;
border-radius:5px;
behavior: url(js/PIE.htc);
margin-left:10px;
margin-top:10px;
margin-bottom:12px;
clear:left;
}

.rt-img { float:right; display:inline; margin-right:30px; margin-bottom:10px; m}
.lt-img { float:left; display:inline; margin-right:10px; margin-bottom:10px;}

ul.director_list { width:auto; height:auto; padding-bottom:20px; clear:left; float:left; margin-left:12px;}
ul.director_list li { width:auto; height:auto; margin-bottom:12px;  font-size:12px; font-weight:normal; color:#c2cde2; border-bottom:1px #7089bb dotted; }
ul.director_list li span { display:block; font-size:15px; font-weight:bold; margin-bottom:8px;}
ul.director_list li p { padding-left:0px;}


ul.points { width:auto; height:auto; clear:left; margin-left:15px;}
ul.points  li { width:auto; height:auto; font-size:12px; font-weight:normal; color:#c2cde2; margin-bottom:10px; line-height:17px; background:url(../images/bullet.jpg) no-repeat top left; padding-left:12px; padding-right:20px;}


ul.finacial_list { width:500px; height:auto; margin:0px auto;}
ul.finacial_list li { width:450px; height:auto; 
 -webkit-border-radius:5px;
 -moz-border-radius: 5px;
border-radius:5px;
padding-left:20px;
padding-right:20px;
padding-top:12px;
padding-bottom:12px;
background:#7089bb;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
behavior: url(js/PIE.htc);
margin-bottom:20px;
text-align:center;
 }
 
 
 ul.finacial_list li a { color:#FFFFFF;}
 
 .contact_lt { width:450px; height:auto; float:left; padding-top:20px; font-size:20px;}
  .contact_lt p { font-size:20px; font-weight:normal; margin-bottom:30px;}
 ul.contact_list { width:420px; height:auto; float:right;  }
 ul.contact_list li { width:auto; height:auto; margin-bottom:15px;}
 ul.contact_list li h3 { width:100px; height:auto; font-size:12px; font-weight:bold; color:#c2cde2; float:left;}
  ul.contact_list li h3 span { color:#ffffff;}
  ul.contact_list li h4 { width:300px; height:25px; -webkit-border-radius:5px;
 -moz-border-radius: 5px;
border-radius:5px;
behavior: url(js/PIE.htc);
background:#7089bb;
} 

  ul.contact_list li h4.bt { width:auto; background:none; height:auto;}

 ul.contact_list li h5 { width:300px; height:140px; -webkit-border-radius:5px;
 -moz-border-radius: 5px;
border-radius:5px;
behavior: url(js/PIE.htc);
background:#7089bb;
} 
.textbox { width:270px; height:auto; background:#7089bb; font-size:12px; font-weight:normal; color:#FFFFFF; border:none; outline:none; padding-left:10px; padding-top:4px;}

.textbox2 { width:270px; height:130px; background:#7089bb; font-size:12px; font-weight:normal; color:#FFFFFF; border:none; outline:none; padding-left:10px; padding-top:4px;}
.contact_rt { width:auto; height:auto; float:right; margin-right:80px; padding-top:20px; }

ul.contact_detail { width:auto; height:auto; margin-left:15px;}
ul.contact_detail li { width:auto; height:auto; margin-bottom:10px; }
ul.contact_detail li h4 { width:150px; height:auto; float:left; font-size:12px; font-weight:bold; color:#c2cde2; }
ul.contact_detail li h5 { width:250px; height:auto; float:left; font-size:12px; font-weight:normal; color:#c2cde2; }
ul.contact_detail li h5 a { color:#c2cde2;}
ul.contact_detail li h5 a:hover { color:#c2cde2; text-decoration:underline;}



.team-content { width:915px; height:auto; clear:left; float:left; background:url(../images/body-img/team.png) no-repeat right top;}


.business-content { width:915px; height:auto; clear:left; float:left; 
background: url(../images/body-img/business.png) no-repeat right top;}
ul.bullet-points { width:auto; height:auto; clear:left; float:left;}
ul.bullet-points li{ clear:left; float:left; background:url(../images/bullet2.png) no-repeat 1px 3px; padding-left:18px;
font-size:12px; font-weight:normal; font-size:12px; font-weight:normal; color:#c2cde2; line-height:18px; margin-left:10px;
margin-bottom:14px;}


.overview-con { font-size:13px; font-family:Arial, Helvetica, sans-serif; color:#c2cde2; clear:left; float:left; 
margin-left:10px; }
.overview-con tr td { border-left:1px #fff dashed; padding-top:7px; padding-bottom:7px; font-size:12px; 
font-weight:bold; padding-left:10px; border-right:1px #fff dashed;  border-bottom:1px #fff dashed;  }


.overview-con tr td.head { background:#172237; color:#fff; font-size:15px; font-weight:bold; padding-top:4px; padding-bottom:4px; padding-left:10px; border-left:1px #fff solid; }
.overview-con tr td:first-child {border-right:none;  }

/*board of diector css start*/


/*board of diector css end*/




/*announcement css start*/




/*announcement css end*/