@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ccc;
	height: 100%;
	font-family: 'Oxygen', sans-serif;
	font-weight:400;
	font-size: 15px;
	line-height: 32px;
	color: #444;
	background-image: url(../images/page_background.png);
	background-repeat: repeat-x;
	background-position: center 160px;
}
html {
	height: 100%;
}
h1 {
	color: #8d5100;
	font-family: 'Economica', sans-serif;
	font-weight: 400;
	font-size: 60px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
h2 {
	color: #a45e00;
	font-family: 'Economica', sans-serif;
	font-weight: 400;
	font-size: 32px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.homepage_h2 {
	color: #333;
	font-family: 'Economica', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h3 {
	color: #555;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	margin: 0;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	color: #333;
	font-family: 'Economica', sans-serif;
	font-weight: 700;
	font-size: 28px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer h4 {
	color: #333;
	font-family: 'Economica', sans-serif;
	font-weight: 400;
	font-size: 28px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	line-height: 20px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.hp_subfeature_container p {
	font-size: 14px;
	color:#d1c9be;
}
.hp_subfeature_container h2 {
	color:#d1c9be;
	font-weight: 700;
}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
}
li {
	margin-top: 7px;
	margin-bottom: 7px;
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
	color: #0078a4;
	text-decoration: none;
	font-size: 115%;
}
a:visited {
	color: #0078a4;
	text-decoration: none;
}
a:hover {
	color: #005e81;
	text-decoration: underline;
}
/* ~~ The Header ~~ */

.header_container {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	height: 170px;
	z-index: 2;
	background-color: #b56b00;
	background-image: url(../images/fai_header_background2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.header {
	position: relative;
	background-position: center;
	background-image: url(../images/fai_header_background.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	height: 170px;
}
#social_media {
	position: absolute;
	top: 3px;
	right: 85px;
}


/* Navigation Bar */  
#nav_container {
	float: right;
	clear: none;
	color: rgba(255, 255, 255, .10);
	position: relative;
	top: 130px;
	right: 0px;
	z-index: 1000;
	padding: 5px;
}

/* ~~ The Content ~~ */


.pagecontent_container {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	width: 1000px; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: #fff;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}
.pagecontent {
	width: 1000px;
}
#hp_mainfeature_container {
	height: 400px;
	width: 1000px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	-webkit-box-shadow:  7px 7px 7px 0px rgba(0, 0, 0, .4);
	box-shadow:  7px 7px 7px 0px rgba(0, 0, 0, .4);
	background-color: #FFF;
}

.hp_subfeature_container {
	font-size: 11px;
	color: #CCC;
	height: 230px;
}
.hp_subfeature_1 {
	width: 290px;
	height: 190px;
	padding: 20px;
	background-image: url(../images/hp_sub1_bg.jpg);
	background-repeat: no-repeat;
	position:absolute;
	left: 5px;
	background-color: #8f6328;
}
.hp_subfeature_2 {
	width: 290px;
	height: 190px;
	padding: 20px;
	background-image: url(../images/hp_sub2_bg.jpg);
	background-repeat: no-repeat;
	position:absolute;
	left: 340px;
	background-color: #8f6328;
}
.hp_subfeature_3 {
	width: 290px;
	height: 190px;
	padding: 20px;
	background-image: url(../images/hp_sub3_bg.jpg);
	background-repeat: no-repeat;
	position:absolute;
	left: 675px;
	background-color: #8f6328;
}
.text_container {
	line-height: 34px;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
}





/* ~~ The Footer ~~ */

.footer_container {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #000;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	bottom: 0px;
	height: 220px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #FFF;}
.footer {
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center;
	color: #333;
	font-size: 13px;
	font-weight:400;
}
.footer a, .footer a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	text-decoration: none;
	color: #644414;
	font-weight:bold;
}
.footer a:hover, .footer a:active, .footer a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #b77006;
	text-decoration: underline;
}
.footer_left {
	float: left;
	width: 63%;
	margin-top: 25px;
	margin-left: 15px;
}
.footer_right {
	float: right;
	width: 290px;
	margin-top: 30px;
	border: 5px solid #222;
	background-color: #111;
	-webkit-box-shadow:  5px 5px 5px 0px rgba(0, 0, 0, .30);
	box-shadow:  5px 5px 5px 0px rgba(0, 0, 0, .30);
	padding: 10px;
}
.footer_nav {
	float: right;
	width: 40%;

}
.footer_nav ul, .footer_nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height:20px;
}
.footer_container .footer .footer_left .footer_nav ul li a {
	color: #333;
	font-weight: 300;
	font-size: 18px;
	text-decoration: none;
}
.footer_container .footer .footer_left .footer_nav ul li a:hover {
	color: #666;
	text-decoration: none;
}
.footer_container .footer .footer_left .footer_nav ul li ul li a {
	font-size: 13px;
}
.footer_nav li ul li {
	margin: 0px;
	padding-left: 10px;
	list-style-type: none;

}
.footer_info {
	float: left;
	width: 40%;
}


/*Subpages*/

.sp_content_container {
	height: auto;
	width: 680px;
	float: right;
	padding-bottom: 75px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 25px;
	background-color: #fbf4e8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	
	-webkit-box-shadow: inset 4px 4px 10px 3px rgba(223, 199, 165, .25);
    box-shadow: inset 4px 4px 10px 3px rgba(223, 199, 165, .25);
	
	background: #fbf4e8; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmJmNGU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);

background: -moz-linear-gradient(-45deg,  #fbf4e8 0%, #ffffff 90%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fbf4e8), color-stop(90%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(-45deg,  #fbf4e8 0%,#ffffff 90%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(-45deg,  #fbf4e8 0%,#ffffff 90%); /* Opera 11.10+ */

background: -ms-linear-gradient(-45deg,  #fbf4e8 0%,#ffffff 90%); /* IE10+ */

background: linear-gradient(135deg,  #fbf4e8 0%,#ffffff 90%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf4e8', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */






}
.sp_left_container {
	width: 250px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #999;
	display:inline-block;	
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 48%
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	width: 48%
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



.inset {
	margin-left: 35px;
}


.h_line_dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 100%; /* the auto value on the sides, coupled with the width, centers the layout */
	clear: both;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.breadcrumbs {
	font-size: 10px;
	margin-bottom: 20px;
}

.breadcrumbs a:link {
	color: #0078a4;
	text-decoration: none;
	font-size: 100%;  /* cancels out the other links text size increase */
}