@charset "utf-8";
/* CSS Document */
body { margin:0px; padding:0px;}
p, h1, h2, h3, h4, h5 { padding:0px; margin:0px;}
a, img { border:0px;}
.big-txt { font-family:verdana; font-size:24px; color:#024d87; font-weight:normal;}
.head-txt { font-family:verdana; font-size:18px; color:#024d87; font-weight:normal;}
.normal-txt { font-family:verdana; font-size:12px; color:#5b5959; font-weight:normal; line-height:24px; text-align:justify;}
.clear { clear:both;}
#wrapper { width:100%; height:auto;}
#header { width:100%; height:134px; background:#10242f;}
#header .head-in { width:1000px; margin:0px auto; height:134px; background:url(image/top_bg.jpg) no-repeat;}
#header .head-in .logo { float:left; height:100px; width:300px; margin:20px 60px 0px;}
#header .head-in .top-menu { float:right; width:202px; height:30px; margin:20px 20px; background:url(image/top-menu-bg.png) no-repeat;}
#header .head-in .top-menu ul { padding:0px; margin:0px; list-style-type:none;}
#header .head-in .top-menu ul li { display:inline;}
#header .head-in .top-menu ul li a { float:left; line-height:30px; font-family:arial; font-size:12px; color:#FFFFFF; padding:0px 25px; text-decoration:none;}
#header .head-in .top-menu ul li a:hover { color:#EFFFDF;}
#menu { width:100%; height:42px; background:#062D40; }
#menu .menu-nav { width:1000px; margin:0px auto; height:42px; background:url(image/menu_bg.jpg) repeat-x;}
#menu .menu-nav .bluetabs{
width:1000px;
height:42px;
}

#menu .menu-nav .bluetabs ul{
padding: 0px 0;
margin: 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#menu .menu-nav .bluetabs li{
display: inline;
margin: 0;
}

#menu .menu-nav .bluetabs li a{
	float:left;
text-decoration: none;
padding:0px 47px 0px 47px;
color: #024d87;
line-height:42px;
}

#menu .menu-nav .bluetabs li a:visited{
color: #024d87;
}

#menu .menu-nav .bluetabs li a:hover{
text-decoration: none;
background:url(image/menu-bg-hover.jpg) repeat-x;
color:#FFFFFF;
}

#menu .menu-nav .bluetabs li.selected{
}

#menu .menu-nav .bluetabs li.selected a{ /*selected main tab style */
background:url(image/menu-bg-hover.jpg) repeat-x;
color:#FFFFFF;
}

#menu .menu-nav .bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background:url(image/menu-bg-hover.jpg) repeat-x;
}

/* ######### Style for Drop Down Menu ######### */

#menu .menu-nav .dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 220px;
visibility: hidden;
}


#menu .menu-nav .dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

#menu .menu-nav .dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}
#banner { width:100%; height:320px; background:#10242F;}
#banner .banner-con { margin:0px auto; height:320px; width:1000px;}
#data { width:100%; height:auto; background:#e1e1e1;}
#data .data-con{ width:976px; height:auto; background:#fff; margin:0px auto; padding:20px 12px;}
#data .data-con .service-con { width:291px; height:183px; float:left; background:url(image/service_bg.jpg) no-repeat; margin:0px 6px 0px 0px; padding:10px 15px;}
#data .about-con{ width:980px; height:auto; background:#fff; margin:0px auto; padding:20px 10px 0px;}
#data .about-con .about-div { width:950px; height:auto; padding:10px 15px; background:url(image/about-bg.png) no-repeat;}
#footer { width:100%; height:134px; background:#10242F;}
#footer .footer-in { width:1000px; margin:0px auto; height:134px; background:url(image/top_bg.jpg) no-repeat;}
#footer .footer-in .bottom-menu { float:right; height:40px; width:690px; margin:40px 0px; }
#footer .footer-in .bottom-menu .copyright {font-family:verdana; font-size:11px; color:#C4D2FB; font-weight:normal;}
#footer .footer-in .bottom-menu ul { list-style-type:none; margin:0px; padding:0px;}
#footer .footer-in .bottom-menu ul li { display:inline; }
#footer .footer-in .bottom-menu ul li a { color:#FFFFFF; padding:0px 8px 0px 8px; text-decoration:none; line-height:11px; font-family:verdana; font-size:11px; color:#D7EBFF;  float:left; border-right:solid 1px #FFFFFF;}
#footer .footer-in .contact { float:left; height:80px; width:260px; margin:35px 17px; font-family:verdana; font-size:12px; color:#D7EBFF;}
#customers
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:600px;
border-collapse:collapse;
}
#customers td, #customers th 
{
font-size:12px;
border:1px solid #225ca4;
padding:3px 7px 2px 7px;
}
#customers th 
{
font-size:12px;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#2b6eb5;
color:#ffffff;
}
#customers tr.alt td 
{
color:#000000;
background-color:#c9ddf3;
}