@charset "utf-8";
/* Tanmoy Das (09-05-2014) */

/* 	-----------------------------------------------------
	------------------- General Styles ------------------
	----------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background-color: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:hover, a:active, a:focus {
	outline: none;
	outline-style: none;
	outline-width: 0;
}
img {
	margin: 0;
	padding: 0;
	outline-style: none;
	outline-width: 0;
}
 @-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 100%;
	background: url(../images/bg.png) repeat-x top left;
}
.clr {
	font-size: 0;
	height: 0;
	line-height: 0;
	clear: both;
}
.left {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	float: left;
}
.right {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	float: right;
}
@font-face {
	font-family: 'bebas_neueregular';
	src: url('../fonts/bebasneue-webfont.eot');
	src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/bebasneue-webfont.woff') format('woff'),  url('../fonts/bebasneue-webfont.ttf') format('truetype'),  url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* 	-----------------------------------------------------
	------------------- Header Styles -------------------
	----------------------------------------------------- */
#header_section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
}
#header_section header {
	margin: 0 auto;
	padding: 15px 0 20px 0;
	width: 970px;
	height: 160px;
}
#header_section header figure {
	float: left;
	padding:18px 0 0 0;
}
#header_section header aside {
	float: right;
	text-align: right;
	padding: 0;
	height: 88px;
	margin: 0 0 10px;/* added for address at top*/
}
#header_section header aside h4 {
	font-family: 'bebas_neueregular';
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	color: #404040;
	text-transform: uppercase;
	/*padding: 8px 0;*/
}
#header_section header aside h4 a {
	text-decoration:none;
	color: #404040;
}
#header_section header aside h4 img {
	vertical-align: middle;
}
#header_section header aside p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #323232;
}
#header_section header aside p span{
	color: #1e53b8;
}
#header_section header nav {
	float: right;
	clear: right;
	height: 36px;
	padding: 7px;
	background-color: #a9abb2;
	border-radius: 20px;
	position:relative;
	z-index:999;
}
#header_section header nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header_section header nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	font-family: 'bebas_neueregular';
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
	position: relative;

}
#header_section header nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding: 0 24px;
}
#header_section header nav ul li a:hover {
	color: #fff;
	background-color: #235dcb;
	border-radius: 20px;
}
#header_section header nav ul li a.active {
	color: #fff;
	background-color: #235dcb;
	border-radius: 20px;
}

#header_section header nav ul li.current-menu-item a {
	color: #fff;
	background-color: #235dcb;
	border-radius: 20px;
}

#header_section header nav ul li li {
	display:block;
	white-space:nowrap;
	text-align:left;
	float:none !important;
}
#header_section header nav ul li li a {
	text-align:left;
	padding:0 10px;
	
}
#header_section header nav ul ul ,
#header_section header nav li:hover ul ul,
#header_section header nav ul ul li:hover ul ul,
#header_section header nav ul li:hover ul ul ,
#header_section header nav ul ul ul {
	display:none;
	width:180px;
	position:absolute;
	left:0;
	top:35px;
	background:none;
	font-size:14px !important;
}
#header_section header nav ul li:hover ul , #header_section header nav ul ul li:hover ul {
	display:block;
	background:#a9abb2 !important;
	border-radius:0 0 5px 5px;
	border-bottom:1px solid #fff;
}
#header_section header nav ul ul li:hover ul , #header_section header nav ul ul ul li:hover ul {
	display:block;
	left:180px;
	top:0px;
	background:#a9abb2 !important;
}

/* 	-----------------------------------------------------
	------------------ Banner Styles -------------------
	----------------------------------------------------- */
#gap_section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 25px;
	background: url(../images/grdn-01.png) repeat-x top;
}
#banner_section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	background: url(../images/banner-bg.png) repeat-x bottom;
}
#banner_section section {
	margin: 0 auto;
	padding: 0;
	width: 968px;
	height: 318px;
	position: relative;
	background-color: #FFF;
	border: 1px solid #bababa;
	box-shadow: 0 0 5px #3b3b3b;
}
/* 	-----------------------------------------------------
	------------------ Content Styles -------------------
	----------------------------------------------------- */
#content_section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
#content_section section {
	margin: 0 auto;
	padding: 0;
	width: 970px;
	height: auto;
}
#content_section section h1 {
	font-family: 'bebas_neueregular';
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	color: #1d5eda;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin-bottom: 5px;
}
#content_section section h2 {
	font-family: 'bebas_neueregular';
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	color: #1d5eda;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#content_section section h3 {
	font-family: 'bebas_neueregular';
	font-size: 34px;
	font-weight: normal;
	line-height: 34px;
	color: #1d5eda;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin-bottom: 5px;
}
#content_section section h4 {
	font-family: 'bebas_neueregular';
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	color: #1d5eda;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin-bottom: 5px;
}
#content_section section h5 {
	font-family: 'bebas_neueregular';
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
	color: #1d5eda;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin-bottom: 5px;
}
#content_section section h6 {
	font-family: 'bebas_neueregular';
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #1d5eda;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin-bottom: 5px;
}
#content_section section p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #323232;
	padding: 5px 0;
}
#content_section section p a {
	color: #1a4597;
	text-decoration: none;
}
#content_section section p a:hover {
	color: #000000;
	text-decoration: none;
}
#content_section section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content_section section ul li {
	margin: 0;
	padding: 6px 0 6px 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #323232;
	background: url(../images/bullet-01.png) no-repeat 7px 9px;
}
#content_section section ol {
	margin: 0;
	padding: 0px 0 0px 20px;
	list-style: decimal;
}
#content_section section ol li {
	margin: 0;
	padding: 6px 0 6px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #323232;
}
#content_section section .section01 {
	padding: 22px 0 0 0;
	border-bottom: 4px solid #e4e4e4;
}
#content_section section .section01 .content_box {
	padding: 0 16px;
	width: 290px;
	float: left;
	min-height: 184px;
}
#content_section section .section01 .mid {
	padding: 11px 17px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#content_section section .section01 .content_box article {
	float: left;
	width: 166px;
}
#content_section section .section01 .content_box figure {
	float: right;
	width: 124px;
}
#content_section section .section02 {
	padding: 30px 0;
	min-height: 300px;
}
#content_section section .section02 .left_section {
	width: 600px;
	padding: 0 16px;
	float: left;
}
#content_section section .section02 .left_section img {
	float: right;
	margin: 0 0 10px 24px;
}
#content_section section .section02 .right_section {
	width: 290px;
	padding: 0 16px;
	float: right;
	border-left: 1px solid #CCCCCC;
}
/*#content_section section .section02 .right_section h5{
		background: url("../images/bullet-01.png") no-repeat scroll 7px 9px rgba(0, 0, 0, 0);
		color: #323232;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight: normal;
		line-height: 16px;
		margin: 0;
		padding: 6px 0 6px 23px;
}*/
#content_section section .section02 .left_section label {
	margin: 3px 0;
	padding: 0;
	width: 27%;
	height: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
	color: #4f4f4f;
}
/*#content_section section .section02 .left_section input[type="text"] {
	margin: 3px 0;
	padding: 9px 2%;
	width: 68%;
	height: auto;
	float: right;
	background-color: #fafafa;
	background-position: initial initial;
	background-repeat: initial initial;
	border: 1px solid #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px inset, rgba(0, 0, 0, 0.2) 0 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #4f4f4f;
}
#content_section section .section02 .left_section input[type="text"]:focus {
	border: 1px solid #1d5eda;
}*/
#content_section section .section02 .left_section select {
	margin: 3px 0;
	padding: 8px 2%;
	width: 72.4%;
	height: 37px;
	float: right;
}
#content_section section .section02 .left_section select option {
	padding: 2px 4%;
}
#content_section section .section02 .left_section select:focus {
	border: 1px solid #1d5eda;
}
#content_section section .section02 .left_section textarea {
	margin: 3px 0;
	padding: 9px 10px;
	width: 67%;
	height: 80px;
	float: right;
}
#content_section section .section02 .left_section textarea:focus {
	border: 1px solid #1d5eda;
}
#content_section section .section02 .left_section input[type="submit"] {
	margin: 10px 0 0 0;
	padding: 5px 15px 5px 15px;
	width: auto;
	height: auto;
	float: right;
	background: #1d5eda;
	background-position: initial initial;
	background-repeat: initial initial;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px inset, rgba(0, 0, 0, 0.2) 0 1px 1px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 48px;
	color: #FFFFFF;
	cursor: pointer;
	text-align: left;
}
/* 	-----------------------------------------------------
	------------------- Footer Styles -------------------
	----------------------------------------------------- */
#footer_section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	background: url(../images/f_bg.jpg) repeat-x top #0d1a34;
}
#footer_section footer {
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 970px;
	height: auto;
}
#footer_section footer .left ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
#footer_section footer .left ul li {
	margin: 0;
	padding: 0;
	display: inline;
	font-family: 'bebas_neueregular';
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #9fa0a4;
	text-transform: uppercase;
}
#footer_section footer .left ul li a {
	color: #9fa0a4;
	text-decoration: none;
}
#footer_section footer .left ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_section footer .left ul li a.active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer_section footer .left ul li.current_page_item a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer_section footer .left ul li + li:before {
    content: "-";
    padding: 0 6px;
}

#footer_section footer .left ul li span {
	padding: 0 4px;
}
#footer_section footer .left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #FFFFFF;
}
#footer_section footer .left p span {
	color: #9b9c9c;
	font-size: 11px;
}
#footer_section footer .left p a {
	color: #8e8e8f;
	text-decoration: none;
}
#footer_section footer .left p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_section footer .right {
	text-align: right;
}
#footer_section footer .right h4 {
	font-family: 'bebas_neueregular';
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	color: #1d5eda;
	text-transform: uppercase;
	padding: 8px 0;
}
#footer_section footer .right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer_section footer .right ul li {
	margin: 0 0 0 2px;
	padding: 0 3px;
	width: 21px;
	height: 21px;
	float:left;
}
.sp1{
	width:21px;
	height:21px;
	background: url(../images/all_icon.png) 0 0 no-repeat;
	}
.sp2{
	width:21px;
	height:21px;
	background: url(../images/all_icon.png) 0 -21px no-repeat;
	}
.sp3{
	width:21px;
	height:21px;
	background: url(../images/all_icon.png) 0 -43px no-repeat;
	}
.sp4{
	width:21px;
	height:21px;
	background: url(../images/all_icon.png) 0 -66px no-repeat;
	}
.sp5{
	width:21px;
	height:21px;
	background: url(../images/all_icon.png) 0 -88px no-repeat;
	}
.sp6{
	width:21px;
	height:21px;
	background: url(../images/all_icon.png) 0 -110px no-repeat;
	}
.sp7{
	width:21px;
	height:21px;
	background: url(../images/all_icon.png) 0 -132px no-repeat;
	}
	
	
/*======================form area start==========================*/	

.formpannel{
	width:393px;
	float:left;
	margin:20px 0 20px 20px;
	}
	
.formpannel label{
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#000;
	float:left;
	width:100px;
	text-align:left;
	display:block;
	margin:15px 15px 0 0px;
	}
.formpannel .input1{
	width:281px;
	height:23px;
	background-color:#eeeced;
	border:1px solid #d0d0d0;
	padding:0 0 0 3px;
	margin:15px 0 0 0;
	font:11px Arial, Helvetica, sans-serif; color:#666666;
	}
	
.formpannel .input2{
	width:273px;
	height:100px;
	background-color:#eeeced;
	border:1px solid #d0d0d0;
	padding:0 0 0 3px;
	margin:15px 0 0 0;
	font:11px Arial, Helvetica, sans-serif; color:#666666;
	}	
		
.formpannel .select{
	width:273px;
	height:23px;
	background-color:#eeeced;
	border:1px solid #d0d0d0;
	padding:0 0 0 3px;
	margin:15px 0 0 0;
	font:11px Arial, Helvetica, sans-serif; color:#666666;
	}
.formpannel .submit {
	background-color:#054a84; 
	color: #fff;
	border-bottom: #012e34 2px outset;
	border:none;
	cursor:pointer;
	font-weight:bold;
	width:80px;
	height:25px;
	padding:0 0 2px 0px;
	margin:20px 10px 0 117px;
}

.formpannel .submit2 {
	background-color:#054a84; 
	color: #fff;
	border-bottom: #012e34 2px outset;
	border:none;
	cursor:pointer;
	width:80px;
	height:25px;
	font-weight:bold;
	padding:0 0 2px 0px;
	margin:20px 10px 0 5px;
}		


.content_right{margin:35px 0px 20px 50px; padding:0; float:left; width:390px; border-left:1px dotted #000; padding-left:15px; background:url(../images/contact-icon.jpg) no-repeat right 0px; line-height:15px;}

.content_right p{
line-height:18px;
padding-top:10px;

}	

.content_right p a{
line-height:18px;
color:#0a69b4!important;
text-transform:none;

}	
.spacer{
	clear:both;
	}
        #captchaimg{
            float: none !important;
        }