@charset "utf-8";
/* CSS Document */

body{ 
	
	width:100%; 
	margin:0 0 0 0;
	background:#00486e;
	}
	
@font-face{
	font-family:Open Sans Condensed;
	src:url("../OpenSans-CondBold.ttf");
	font-weight:normal; 
}
	
#wraper{ 

	width:990px; 
	margin:0 auto;
	}
	
.nav{ 

	 width:990px;  
	 height:39px;
	 float:left;
	 background:url("../images/nav_bg.jpg") repeat-x;
	 margin-top:27px;
	 border-radius:6px 6px 0 0;
}

.nav ul{
	
	margin:0px;
	padding:0px;
	float:left;
}
	
.nav ul li{
	
	float:left;   
	list-style:none;
	margin:0px;
	padding:0px;
}
	
.nav ul li a{
	
	float:left; 
	font-size:14px; 
	color:#000; 
	padding:18px 30px 19px;  
	font-family:Open Sans Condensed;   
	line-height:3px;
	letter-spacing:0.3px;
	text-decoration:none;
}

.nav ul li a:hover{
	
	background:url("../images/nav_hover.jpg") repeat-x;
	color:#00486e;
}

.nav ul li.active a{
	
	background:url("../images/nav_hover.jpg") repeat-x;
	color:#00486e
}

.banner{
	
	height:326px; 
	width:962px;
	float:left;
	margin:0 0 0 14px;
}

.banner_bg{
	
	height:340px; 
	width:990px;
	float:left;
	border-radius:0 0 6px 6px;
	background:#bfbfbf;
}

.img_bg{
	
	height:206px;
	width:990px;
	float:left;
	margin:15px 0 15px 0;
}

.img_bg_1{
	
	height:206px;
	width:319px;
	float:left;
	background:url("../images/img_bg.png") no-repeat;
}

.img_bg_2{
	
	height:206px;
	width:319px;
	float:left;
	background:url("../images/img_bg.png") no-repeat;
	margin-left:14px;
}

.heading_text{
	
	font-family:Open Sans Condensed;
	font-size:20px;
	color:#454445;
	letter-spacing:0.2px;
	margin:5px 0 0 20px;
}

.img{
	
	height:159px;
	width:307px;
	float:left;
	margin:10px 6px 8px 6px;
}

.left_panel{
	
	height:auto;
	width:787px;
	float:left;
	background:#FFF;
	border-radius:6px;
}

.right_panel{
	
	height:auto;
	width:188px;
	float:left;
	margin-left:15px;
	background:#FFF;
	border-radius:6px;
}


.heading_text_bg{
	
	height:36px;
	width:787px;
	float:left;
	background:url("../images/heading_txt_bg.jpg") repeat-x;
	border-radius:6px 6px 0 0;
}

.heading_text_bg_2{
	
	height:36px;
	width:188px;
	float:left;
	background:url("../images/heading_txt_bg.jpg") repeat-x;
	border-radius:6px 6px 0 0;
}

.p_text{ 

	font-family:Arial;
	font-size:13px;
	color:#383838;
	line-height:20px;
	word-spacing:1px;
	width:752px;
	padding:44px 16px 0 18px;	
}

.btm_nav{ 

	font-family:Arial;
	font-size:12px;
	color:#616161;
	line-height:30px;
	word-spacing:1px;
	margin-top:10px;
	font-weight:bold;
	margin-bottom:30px;
	margin-left:14px;

}

.btm_nav ul{
	
	padding:0px;
	margin:0px;
}

.btm_nav ul li{
	
	list-style:none;
	border-bottom:1px solid #cccccc;
	width:163px;
}

.btm_nav a{

	color:#616161;
	text-decoration:none;
	list-style:none;
	
}

.btm_nav ul li a:hover
{
	
	color:#000;
	
}

.f_bnr{
	
	height:125px;
	width:125px;
	float:left;
	margin:0 0 16px 32px;
}

.f_bg{
	
	height:115px;
	width:990px;
	float:left;
	margin-top:16px;
	background:url("../images/visa_bg.jpg") repeat-x;
	border-radius:6px;
}

.visa_1{
	
	height:31px;
	width:677px;
	float:left;
	margin:19px 0 0 156px;
}

.visa_2{
	
	height:32px;
	width:581px;
	float:left;
	margin:19px 0 0 204px;
}

.f_bg_3{
	
	height:48px;
	width:990px;
	float:left;
}

.f_text_2{
	
	font-family:Arial;
	font-size:12px;
	color:#FFF;
	word-spacing:1px;
	margin-top:16px;
	text-align:center;
	font-weight:bold;
	width:990px;
	float:left;

}
.clearfix::after{content:"";display:table;clear:both}
