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

@font-face {
    font-family: 'alegreyaregular';
    src: url('fonts/a-regular-webfont.eot');
    src: url('fonts/a-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/a-regular-webfont.woff') format('woff'),
         url('fonts/a-regular-webfont.ttf') format('truetype'),
         url('fonts/a-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alegreyabold';
    src: url('fonts/a-bold-webfont.eot');
    src: url('fonts/a-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/a-bold-webfont.woff') format('woff'),
         url('fonts/a-bold-webfont.ttf') format('truetype'),
         url('fonts/a-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'alegreyaregular', Helvetica, Arial, sans-serif;
	margin:0;
	background-image:url(images/bkgd.jpg);
	background-repeat:repeat;
}

.wrapper {
	width:1000px!important;
	margin: 0 auto!important;
}

#header_bar {
	clear: both;
	width: 100%;
	padding: 10px 0px;
	overflow:hidden;
	color: #ffffff;
	background-color: #314c35;
}

#fof_logo {
	float:left;
	width:200px;
}

#bj_logo {
	float:right;
	width:500px;
	margin: 35px 0px;
	-webkit-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.4);
}

#menu_bar {
	clear:both;
	background-color: #314c35;
	margin-top:-40px;
}

.main-navigation {
	text-align:right!important;
}

#social {
	float:left;
	width:100%;
	margin: 20px 0px;
	text-align:left;
}

#slider_bkgd {
	clear:both;
	width:1050px;
	height:451px;
	margin:0 auto;
	background-image:url(images/slider_bkgd.png);
	background-size: 100%;
	background-repeat:no-repeat;
}

#slider {
	float:left;
	width:920px;
	margin: 61px 0 0 66px;
}

.title {
	font-family: 'alegreyaregular', Helvetica, Arial, sans-serif;
	color: #314c35;
	font-size: 35px;
}

.button_fade {
   opacity: 1!important;
   transition: opacity .25s ease-in-out!important;
   -moz-transition: opacity .25s ease-in-out!important;
   -webkit-transition: opacity .25s ease-in-out!important;
}

.button_fade:hover {
	opacity: 0.8!important;
}

.green_btn {
	font-family: 'alegreyabold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #ffffff;
	font-size: 12px;
	background: #314c35;
	padding: 3px 10px;
	text-decoration: none;
	text-align:center;
	clear:both;
	display:inline-block;
}

.green_btn:hover {
	background: #517d58;
	text-decoration: none!important;
}

#content_section {
	float:left;
	width:100%;
	overflow:hidden;
	padding:40px 0px;
}

#content_left {
	float:left;
	width:60%;
	margin-right:4%;
}

#content_right {
	float: left;
	width: 30%;
	padding-left:4%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c2c3c7;
}

#train {
	clear:both;
	width:100%;
	text-align:right;
}

#copyright {
	clear:both;
	width:100%;
	padding: 10px 0px;
	overflow:hidden;
	color:#ffffff;
	background-color:#314c35;
	font-size:12px;
	text-align:center;
}