@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
body{
	cursor: url(images/cursor.png), default;
	margin:0px;
	padding:0px;
	min-width:320px;
	width:100%;
	background-color:#000;
}
nav{
	top:0px;
	height:30px;
	max-height:30px;
	font-size:20px;
	line-height:30px;
	font-weight: bolder;
	font-family:Algerian;
	z-index:1000;
	position:fixed;
	background: rgba(0,0,0,.72);
	width:100%;
}
.topbar{
	top:30px;
	left:0px;
	right:0px;
	height:20px;
	position:fixed;
	z-index:1000;
}
.content{
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	width:-moz-calc(100% - 10px);
	width:-webkit-calc(100% - 10px);
	width:calc(100% - 10px);
	
	color:#fff;
	padding:5px;
	
	font-size:14px;
	font-weight:bolder;
}
.content h1{
	font-size:32px;
}
.content h2{
	font-size:28px;
}
.content h3{
	font-size:24px;
}
.content h4{
	font-size:20px;
}
.content h5{
	font-size:18px;
}
.content h6{
	font-size:16px;
}
.content a{
	color: #FFD064;
	font-weight:bolder;
}
.content p{
	text-indent:25px;
}
.content a:hover{
	color:#FFF;
}
.content header{
	font-size:32px;
}
#LH3x6{
	clear:both;
	float:left;
	width:260px;
	min-height:600px;
	margin:0px;
	padding:0px;
}
#RH3x6{
	clear:none;
	float:left;
	width:260px;
	min-height:600px;
	margin:0px;
	padding:0px;
}
#F3x6{
	height:500px;
	width:260px;
	background-image:url(images/shield-final-300x600.png), url(images/shieldcheck.png);
	background-size:contain;
	display:block;
	background-repeat:no-repeat;
	padding:0px;
	padding-top:110px;
	color:#000;
	margin:0px;
	
}
#F3x6 label{
	font-size:18px;
}
#F3x6 input{	
	width:140px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	font-size:18px;
}

#F3x64A{
	height:500px;
	width:260px;
	background-image:url(images/shield-final-300x600.png), url(images/shieldcheck.png);
	background-size:contain;
	display:block;
	background-repeat:no-repeat;
	padding:0px;
	padding-top:110px;
	color:#000;
	margin:0px;
	float:left;
	clear:both;	
}
#F3x64B{
	height:500px;
	width:260px;
	background-image:url(images/shield-final-300x600.png), url(images/shieldcheck.png);
	background-size:contain;
	display:block;
	background-repeat:no-repeat;
	padding:0px;
	padding-top:110px;
	color:#000;
	margin:0px;
	float:left;
	clear:none;	
}
#F3x64A h2{
	margin:0px;
	padding:0px;
	text-indent:0px;
	font-size:24px;
}
#F3x64B h2{
	margin:0px;
	padding:0px;
	text-indent:0px;
	font-size:24px;
}

#F3x64A h3{
	margin:0px;
	padding:0px;
	text-indent:0px;
	font-size:16px;
}
#F3x64B h3{
	margin:0px;
	padding:0px;
	text-indent:0px;
	font-size:16px;
}
#F3x64A h1{
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#F3x64B h1{
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#F3x62{
	height:500px;
	width:260px;
	background-image:url(images/shield-final-300x600.png), url(images/shieldcheck.png);
	background-size:contain;
	display:block;
	background-repeat:no-repeat;
	padding-top:110px;
	color:#000;
}
#F3x62 label{
	font-size:18px;
}
#F3x62 input{	
	width:140px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	font-size:18px;
}
#F3x63{
	height:500px;
	width:260px;
	background-image:url(images/shield-final-300x600.png), url(images/shieldcheck.png);
	background-size:contain;
	display:block;
	background-repeat:no-repeat;
	padding-top:110px;
	color:#000;
}
#F3x63 label{
	font-size:18px;
}
#F3x63 input{	
	width:140px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	font-size:18px;
}
#SubmitButton{
	margin-top:83px;
	font-size:30px;
	height:40px;
	line-height:30px;
	background:-webkit-linear-gradient(#F00,#fff,#fff,#fff,#F00);	
	background:-o-linear-gradient(#F00,#fff,#fff,#fff,#F00);
	background:-moz-linear-gradient(#F00,#fff,#fff,#fff,#F00);
	background:linear-gradient(#F00,#fff,#fff,#fff,#F00);
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	border:2px solid #000;
}
#SubmitButton:hover{
	background:-webkit-linear-gradient(#A50,#fff,#fff,#fff,#A50);	
	background:-o-linear-gradient(#A50,#fff,#fff,#fff,#A50);
	background:-moz-linear-gradient(#A50,#fff,#fff,#fff,#A50);
	background:linear-gradient(#A50,#fff,#fff,#fff,#A50);
}

#SubmitButton2{
	margin-top:133px;
	font-size:30px;
	height:40px;
	line-height:30px;
	background:-webkit-linear-gradient(#F00,#fff,#fff,#fff,#F00);	
	background:-o-linear-gradient(#F00,#fff,#fff,#fff,#F00);
	background:-moz-linear-gradient(#F00,#fff,#fff,#fff,#F00);
	background:linear-gradient(#F00,#fff,#fff,#fff,#F00);
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	border:2px solid #000;
}
#SubmitButton2:hover{
	background:-webkit-linear-gradient(#A50,#fff,#fff,#fff,#A50);	
	background:-o-linear-gradient(#A50,#fff,#fff,#fff,#A50);
	background:-moz-linear-gradient(#A50,#fff,#fff,#fff,#A50);
	background:linear-gradient(#A50,#fff,#fff,#fff,#A50);
}
#SubmitButton3{
	margin-top:178px;
	font-size:30px;
	height:40px;
	line-height:30px;
	background:-webkit-linear-gradient(#F00,#fff,#fff,#fff,#F00);	
	background:-o-linear-gradient(#F00,#fff,#fff,#fff,#F00);
	background:-moz-linear-gradient(#F00,#fff,#fff,#fff,#F00);
	background:linear-gradient(#F00,#fff,#fff,#fff,#F00);
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	border:2px solid #000;
}
#SubmitButton3:hover{
	background:-webkit-linear-gradient(#A50,#fff,#fff,#fff,#A50);	
	background:-o-linear-gradient(#A50,#fff,#fff,#fff,#A50);
	background:-moz-linear-gradient(#A50,#fff,#fff,#fff,#A50);
	background:linear-gradient(#A50,#fff,#fff,#fff,#A50);
}
#SubmitButton4{
	margin-top:228px;
	font-size:30px;
	height:40px;
	line-height:30px;
	background:-webkit-linear-gradient(#F00,#fff,#fff,#fff,#F00);	
	background:-o-linear-gradient(#F00,#fff,#fff,#fff,#F00);
	background:-moz-linear-gradient(#F00,#fff,#fff,#fff,#F00);
	background:linear-gradient(#F00,#fff,#fff,#fff,#F00);
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	border:2px solid #000;
}
#SubmitButton4:hover{
	background:-webkit-linear-gradient(#A50,#fff,#fff,#fff,#A50);	
	background:-o-linear-gradient(#A50,#fff,#fff,#fff,#A50);
	background:-moz-linear-gradient(#A50,#fff,#fff,#fff,#A50);
	background:linear-gradient(#A50,#fff,#fff,#fff,#A50);
}
#SubmitButton5{
	margin-top:0px;
	font-size:30px;
	height:40px;
	line-height:30px;
	background:-webkit-linear-gradient(#F00,#fff,#fff,#fff,#F00);	
	background:-o-linear-gradient(#F00,#fff,#fff,#fff,#F00);
	background:-moz-linear-gradient(#F00,#fff,#fff,#fff,#F00);
	background:linear-gradient(#F00,#fff,#fff,#fff,#F00);
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	border:2px solid #000;
}
#SubmitButton5:hover{
	background:-webkit-linear-gradient(#A50,#fff,#fff,#fff,#A50);	
	background:-o-linear-gradient(#A50,#fff,#fff,#fff,#A50);
	background:-moz-linear-gradient(#A50,#fff,#fff,#fff,#A50);
	background:linear-gradient(#A50,#fff,#fff,#fff,#A50);
}
#menuleft{
	float:left;
	width:50%;
	clear:both;
	display:block;
}
#menuright{
	float:right;
	width:50%;
	clear:none;
}
#mainmenu, #helpmenu{
	top:40px;	
	position:fixed;
	z-index:1000;
	overflow:auto;
	width:310px;
	height:430px;
	background-color:rgba(255,204,0,.72);
	display:block;
	border:2px solid rgba(0,0,0,.72);
}
#mainmenu {
	display:none;
	left:0px;
}
#helpmenu {
	display:none;
	right:0px;
}
#menuright p, #menuleft p{
	margin:0px;
	padding-left:5px;
	padding-right:5px;
}
.gridContainer {
	margin:0px;
	width: 90vw;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-top:60vh;
	width:100%;
	background-color:rgba(0,0,0,.85);	
	display: block;
	height:100%;
	bottom:0px;
	position:relative;
	z-index:200;
}
#full-screen-background-image{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:-1;
	min-width:320px;
}
img{
	padding:0px;
	margin:0px;
}
#F3x63C{
padding-left:60px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 700px) {
	
#LH3x6{
	width:-moz-calc(50% - 5px);
	width:-webkit-calc(50% - 5px);
	width:calc(50% - 5px);
}
#RH3x6{
	width:-moz-calc(50% - 5px);
	width:-webkit-calc(50% - 5px);
	width:calc(50% - 5px);
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {

}