/*
	Minimaxing 3.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/

/* Basic */

	body {
		min-width: 1200px;
	}

	section, article {
		margin: 0 0 60px 0;
	}

	section:last-child, article:last-child {
		margin-bottom: 0;
	}

	section.left-content {
		padding-right: 30px;
	}

	section.right-content {
		padding-left: 30px;
	}

	section.middle-content {
		padding: 0 30px 0 30px;
	}

	ul.small-image-list img {
		width: 78px;
	}

	ul.big-image-list img {
		width: 178px;
	}

/* Reusable */

	.blog-post-image {
		width: 588px;
	}

/* Header */

	#header-wrapper {
		background-color: #48553b;
		background-image: -moz-linear-gradient(top, #48553b /*#008dab*/, #3a452f /*#007294*/);
		background-image: -webkit-linear-gradient(top, #48553b /*#008dab*/, #3a452f /*#007294*/);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#48553b), to(#3a452f));
		background-image: -ms-linear-gradient(top, #48553b /*#008dab*/, #3a452f /*#007294*/);
		background-image: -o-linear-gradient(top, #48553b /*#008dab*/, #3a452f /*#007294*/);
		background-image: linear-gradient(#48553b /*#008dab*/, #3a452f /*#007294*/);
	}

	#header {
		position: relative;
		margin: 2.5% 0 2.5% 0;
		padding: 0 40px 0 40px;
		border-radius: 10px;
		border: solid 1px #48553b /*#006e8b*/;
		box-shadow: inset 0px 0px 0px 1px #3a452f /*12a0bf*/, 0px 1px 4px 0px rgba(0,0,0,0.10);
		background-color: #48553b /*#007b9d*/;
		background-image: -moz-linear-gradient(top, #48553b /*#008dab*/, #3a452f /*#007294*/);
		background-image: -webkit-linear-gradient(top, #48553b, #3a452f);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#48553b), to(#3a452f));
		background-image: -ms-linear-gradient(top, #48553b, #3a452f);
		background-image: -o-linear-gradient(top, #48553b, #3a452f);
		background-image: linear-gradient(#48553b, #3a452f);
		height: 86px;
	}

		#header h1 {
			position: absolute;
			left: 40px;
			top: 0;
			color: #fff;
			font-size: 2.2em;
			letter-spacing: -2px;
			line-height: 86px;
		}

		#header h1 a {
			color: #fff;
			text-decoration: none;
		}
		
		#header nav {
			position: absolute;
			right: 40px;
			top: 1px;
			line-height: 84px;
			text-transform: lowercase;
			font-size: 1.3em;
			letter-spacing: -1px;
		}
		
		#fcasheadertext {
			
			}

		#fcasheaderimage {
			margin-left:420px;
			}	

			#header nav a {
				display: inline-block;
				text-decoration: none;
				color: #fff;
				padding: 0 25px 0 25px;
				outline: 0;
			}
			
			#header nav a.current-page-item {
				background-color: #3a452f  /*007897*/;
				background-image: -moz-linear-gradient(top, #4f5e40 /*007b99*/, #4a5a3b /*007897*/);
				background-image: -webkit-linear-gradient(top, #4f5e40, #4a5a3b);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4f5e40), to(#4a5a3b));
				background-image: -ms-linear-gradient(top, #4f5e40, #4a5a3b);
				background-image: -o-linear-gradient(top, #4f5e40, #4a5a3b);
				background-image: linear-gradient(#4f5e40, #4a5a3b);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.1), 0px 0px 5px 1px rgba(255,255,255,0.1);
			}

			#header nav a:hover {
				background-color: #576647;
				background-image: -moz-linear-gradient(top, #576647 /*0782a0*/, #4b593d /*077d9b*/);
				background-image: -webkit-linear-gradient(top, #576647, #4b593d);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#576647), to(#4b593d));
				background-image: -ms-linear-gradient(top, #576647, #4b593d);
				background-image: -o-linear-gradient(top, #576647, #4b593d);
				background-image: linear-gradient(#576647, #4b593d);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.05), 0px 0px 5px 1px rgba(255,255,255,0.05);
			}
			
/* Banner */

	#banner-wrapper {
		background: #3a452f /*url(images/bg1.png)*/;
		margin-bottom: 0px;
		height: 427px;
		}

	#banner {
		position: relative;
		width: 1160px;
		height: 265px;
		margin: 2% 0 2% 0;
		box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
		border-radius: 10px;
		padding: 20px;
		background: #fff url(images/banner.jpg) no-repeat 20px 20px;
		background-size: 1160px 285px;
		}
		
	#banner2 {
		position: relative;
		width: 1160px;
		height: 465px;
		margin: 2% 0 2% 0;
		box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
		border-radius: 10px;
		padding: 20px;
		background:#fff;
		/*background: #fff url(images/banner.jpg) no-repeat 20px 20px;
		background-size: 1160px 465px;*/
		}	

	#banner h2 {
		position: absolute;
			z-index: 1;
			width: 100%;
			top: 100px;
			left: 0;
			font-size: 3.3em;
			color: #fff;
			text-align: center;
			letter-spacing: -2px;
		}
	
	#banner span {
		display: block;
			position: absolute;
			z-index: 1;
			width: 100%;
			bottom: 105px;
			left: 0;
			font-size: 1.6em;
			color: #fff;
			text-align: center;
			letter-spacing: -1px;
			text-transform:none;
			opacity: 0.8;
		}
		
	.banner-image {
		position: absolute;
		width: 20%;
		height: 100%;
		z-index: 1;
		}	

/* Main */

	#main {
		background: #fff;
		padding: 2% 0 2% 0;
		}

	#main .controls {
		}

	#main .main-row {
		margin: 2% 0 2% 0;
		overflow: hidden;
		}
		
	#current-nsl {
		position: relative;
		width: 306px;
		height:396px;
		border: 1px solid #000000;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		float:left;
		}	
		
	#current-descrip {
		position: relative;
		width: 400px;
		height:396px;
		margin: 0 0 0 15px;
		padding: 0 0 10px 0;
		float:left;
		}

/* Footer */

	#footer-wrapper {
		padding: 3% 0 3% 0;
		}

/* Copyright */

	#copyright {
		text-align: center;
		color: #A6A88F;
		border-top: solid 1px #ced0b7;
		padding: 3em 0 0 0;
		margin: 1% 0 0 0;
		}

	#copyright a {
		color: #A6A88F;
		}

.fb-like-box {
		float: left;
		margin-right: 20px;
		}	