﻿html {
background: url(images/background1.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  padding: 0px;
  margin: 0;
}

@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:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	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/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

#header {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 100%;
	text-align:center;
	padding:1%;
	background-image:url('images/headerBackground.jpg');
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
}

#header2 {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 100%;
	text-align:center;
/*	background-image:url('images/headerBackground.jpg');*/
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
}


a:link { color: #FFFF00; text-decoration: underline; }
a:visited { color: #FFFF00; text-decoration: underline; }
a:active { color: #FFFF00; text-decoration: underline; }
a:hover { color: #FB3804; text-decoration: underline; }

a:link.backlink { color: #7E90C9; text-decoration: underline; }
a:visited.backlink { color: #7E90C9; text-decoration: underline; }
a:active.backlink { color: #7E90C9; text-decoration: underline; }
a:hover.backlink { color: #E6E7E8; text-decoration: underline; }

a:link.menu { color: #ffffff; text-decoration: none; font-weight:bold; font-size:12pt; font-family: Arial, "Trebuchet MS"Sans Serif; }
a:visited.menu { color: #ffffff; text-decoration: none; font-weight:bold; font-size:12pt; font-family: Arial, "Trebuchet MS"Sans Serif; }
a:active.menu { color: #ffffff; text-decoration: none; font-weight:bold; font-size:12pt; font-family: Arial, "Trebuchet MS"Sans Serif; }
a:hover.menu { color: #FFFF00; text-decoration: none; font-weight:bold; font-size:12pt; font-family: Arial, "Trebuchet MS"Sans Serif; }


a:link.footer { color: #ffffff; text-decoration: none; font-family: Arial, "Trebuchet MS"Sans Serif; }
a:visited.footer { color: #ffffff; text-decoration: none; font-family: Arial, "Trebuchet MS"Sans Serif; }
a:active.footer { color: #ffffff; text-decoration: none; font-family: Arial, "Trebuchet MS"Sans Serif; }
a:hover.footer { color: #FB3804; text-decoration: none; font-family: Arial, "Trebuchet MS"Sans Serif; }


#mainContent {
	font-family:Arial, "Trebuchet MS";
	font-weight:bold;
	color:#ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	display:block;
	margin:10px auto;
	background-color: rgba(0,0,0,0.65);
	border-top: 3px solid #FB3804;
	border-bottom: 3px solid #FB3804;
	min-height:500px;

}

#content {
	max-width:1200px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
	/*	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.85);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.85);*/
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.boxContent {
    padding-bottom:20px;
    background-color: #003105;
   /* background-color: rgba(0,0,0,0.65);*/
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    color: #ffffff
}

.boxContent:hover {
    background-color: #000000;
}




h1{
	font-family: 'Arial'; 
	color: #FB3804;
	font-size:18pt;
/*-webkit-text-stroke: 1px black;
   text-shadow:
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;*/
}

h2{
	font-family: 'Arial'; 
	color: #FFFF00;
	font-size:16pt;
	text-transform:uppercase;

}


.footer {
	color: #ffffff;
	font-family: Arial,"Futura Md", "Trebuchet MS", Arial, serif;
	font-size: 9pt;
	text-align: center;
	margin-top: 2px;
}

.gridContainer.clearfix #div1 .fluid.footer {
}


.zeroMargin_mobile {
	margin-left: 0;
}

.hide_mobile {
	display: none;
}


.img {
	border: 2px solid #000000;
	margin:5px;
-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

 
.imagelightbox
{
    z-index: 9999;
	position:fixed;
    -ms-touch-action: none;
    touch-action: none;
}

hr{
	border: 1px dotted #efef00;

}

table{
	font-size:0.95em;
	color:#FCF3E0;
	background-image: url('images/table.png');
}


#contact {
	background-image:url('images/navBackground.jpg'); 
	width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:5px;
	border-top:2px solid black;
	border-bottom:2px solid black;
	color:#ffffff;
	font-weight:bold;
}


/* Mobile Layout: 480px and below. */

  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0.00%;
	padding-right: 0.00%;
	clear: none;
	float: none;
}
#div1 {
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.gridContainer.clearfix #div1 #headerSlides img {
	display: none;
}
.rightside {
	float:right;
	clear:left;
	padding: 10px;
	background-color:#000000;
	text-align:center;
    margin-left:auto;
    margin-right:auto;
	border:1px dotted #8A2B02;
}

#menuContainer {
	background-image:url('images/navBackground.jpg'); 
	width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:5px;
	border-bottom:2px solid black;
}

.logoSM {
	display:block;
	margin:auto;
}

.logoLG {
	display:none;
}

@media only screen and (max-width: 481px) {

.imgSmall{
	display:none;
	}

/*.rightside {
	display:none;
	margin:auto;
}*/


h1{
	font-family: 'Arial'; 
	color: #ffffff;
	font-style: italic;
-webkit-text-stroke: 1px black;
   text-shadow:
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
	font-size:14pt;
}
	

.tilt{
	display:none;
}

}

/* Tablet Layout: 481px to 800px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {

.gridContainer {
	width: 100%;
	padding-left: 0.0%;
	padding-right: 0.0%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}


.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

.slider {
	width: 450px;
}

.tilt{
	-ms-transform: rotate(1deg); /* IE 9 */
    -webkit-transform: rotate(1deg); /* Chrome, Safari, Opera */
    transform: rotate(1deg);
}

#menuContainer {
}
.logoSM {
display:none;
}

.logoLG {
	display:block;
	margin:auto;
}


}

/* Desktop Layout: 769px to a max of 1200px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {

.gridContainer {
	width: 100%;
	padding-left: 0.0%;
	padding-right: 0.0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.rightside {
	float:right;
	clear:left;
	padding: 10px;
	background-color:#000000;
	max-width:280px;
	text-align:center;
    margin-left:10%;
    margin-right:auto;
	border:1px dotted #8A2B02;
}

#menuContainer {
}

}

/* -----------------------------------
Form - narrow
----------------------------------- */

.row-form {
	clear: left;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 1em;
}

.label {
	display: block;
	margin: 0 0 .1em;
}

.input, .select, .textarea {
	width: 100%;
 *width: 90%;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: .3em;
}

.input, .textarea {
	padding: 5px;
}

.textarea {
	height: 150px;
}

.radio {
	margin-left: 1px;
	margin-right: .5em;
}

.form-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn {
	display: inline-block;
	margin: 0;
	padding: .7em 1.2em;
	border: 0;
	border-radius: .3em;
	color: #fff;
	background-color: #FB3804;
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif
}

.btn:focus {
	background-color: #000;
}

.btn:hover {
	background-color: #000;
}

.btn:active {
	background-color: #FFFF00;
}

/* -----------------------------------
Form - wide
----------------------------------- */

@media (min-width:33em) {

.submission-form {
	max-width: 40em;
}

.label {
	float: left;
	width: 25%;
	margin: 0 2% 0 0;
	text-align: right;
}

.input, .select, .textarea {
	float: left;
	width: 70%;
}

.form-indent {
	margin-left: 27%;
	width: 70%;
}
}

