.header-container-a, .header-container-b
{
	background-color: #ffffff;

	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}

.header-banner-a, .header-banner-b
{
	background-image: url('/__cms/images/barrel-art-shadow-brown.png');
}

#header-info
{
	position: absolute;
	right: 10px;
	top: 0px;
}

#menu-container
{
	background-color: #00a0e0;
}

.menu-a a, .menu-b a
{
	color: #000000;
}
.menu-a a:hover, .menu-b a:hover
{
	color: #222222;
}

#content-container
{

}

h1
{
	font-size: 40px;
	line-height: 42px;
	font-weight: 700;
	color: #00a0e0;
}

#header-banner
{
	position: absolute;
	z-index: 89;
	width: 150px;
	height: auto;
	left: 10px;
	top: 0px;
}

.formbutton
{
	display: inline-block;
	height: 42px;
	padding-left: 21px;
	padding-right: 21px;
	background-color: #303e48;
	color: #ffffff;
	font-size: 18px;
	line-height: 42px;
	text-decoration: none;
}
.formbutton:hover
{
	color: #ffffff;
	background-color: #505e68;
	text-decoration: none;
}

#footer
{
	clear: both;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	background-color: #00a0e0;
	padding-top: 50px;
	padding-bottom: 40px;
}

#footer-sub
{
	background-color: #333333;
}

#homefeatured-container
{
	float: center;
	margin: 0px auto;
	display: grid;
	grid-column-gap: 2%;
	grid-template-columns: 32% 32% 32%;
	grid-template-rows: auto;
}

.homefeatured-image-outer
{
	border: 1px solid #cccccc;
	padding: 8px;
	display: block;
	height: 320px;
	background-color: #ffffff;
}
.homefeatured-image-outer iframe
{
	width: 100%;
	height: 320px;
	border: 0px;
}

.homefeatured-item h3
{
	text-align: center;
}

.homefeatured-item h3 a
{
	color: #000000;
}

.homefeatured-image
{
	display: block;
	height: 320px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

/***********************************************************
SCROLL ANIMATIONS
***********************************************************/

.anim-fadeup
{
	opacity: 0.0;
	filter: alpha(opacity=0);
	margin-top: 30px;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.anim-fadedown
{
	opacity: 0.0;
	filter: alpha(opacity=0);
	margin-top: -30px;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.anim-fadeleft
{
	opacity: 0.0;
	filter: alpha(opacity=0);
	margin-right: 60px;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.anim-faderight
{
	opacity: 0.0;
	filter: alpha(opacity=0);
	margin-left: -60px;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
