.topWrapper{
	width: 100%;
	float: left;
}
.topWrapper .topPanel{
	/*margin: 0 auto;*/
	float:left;
	width:100%;
}
.topWrapper .topPanel .logo{
	float: left;
}
.topWrapper .topPanel .logo img{
	float: left;
}
.topWrapper .topPanel .logo h1{
	color: #14367B;
    float: left;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 85px;
}
.navigation{
	float: right;
    position: relative;
    z-index: 999;
}
.topWrapper .topPanel .navigation ul{
	float: right;
}
.topWrapper .topPanel .navigation ul{
	float: left;
	margin-right: 60px;
}
.topWrapper .topPanel .navigation ul li{
    float: left;
}
.topWrapper .topPanel .navigation ul li.excel:hover ul.drops{
	display: block;
}
.topWrapper .topPanel .navigation ul li.driving:hover ul.drops2{
	display: block;
}
.topWrapper .topPanel .navigation ul li.infra:hover ul.drops3{
	display: block;
}
.topWrapper .topPanel .navigation ul li.streams:hover ul.drops4{
	display: block;
}
.topWrapper .topPanel .navigation ul li.relations:hover ul.drops5{
	display: block;
}
.topWrapper .topPanel .navigation ul li.work:hover ul.drops6{
	display: block;
}
.topWrapper .topPanel .navigation ul li.last{
	/*border-right: 1px solid #818181;*/
}
.topWrapper .topPanel .navigation ul li a{
	background: none repeat scroll 0 0 #FFFFFF;
    border-top: 5px solid #FFFFFF;
    color: #818181;
    float: left;
    font-size: 12px;
    padding: 40px 10px 8px;
    position: relative;
    z-index: 11;
}
.topWrapper .topPanel .navigation ul li a:hover{
	color: #14367b;
	border-top: 5px solid #14367b;
}
.topWrapper .topPanel .navigation ul li a.active {
    border-top: 5px solid #14367B;
    color: #14367B;
}
.topWrapper .topPanel .navigation ul li ul.drops{
	background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    left: 0;
    margin: 0;
    padding-top: 72px;
    position: absolute;
    top: 50px;
    width: 193px;
    border-bottom: 3px solid #14367b;
}
.topWrapper .topPanel .navigation ul li ul.drops2{
    left: 108px;
}
.topWrapper .topPanel .navigation ul li ul.drops3{
    left: 201px;
}
.topWrapper .topPanel .navigation ul li ul.drops4{
    left: 294px;
    width: 200px;
}
.topWrapper .topPanel .navigation ul li ul.drops5{
    left: 407px;
    width: 193px;
}
.topWrapper .topPanel .navigation ul li ul.drops6{
    left: 527px;
    width: 193px;
}
.topWrapper .topPanel .navigation ul li ul.drops li{
	border: none;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}
.topWrapper .topPanel .navigation ul li ul.drops li a{
	border: medium none;
    color: #7E94C1;
    padding: 14px;
    width :165px;
}
.topWrapper .topPanel .navigation ul li ul.drops li a:hover{
	color: #14367b;
	background-color: #def3ff;
}
.topWrapper .topPanel .navigation ul li ul.drops li:hover{
	background-color: #def3ff;
}
.topWrapper .topPanel .navigation ul li:hover {
    border-bottom: 1px solid #ffffff;
}
.head{
	position: relative;
    top: -30px;
    width: 100%;
    float:left;
    z-index: -999;
}
.head .colorBand{
	width: 100%;
	float: left;
	margin-bottom: 1px;
}
.head .colorBand .color1{
	width: 25%;
	background-color: #14367b;
	height: 10px;
	float: left;
}
.head .colorBand .color2{
	width: 25%;
	background-color: #1877ad;
	height: 10px;
	float: left;
}
.head .colorBand .color3{
	width: 50%;
	background-color: #5ac3ff;
	height: 10px;
	float: left;
}
.head img{
	width: 100%;
	position: relative;
	z-index: 9;
}
.head .header{
	width: 100%;
	position: relative;
}
.head .header p{
	background: none repeat scroll 0 0 #14367B;
    color: #FFFFFF;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    left: 840px;
    padding: 60px 40px;
    position: absolute;
    top: 225px;
    width: 405px;
    z-index: 10;
}
.head .header .text{
	width: 980px;
	margin: 0 auto;
}
.contWrapper{
	width: 100%;
	background: #EFEFEF;
}
.divider{
	background: url("../images/divider.png") repeat-x scroll 0 0 transparent;
    height: 10px;
    position: relative;
    top: -43px;
}
.contWrapper{
	position: relative;
    top: -34px;
    width: 100%;
    float: left;
    overflow:hidden;
}
.contWrapper .bg{
	left:0;
	width: 100%;
	position: absolute;
	z-index: 3;
}
.contWrapper .bg img{
	width: 100%;
}
.contWrapper .mainCont{
	margin: 0 auto;
    position: relative;
    width: 980px;
    z-index: 4;
    padding: 15px 0 94px;
    overflow: hidden;
}
.contWrapper .mainCont .threeCol{
	width: 980px;
	float: left;
}
.contWrapper .mainCont h2{
	font-size: 18px;
	color: #14367b;
	font-weight: bold;
	padding-bottom: 10px;
}
.contWrapper .mainCont .threeCol .colOne{
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-right: 10px;
    padding: 15px;
    width: 290px;
    position: relative;
    height: 260px;
}
.contWrapper .mainCont .threeCol .colOne img{
	padding-bottom: 20px;
}
.contWrapper .mainCont .threeCol .colOne p{
	font-size: 12px;
	color: #4f4f50;
}
.contWrapper .mainCont .threeCol .colThree{
    margin-right: 0px;
    height: 260px;
}
.contWrapper .mainCont .twoCol{
	width: 980px;
	float: left;
	margin-top: 10px;
}
.contWrapper .mainCont .twoCol .leftCol{
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 265px;
    margin-right: 10px;
    padding: 15px;
    position: relative;
    width: 620px;
}
.contWrapper .mainCont .twoCol .leftCol h2{
	border-bottom: 5px solid #14367b;
}
.contWrapper .mainCont .twoCol .leftCol ul{
	float: left;
	margin-top: 10px;
}
.contWrapper .mainCont .twoCol .leftCol ul li{
	float: left;
	width: 300px;
	margin-right: 10px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.contWrapper .mainCont .twoCol .leftCol ul li.last{
	border-bottom: none;
}
.contWrapper .mainCont .twoCol .leftCol ul li h3{
	font-size: 14px;
	color: #14367b;
	font-weight: bold;
	padding-bottom: 5px;
}
.contWrapper .mainCont .twoCol .leftCol ul li p{
	font-size: 11px;
	color: #4f4f50;
}
a.view{
	font-size: 12px;
	color: #14367b;
	float: right;
	text-decoration: none;
	padding-top: 5px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.contWrapper .mainCont .twoCol .rightCol{
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 265px;
    padding: 15px;
    position: relative;
    width: 290px;
}
.contWrapper .mainCont .twoCol .rightCol p{
	font-size: 12px;
	color: #4f4f50;
	padding-top: 15px;
}
.footer{
	float: left;
    position: relative;
    margin-top: -34px;
    width: 100%;
    z-index: 5;
}
.footer .footCont{
	width: 100%;
	background: #35528e;
	float: left;
}
.footer .footCont .links{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.footer .footCont .links h3{
	color: #35528e;
	font-size: 14px;
	font-weight: bold;
	background: url("../images/arrow.png") no-repeat scroll 0 0 #5ac3ff;
	padding: 20px;
	float: left;
}
.footer .footCont .links ul{
	overflow: hidden;
	margin-left: 0px;
	float: left;
}
.footer .footCont .links ul li{
	border-right: 1px solid #FFFFFF;
    float: left;
    padding: 0 20px;
    height: 56px;
}
.footer .footCont .links ul li a{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	border-radius: 1px solid #FFFFFF;
}
.footer .footCont .links ul li a span{
	display: block;
	font-weight: normal;
}
.footer .footCont .links ul li a.poly{
	background: url("../images/polumers.png") no-repeat scroll 16px 16px transparent;
    height: 32px;
    padding-left: 54px;
    padding-top: 9px;
    width: 70px;
}
.footer .footCont .links ul li a.vet{
	background: url("../images/apis.png") no-repeat scroll 9px 13px transparent;
    height: 32px;
    padding-left: 62px;
    padding-top: 10px;
    width: 68px;
}
.footer .footCont .links ul li a.electronics{
	background: url("../images/electronics.png") no-repeat scroll 6px 15px transparent;
    height: 42px;
    padding-left: 42px;
    padding-top: 10px;
    width: 82px;
}
.footer .footCont .links ul li a.pharma{
	background: url("../images/pharma.png") no-repeat scroll 6px 15px transparent;
    height: 38px;
    padding-left: 42px;
    padding-right: 18px;
    padding-top: 9px;
    width: 62px;
}
.footer .footCont .links ul li a.chemical{
	background: url("../images/chemical.png") no-repeat scroll 6px 15px transparent;
    height: 38px;
    padding-left: 42px;
    padding-right: 18px;
    padding-top: 10px;
    width: 62px;
}
.footLinks{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
}
.footLinks .quickLinks{
	float: left;
}
.footLinks .quickLinks ul.quicks{
	float: left;
}
.footLinks .quickLinks ul.quicks li{
	float: left;
	padding-right: 50px;
}
.footLinks .quickLinks ul.quicks li h3{
	font-weight: bold;
	font-size: 14px;
	color: #35528e;
}
.footLinks .quickLinks ul.links li{
	float: left;
	padding-right: 0;
	width:100%;
	clear: left;
}
.footLinks .quickLinks ul.links li a{
	float: left;
    font-size: 11px;
    padding-top: 5px;
} 
.footLinks .quickLinks ul.links li.add span{
	font-size: 11px; !important 
	display: block; !important
} 
.footLinks .social{
	float: right;
	width:88px;
}
.grad {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.add span {
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    padding-top: 5px;
    color: #8B8B8B;
}
.social ul li {
	float: left;
    padding-left: 10px;
}
.social p{
	padding-left: 10px;
	padding-top: 10px;
	overflow: hidden;
	color: #8B8B8B;
}
.blueBand{
	width: 100%;
	background: #14367b;
	height: 15px;
	margin-top: 10px;
}
.mainCont .innerCont{
	float: left;
	margin-bottom: 20px;
}
.mainCont .innerCont .lCol{
	float: left;
	width: 645px;
	background: #ffffff;
	padding: 15px;
}
.mainCont .innerCont .lCol .bread{
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 5px solid #14367b;
}
.mainCont .innerCont .lCol .bread ul {
	float: left;
}
.mainCont .innerCont .lCol .bread li{
	float: left;
}
.mainCont .innerCont .lCol .bread li a{
	font-size: 12px;
	color: #14367b;
	font-weight: bold;
}
.mainCont .innerCont .lCol h1{
	font-size: 30px;
	color: #14367b;
	font-weight: bold;
	margin: 40px 0 20px 0;
	float: left;
	width: 100%;
}
.mainCont .innerCont .lCol p.desc{
	font-size: 14px;
	color: #14367b;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 20px 0;
	float: left;
	margin-bottom: 20px;
}
.mainCont .innerCont .lCol p{
	font-size: 12px;
	color: #4f4f50;
	padding-bottom: 20px;
	line-height: 18px;
}
.mainCont .innerCont .lCol h2{
	font-size: 14px;
}
.mainCont .innerCont .lCol ul.list{
	border-bottom: 1px solid #D3D3D3;
    float: left;
    margin-bottom: 22px;
    padding-bottom: 15px;
     width: 100%;
}

.mainCont .innerCont .lCol ul.list li{
	background: url("../images/bullet.jpg") no-repeat scroll 22px 6px transparent;
    color: #4F4F50;
    font-size: 12px;
    line-height: 18px;
    padding: 0 35px 10px;
}
.mainCont .innerCont .lCol ul.joblist li{
	background: url("../images/bullet.jpg") no-repeat scroll 0 6px transparent;
	padding-left: 10px;
}
.mainCont .innerCont .rCol{
	float: left;
	width: 295px;
	margin-left: 10px;
}
.mainCont .innerCont .rCol .rhsLinks{
	background: none repeat scroll 0 0 #FFFFFF;
    padding-left: 20px;
}
.mainCont .innerCont .rCol .rhsLinks ul{
	padding: 30px 0;
}
.mainCont .innerCont .rCol .rhsLinks ul li{
	padding-bottom: 5px;
}
.mainCont .innerCont .rCol .rhsLinks li a{
	font-size: 12px;
	color: #7e94c1;
	font-weight: bold;
	padding-left: 25px;
}
.mainCont .innerCont .rCol .rhsLinks li a.active{
	font-size: 12px;
	color: #14367b;
	font-weight: bold;
	background: url("../images/linkBg.jpg") no-repeat scroll 0 5px transparent;
}
.mainCont .innerCont .rCol .rhsNews{
	background: none repeat scroll 0 0 #FFFFFF;
    height: 222px;
    margin-top: 10px;
    padding: 10px;
    position: relative;
}
.mainCont .innerCont .rCol .rhsNews p{
	font-size: 12px;
	padding: 10px 10px 5px 2px;
}
.foot{
	margin-top: -43px;
}
.innerWrapper{
	float: left;
	padding:0 50px;
}
.shortDesc{
	float: left;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 20px 0;
	margin-bottom: 20px;
	width: 100%;
}
.mainCont .innerCont .lCol .shortDesc h2{
	font-size: 18px;
}
.mainCont .innerCont .lCol .shortDesc p{
	font-size: 14px;
	color: #253a78;
	padding: 0 0 10px 0;
}
.certificates{
	border-bottom: 1px solid #D3D3D3;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.certificates img{
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
}
.code {
	padding-bottom: 0;
}
.code h2{
	padding-top: 20px;
}
.mainCont .innerCont .lCol .para p{
	font-size: 14px;
	color: #4f5050;
	padding-bottom: 10px;
}
.blueList{
	background: none repeat scroll 0 0 #e7edf2;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 25px;
}
.policy{
	padding-bottom: 0;
	margin-bottom: 0;
}
.policy h2{
	font-size: 18px !important;
	text-align: center !important;
	padding-bottom: 30px !important;
}
.blueList ul{
	border-bottom: none !important;
}
.mainCont .innerCont .lCol .ehs p{
	float: left;
	width: 360px;
	padding-right: 20px;
}
h2.a{
	background: url("../images/a.png") no-repeat scroll 0 0 transparent;
    padding-left: 30px;
    padding-top: 3px;
}
h2.b{
	background: url("../images/b.png") no-repeat scroll 0 0 transparent;
    padding-left: 30px;
    padding-top: 3px;
    float: left;
    width: 100%;
}
.mainCont .innerCont .lCol ul.none{
	border-bottom: none;
}
p.mail{
	padding-bottom: 5px !important;
}
a.email{
	font-size: 12px;
	font-weight: bold;
	color: #14367b;
	padding-bottom: 10px;
	float: left;
}
.mainCont .innerCont .lCol p.norm{
	color: #4F4F50;
    font-size: 12px;
    padding-top: 10px;
}
p.blueText{
	color: #253A78 !important;
    font-size: 14px !important;
}
p.blueSmall{
    font-size: 12px !important;
}
h2.large{
	font-size: 18px !important;
}
p.date{
	font-size: 11px !important;
	color: #4F4F50 !important;
}
h2.news{
	padding-bottom: 5px  !important;
}
a.more{
	color: #14367b;
}
.milestones{
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding: 15px;
    width: 625px;
}
.mainCont .innerCont .milestones .bread{
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 5px solid #14367b;
}
.mainCont .innerCont .milestones .bread ul {
	float: left;
}
.mainCont .innerCont .milestones .bread li{
	float: left;
}
.mainCont .innerCont .milestones .bread li a{
	font-size: 12px;
	color: #14367b;
	font-weight: bold;
}
.mainCont .innerCont .milestones h1 {
    color: #14367B;
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin: 15px 0px 45px;
    width: 100%;
}



/*
.mainCont .innerCont .milestones ul.miles {
    float: left;
    width: 100%;
    background: url("../images/milesDivider.png") no-repeat scroll center 0 transparent;
}
.mainCont .innerCont .milestones ul.miles li{
    padding: 0 10px 16px;
    width: 220px;
}
.mainCont .innerCont .milestones ul.miles li.bottom img{
	float :left;
	margin-top: 6px;
}
.mainCont .innerCont .milestones ul.miles li a{
    color: #253B79;
    float: left;
    font-size: 10px;
    font-weight: bold;
    padding: 0 5px 5px 2px;
    width: 100%;
}
.mainCont .innerCont .milestones ul.miles li.bottom{
    margin-left: 484px;
    margin-top: -145px;
    float:left;
}
.mainCont .innerCont .milestones ul.miles li.top{
	margin-left: 230px;
    margin-top: -4px;
}
.mainCont .innerCont .milestones ul.miles li.first{
     margin-left: 230px;
}
.mainCont .innerCont .milestones ul.miles li h3{
    font-size: 12px;
    color: #253b79;
    font-weight: bold;
    width:30px;
    float:left;
}

.mainCont .innerCont .milestones ul.miles li p{
    font-size: 11px;
    color: #253b79;
    padding: 5px 0;
}*/





h3{
	font-size: 12px;
	color: #253a79;
	font-weight: bold;
}
ul.downloads {
    margin: 20px 0;
    border-bottom: 1px solid #E0E6EB;
    float: left;
}
ul.downloads li {
	
    float: left;
    margin-bottom: 20px;
 
    padding-bottom: 0;
    width: 270px;
}
.downloads #leftCol {
	width: 265px;
}
.downloads #rightCol {
	width: 265px;
}

ul.downloads a {
	background: url("../images/pdf.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-size: 12px;
    height: 33px;
    padding-left: 30px;
}
.fullWrapper {
	float: left;
	width: 850px;
	padding: 0 50px;
}
.fullWrapper .details{
	float: left;
	padding-right: 25px;
}
.fullWrapper .last{
	padding-right: 0;
}
.fullWrapper .details h2{
	width: 190px;
}
.fullWrapper .details h3{
	font-size: 14px;
	color: #253b79;
	font-weight: bold;
	padding-bottom: 10px;
}
.fullWrapper .details h3 span{
	display: block;
	
}
.fullWrapper .details .address{
	color: #253B79;
    float: left;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    padding-bottom: 15px;
    width: 230px;
}

.fullWrapper .details .address1{
	color: #253B79;
    float: left;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    padding-bottom: 15px;
    padding-left: 60px;
    width: 228px;
}

.conicon {
    background: url("../images/contactIcon.png") no-repeat scroll 0px 17px transparent;
}

.fullWrapper .details .address a{
	color: #253B79;
}
.fullWrapper .details .address span{
	display: block;
}
.fullWrapper img{
	float: right;
}
.fullWrapper .continue{
	border-top: none;
}
.addWrapper{
	border-bottom: 1px solid #E0E6EB;
    border-top: 1px solid #E0E6EB;
    float: left;
    margin-bottom: 10px;
    min-height: 106px;
    padding: 30px 0;
    width: 100%;
}
/*.addWrapper.veterinaryDivision{
	padding: 20px 0;
}*/
.shortDesc ul.news{
	float: left;
	width: 100%;
}
.shortDesc ul.news li{
	float: left;
	background: #e7edf2;
	padding: 0 0 0 0;
	margin-bottom: 20px;
}
.shortDesc ul.news li img{
	float: left;
}
.shortDesc ul.news li .newsCont{
	float: left;
	padding: 10px;
	width: 309px;
}
.shortDesc ul.news li .newsCont h3{
	padding-bottom: 5px;
}
.shortDesc ul.news li .newsCont h4{
	padding-bottom: 10px;
	font-size: 10px;
	color: #9ba4ba;
}
.shortDesc ul.news li .newsCont p{
	color: #4f5050 !important;
	font-size: 12px !important;
}
.shortDesc ul.news li .newsCont a{
	color: #253A79 !important;
	font-size: 10px !important;
	font-weight: bold;
	float: right;
}
.dynamism{
	background: url("../images/dynamism.png") no-repeat scroll 0 0 transparent;
    padding-left: 50px;
}
.Compassion{
	background: url("../images/compassion.png") no-repeat scroll 0 0 transparent;
    padding-left: 50px;
}
.Expertise{
	background: url("../images/expertise.png") no-repeat scroll 0 0 transparent;
    padding-left: 50px;
}
.Tradition{
	background: url("../images/tradition.png") no-repeat scroll 0 0 transparent;
    padding-left: 50px;
}
ul.csrTabs{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
ul.csrTabs li{
	float: left;
}
ul.csrTabs li a{
	font-size: 12px;
	color: #848181;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #263A78;
    float: left;
    margin-right: 2px;
    padding: 10px;
    text-align: center;
    width: 248px;
}
ul.csrTabs li a.sel{
	background: none repeat scroll 0 0 #263a78;
	color: #6bbfeb;
}
ul.csrTabs li a:hover{
	background: none repeat scroll 0 0 #263a78;
	color: #6bbfeb;
}
img.titleHead{
	padding-bottom: 20px;
}
ul.team{
	/*float: left;*/
}

.teamDesc{
	height: 177px;
    margin: 10px;
    width: 172px;
}
.teamDesc.active{
	background: none repeat scroll 0 0 #E0E6EB;
	height: auto;
	width: 361px;
}
ul.team li{
	
}
#teamWrapper{
	float: left;
	width: 100%;
}
ul.team li .leader{
	display: none;
}
ul.team li .teamDesc.active .leader{
	display: block;	
}
ul.team li img{
	float: left;
	cursor: pointer;
}

.leader{
	width: 350px;
}
.leader h3{
	float: left;
    margin: 146px 0 0 10px;
}
.leader h3 span{
	display: block;
	font-weight: normal;
}
.leader p{
	line-height: 18px;
	float: left;
	font-size: 12px;
	padding: 10px;
}
.grev{
    padding-bottom: 18px;
    width: 100%;
}

.grev span{
	font-style: normal;
	display: block;
	color: #35528E;
	line-height: 18px;
	font-size: 12px;
}
.grev span a{
	color: #35528E;
}
.mainCont .innerCont .lCol p.brk {
	font-size: 12px;
}
.brk span{
	display: block;
	font-size: 12px;
}


.innerWrapper .others{
	border-top: 1px solid #D3D3D3;
    float: left;
    padding-top: 26px;
    width: 100%;
    margin-bottom: 25px;
}
ul.otherInfo{
	float: left;
}
ul.otherInfo li{
	overflow: hidden;
}
.addr{
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
}
.addr span{
	display: block;
	font-style: normal;
}
.blk span{
	display: block;
}


.accordion {
    border-top: 1px solid #F0F0F0;
    color: #253a78;
    cursor: pointer;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    margin: 0;
    padding: 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 525px;
}

.accordion-open span, .collapse-open span {
    display: block;
    float: right;
    padding: 10px;
}
.accordion-open span, .collapse-open span {
    background: url("../images/minus.png") no-repeat scroll center center transparent;
}
.accordion-close span, .collapse-close span {
    background: url("../images/plus.png") no-repeat scroll center center transparent;
    display: block;
    float: right;
    padding: 10px;
}
div.containers {
    float: left;
    margin: 0;
    padding: 10px;
}
.box{
	float: left;
	width: 600px;
	padding: 20px;
}
.box a{
	width: 100%;
	float: left;
	
}
.box a img{
	float: right;
}
.box h1{
	width: 100%;
	float: left;
	color: #253b79;
	padding: 10px 0;
	font-size: 48px;
	font-weight: bold;
	border-top: 5px solid #253b79;
	padding-top: 10px;
}
.box p{
	font-size: 12px;
	line-height: 18px;
	color: #253b79;
	padding: 10px 0;
	width:620px;
}
.jobs{
	/*border-bottom: 1px solid #e0e6eb;*/
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 540px;
}
.jobs p{
	/*border-bottom: 1px solid #e0e6eb;*/
	padding-bottom: 10px;
}
.bannerCycle,
.bgBannerCycle{
	position: relative;
	float: left;
	width:100%;
	overflow: hidden;
}
.bannerCycle ul{
	xfloat: left;
}
.bannerCycle ul li{
	display: list-item;
	float: left;
	position: absolute;
	opacity: 1;
	z-index: 1;
	width: 100%;
	left:-100%;
}
.bgBannerCycle ul li{
	display: list-item;
	float: left;
	position: absolute;
	opacity: 1;
	z-index: 1;
	width: 100%;
	left:-100%;
}
.bannerCycle ul li img,
.bgBannerCycle ul li img{
	height:auto!important;
}
h1.newsTitle{
	font-size: 24px;
}
.threeCol{
	float: left;
}
.threeCol .col1{
	float: left;
	width: 240px;
}
.threeCol h3 span{
	display: block;
	font-weight: normal;
}
.threeCol .col2{
	float: left;
    margin-left: 10px;
    padding-right: 20px;
    width: 250px !important;
}
.threeCol .col2 p{
	font-size: 12px;
	color: #253a78;
	padding-bottom: 10px;
}



/*-------Milestones css start---------*/


.mainCont .innerCont .milestones ul.miles{
	margin: 0 auto;
    width: 510px;
}
.mainCont .innerCont .milestones ul.miles li{
	float:left;
}
.mainCont .innerCont .milestones ul.miles li.bottom {
	width:250px;
	float:left;
	height:198px;
}
.mainCont .innerCont .milestones ul.miles li.first {
	background: url("../images/frist.png") no-repeat scroll right 0 transparent;
    float: left;
    margin-top: -19px;
    position: relative;
    width: 250px;
    height:211px;
}

.mainCont .innerCont .milestones ul.miles li.top h3{
	color: #253A79;
    font-size: 16px;
    font-weight: bold;
    float:left;
    margin-top: -4px;
}
.mainCont .innerCont .milestones ul.miles li.top img{
	float:left;
	margin-top: 3px;
}
.mainCont .innerCont .milestones ul.miles li.top .text p{
	float: left;
    font-size: 12px;
    margin: 6px 0 6px;
    width: 220px;
}
.mainCont .innerCont .milestones ul.miles li.top .text{
	float:left;
	color:#253b79;
}
.mainCont .innerCont .milestones ul.miles li.top .text a{
	float:left;
	width:100%;
	color: #253B79;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}






.mainCont .innerCont .milestones ul.miles li.second{
	background: url("../images/second.png") no-repeat scroll right 0 transparent;
    float: left;
    height: 195px;
    margin-left: 2px;
    margin-top: -16px;
    width: 250px;
}

.mainCont .innerCont .milestones ul.miles li.bottom h3{
	color: #253A79;
    font-size: 16px;
    font-weight: bold;
    float:left;
    margin-top: -4px;
}
.mainCont .innerCont .milestones ul.miles li.bottom img{
	float:left;
	margin-top: 5px;
}
.mainCont .innerCont .milestones ul.miles li.bottom .text p{
	float: right;
    font-size: 12px;
    margin: 12px 0 6px;
    width: 220px;
    text-align: right;
}
.mainCont .innerCont .milestones ul.miles li.bottom .text{
	color: #253B79;
    float: left;
    padding-bottom: 7px;
    width: 215px;
}
.mainCont .innerCont .milestones ul.miles li.bottom .text a{
	float:left;
	width:100%;
	color: #253B79;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
}
.mainCont .innerCont .milestones ul.miles li.bottom .text img{
	float:right;
}
.accordion {
    background: none repeat scroll 0 0 #14367B;
    border-top: 1px solid #F0F0F0;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
   	padding: 5px 0 5px 5px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    width: 545px;
    margin-bottom: 5px;
}
.accordion-open, .collapse-open {
    background: none repeat scroll 0 0 #14367B;
    color: #FFFFFF;
}
.accordion-open span, .collapse-open span {
    display: block;
    float: right;
    padding: 10px;
}
.accordion-open span, .collapse-open span {
    background: url("../images/coll.png") no-repeat scroll center center transparent;
}
.accordion-close span, .collapse-close span {
    background: url("../images/exp.png") no-repeat scroll center center transparent;
    display: block;
    float: right;
    padding: 10px;
}
div.containers {
    float: left;
    margin: 0;
    padding: 0;
}







/*-------Milestones css end---------*/


.years{
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-left: 10px;
    padding: 30px;
    width: 250px;
}

.years ul{
	float:left;
}

.years ul li{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
}

.years ul li a{
	color:#7e94c1;
}

.mainCont .innerCont .lCol p.add{
	margin:10px 0 10px 0;
	float:left;
	width:100%;
}
.mainCont .innerCont .lCol p.add span{
	float :left;
	color: #4F4F50;
    font-size: 12px;
    line-height: 18px;
    width:100%;
}

.full{
	width:100% !important;
}

.add{
	overflow: hidden;
	width: 282px;
	float: left;
}

.add .addWrapper .address span{
	color: #253B79;
	font-style: normal;
	line-height: 20px;
	font-size: 14px;
}

.add .addWrapper .address span.con{
	background: url("../images/info.png") no-repeat scroll 0 -16px transparent;
    height: 20px;
    padding-left: 22px;
}

.add .addWrapper .address span.mob{
 	background: url("../images/info.png") no-repeat scroll 0 -67px transparent;
    height: 20px;
    padding-left: 22px;
}

.add .addWrapper .address span.email{
 	background: url("../images/info.png") no-repeat scroll 0 6px transparent;
    height: 20px;
    padding-left: 22px;
}

.conLink {
    font-size: 12px;
}




.sliderFlex {
    float: left;
    position: relative;
    width: 100%;
}
.flexslider {
    margin: 0 auto;
    width: 538px;
}
.flexslider ul li a.flex-prev {
    background: url("../images/prev.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 63px;
    left: -24px;
    position: absolute;
    text-indent: 999px;
    top: 365px;
    width: 35px;
}
.flexslider ul li a.flex-next {
    background: url("../images/next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 63px;
    position: absolute;
    right: -37px;
    text-indent: 999px;
    top: 365px;
    width: 35px;
}





.copyRight{
	color: #999999;
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
}

.copyRight p{
	text-align: center;
	padding: 15px 0 15px;
}






.leftAlign {
	float: left;
}
.rightAlign {
	float: right;
}


.parent {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  
  font-family:'Segoe UI';
  font-size:12px;
}

.child-sanitreat {
  width: 12%;
  height: 130px;
  display: inline-block;
  vertical-align: middle;
  margin-left:2%;
  margin-right:2%;
  font-family: 'Segoe UI Semilight';
  font-size:1.1em;
  color:#222;
}

.child-herbocel {
  width: 12%;
  height: 130px;
  display: inline-block;
  vertical-align: middle;
  margin-left:2%;
  margin-right:2%;
  font-family: 'Segoe UI Semilight';
  font-size:1.1em;
  color:#222;
}

.child-herbocel img{
    width:100%;
    height:auto;
}
.child-orco {
  width: 10%;
  height: 130px;
  display: inline-block;
  vertical-align: middle;
  margin-left:2%;
  margin-right:2%;
  font-family: 'Segoe UI Semilight';
  font-size:1.1em;
  color:#222;
}
.mybutton {
    border-radius: 25px;
    background: #555;
    padding: 10px;
    width: 130px;
    height: 10px;
	color:#fff;
	font-family: 'Segoe UI semiBold';
	font-size:16px;
	line-height:11px;

}
.mybutton  a{
	color:#fff;
}

.csr-mission{
	background: url("../images/mission-icon.jpg") no-repeat scroll 0 0 transparent;
    padding-left: 50px;
}
.csr-vision{
	background: url("../images/vision-icon.jpg") no-repeat scroll 0 0 transparent;
    padding-left: 50px;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table td {
  padding: .625em;
  text-align: center;
    font-size: 1.1em;
}

table th {
 padding: .625em;
  text-align: center;
    font-size: 1em;
    font-weight:bold;
  letter-spacing: .1em;
  text-transform: uppercase;
}


@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}