﻿html {
background: url(images/Black_Texture_.jpg) no-repeat top 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;        
}

.menuContainer {
	background-image:url('images/nav.jpg'); 
	text-align:center;
	max-width:1000px;
	border-top:4px solid #000000;
	border-bottom:4px solid #000000;
/*	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.75);*/
    padding:3px 1px 3px 1px;
	
}

.slideshow{
	background-image:url('images/slidebackground.jpg');
	width:100%;
	max-width:1000px;
	padding-top:2px;
	padding-bottom:2px;
}

body{
font-family: Georgia, "Times New Roman", Times, serif;
color:#000000;
line-height:1;
}


a:link    {color:#B10700; text-decoration:none; font-family: Georgia, Arial, Sans Serif; font-weight: bold;}
a:visited {color:#B10700; text-decoration:none; font-family: Georgia, Arial,Sans Serif; font-weight: bold;}
a:active  {color:#B10700; text-decoration:none; font-family: Georgia, Arial,Sans Serif; font-weight: bold;}
a:hover   {color:#000000; text-decoration:none; font-family: Georgia, Arial,Sans Serif; font-weight: bold;}

a:link.menu { color: #ffffff; text-decoration: none; font-size:13pt; font-family: Georgia, "Times New Roman", Times, serif; }
a:visited.menu { color: #ffffff; text-decoration: none; font-size:13pt; font-family: Georgia, "Times New Roman", Times, serif; }
a:active.menu { color: #ffffff; text-decoration: none; font-size:13pt; font-family: Georgia, "Times New Roman", Times, serif; }
a:hover.menu { color: #A3BFDC; text-decoration: none; font-size:13pt; font-family: Georgia, "Times New Roman", Times, serif; }

a:link.8s    {color:#B10700; text-decoration:underline; font-family: Georgia, Arial,Sans Serif; font-weight: bold; font-size: 8pt;}
a:visited.8s  {color:#B10700; text-decoration:underline; font-family: Georgia, Arial,Sans Serif; font-weight: bold; font-size: 8pt;}
a:active.8s   {color:#B10700; text-decoration:none; font-family: Georgia, Arial,Sans Serif; font-weight: bold; font-size: 8pt;}
a:hover.8s    {color:#000000; text-decoration:none; font-family: Georgia, Arial,Sans Serif; font-weight: bold; font-size: 8pt;}


.innerContent {
	background-color:#ffffff;
	border:2px solid #000000;
	padding:10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);

}

.imgSlider{
	border: 1px solid #BB0A02;
	margin:1px;
	height:100%;
}

.footer {
	color: #ffffff;
	font-family: "Trebuchet MS", Arial;
	font-size: 9pt;
	text-align: center;
	margin-top: 2px;
}

.gridContainer.clearfix #div1 .fluid.footer {
}

#iconContainer {
	padding-top:5px!important;
	padding-bottom:10px!important;
	height:245px!important;
}

#iconContainer img {
	display: inline-block;
	height:240px!important;
}


.bottomIcons img{
	height:240px!important;
}

.zeroMargin_mobile {
	margin-left: 0;
}

.hide_mobile {
	display: none;
}


.img{
	border: 2px solid #000000;
	margin:10px;
}

hr{
	border: 1px solid #000000;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}




/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96.7391%;
	padding-left: 1.6304%;
	padding-right: 1.6304%;
	clear: none;
	float: none;
}
#div1 {
}

#content {
	background-color:#E8CE39;
	max-width:1000px;
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(91, 91, 91, 0.75);
    -moz-box-shadow:    inset 0px 0px 5px 2px rgba(91, 91, 91, 0.75);
    box-shadow:         inset 0px 0px 5px 2px rgba(91, 91, 91, 0.75);
    padding:20px 10px 5px 10px;
}

.headerText{
font-size:12pt;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}


@media only screen and (max-width: 481px) {

.imgSmall{
	display:none;
	}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 98.3695%;
	padding-left: 0.8152%;
	padding-right: 0.8152%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#headerTop {
width: 100%;
}

#content {
	background-color:#E8CE39;
	max-width:1000px;
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(91, 91, 91, 0.75);
    -moz-box-shadow:    inset 0px 0px 5px 2px rgba(91, 91, 91, 0.75);
    box-shadow:         inset 0px 0px 5px 2px rgba(91, 91, 91, 0.75);
    padding:20px 20px 5px 20px;
}

.headerText{
font-size:14pt;
}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

.slider {
	width: 450px;
}

}

/* Desktop Layout: 769px to a max of 1000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 98.913%;
	max-width: 1000px;
	padding-left: 0.5434%;
	padding-right: 0.5434%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#headerTop {
	margin-right: auto;
	width: 49.4505%;

}

#content {
	background-color:#E8CE39;
	max-width:1000px;
	-webkit-box-shadow: inset 0px 0px 8px 5px rgba(91, 91, 91, 0.75);
    -moz-box-shadow:    inset 0px 0px 8px 5px rgba(91, 91, 91, 0.75);
    box-shadow:         inset 0px 0px 8px 5px rgba(91, 91, 91, 0.75);
    padding:20px 30px 5px 30px;
}

.headerText{
font-size:16pt;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

/* -----------------------------------
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: #071F3D;
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif
}

.btn:focus {
	background-color: #000;
}

.btn:hover {
	background-color: #000;
}

.btn:active {
	background-color: #002500;
}

/* -----------------------------------
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%;
}
}

