
.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-info
{
	position: absolute;
	right: 10px;
	top: 0px;
}

#header-info-phone
{
	display: block;
	text-align: right;
	font-size: 24px;
	line-height: 24px;
	padding-top: 24px;
	padding-bottom: 0px;
	margin-bottom: 12px;
	text-decoration: none;
	color: #303e48;
}
#header-info-phone a:hover
{
	text-decoration: none;
	color: #303e48;
}

#header-info-search, #header-info-user
{
	font-size: 16px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 16px;
	color: #000000;
	text-decoration: none;
}
#header-info-search:hover, #header-info-user:hover
{
	color: #000000;
	tex-decoration: none;
}

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

.header-banner-a
{
}

.header-banner-b
{
}

#menu-container
{
	background-color: #303e48;
}

#menu
{
	display: none !important;
}

.menu-a a
{
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
}
.menu-a a:hover
{
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000000;
}

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

#content-band-inner-1
{
	max-width: 100% !important;
	width: 100% !important;
	padding: 0px !important;
}

h1
{
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}

.formbutton
{
	display: inline-block;
	height: 50px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #cc0000;
	color: #ffffff;
	font-size: 20px;
	line-height: 50px;
	text-decoration: none;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}

.formbutton-wide
{
	display: block;
	text-align: center;
	height: 50px;
	background-color: #cc0000;
	color: #ffffff;
	font-size: 20px;
	line-height: 50px;
	text-decoration: none;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}

.formbutton:hover, .formbutton-wide:hover
{
	color: #ffffff;
	background-color: #dd0000;
	text-decoration: none;
}

#footer
{
	display: none;
}

#footer-sub
{
	background-color: #303e48;
}

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

.homefeatured-image-outer
{
	border: 1px solid #303e48;
	padding: 8px;
	display: block;
	height: 370px;
	background-color: #303e48;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}
.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;
}
