/* CSS Document */
body{ margin:0px; padding:0px;}
.clear{ clear:both;}
#main{margin:0px; padding:0px;}

.header{ width:100%;}
.header-wrap{ width:88%; margin:0 auto;}
.header-wrap h1{ float:left;}
.social-icons{width:12%; float:right; margin-top:4%;}
.social-icons img{ margin-left:8%;}

.menu{ width:100%; background-color:#002d59;}
.menu-wrap{ width:90%; margin:0 auto; background-color:#99CC00;}
.menu-wrap ul{ display:inline; list-style:none; margin:0px; padding:0px;}
.menu-wrap ul li{float:left; padding:12px 0px; margin:0px 16px 0px 7px;}
.menu-wrap ul li a{ text-decoration:none; font:normal 14px Segoe UI; color:#fff; padding:6px 10px 7px 10px; }
.menu-wrap ul li a:hover{ padding:6px 10px 7px 10px;  background-color:#fff; color:#000033;}
.menu-wrap ul li a.selected{ padding:6px 10px 7px 10px;  background-color:#fff; color:#000033;}

.home-icons{ float:right;  margin-right:10px;}
.home-icons img{ margin:7px 4px 0px 7px;}

.banner{ width:100%; }

.content{ width:100%; background-color:#eaeaea; }
.content-wrap{ width:90%; margin:0 auto;}
.content h2{ font:normal 24px Segoe UI; color:#002751; padding:40px 0px 20px 0px; margin:0px;}
.content p{ font:normal 13px Segoe UI; color:#000; line-height:18px; text-align:justify;}
.content-wrap span{ background-color:#002751; float:right; padding:6px 20px; border-radius:5px; color:#fff; font:normal 13px Segoe UI; }
.content-wrap span a{ text-decoration:none; color:#fff;}

.box-main{ width:100%;}
.box-main-wrap{ width:85%; margin:0 auto; background-color:#99CC00;}
.box{ width:28.36%; float:left; margin:20px 34px 20px 0px;}
.box h4{ background:url(../images/heading-bg.jpg) repeat-x #002d57; margin:0px; font:normal 17px Segoe UI; line-height:38px; color:#fff; padding:0px; margin-bottom:8px; }
.box h4 span{float:left; margin:-6px 30px 0px 18px; }
.box h4 span img{ border:0px;}
.box img{ border:2px solid #ccc; padding:10px;}

.box:last-child{ margin-right:0px;}
.more{ font:normal 13px Segoe UI; color:#00426d; float:right; margin-top:5px;}
.more a{ text-decoration:none; color:#00426d;}

.footer{ width:100%; background-color:#002751; padding:15px 0px;}
.footer-wrap{ width:32%; margin:0 auto;  font:normal 13px Segoe UI; color:#fff;}
.footer-wrap a{ width:32%; margin:0 auto;  font:normal 13px Segoe UI; color:#fff;}


.address{ float:left; margin-left:4%; border-right:1px dotted #666; padding-right:25%;}
.address h5{ font:normal 18px Segoe UI; color:#CC0000; margin:0px; padding:0px;}
.form{float:right; margin-right:6%;}
.address p a{ color:#003399;}

#ajax_form {width:410px;font-family:verdana,arial;font-size:12px}
#ajax_form td{ font:normal 13px Segoe UI; color:#ff0000;}
.form h5{ font:normal 18px Segoe UI; color:#CC0000; margin:0px; padding-bottom:10px;}
#returned_value{font-family:Segoe UI;text-align:center;font-size:13px;color:#000000}
#go {border:1px solid #CCCCCC;background:#FFF}
.form p{ line-height:5px;}
.form1 p{ line-height:5px;}

.font{ font:bold 15px Segoe UI; color:#CC3300; padding-bottom:15px;}
.images{ margin:0 auto;}
.gal-img{ width:24%; float:left;  text-align:center; margin:0px 7px 20px 0px;}
.gal-img img{ margin-bottom:10px; border:1px solid #ccc; border-radius:13px;}
.gal-img p{ text-align:center; margin:0px; font:normal 14px Arial, Helvetica, sans-serif;}
.gal-img h6{ margin:5px 0px 0px 0px; padding:0px; font:normal 14px Segoe UI; color:#CC0000; text-align:center; font-weight:bold;}
.gal-img h6 a{color:#CC0000; font-weight:bold;}
.gal-img1 a{ margin:0px 0px 0px 45px; }
.gal-img1 img{margin-bottom:20px; border-radius:13px;}
/*---banner---*/
:link, :visited, ins {
text-decoration: none
}

.banner {
z-index: 1;
}
.banner .slider {
position: relative;
}
.banner .slider ul {
margin: 0;
padding: 0;
list-style: none;
width: 100%;
height: 447px;
overflow: hidden;
position: relative;
}
.banner .slider ul li {
width:100%;
position: absolute;
top: 0;
left: 50%;
}
.banner .slider .dots:after {
display: table;
clear: both;
content: "";
}
.banner .slider .dots {
position: absolute;
bottom: 20px;
left: 48%;
z-index: 40;
 *zoom: 1;
}
.banner .slider .dots a {
display: block;
float: left;
width: 12px;
height: 12px;
margin-right: 10px;
text-indent: -9999em;
background: #000;
border-radius: 10px;
}
.banner .slider .dots .cur {
background: #329;
}
.banner .slider .arrow {
width: 65%;
position: absolute;
top: 45%;
left: 18%;
z-index: 50;
}
.banner .slider .arrow a {
font-family: "Microsoft YaHei";
font-size: 34px;
font-weight: 700;
color: #fff;
}
.banner .slider .arrow .btn-left {
float: left;
}
.banner .slider .arrow .btn-right {
float: right;
}
/*---banner---*/

/*---tabs---*/
.etabs { margin: 0; padding: 0; }
    .tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; font:normal 14px arial; font-weight:bold;}
    .tab a { font-size: 14px; line-height: 2em; display: block; padding: 4px 10px; outline: none; }
    .tab a:hover {  }
    .tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #999; }
    .tab a.active { font-weight: bold; }
    .tab-container .panel-container { background: #fff; border: solid #999 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
    .panel-container { margin-bottom: 10px; }
	.content h3{ font:normal 20px Segoe UI; color:#002751; padding:20px 0px 10px 0px; margin:0px;}
	.panel-container h4{ font:normal 18px Segoe UI; color:#CC0000; margin:10px 0px 0px 0px; padding:0px;}
	.panel-container img { float:left; border:1px solid #ccc; margin:0px 15px 0px 0px;  padding:5px;}
	.panel-container p{float:left; line-height:22px; margin-top:10px 0px 0px 0px; padding: 0px 20px 0px 0px;}
	.panel-container span{ background-color:#e0154d; float:right; border-radius:0px; padding:10px 15px;  margin: -45px 20px 15px 0px; }
	
/*---tab end---*/
.heading{font:normal 16px Segoe UI; color:#fff; padding-left:10px; font-weight:bold;}
.contact_para{font:normal 13px Segoe UI; color:#212121;  padding-left:5px;}
.subheading{font:normal 22px Segoe UI; color:#002751;  }
.subheading3{font:normal 22px Segoe UI; color:#ffffff;  }
.subheading1{font:normal 22px Segoe UI; color:#212121;  }
.subheading2{font:normal 18px Segoe UI; color:#005c93;  }
.date{font:normal 10px Segoe UI; color:#002751;  }
.contact_para1{font:normal 13px Segoe UI; color:#212121;  }
label,
input,
select,
textarea {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  background:#fff;
}
label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right;
}
form .input {
  margin-left: 150px;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}
input,
select,
textarea,
.uneditable-input {
  display: inline-block;
  width: 150px;
  height: 15px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input:focus, textarea:focus {
  outline: 0;
  border-color: #d4d4d4;
  -webkit-box-shadow: inset 0 1px 3px #d4d4d4, 0 0 8px #d4d4d4;
  -moz-box-shadow: inset 0 1px 3px #d4d4d4, 0 0 8px #d4d4d4;
  box-shadow: inset 0 1px 3px #d4d4d4, 0 0 8px #d4d4d4;
}
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
}

.clear{clear:both;}
.scrolling { margin:0px 0px 10px 0px; width:100%; margin:0 auto; padding:0px; }
.scrolling h2{font:normal 22px Segoe UI; color:#002751; margin:0px; padding:0px;}
.right{ float:right; position:relative; bottom:110px; }
.left{ float:left; clear:both; background:none; margin-top:75px; margin-right:20px;}