@charset "utf-8";
/* CSS Document */
body {
background-color: rgb(232, 232, 232);
}
.main {
width: 960px;
margin: 0 auto;
background-color:white;
font-family:Arial, Helvetica, sans-serif;
}
.header
 {
  position: relative;
  background: white;
  box-shadow: 1px 1px 1px #cfcfcf;
  height:170px;
 /* overflow:hidden;*/
  border-bottom: 15px solid #17A5EB;
}
.addressbar
{
width:960px;
}
.address
 {
  text-align: center;
  float: right;
  margin-right:24px;
  max-height:30px;
}
.menu >ul li {
float: left;
list-style: none;
margin-left:10px;
}
.menu li a
{
font: normal 12px/14px "Trebuchet MS", sans-serif;
  display: inline-block;
  padding: 0px 11px 30px 11px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #606364;
}
ul li a {
text-decoration: none;
}
.adressbar {
height: 127px;
}
.menu li:hover
{
background-color:#17A5EB;
overflow:hidden;
border-radius:3px;
}
.menu li a:hover
{
color:white;
}
.menu {
float: right;
margin-right: 40px;
}
.home_txt {
width: 64%;
float:left;
}
.home_txt p {
/* text-align: center; */
text-align: justify;
padding: 1px 0 0 33px;
font-size:17px;
}
.contact {
width: 28%;
float:left;
margin-left: 50px;
background-color: rgb(232, 248, 255);
min-height: 270px;
margin-top: 10px;
}
.htop h1 {
font-size: 22px;
padding: 0 0 0 36px;
background-color: rgb(196, 221, 255);
color: rgb(0, 69, 255);
}
.contents {
min-height: 335px;
padding-top: 25px;
}
.footer {
height: 75px;
background-color:gray;
}
.fleft {
width: 50%;
float: left;
position: relative;
left: 35px;
}
.fright {
width: 50%;
float: left;
}
.boxes {
min-height: 240px;
}
.box_one
{
border: 1px solid #d9d9d9;
float: left;
min-height: 218px;
min-width: 200px;
width: 23.7%!important;
margin: 0 0 0 67px;
border-radius: 6px;
background-color: rgb(235, 245, 255);
}
.box_one h3 {
background: rgb(34, 145, 182);
text-align: center;
color: white;
}
.first {
padding-top: 18px;
}
span.box_date {
color: rgb(176, 158, 55);
}
.box_one p {
padding: 18px;
color: rgb(29, 35, 238);
}
.address a {
text-decoration: none;
color: rgb(89, 204, 37);
}
.address a:hover
{
color:#0000CC;
}
.footer p
{
text-align:center;
padding-top:20px;
}
.contact h1 {
text-align: left;
background-color: grey;
color: white;
font-size: 22px;
padding: 9px;
border-bottom: 1px solid black;
}
.contact p {
padding: 8px;
font-size: 16px;
color: gray;
}
.line {
height: 11px;
background-color: grey;
}
.box_one img {
margin-left: 60px;
}
.box_one p {
margin: -2PX;
}
.box_one p a {
color: red;
}
.adressbar img {
margin: 13px 0 0 10px;
}
.mid_content {
min-height: 300px;
width:900px;
padding:30px;
font-size:17px;
font-family:Arial, Helvetica, sans-serif;
}
.mid_content p{
font-size:17px;
text-align: justify;
font-family:Arial, Helvetica, sans-serif;
}
.mid_content ul li
{
font-size:17px;
text-align: justify;
font-family:Arial, Helvetica, sans-serif;
}
.mid_contact {
padding: 71px;
width: 36%;
float: left;
}
.contact_acc {
float: left;
width:40%;
margin-left:160px;
}
#content_contact {
min-height: 465px;
margin-top:35px;
}
.mid_contact p{
font-size:22px;
}
.menu1
{
	float:right;
	margin-right:15px;
}

ul.nav_sub {
display: none;
}
.nav_sub li {
width: 100px;
padding: 23px;
position: relative;
left: -43px;
}
.nav li
{
	width:130px;
	height:29px;
	text-align:center;
	float:left;
	list-style:none;
	font-family:Josefin;
	border-radius: 3px 3px 0 0;
}
.nav .nav_sub li:hover 
{
    background-color:#7eb0c8;
  /*  border-left: 1px solid #E9B7FF;
    border-right: 1px solid #E9B7FF;
	border-bottom: 1px solid #E9B7FF;
    /*width: 128px;*/
}
.nav  li:hover 
{
	 background-image:url(images/menubg.jpg);
}
.nav  li a:hover 
{
color:#FFFFFF;
}
.nav a
{
	text-decoration:none;
	color:#000000;
	
	display: block;
   
}
ul .nav_sub {
    background-color: #5bc7fc;
    /* height: 100px; */
    position: absolute;
  top:170px;
	width:131px;
	z-index:999;
}
.nav_sub li a {
    font-size: 15px;
   
}
ul.nav_sub {
/*display: none;*/
}
.nav_sub li {
             border-bottom:1px solid;
}
form#contactus {
background-color: #EEF6FC;
border-radius: 16px;
}
.bottom_text {
height: 30px;
}
.bottom_text p{
text-align:center;
font-size:13px;
}
.flogo {
text-align: center;
}
#googleMap
{
width: 800px;
height: 380px;
position: relative;
overflow: hidden;
-webkit-transform: translateZ(0px);
background-color: rgb(229, 227, 223);
margin-left:88px;
}
.maph h1 {
text-align: center;
font-size: 18px;
}