/* CSS Document */

*{
	padding:0;
	margin:0;
	
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#ffffff;
	line-height:22px;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	
}


a{
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	text-decoration:none;
}

.header h1{
	color:#e6ffac;
	font-size:38px;
	padding-bottom:15px;
	padding-top:11px;
	
}

.header h2{
	color:#374712;
	font-size:25px;
	padding-top:8px;
}

.btn_pannel{
	background:url(111174nav_pannel_bg.jpg) 0 0 repeat-x;
	height:80px;
}

.btn_pannel a:link{
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color:#e6ffac;
	padding-right:18px;
	line-height:80px;	
}

.btn_pannel a:visited{
	color:#e6ffac;
	
}

.btn_pannel a:hover{
	color:#374712;	
}

.middle_bg{
	background:url(111174bg.jpg) 50% 0 no-repeat;
	background-attachment:fixed;
	background-size:cover;
}

.middle_bg h3{
	color:#feb532;
	font-size:27px;
	line-height:43px;
}

.middle_bg span{
	color:#fff2dc;
}

.middle_brn:link{
	color:#fff2dc;
	font-size:27px;
	background-color:#333333;
	font-family: 'Oswald', sans-serif;
	padding:1px 7px;
}

.middle_brn:visited{
	color:#fff2dc;
}

.middle_brn:hover{
	color:#feb532;
}

.middle_bg h4{
	color:#fff2dc;
	font-size:60px;
	text-shadow: 3px 0 0 ##070809;
	text-transform:uppercase;
}

a.assam_more:link{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#feb532;
	line-height:22px;
	font-weight:bold;
}

a.assam_more:visited{
	color:#feb532;
}

a.assam_more:hover{
	color:#00CCFF;
}

.footer h5{
	font-size:20px;
}

a.ftr_btn:link{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#ffffff;
	line-height:22px;
	text-decoration:none;
	padding-right:20px;
}

a.ftr_btn:visited{
	color:#ffffff;
}

a.ftr_btn:hover{
	color:#feb532;
}

.inner_heading{
	font-size:40px;
	line-height:33px;
	color:#8fb842;
	text-transform:uppercase;
}

.inner_text{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#000000;
	line-height:22px;
}

.inner_text02{
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	color:#000000;
	line-height:30px;
}

.inner_text03{
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	color:#660000;
	line-height:30px;
	border-bottom:1px solid #666666;
	padding-bottom:10px;
	width:480px;
}

.frm_fld{
	background-color:#F0F0F0;
	width:300px;
	height:30px;
	border:1px #E0E0E0 solid;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	margin:10px 0;
}

.frm_fld01{
	background-color:#F0F0F0;
	width:300px;
	height:200px;
	border:1px #E0E0E0 solid;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	margin:10px 0;
}

.sbmt_btn{
	background:#0099FF;
	width:100px;
	height:40px;
	color:#FFFFFF;
	text-transform:uppercase;
	border:0;
}

a:link{
	font-size:14px;
	color:#000000;
	line-height:22px;
}

a:visited{
	color:#000000;
}

a:hover{
	color:#990000;
}