/* Overall */
html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
}

input, select, textarea {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #242973;
	text-decoration: underline;
}
a:hover {
	color: #CB2800;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, pre {
	margin: 0;
}

p {
	margin: 0;
	padding: 0 0 1.4em 0;
	line-height: 1.7em;
}

ul {
	margin: 0;
	padding-left: 3em;
}
ul li {
	margin-bottom: 0.6em;
}

* :focus {
	outline: 0;
}


/* Headings */
.Heading1 {
	color: #3366FF;
	font-size: 14px;
}

.Heading2 {
	color: #B2B2B2;
	font-size: 11px;
}


/* Highlights */
.Highlight1 {
	color: #3366FF;
}

.Highlight2 {
	color: #C00;
}

.Highlight3 {
	color: #090;
}

.Background1 {
	background-color: #F3F3F3;
	border-right: 3px solid #E2E2E2;
	color: #858585;
	padding-left: 5px;
	font-weight: bold;
}


/* Images */
.ImageLink {
	background-color: #FFF;
	border: 1px solid #C0C0C0;
	padding: 1px;
	margin: 6px 10px;
}
a .ImageLink {
	border: 1px solid #C0C0C0;
}
a:hover .ImageLink {
	background-color: #FFF;
	border: 1px solid #CB2800;
}


/* Buttons */
.Btn1,
.Btn2,
.Btn3 {
	background: url(/images/Button_BG3.png) repeat-x center top;
	border-bottom: 0;
	border: 1px solid;
	padding: 5px 11px;
	margin: 0 3px 0 0;
	cursor: pointer;
	font: bold 14px Arial, Tahoma, Verdana, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.Btn1:hover,
.Btn2:hover,
.Btn3:hover {
	text-decoration: none;
}

.Btn1 {
	background-color: #002156;
	border-color: #00102B;
	color: #D6E0EB;
}
.Btn1:hover {
	background-color: #0C3869;
	color: #FFF;
}

.Btn2 {
	background-color: #7E7E7E;
	border-color: #6E6E6E;
	color: #E6E6E6;
}
.Btn2:hover {
	background-color: #989898;
	color: #FFF;
}

.Btn3 {
	background-color: #AA0900;
	border-color: #570204;
	color: #FFE9E8;
}
.Btn3:hover {
	background-color: #CB2800;
	color: #FFF;
}


/* Gateway */
#gateway {
	background: url(../images/Gateway_BG.jpg) #F0F0F0 repeat-x center top;
}

#gateway_container {
	position: relative;
	margin: 0 auto;
	width: 997px;
	text-align: left;
	min-height: 940px;
	color: #7F7F7F;
}

#gateway_container h1 {
	border-color: #BEBEBE;
	margin-bottom: 9px;
}

#gateway_container h2 {
	font-size: 16px;
	padding-top: 243px;
	text-align: center;
}

#gateway_container img {
	margin: 0 0 15px 0;
}

#gateway_container a {
	color: #7F7F7F;
	text-decoration: none;
}

#gateway_container a:hover {
	color: #CB2800;
	text-decoration: underline;
}

#gateway_left,
#gateway_right {
	width: 330px;
}

#gateway_left {
	position: absolute;
	top: 305px;
	left: 77px;
}

#gateway_right {
	position: absolute;
	top: 305px;
	left: 591px;
}


/* Layout */
#header,
#header_container,
#footer,
#footer_container,
#center,
#body_container {
	margin: 0 auto;
}

#header_container,
#footer_container,
#body_container {
	position: relative;
	width: 997px;
	text-align: left;
}

#header {
	position: relative;
	background: url(../images/Layout_Header.jpg) repeat-x center top;
	height: 410px;
}

#footer {
	background: url(../images/Layout_Footer.jpg) repeat-x center top;
	height: 117px;
	clear: both;
}

#body_container {
	min-height: 300px;
}

#body {
	background: url(../images/Layout_Body.jpg) repeat-x center top;
	overflow: hidden;
}

#body_bg {
	background: url(../images/Layout_BodyBG.jpg) repeat center top;
	overflow: hidden;
	clear: both;
}

#body_left {
	float: left;
	width: 690px;
	margin: 32px 0 0 26px;
}

#body_right {
	float: right;
	width: 216px;
	clear: right;
	margin: 35px 0 20px 0;
	font-size: 12px;
	color: #7F7F7F;
}
#body_right a {
	color: #7F7F7F;
	text-decoration: none;
}
#body_right a:hover {
	color: #CB2800;
}


/* Navigation */
#nav {
	position: absolute;
	top: 283px;
	left: 37px;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	height: 43px;
	text-indent: -9999px;
}
#nav a:hover,
#nav a.hover,
#nav a.selected {
	background-position: 0 -43px !important;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#nav a.home {
	background: url(../images/Nav_Home.jpg) no-repeat;
	width: 184px;
}
#nav a.productsservices {
	background: url(../images/Nav_ProductsServices.jpg) no-repeat;
	width: 235px;
}
#nav a.faq {
	background: url(../images/Nav_FAQ.jpg) no-repeat;
	width: 94px;
}
#nav a.about {
	background: url(../images/Nav_About.jpg) no-repeat;
	width: 270px;
}
#nav a.contact {
	background: url(../images/Nav_Contact.jpg) no-repeat;
	width: 156px;
}


/* Navigation (Footer) */
#navf {
	position: absolute;
	top: 75px;
	left: -2px;
	width: 559px;
	font-size: 12px;
	color: #BA2621;
}
#navf ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#navf ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navf ul li a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	margin: 0 10px 0 6px;
}
#navf ul li a:hover {
	color: #CB2800;
	text-decoration: none;
}


/* Copyright */
#copyright {
	position: absolute;
	top: 69px;
	left: 677px;
	font-size: 10px;
	color: #B8B8B8;
	text-align: right;
	width: 320px;
}
#copyright a {
	color: #B8B8B8;
	text-decoration: none;
}
#copyright a:hover {
	color: #7F7F7F;
}


/* Home */
#home {
	position: absolute;
	top: 49px;
	left: 64px;
	width: 133px;
	height: 132px;
}
#home a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}


/* Call to Action */
#call {
	position: absolute;
	top: 16px;
	right: 63px;
	text-align: right;
}


/* Super Heading */
#superhead {
	position: absolute;
	top: 358px;
	left: 209px;
	text-align: right;
	width: 719px;
}


/* Flash Heading */
#flash {
	position: absolute;
	top: 64px;
	left: 316px;
}

/* MightySlider */
#slider {
	position: relative;
	width: 660px;
	height: 219px;
	overflow: hidden;
	margin-top: 0px;
}
#slider .mSButtons {
	height: 80%;
}
#slider .frame {
	background: #7F7F7F;
	width: 100%;
	height: 100%;
}
#slider .frame .slide_element {
	height: 100%;
}
#slider .frame .slide_element > div {
	float: left;
	height: 100%;
	overflow: hidden;
}
#slider .frame .mSCover img {
	max-width: none;
}
#slider .centralize {
	left: 50%;
	top: 50%;
	-webkit-transform: translateZ(0px) translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#slider .centralizeX {
	left: 50%;
	-webkit-transform: translateZ(0px) translateX(-50%);
	transform: translateX(-50%);
}
#slider .centralizeY {
	top: 50%;
	-webkit-transform: translateZ(0px) translateY(-50%);
	transform: translateY(-50%);
}
#slider .scaler {
	position: absolute;
}
#slider .mSCaption {
	text-shadow: none;
	white-space: nowrap;
	text-rendering: optimizespeed;
	-webkit-font-smoothing: antialiased;
}
#slider .transparent {
	opacity: 0;
}
#slider .relative {
	position: relative;
}
#slider .caption .scaler {
	width: 100%;
	height: 210px;
	padding: 20px 0;
	z-index: 11;
	background: rgba(255,255,255,0.80);
}
#slider .caption .scaler > .relative {
	width: 100%;
	height: 100%;
}
#slider .caption .layer1,
#slider .caption .layer2 {
	text-align: center;
	white-space: normal;
	width: 80%;
}
#slider .caption .layer1 {
	line-height: 3.0em;
	margin-top: -50px;
}
#slider .caption .layer2 {
	bottom: -25px;
}
/*
@media (max-width: 979px) {
	#slider {
		height: 400px;
		margin-top: 0;
	}
}
@media (max-width: 768px) {
	#slider {
		margin: 0 -20px;
		height: 300px;
	}
}
*/

#slider h1 {
	font-size: 52px;
	color: #63B1EE;
}
#slider h1 u {
	border-color: #63B1EE;
}
#slider h2 {
	font-size: 26px;
	font-weight: normal;
	color: #808080;
	margin-bottom: 1.0em;
}
#slider a.Btn1 {
	padding: 10px 24px;
	font-size: 15px;
	border-width: 2px;
}

#slider .caption .layer3 {
	text-align: center;
	bottom: 0;
	margin-top: 50px;
}
#slider .caption .layer3 h2 {
	color: #FFF;
	font-size: 22px;
	text-shadow: 0px 0px 12px rgba(0,0,0,0.90);
}
#slider .caption .layer-container:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25%;
	z-index: 0;
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0.75) 10%, rgba(0,0,0, 0) 100%); /* Opera 11.10+ */
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0.75) 10%, rgba(0,0,0, 0) 100%); /* FF3.6+ */
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(1, rgba(0,0,0, 0)), color-stop(0.1, rgba(0,0,0, 0.75))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0.75) 10%, rgba(0,0,0, 0) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0.75) 10%, rgba(0,0,0, 0) 100%); /* IE10+ */
	background-image: linear-gradient(bottom, rgba(0,0,0, 0.75) 10%, rgba(0,0,0, 0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.mightyslider_modern_skin .mSThumbnails ul li.active {
	border-color: #5cc3f6 !important;
}


/* FAQ */
#faq dt {
	position: relative;
	color: #242973;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
	padding-left: 27px;
}
#faq dt:hover {
	color: #CB2800;
}
#faq dt div {
	position: absolute;
	top: -6px;
	left: 0px;
	font-weight: bold;
	font-size: 19px;
}
#faq dd {
	position: relative;
	color: #666;
	line-height: 21px;
	background-color: #FBFBFB;
	border-top: 3px solid #CCC;
	margin: 3px 0px 0px 15px;
	padding: 1px 8px 5px 32px;
}
#faq dd div {
	position: absolute;
	top: 0px;
	left: 4px;
	color: #DDD;
	font-weight: bold;
	font-size: 19px;
}
#faq_toggle {
	font-weight: bold;
	font-size: 11px;
}


/* Cufon */
h1 {
	font-size: 18px;
	color: #666666;
	margin-bottom: 1.0em;
	border-bottom: 1px solid #E6E6E6;
}

h2 {
	font-size: 19px;
	color: #242A73;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	color: #B2B2B2;
}
h3 strong {
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}

h4 {
	font-size: 15px;
	color: #B2B2B2;
	margin-bottom: 1.1em;
	border-bottom: 1px solid #DCDCDC;
}


/* Print */
@media print {
	#header,
	#footer,
	#panel,
	.noprint {
		display: none;
	}

	#body_left,
	#body_right,
	#body_center,
	#body_container {
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
	}

	#body,
	#body_bg {
		overflow: auto;
	}
}


/* Mobile */
#navm_btn,
#mobile {
	display: none;
}