/* HTML */
body{
	margin: 0;
	padding: 0;
	background: #000 url('/images/menu_background.png') repeat;
	font: 16px/24px Arial, Helvetica, sans-serif;
}

h1{
	position: absolute;
	bottom: 20px;
	margin: 0;
	font: 120px Helvetica, Arial, sans-serif;
	color: #FFF;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

h2{
	margin: 15px 0 -20px 0;
	font: 40px Helvetica, Arial, sans-serif;
	color: #0FA544;
	text-transform: uppercase;
}

h3{
	margin-bottom: -10px;
	font: 28px Helvetica, Arial, sans-serif;
	color: #838380;
}

h4{
	margin-bottom: -20px;
}

img{
	border: none;
}

blockquote{
	font-style: italic;
}

sup{
	color: #0FA544;
}

iframe{
	margin-top: 30px;
}




/* */
.container{
	width: 960px;
	margin: 0 auto 0 auto;
}

.clear{
	clear: both;
}

.error_msg{
	font-weight: bold;
	color: #0FA544;
}




/* MENU */
#menu{
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 60px;
	background: #FFF;
}

#menu_logo{
	float: left;
	padding: 30px 150px;
	background: url('/images/fenimore-blythe-logo.jpg');
	display: block;
}

#menu ul, #footer_menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul{
	float: right;
}

#menu li, #footer_menu li{
	float: left;
	display: block;
	text-align: center;
}

#footer_menu li{
	padding: 23px 10px 23px 10px;
}

#menu li a{
	font: 12px Arial, sans-serif;
	color: #0FA544;
	display: block;
	padding: 23px 10px 23px 10px;
	outline: 0;
	text-transform: uppercase;
	text-decoration: none;
}

#menu li:hover{
	background: #000;
}

#menu li:hover a{
	color: #0FA544;
}

#menu li.active{
	background: #FFF;
	color: #0FA544;
}

#menu li.active a{
	color: #0FA544;
}

#menu ul ul{
	display: none;
}

#menu ul li:hover > ul{
	display: block;
}

#menu ul:after{
	clear: both;
	display: block;
}

#menu ul li:hover{
	background: #0FA544;
}

#menu ul li:hover a{
	color: #FFF;
}

#menu ul ul{
	position: absolute;
	top: 100%;
	background: #0FA544;
	margin-left: -10px;
	padding: 0;
}

#menu ul ul li{
	position: relative;
	float: none;
	padding: 0px;
	border-top: 1px solid #E42967;
	border-bottom: 1px solid #CB0F4E;
	text-align: left;
}

#menu ul ul li a{
	padding: 10px 20px;
	color: #FFF;
}	

#menu ul ul li a:hover{
	color: #0FA544;
	background: #FFF;
}
	
#menu ul ul ul{
	position: absolute;
	top: 0;
	left: 100%; 
}




/* HEADER */
#header{
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
}

#header.about{
	background: #CCC url('/images/about.jpg') 50% 30% no-repeat;
	background-size: 100%;
}

#header.team{
	background: #CCC url('/images/team.jpg') 50% 30% no-repeat;
	background-size: 100%;
}

#header.testimonials{
	background: #CCC url('/images/testimonials.jpg') 50% 30% no-repeat;
	background-size: 100%;
}

#header.projects{
	background: #CCC url('/images/projects.jpg') 50% 30% no-repeat;
	background-size: 100%;
}

#header.awards{
	background: #CCC url('/images/awards.jpg') 50% 30% no-repeat;
	background-size: 100%;
}

#header.contact{
	background: #CCC url('/images/contact.jpg') 50% 30% no-repeat;
	background-size: 100%;
}

#header.\34 01{
	background: #CCC url('/images/401.jpg') 50% 30% no-repeat;
	background-size: 100%;
}

#header.\34 04{
	background: #CCC url('/images/404.jpg') 50% 30% no-repeat;
	background-size: 100%;
}




/* CONTENT */
#content{
	background: #FFF;
	position: relative;
	width: 100%;
	min-height: 500px;
}

#index_container{
	position: relative;
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 20px 360px 20px 0;
}

#content_container{
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 20px 0;
}

#content_container a{
	color: #0FA544;
}

#content_container a:hover{
	color: #838380;
}




/* PROJECTS */
.project_column{
	float: left;
	width: 300px;
	height: 210px;
	padding: 30px 10px 60px;
	border: 0;
	text-align: center;
}

.project_column img{
	width: 300px;
	height: 200px;
	border: 0;
}

.project_column img:hover{
}

.project_caption{
	font: 16px/24px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.hidden_project{
	visibility: hidden;
}




/* CONTACT PAGE */
#contact_page label{
	clear: both;
	float: left;
	display: inline-block;
	width: 140px;
}

#contact_page input, #contact_page select, #contact_page textarea{
	float: right;
	width: 700px;
	margin-bottom: 16px;
}

#contact_page textarea{
	height: 200px;
}

#contact_page button, .button{
	clear: both;
	background: #0FA544;
	margin: 20px 0;
	padding: 5px 20px;
	border: 0;
	font: 16px Arial, Helvetica, sans-serif;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

#contact_page button:hover{
	background: #000;
	color: #FFF;
}

.button:hover{
	background: #FFF;
	color: #0FA544;
	text-decoration: none;
}

.button_wrap{
	width: 90px;
	margin: auto;
}

#contact_page hr{
	clear: both;
	overflow: hidden;
	height: 1px;
	background: #FFF;
	margin: 10px 0;
	border: none;
}




/* ASSOCIATIONS */
.association_logo{
	display: block;
	float: left;
	width: 160px;
	height: 71px;
	margin: 30px 16px 50px 16px;
}
.association_logo img{
	width: 160px;
	height: 71px;
}




/* FOOTER */
#fb_logo{
	clear: both;
	width: 600px;
	height: 120px;
	background: url('/images/fb-logo.jpg') top center no-repeat;
	margin: 50px auto 0 auto;
	text-align: center;
}

#footer{
	clear: both;
	width: 100%;
	height: 50px;
	background: #000;
	padding-top: 10px;
	font: 12px Arial, sans-serif;
	color: #FFF;
}

#footer_logo{
	position: relative;
	z-index: 3;
	top: -60px;
	float: right;
	width: 101px;
	height: 100px;
	margin-bottom: -60px;
}

#footer_menu li{
	padding: 14px 20px 10px 0;
}

#footer_menu li a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#footer_menu li a:hover{
	color: #0FA544;
}

#copyright{
	padding: 14px 0 10px 0;
	float: right;
}




/* ***** SUPERSIZED ***** */
/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/
	
#supersized-loader{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	background: #CCC url('/img/progress.gif') no-repeat center center;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
}
	
#supersized {  display:block; position:absolute; left:0; top:0; overflow:hidden; z-index:-999; height:540px; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
			
#supersized_caption{
	position: absolute;
	z-index: 100;
	top: 140px;
	width: 540px;
	height: 230px;
	background-color: rgba(0,0,0,0.7);
	margin: 0 auto;
}

#slidecategory{
	width: 500px;
	height: 30px;
	background-color: #000;
	padding: 10px 30px 0 30px;
	font-size: 12px;
	color: #0FA544;
}

#slidecaption{
	padding: 10px 20px 0 20px;
	font: 40px Helvetica, Arial, sans-serif;
	color: #FFF;
}

#slidedescription{
	padding: 0 20px 20px 20px;
	color: #FFF;
	font: 16px/24px Arial, Helvetica, sans-serif;
}

#slidepage{
	padding-left: 5px;
	color: #FFF;
}

#slidepage a{
	color: #FFF;
	text-decoration: none;
}

#slidepage a:hover{
	color: #FFF;
	text-decoration: underline;
}

#learn_more{
	margin-top: 40px;
}
	
		
		#supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url('/img/progress.gif') no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
			
			
/* CONTROLS */
		#controls-wrapper { margin:0 auto; height:42px; width:100%; bottom:0px; left:0; z-index:4; background:url('/img/nav-bg.png') repeat-x; position:absolute; }
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }

#play-button{
	position: absolute;
	bottom: 21px;
	left: 45%;
}

#play-button:hover{
	background-position: 0 1px;
	cursor: pointer;
}
				
#prevslide, #nextslide{
	position: absolute;
	top: 50%;
	width: 43px;
	height: 43px;
	margin-top: -21px;
	opacity: 0.6;
	cursor: pointer;
}

#prevslide{
	left: 10px;
	background: url('/img/back.png');
}

#nextslide{
	right: 10px;
	background: url('/img/forward.png');
}

#prevslide:active, #nextslide:active{
	margin-top: -19px;
}

#prevslide: hover, #nextslide:hover{
	cursor: pointer;
}

/* SLIDE LIST */			
ul#slide-list{
	position: absolute;
	bottom: -10px;
	left: 50%;
	float: left;
	padding: 15px 0;
}

ul#slide-list li{
	list-style: none;
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 5px 0 0;
}

ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{
	background-position: 0 0px;
}

ul#slide-list li a{
	display: block;
	width: 12px;
	height: 12px;
	background: url('/img/nav-dot.png') no-repeat 0 -24px;
}

ul#slide-list li a:hover{
	background-position: 0 -12px;
	cursor: pointer;
}

/* PROGRESS BAR */					
#progress-back{
	z-index: 5;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: url('/img/progress-back.png') repeat-x;
}

#progress-bar{
	position: relative;
	width: 100%;
	height: 5px;
	background: url('/img/progress-bar.png') repeat-x;
}