/* CSS Document */
*{
	margin:0;
	padding:0;
}
a, img{
	text-decoration:none;
}
input, textarea, img, a {
    border: 0 none;
}
ul, li, ol{
	list-style:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
	width:100%;
}
header, section, footer{
	display:block;
}

@font-face {
    font-family: 'dinregular';
    src: url('../fonts/din-regular.eot');
    src: url('../fonts/din-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-regular.woff') format('woff'),
         url('../fonts/din-regular.ttf') format('truetype'),
         url('../fonts/din-regular.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	background:url(../images/background.jpg) center 0 no-repeat #fff;
	background-size:100%;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#010100;
}
h1, h2, h3, h4, h5, h6{
	font:14px Arial, Helvetica, sans-serif;
	color:#161616;
}
h1{
	font-size:22px;
	margin-bottom:20px;
	font-weight:bold;
}
h1 span{
	color:#8cbe34;
}
h2{
	font-size:18px;
	color:#639F00;
	margin-bottom:10px;
}
h3{
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:12px;
}
p{
	font-size:13px;
	line-height:20px;
	margin-bottom:12px;
	color:#3a3a3a;
}
.hr{
	background:url(../images/hr.png) repeat-x 0 center;
	clear: both;
    height: 10px;
	}

.hr hr {
    border: 0 none;
    visibility: hidden;
}
.wrapper{
	width:960px;
	margin:0 auto;
}
.header, .container, .footer{
	width:100%;
	/*overflow:hidden;*/
}
.header .wrapper{
	position:relative;
}
.header .top{
	overflow:hidden;
	padding:12px 0;
}
.logo{
	width:313px;
	height:119px;
	background:url(../images/news-logo.png) no-repeat;
	float:left;
}
.logo a{ 
	width:313px;
	height:119px;
	display:block;
}
.punchline{
	width:295px;
	min-height:50px;
	float:left;
	background:url(../images/bg1.png) 0 0 no-repeat;
	margin:60px 0 0 20px;
	padding:0 0 0 15px;
	font-size: 16px;
	line-height:20px;
	font-family: 'dinregular';
	font-style:italic;
	padding-top:3px;
}
.branch{
	width:260px;
	height:133px;
	background:url(../images/branch.png) no-repeat;
	position:absolute;
	right:0;
	top:0;
}
.header .mobileNumber{
	height:26px;
	background:url(../images/telephone.png) 0 2px no-repeat;
	padding-left:25px;
	font-size:20px;
	margin-top:100px;
	font-family: 'dinregular';
	color:#393230 !important;
	font-weight:bold;
	float:right;
}

.nav{
	background:url(../images/menu-bg.jpg) repeat-x;
	border:1px solid #6e7070;
	height:37px;
	border-radius:4px;
}
.nav ul{

}
.nav ul li{
	font:bold 13px/37px Arial, Helvetica, sans-serif;
	height:37px;
	background:url(../images/menu-devider.jpg) 0 0 no-repeat;
	text-transform:uppercase;
	float:left;
}
.nav ul li:first-child{
	background:none;
}
.nav ul li a:link, .nav ul li a:visited{
	display:block;
	height:37px;
	color:#fff;
	padding:0 12.3px;
	cursor:pointer;
}
.nav ul li:hover a, .nav ul li.active a{
	color:#8cbe34;
}

.bodyCont{
	margin-top:20px;
	padding-bottom:20px;
	overflow:hidden;
}
.banner{
	width:100%;
	/*height:320px;*/
	min-height:180px;
}	
.banner.banBg{
	background:url(../images/banner1.png) no-repeat;
	min-height:320px;
}
.contaner1{
	width:100%;
	background:url(../images/body_top_bg.png) center 0 no-repeat;
	padding-top:50px;
	overflow:hidden;
}
.lftSec{
	width:680px;
	float:left;
}
.rgtSec{
	width:252px;
	float:right;
}
.rgtSec_down{
	width:252px;
	float:right;
	background-color:#6aa300;
	}
.readmore{
	font-size:13px;
	color:#89b441;
	float:right;
}
.readmore:hover{
	color:#FF3300;
}
.sec1{
	background:url(../images/sec1-bg.jpg) bottom repeat-x #f3f3f3;
	min-height:200px;
	border:1px solid #dadada;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	clear:both;
	margin-top:25px;
	overflow:hidden;
}
.sec1 .box1{
	width:196px;
	padding:25px 15px 20px;
	float:left;
}
.sec1 h2{
	color:#639f00;
}
.sec1 .box1.dev{
	background:url(../images/devider1.png) 0 0 no-repeat;
	min-height:162px;
}
.bodyContTwo{
	background:url(../images/pattern.jpg);
	padding:20px 0;
	margin-top:0px;
}
.bodyContTwo .wrapper{
	overflow:hidden;
}
.sec2{
	width:680px;
	float:left;
	margin-bottom:30px;
}
.sec2 h1{
	font-size:20px;
	color:#639f00;
	margin-bottom:10px;
}
.sec2 img{
	float:left;
	margin:4px 15px 0 0;
}
.sec2 .readmore{
	background:url(../images/arrow.png) right 0 no-repeat;
	padding-right:25px;
	height:20px;
	float:left;
	line-height:20px;
}
.sec2 p{
	line-height:18px;
}
.sec3{
	width:100%;
}

.sec3 h3{
	color:#fff;
	height:42px;
	background:url(../images/header1.jpg);
	border-radius:5px 5px 0 0;
	line-height:43px;
	padding-left:6px;
	margin-bottom:0;
}
.sec3 h3 span{
	background:url(../images/icon1.png) no-repeat 0 11px;
	height:42px;
	padding-left:25px;
	display:block;
}
.sec3 .cont{
	background:#eaeaea;
	padding:20px;
	border-radius:0 0 5px 5px;
}
.list1 li{
	font-size:13px;
	background:url(../images/arrow2.png) no-repeat 0 5px;
	padding-left:20px;
	margin-top:5px;
}
.list1 li:first-child{
	margin-top:0;
}
.list1 li a{
	color:#010100;
}
.list1 li a:hover{
	text-decoration:underline;
}
.sec4{
	margin-top:20px;
}
.sec5{
	padding:18px 18px 0;
	background:url(../images/bg2.png) no-repeat #629901 bottom;
	border-radius:5px;
	overflow:hidden;
}
.sec5 h3{
	color:#ffffff;
}
.sec5 p{
	color:#FFFFFF;
	line-height:16px;
	text-align:justify;
}
.annualReport{
	margin-top:20px;
	height:35px;
	width:100%;
	background:url(../images/annual_report.jpg) no-repeat;
	display:block;
}
.social_sec{
	margin-top:25px;
	height:32px;
}
.social_sec span{
	font-weight:bold;
	padding-top:5px;
	float:left;
}
.social_sec a{
	background:url(../images/social-icons.png);
	width:32px;
	height:32px;
	display:block;
	float:right;
	margin-left:7px;
}
/*.social_sec a:hover{
	opacity:0.4;
	filter:alpha(opacity=40);
	}*/
.social_sec a.linkdin{
	background-position:-117px 0;
}
.social_sec a.linkdin:hover{
	background-position:-117px -33px;
}
.social_sec a.rss{
	background-position:-78px 0;
}
.social_sec a.rss:hover{
	background-position:-78px -33px;
}
.social_sec a.facebook{
	background-position:-39px 0;
}
.social_sec a.facebook:hover{
	background-position:-39px -33px;
}
.social_sec a.twitter{
	background-position:0 0;
}
.social_sec a.twitter:hover{
	background-position:0 -33px;
}
.list2{
	font-size:13px;
	line-height:20px;
	color:#3A3A3A;
	margin-bottom: 20px;
	}
.list2 li{
	background:url(../images/bullet.png) 0 3px no-repeat;
	margin-bottom: 10px;
    padding-left: 25px;
	}
.img1{
	float:left;
	margin:2px 15px 0 0;
	}
.img2{
	float:right;
	margin:2px 0 0 15px;
	}
.teamSec {
    background: url(../images/hr.png) repeat-x scroll center bottom ;
    clear: both;
    margin: 20px 0 10px;
    overflow: hidden;
    padding-bottom: 10px;
}
.teamSec .lft {
    float: left;
    margin-right: 20px;
    width: 100px;
}
.teamSec .lft img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DFDFDF;
    height: 100px;
    padding: 10px;
    width: 80px;
}
.teamSec .rgt {
    float: left;
    width: 540px;
}


.formSec {
	font-size:13px;
    color: #444444;
    width: 500px;
}
.formSec .lft, .formSec .rgt {
    float: left;
    overflow: hidden;
    width: 48%;
}
.formSec .rgt {
    float: right;
}
.formSec label, .formSec span {
    display: block;
    margin-bottom: 6px;
    overflow: hidden;
    width: 100%;
}
.formSec label {
    color: #444444;
    font-size: 14px;
    text-indent: 3px;
}
.formSec span {
    margin-bottom: 10px;
}
.formSec input[type="text"], .formSec textarea {
    color: #444444;
    font: 13px/24px Arial,Helvetica,sans-serif;
	background: url(../images/txt.jpg) 0 0 repeat-x #fff ;
	border:1px solid #bfbfbf;
}
.formSec input[type="text"], .formSec textarea{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    height: 27px;
    padding: 0 5px;
	width:225px;
	/*width: calc(100% - 12px);
	width: -moz-calc(100% - 12px);
    width: -webkit-calc(100% - 12px);*/
}
.formSec textarea {
    height: 130px;
    padding: 0 5px;
    width: 484px;
}

.formSec input[type="submit"], .formSec input[type="reset"] {
    background: url(../images/btn-bg.png) no-repeat ;
    color: #1D1D1D;
    cursor: pointer;
    float: left;
    font: bold 13px Arial,Helvetica,sans-serif;
    height: 38px;
    margin-right: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 123px;
}
.formSec input[type="submit"]:hover, .formSec input[type="reset"]:hover {
    background: url(../images/btn-hover.png) no-repeat;
}

.lftSec1, .lftSec2{
	width:45%;
	float:left;
	margin-right:20px;
}
.lftSec2{
	margin-right:0;
}
.footer{
	background:url(../images/footer-bg.jpg) repeat-x;
	height:62px;
	color:#fff;
	font-size:13px;
}
.footer .wrapper{
	padding-top:15px;
	font-size:13px;
	overflow:hidden;
}
.footer a{
	color:#fff;
}
.footer a:hover{
	color:#222d0d;
}
.footer a.snp{
	color:#222d0d;
}
.wisdac{
	padding-top:10px;
	float:right;
}

