@charset "utf-8";
/* These are the responsive style sheets*/
@import url("phonesmall.css") screen and (max-width:399px);
@import url("phone.css") screen and (min-width:400px) and (max-width:549px);
@import url("tablet.css") screen and (min-width:550px) and (max-width:849px);
@import url("desktop.css") screen and (min-width:850px);

#header {
	background-color: rgba(1,5,55,0.79);
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	-webkit-box-shadow: 0px 2px 14px;
	box-shadow: 0px 2px 14px;
	border: 1px solid #FFFFFF;
	z-index: 20;
	width: 100%;
}

/* Don't let the background be less than 600px or there will be a large space at the bottom
   on smaller screen sizes */
.hasBackground {
	min-height: 950px;
	margin-left: 0px;
	display: block;
	position: relative;
	width: 100%;
}


#HeaderAndNav {
	display: block;
	position: relative;
}

#Intro {
	margin-top: 170px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
}

#PageTextContent {
	text-align: left;
	font-size: medium;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	min-height: 200px;
}
.PageText {
	text-align: left;
	float: left;
}
#ContactBoxLeft {
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #969696;
	margin-left: auto;
	margin-right: auto;
	padding-top: 107px;
	position: relative;
}
#twoColumnRow {
	width: 100%;
}
#underline {
	border: thin solid #8A8080;
	margin-bottom: -20px;
	min-width: 200px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.copyrightBACKUP {
	position: fixed;
	height: 85px;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	display: block;
	padding-left: 40px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 25px;
	width: 100%;
	margin-bottom: 0px;
	bottom: 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(1,5,55,0.75) 0%,rgba(1,5,55,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(1,5,55,0.75) 0%,rgba(1,5,55,1.00) 100%);
}
.copyright {
	position: fixed;
	height: 38px;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	display: block;
	padding-left: 40px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
	width: 100%;
	margin-bottom: 0px;
	bottom: 0px;
	background-image: -webkit-linear-gradient(180deg,rgba(1,5,55,0.00) 0%,rgba(1,5,55,0.89) 99.48%);
	background-image: linear-gradient(270deg,rgba(1,5,55,0.00) 0%,rgba(1,5,55,0.89) 99.48%);
}

.pageContent{
	min-height: 800px;
	height: auto! important;
	height: 100%;
	margin: 0, auto, -4em;
}

.pageFooter, .push{
	height: 4em;
	display: block;
	position: relative;
	top: 800px;
}

#ContactBoxLeft .eMailLink {
	color: #6E6E6E;
	display: block;
	text-align: center;
}
#mainContent {
	padding-top: 18px;
	width: 100%;
	position: absolute;
}

#mainContent a {
	color: rgba(1,30,199,1.00);
	text-decoration: none;
}

#mainContent a:hover{	
	color: rgba(235,146,0,1.00);
}
.hasBackground #mainContent #linkToFAQByProduct {
	width: 100%;
}
ul .menuItem a {
	float: left;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: rgba(44,50,94,0.00);
}
.navMenu ul ul {
	display: none;
}

.navMenu ul li:hover>ul {
	display: block;

}

.navMenu ul li:hover ul{
	max-height: 500px;
	transition: max-height 0.25s ease-in;
	-webkit-transition: max-height 0.25s ease-in;
}


.navMenu ul {
	position: relative;
	display: inline-block;
}

.navMenu ul li:hover>ul li {
	float: none;
	display: block;
}

.navMenu ul li {
	position: relative;
}

.navMenu ul li ul {
	position: absolute;
	top: 30px;
	left: 0px;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.15s ease-out;
	-webkit-transition: max-height 0.15s ease-out;
}

.navMenu ul li ul li a {
	width: 50px;
	text-align: center;
	height: 25px;
	margin-top: -1px;
	background-color: rgba(52,55,95,1.00);
}


.navMenu ul li ul a:before{
	height: 2px;
	background-color: #FFFFFF;
}
.firstCharacter {
	float: left;
	font-size: 75px;
	line-height: 60px;
	color: rgba(52,55,95,1.00);
	text-shadow: 3px 3px 7px;
	padding-right: 6px;
	font-style: normal;
	font-weight: 400;
}

.FAQQuestion {
	padding-left: 20px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16pt;
	font-weight: 400;
	font-style: normal;
	color: rgba(9,8,115,1.00);
}
.FAQAnswer {
	padding-left: 20px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 15pt;
	margin-top: -21px;
	color: rgba(115,67,12,1.00);
	font-style: normal;
	font-weight: 400;
}#LogoLink {
	color: rgba(0,0,0,0.00);



}
