@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,700italic,900,500italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,700,800,400,600);

body
{
	width:100%;
	background-color:#fff;
	font-family:"Open Sans";
	font-size:18px;
	color:#000;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
#wrapper { width:100%; margin:0px; padding:0px;}
.container
{
	width:1123px;
	margin:auto;
	
}
.container1
{
	float:left;
	width:100%;
	background-color:#fff;
}
#header
{
	float:left;
	width:100%;
	height:auto;
	margin-top:6%;
}
.header_top
{
	float:left;
	width:100%;
	height:auto
}

.header_top_left
{
	float:left;
	width:28%;
	margin-left:6%;
	margin-top:5%;
	font-family:Roboto;
	font-size:38px;
	font-weight:700;
	color:#333333;
}

.header_top_right
{
	float:right;
	width:28%;
	margin-left:6%;
	margin-top:5%;
	font-family:Roboto;
	font-size:38px;
	font-weight:700;
	color:#333333;
}

.header_top_middle
{
	width:23%;
	float:left;
	margin-left:6%;
}
.header_bottom
{
	float:left;
	width:100%;
	height:54px;
}
.yellow_line
{
	float:left;
	width:97%;
	height:5px;
	margin-top:5px;
	background-color:#FBD125;
}
.body_middle
{
	float:left;
	width:100%;
	margin-top:10px;
}
.body_middle_left
{
	float:left;
	width:65%;
	margin-right:5%;
}
.body_middle_right
{
	float:left;
	width:30%;
}
.body_middle_right_yellow
{
	float:left;
	background-color:#FAD025;
	width:90%;
	padding:15px;
}
.body_middle_right_yellow_top
{
	float:left;
	color:#000;
	font-size:32px;
	font-weight:bold;
}
.body_middle_right_yellow_bottom
{
	float:left;
	color:#000;
	font-size:15px;
	font-weight:400;
	text-align:justify;
	margin-top:5px;
}



.white_line
{
	float:left;
	height:1px;
	width:100%;
	background-color:#FBDC5C;
	margin-top:5px;
	margin-bottom:5px;
	
}
.banner
{
	float:left;
	width:100%;
}
.body_middle_header_txt
{
	float:left;
	font-size:28px;
	color:#000;
	font-weight:700;
	margin-top:7%;
	margin-bottom:2%;
}
.body_middle_header_txt a
{
	font-size:28px;
	color:#000;
	font-weight:700;
	text-decoration:none;
}
.body_middle_header_txt a:hover
{
	color: #003;
}

.full_width
{
	float:left;
	width:100%;
}
.white22
{
	float:left;
	width:92%;
	padding:10px;
	background-color:#F4002D;
	color:#F4002D;
	font-size:20px;
	color:#fff;
	font-weight:700;
	margin-top:15px;
	font-family:Roboto;
}
.black_box
{
	float:left;
	width:92%;
	padding:10px;
	color:#fff;
	font-family:Roboto;
	font-size:14px;
	line-height:1.5;
	background-color:#3C3638;
}
.yellow_btn a
{
	float:left;
	width:159px;
	height:32px;
	background-image:url(../images/yellow_btn_bg.jpg);
	background-repeat:no-repeat;
	margin-top:2%;
}

.yellow_box
{
	float:left;
	width:92%;
	padding:10px;
	background-color:#DCB821;
}
.yellow_box a { color:#000; text-decoration:none}

.black22
{
	color:#000;
	font-family:Roboto;
	font-size:22px;
	font-weight:700;
	
}
.dark_line
{
	float:left;
	width:100%;
	height:2px;
	background-color:#B0931A;
	margin-top:6px;
	margin-bottom:6px;
}
.faded_line
{
	float:left;
	width:100%;
	height:2px;
	background-color:#EEDC90;
	margin-top:10px;
	margin-bottom:10px;
}
.arrow
{
	float:left;
	width:6%;
	margin-top:2%;
}
.arrow_txt
{
	float:left;
	width:94%;
	font-size:16px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}
.readmore_btn a
{
	float:left;
	width:145px;
	height:37px;
	background-image: url(../images/read_more_bg.jpg);
	background-repeat:no-repeat;
	margin-top:2%;
}

.tag_line
{
	float:left;
	width:92%;
	padding:4%;
	text-align:center;
	text-transform:uppercase;
	font-size:29px;
	color:#000;
	margin-top:3%;
	
}
#footer
{
	float:left;
	width:100%;
	height:109px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	margin-top:5%;
}



.footer_left
{
	float:left;
	width:30%;
	margin-top:2%;
	color:#1C1C1C;
	font-size:13px;
	margin-left:10px;
}
.footer_right
{
	float:left;
	width:45%;
	color:#000;
	font-size:14px;
	margin-top:2%;
}
.footer_right a
{
	color:#000;
	font-size:14px;
	text-decoration:none;
}
.footer_right a:hover
{
	text-decoration: underline;
}
.inp1
{
	float:left;
	width:35%;
	height:auto;
	background-color:#f3f3f3;
	border:1px solid #ddd;
	color:333;
	padding:5px;
}
.inp2
{
	float:left;
	width:auto;
	height:auto;
	background-color:#f3f3f3;
	border:1px solid #ddd;
	color:333;
	padding:5px;
}
.inp3
{
	float:left;
	width:35%;
	height:80PX;
	background-color:#f3f3f3;
	border:1px solid #ddd;
	color:333;
	padding:5px;
}
.btn
{
	float:left;
	width:20%;
	height:25px;
	padding:5px;
	color:#EAC527;
	border:0;
	background-color:#333;
	border-radius:5px;
	cursor:pointer;
}
.full_width_form
{
	float:left;
	width:100%;
	margin-bottom:10px;
	font-size:14px;
}
.full_width_form a:link
{
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
.full_width_form a:hover
{
	text-decoration:underline;
}
a:link
{
	text-decoration:none;
	color:#333;
}
a:hover
{
	text-decoration:underline;
	color:#333;
}

form input.error
{
	background-color: #FFFFD5;
	border: 2px solid red;
	color: red;
	margin: 0;
}

form textarea.error
{
	background-color: #FFFFD5;
	border: 2px solid red;
	color: red;
	margin: 0;
}

form select.error
{
	background-color: #FFFFD5;
	border: 2px solid red;
	color: red;
	margin: 0;
}

.error{
	color: red;
}