html {
	overflow-x:hidden;	
}
html, body {
	background-color:#FFF;
	margin:0px;
	padding:0px;
}
body {
	font-family:"Open Sans";
	font-size:14px;
	color:#000;
	line-height:1.5em;
}

.clear {
	clear:both;	
}

img {
	max-width:100%;	
}

.row {
	width:100%;	
}

.container {
	width:1000px;
	margin:0px auto;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;		
}

.container_center

{
	width:1000px;
	margin:0px auto;
	text-align:center;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;		
}


/*---------------------------------top--------------------------------*/

.bgtop_color {background-color:#ffff36; height:26px;}

.contact_top {float:right; font-size:12px; font-weight:bold; }

.contact_top a {color:#000;
text-decoration:none;
}

.contact_top a:hover {text-decoration:underline;}


/*---------------------------------header--------------------------------*/

.head_rpt {background-image:url(../images/header_rpt.jpg);
	border-bottom:#4b4b4b solid 3px;
	height:123px;}
	
.logo_main {float:left;
padding-top: 16px;
}

.nav_top {float:right;
padding: 25px 0px 0px 0px;
text-transform:uppercase;
}

.nav_top li {padding-left: 44px; /*display:inline-table;*/;
}

.nav_top li a {text-decoration:none; 
		color:#FFF;
		
	}
.nav_top li a:hover {text-decoration:underline; 
		color:#FFF;
		
	}
.nav_select {
	display:none;	
}

/*---------------------------------banner--------------------------------*/
.banner_bg {background-color:#000;}

.banner_bg_img {background-image:url(../images/banner_bg_img.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	height:auto;
	padding: 30px 6px;
	color:#FFF;
	line-height:1.5em;
	}
	
.banner_title {font-size: 30px;
	font-weight:bold;
	color:#ffff36;
	text-transform:uppercase;
	padding-bottom:24px;
	padding-top:24px;}
	
/*---------------------------------contetn--------------------------------*/

.content_txt {margin:24px 0px;}

/*---------------------------------before and after--------------------------------*/

.b_and_a_bg {background-color:#efefef;
padding: 12px 0px 26px 0px;
}

.before_title {font-size:30px;
padding: 26px 6px;}

.before_box {
	text-align:left;
border-right: #bfbfbf solid 1px;
width:50%;
display:table-cell;
}

.before_img1{
text-align:left;
width:20%;
display:table-cell;
padding-right:20px;
}


.after_box {text-align:left;
display:table-cell;
width:50%;
}

.after_img1{
text-align:right;
width:20%;
display:table-cell;
padding-left:20px;
}

/*---------------------------------footer--------------------------------*/

.contact_bottom {text-align:center;
padding-top:4px;
font-size:12px;
}

.footer_content a {
	color:#000;
	text-decoration:none;
}
.footer_content a:hover {
	color:#000;
	text-decoration:underline;
}

/*---------------------------------inner--------------------------------*/

.left_inner 	{width:70%;
	text-align:left;
	float:left;
	padding:60px 20px 60px 0px;
	display:table-cell;
}

.right_inner 	{width:30%;
	text-align:right;
	padding:110px 0px 0px 0px;
	display:table-cell;
}

.inner_title {font-weight:bold;
font-size:26px;
text-transform:uppercase;
padding-bottom: 26px;}

