@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow);
/* CSS Document */

.divLogo {
	background-image:url(images/bgHeader.png);
	background-repeat:no-repeat;
	height:117px;
	margin-top:31px;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	z-index:4;
}
.bodyTxt {
	font-family: Verdana;
	color: #4c4c4c;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-decoration:none;
}
.heading22 {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #06680E;
	font-size: 22px;
	text-decoration: none;
}

.heading20 {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #487313;
	font-size: 20px;
	text-decoration: none;
}

.maillink {
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color:#4c4c4c;
}
.maillink:hover {
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color:#1d8506;
}
.divMenu {
	margin-top:148px;
	width: 840px;
	background-image: url(images/buttonBg.jpg);
	background-repeat: repeat-x;
	height: 36px;
	margin-left: 33px;
	border-radius: 0px 0px 15px 15px;
	animation: moveDown .8s ease-in-out 0.2s backwards;
	-webkit-animation:moveDown 1.5s ease-in-out 0.2s backwards;
	z-index:2;
}
@keyframes moveDown{
    0% { 
        transform: translateY(-10px); 
        opacity: 0;
    }
    100% { 
        transform: translateY(0px);  
        opacity: 1;
    }
}

@-webkit-keyframes moveDown{
    0% { 
        transform: translateY(-10px); 
        opacity: 0;
    }
    100% { 
        transform: translateY(0px);  
        opacity: 1;
    }
}
.divBline {
	background-image:url(images/buttonLine.jpg);
		width:2px;
		height:29px;
		margin-top:4px;
	}
	
.whiteTxt {
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	line-height:18px;
}
.whiteTxt14 {
	font-family: 'PT Serif', serif;
	font-size:14px;
	text-decoration:none;
	color:#FFF;
}
.yellowTxt14 {
	font-family: 'PT Serif', serif;
	font-size:14px;
	text-decoration:none;
	color:#fdb514;
}
.whiteTxtCut {
	font-family: 'PT Serif', serif;
	font-size:18px;
	text-decoration:line-through;
	color:#FFF;
}
.whiteTxt18 {
	font-family: 'Ubuntu Condensed', sans-serif;	font-size:18px;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
}
.headingW22 {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #FFF;
	font-size: 22px;
	text-decoration:none;
}
.divLongLine {
	background-color:#d5d5d5;
	width:1px;
	height:315px;
	margin:8px;
}
.headingG25 {
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #125502;
	font-size: 25px;
	text-transform:uppercase;
	text-decoration:none;
}
.divWLine {
	height:1px;
	width:98%;
	background-color:#cccccc;
	margin-bottom:3px;
	margin-top:3px;
}
.footerTxt {
	font-family: Verdana;
	color: #5f5f5f;
	font-size: 12px;
	font-weight: 400;
	text-decoration:none;
}
.divBanner {
	background-image:url(images/banner.png);
	background-repeat:no-repeat;
	height:432px;
	background-position:right;
}

.divBanner_in {
	background-repeat:no-repeat;
	height:232px;
	background-position:right;
}

.divGreenShadow {
	border:1px  dashed #FFFFFF;
	height:128px;
	}
	.divGreenShadow:hover {
	box-shadow:0 0 15px #000000;
	border:1px  dashed #FFFFFF;}
	
	
	
	
	
	
	
	
	
	
	.demo-3 {
    position:relative;
    width:120px;
    height:120px;
    overflow:hidden;
    float:left;
}
.demo-3 figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
    margin-left:-38px
}
.demo-3 figure img {
    display:block;
    position:relative;
    z-index:10;
    margin:-20px 0
}
.demo-3 figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.demo-3 figure h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    color:#fff;
    font-size:20px;
    text-align:center;}
.demo-3 figure p {
    display:block;
    font-family:'Lato';
    font-size:12px;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}
.demo-3 figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:10px 25px;
    background-color:rgba(26,76,110,0.5);
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.demo-3 figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.demo-3 figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.demo-3 figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}

.floatL{float:left; margin-right:10px; margin-bottom:10px;}

.divText1{border-right:1px solid #DCDCDC; margin-right:10px; padding-right:10px;}

.headingMain{font-family: 'PT Sans Narrow', sans-serif; font-size:34px; color:#001E80;}

.heading14{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	color: #D05102;
}

.heading14_g{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	color: #1A8503;
}

.divTeam{ width:200px; border:1px solid #DFDFDF; float:left; margin-right:10px}

.thumb{
	border: 1px solid #DBDBDB;
	margin-bottom: 18px;
	margin-right: 10px;
	box-shadow: 5px 4px 2px #C0C0C0;
	-moz-box-shadow: 5px 4px 2px #C0C0C0;
	-webkit-box-shadow: 5px 4px 2px #C0C0C0;
}

.divTable tr{border:3px solid #DBDBDB; margin-bottom:8px;}
.divHline{width:100%; height:1px; background-color:rgba(220,220,220,1.00); margin-top:5px; margin-bottom:5px;}

.divQ{
	background-color: rgba(116,173,67,1.00);
	border: 1px solid rgba(102,134,30,1.00);
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	margin-bottom: 8px;
	font-family: Verdana;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}

.divA{
	background-color: rgba(205,229,183,1.00);
	border-left: 1px solid rgba(172,196,118,1.00);
	border-right: 1px solid rgba(172,196,118,1.00);
	border-bottom: 5px solid rgba(137,162,82,1.00);
	border-top: 1px solid rgba(172,196,118,1.00);
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	margin-bottom: 8px;
	font-family: Verdana;
	color: #393939;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}
