@charset "utf-8";
/* CSS Document */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,strong, sub, sup, tt, var, legend, fieldset {
	margin: 0px;
	padding: 0px;
}
body{
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
}
@font-face {
    font-family: 'avantgarde_bk_btbook';
    src: url('avgardn-webfont.eot');
    src: url('avgardn-webfont.eot?#iefix') format('embedded-opentype'),
         url('avgardn-webfont.woff2') format('woff2'),
         url('avgardn-webfont.woff') format('woff'),
         url('avgardn-webfont.ttf') format('truetype'),
         url('avgardn-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#6b6b6b;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

#main_container{
	width:1003px;
	margin:auto;
}
#logo_top{
	float:left;
	width:170px;
}
#search_box_container{
	width:659px;
	float:right;
	margin-top:80px;
}
.fields_container1{
	width:48%;
	float:left;
}
.fields_container2{
	width:48%;
	float:right;
}
.fields_container1 H4, .fields_container2 H4{
	background-image:url(arrow_icon.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	font-size:18px;
	font-weight:normal;
	color:#e37e06;
	margin-bottom:8px;
}
.full_width_textfield{
	width:79%;
	height:30px;
	background-image:url(field_box_bg.jpg);
	border:0px;
	border-right:1px solid #e5e5e5;
	padding-left:10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	color:#9f9d9d;
}
.full_width_textfield1{
	width:100%;
	height:30px;
	background-image:url(field_box_bg.jpg);
	border:0px;
	padding-left:10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	color:#9f9d9d;
}
.full_width_textfield2{
	width:63%;
	height:30px;
	background-image:url(field_box_bg.jpg);
	border:0px;
	border-right:1px solid #e5e5e5;
	padding-left:10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	color:#9f9d9d;
}
.white_top_button2{
	width:32%;
	border:0px;
	background-color:#fff;
	height:30px;
	color:#000;
	font-size:12px;
	text-transform:uppercase;
}

.white_top_button{
	width:19%;
	border:0px;
	background-color:#fff;
	height:30px;
	color:#000;
	font-size:12px;
	text-transform:uppercase;
}


.fields_border_box{
	height:36px;
	border:1px solid #e5e5e5;
	padding:2px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.fields_border_box_newsletter1{
	width:39%;
	float:left;
	height:36px;
	border:1px solid #e5e5e5;
	padding:2px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin-right:2%;
}
.fields_border_box_newsletter2{
	width:59%;
	float:left;
	height:36px;
	border:1px solid #e5e5e5;
	padding:2px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#navigation_bar{
	height:48px;
	border-bottom:3px solid #3d3e9a;
	margin-top:30px;	
}
#icon_nav ul li{
	width:16%;
	background-position:top center;
	padding-top:65px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	display:inline-block;
	list-style:none;
	background-repeat:no-repeat;
	text-transform:uppercase;
}
#icon_nav ul li a{
	color:#606060;
	text-decoration:none;
}
#icon_nav ul li a:hover{
	color:#000;
	text-decoration:none;
}

#icon_nav{
	margin-top:20px;
}
.icon1_img{
	background-image:url(link1.jpg);
}
.icon2_img{
	background-image:url(link2.jpg);
}
.icon3_img{
	background-image:url(link3.jpg);
}
.icon4_img{
	background-image:url(link4.jpg);
}
.icon5_img{
	background-image:url(link5.jpg);
}
.icon6_img{
	background-image:url(link6.jpg);
}

#icon_nav_big{
	margin-top:50px;
}

#icon_nav_big ul li{
	width:33%;
	background-position:top center;
	padding-top:142px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	float:left;
	list-style:none;
	background-repeat:no-repeat;
	text-transform:uppercase;
	margin-bottom:25px;
}
#icon_nav_big ul li a{
	color:#f16d02;
	text-decoration:none;
}
#icon_nav_big ul li a:hover{
	color:#000;
	text-decoration:none;
}
.icon1_img_big{
	background-image:url(link1_big.jpg);
}
.icon2_img_big{
	background-image:url(link2_big.jpg);
}
.icon3_img_big{
	background-image:url(link3_big.jpg);
}
.icon4_img_big{
	background-image:url(link4_big.jpg);
}
.icon5_img_big{
	background-image:url(link5_big.jpg);
}
.icon6_img_big{
	background-image:url(link6_big.jpg);
}


#main_content_area{
	margin-top:40px;
	color:#a09f9f;
	font-size:13px;
	line-height:22px;
	text-align:justify;
}
#main_content_area H2{
	 font-family: 'avantgarde_bk_btbook';
	 font-size:24px;
	 color:#f16d02;
	 margin-bottom:22px;
}
#footer_logo_container{
	margin-top:45px;
	margin-bottom:35px;
}
.footer_logo{
	float:left;
	width:24.5%;
	text-align:center;
}
.footer_right_blue_border{
	border-right:4px solid #3d3e98;
}

#footer{
	background-image:url(footer.jpg);
	background-repeat:repeat-x;
}
#footer_inner{
	width:1003px;
	margin:auto;
}
.footer_logo1{
	width:178px;
	text-align:right;
	height:67px;
}
.footer_boxes{
	width:33.33%;
	float:right;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	color:#686666;
	font-size:11px;
}
.footer_boxes a{
	color:#686666;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
.text-al_right{
	text-align:right;
}
.clear{
	clear:both;
}