@charset "utf-8";
/* CSS Document */

@font-face { font-family: 'latoRegular'; src: url('../fonts/Lato-Regular.ttf') format('truetype'); }
body { margin:0px;padding:0px;background-color:#f0f1f3;font-family:latoRegular, Helvetica, sans-serif;}
h1,h2,h4,p,ul,img{margin:0px;padding:0px;border-width:0px;}
a { text-decoration:none;color:inherit;//color:expression(this.parentNode.currentStyle['color']);}
a:hover {text-decoration:underline;}

.footer {float:left;width:100%;}
.footer h2 {color:#ce2c32;font-size:16px;}
.footer p {font-size:12px;text-indent:20px;color:#666;}
.footer a {color:#029599;}
.copyright {clear:both;width:100%;color:#666;font-size:14px;padding:5px 0 5px 0;}

.wrapper {margin-left:auto;margin-right:auto;width:1000px;}
.content {background-color:#FFF;width:990px;padding:5px;float:left;min-height:550px;}
.content h3 {color:#666;padding-top:100px;float:left;width:100%;text-align:center;}

.subcontent {float:left;width:970px;font-size:14px;margin-top:5px;padding:10px;text-align:justify;background-color:#f0f1f1;}
.subcontent p{margin:10px 0 10px 0;text-indent:20px;}
.subcontent ul li {margin:10px 0 10px 20px;}
.subcontent h4 {margin:10px 0 10px 0;color:#811617;}
.subcontent a {color:#029599;}

.header {float:left;width:100%;background-color:#029599;}
.header h1 {color:#811617;font-size:18px;margin-bottom:8px;}
.header h1 span {color:#FFF;}
.headerMenu {clear:both;float:left;margin-left:100%px;}
.headerMenu ul {list-style:none;color:#FFF;font-size:13px;}
.headerMenu ul li {display:inline;margin:0px 10px 0 10px;border-bottom:1px dotted #FFF;}

.innerHeading {float:left;background-image:url('../images/bannerInner.jpg');height:90px;width:970px;font-size:24px;color:#029599;font-weight:bold;padding:60px 0 0 20px;}

.serviceWrap {width:690px;height:207px;float:left;background-image:url('../images/bgPanel.jpg');margin-top:5px;padding:25px 20px 20px 30px;}
.serviceWrap .service+.service {margin-left:44px;}
.service {font-size:14px;width:190px;text-align:left;margin:10px 0 0 8px;float:left;}
.service h1 {color:#811617;font-size:15px;margin-bottom:5px;text-align:center;}
.service span {color:#00777a;float:right;margin-top:5px;width:100%;}
.service span b {color:#FFF;float:left;margin:0 29px 0 5px;background-color:#00777a;padding:3px;border-radius:3px;}

.contact {float:left;width:225px;height:222px;margin:5px 0 0 5px;background-image:url('../images/bgContact.png');background-color:#f0f1f1;padding:30px 0 0 20px;}
.contact a {color:#000;text-decoration:underline;}
.contact .service {text-align:center;}