@charset "utf-8";
@import url("reset.css");
/* 
CSS by Dustin Gannon
Last updated: 05-13-2014
*/

a:link {color: #003399;}    /* unvisited link */
a:visited {color:#003399;}  /* visited link */
a:hover {color:#FF0000;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff;
	overflow-x: hidden;
}

.container {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: auto;
	width: auto;
	max-width:1000px;
}

.container2 {
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: auto;
	width: 80%;
	max-width:1000px;
}

#container90 {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: auto;
	margin-top: 2%;
	width: 90%;
	max-width: 1000px;
}

h2 {
	color: #006600;
	alignment-adjust:auto;
	margin-bottom: 10px;
}

#menuContainer {
	background-color: #fff;
	height: 48px;
	margin-right: 4px; 
}

.doubleColumn {
	column-count: 2;
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Other Browsers */
	column-gap: 40px;
	-moz-column-gap: 40px; /* Firefox */
	-webkit-column-gap: 40px; /* Other Browsers */
	column-rule: 1px outset #c1c1c1;
	-moz-column-rule:4px outset #c1c1c1; /* Firefox */
	-webkit-column-rule:4px outset #c1c1c1; /* Other Browsers */
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: auto;
	width: auto;
	max-width:1000px;
}

#sliderbar {
	width: 1000px;
	overflow: hidden;
	margin: 50px auto;
	background: #ffffff;
	height: 250px;
	width: 3550px;
	overflow-x: hidden;
}
#mainHeader {
	font-weight:500;
	font-size: 2.2em;
	margin-top: -25px;
	margin-bottom: 25px;
	max-width:1000px;
}

#mainHeader2 {
	font-weight:500;
	font-size: 2.2em;
	margin-top: 5px;
	margin-bottom: 25px;
	max-width:1000px;
}

#menu {
	padding: 1px;
	margin-top: -48px;
	float: right;
}

#menu2 {
	text-align: center;
    position: absolute;
    top: 28px;
    width: auto;  
}
	
.menu ul { 
  float: right;
  width: auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
  }

.menu2 ul { 
  padding: 0;
  margin: 0;
  list-style-type: none;
  }

.menu a {
  float: right;
  width: auto;
  text-decoration: none; 
  color: #ffffff;
  background-color: #c1c1c1;
  padding: 0.2em 0.6em;
  border-right: 1px solid white;
}

.menu2 a {
  text-decoration: none; 
  color: #ffffff;
  background-color: #c1c1c1;
  padding: 0.2em 0.6em;
  border-right: .25px solid white;
  border-left: .25px solid white;
}

.menu a:hover {
	background-color: #ff3300;
}

.menu2 a:hover {
	background-color: #ff3300;
}

.menu li a.current:hover, menu li a.current:active {
	background-color: #aea600;
}

.menu2 li a.current:hover, menu2 li a.current:active {
	background-color: #aea600;
}

li {
	display: inline;
}

#homeButton {
	margin-top: 5px;
}

#copyright {
	font-size: smaller;
	text-align: center;
	padding-top: 15px;
}

#logo {
	position: absolute;
	margin-left: 55px;
	margin-top: -47px;
	padding-top: 0px;
}

.rightside {
	float: right;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: auto;
	width: auto;
	height: 110px;
}

.leftside {
	float: left;
	margin-right: 10%;
	margin-left: 10%;
	width: auto;
	margin-bottom: auto;
	height: 110px;
}

.socialMedia {
	margin: auto;
	text-align: center;
}

#bottomBar {
	text-align: center;
    position: absolute;
    bottom: 28px;
    width: auto;
    height: 90px;   /* Height of the footer */
 /*  max-width: 1000px;  */
}

/* Slider bar animations */

.imageOne {
	animation: bannermove 30s linear infinite;
	-webkit-animation: bannermove 30s linear infinite;
	-ms-animation: bannermove 30s linear infinite;
	-moz-animation: bannermove 30s linear infinite;
}

@keyframes bannermove {
	0% { margin-left: 0;}
	100% {margin-left: -2125px;}
}

@-moz-keyframes bannermove {
	0% { margin-left: 0;}
	100% {margin-left: -2125px;}
}

@-webkit-keyframes bannermove {
	0% { margin-left: 0;}
	100% {margin-left: -2125px;}
}	

@-ms-keyframes bannermove {
	0% { margin-left: 0;}
	100% {margin-left: -2125px;}
}

.slideshow {
	width: 3550px;
	height: 255px;
	margin-bottom: 80px;
}

.slideshow img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.slideshow img:hover {
	transform: scale(1.1);
	cursor: pointer;
	-webkit-transform: scale(1.1);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	-ms-transform: scale(1.1);
	-ms-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	-moz-transform: scale(1.1);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

#greenbar {
	background-color:#009900;
	height: 10px;
	width: auto;
	margin-top: 11px;
	border-bottom: 1.5px solid #ff0000;
	border-top: 1px solid #000000;
}

/* My Image Container */
.image-container {
  -moz-box-shadow: 3px 3px 5px 1px #222;
  -webkit-box-shadow: 3px 3px 5px 1px #222;
  box-shadow: 3px 3px 5px 1px #222;
}
.image-container  img {
  box-shadow: 2px 2px 1px #222;
  border: 2px solid #ddd;
  padding: 5px;
  background: #ff0000;
}


/* General Display & Align CSS */

.rightit {
	text-align: right;
}

.leftit {
	text-align: left;
}

.clearit {
	clear: both;
}

.centerit {
	text-align: center;
}

.removeit {
	display: none;
}

.includeit {
	display: block;
}

.hideit {
	visibility: hidden;
}

.showit {
	visibility: visible;
}

.boldit {
	font-weight: bold;
}

.doublebig {
	font-size: 2.0em;
}


/* General Text Color */

.redit {
	color: #ff0000;
}

.blueit {
	color: #006;
}

.greenit { 
    color: #060;
}

.brownit {
	color: #5e2f00;
}

.orangeit {
	color: #e67300;
}

.yellowit {
	color: #FF0;
}
