@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;
}

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

/*** Large Window Size ***/

@media(min-width: 1000px) {

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

#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;
}

#menu {
	padding: 1px;
	margin-top: -48px;
	float: right;
}
	
.menu ul { 
  float: right;
  width: auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
  
.menu li {
	display: inline;
}

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

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

#homeButton {
	margin-top: 5px;
}

#bottomBar {
 position: absolute;
   bottom: 28px;
   width: 100%;
   height: 90px;   /* Height of the footer */
}

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

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

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

.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;
}

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

/* 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);
}
}

/*** Medium Window Size ***/

@media(max-width: 999px) {

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

#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;
}

#menu {
	padding: 1px;
	margin-top: 2px;
	float: left;
}
	
.menu ul { 
  float: right;
  width: auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
  
.menu li {
	display: inline;
}

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

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

#homeButton {
	margin-top: 5px;
}

#bottomBar {
 position: absolute;
   bottom: 28px;
   width: 100%;
   height: 90px;   /* Height of the footer */
}

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

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

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

.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;
}

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

/* 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);
}

}

/*** Small Window Size ***/

@media(max-width: 699px) {
	
#menuContainer {
	background-color: #fff;
	height: 48px;
	margin-right: 4px;
}

#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;
}

#menu {
	padding: 1px;
	margin-top: 2px;
	float: left;
}
	
.menu ul { 
  float: right;
  width: auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
  
.menu li {
	display: inline;
}

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

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

#homeButton {
	margin-top: 5px;
}

#bottomBar {
 position: absolute;
   bottom: 28px;
   width: 100%;
   height: 90px;   /* Height of the footer */
}

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

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

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

.doubleColumn {
	column-count: 1;
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* 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: 2%;
	margin-right: 2%;
	margin-bottom: auto;
	width: auto;
	max-width:1000px;
}

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

/* 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);
}
	
}

/*** Smallest Window Size ***/

@media(min-width: 180px) and (max-width: 479px) {
	
#menuContainer {
	background-color: #fff;
	height: 48px;
	margin-right: 4px;
}

#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;
}

#menu {
	padding: 1px;
	margin-top: 2px;
	float: left;
}
	
.menu ul { 
  float: right;
  width: auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
  
.menu li {
	display: inline;
}

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

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

#homeButton {
	margin-top: 5px;
}

#bottomBar {
 position: absolute;
   bottom: 28px;
   width: 100%;
   height: 90px;   /* Height of the footer */
}

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

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

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

.doubleColumn {
	column-count: 1;
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* 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: 2%;
	margin-right: 2%;
	margin-bottom: auto;
	width: auto;
	max-width:1000px;
}

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

/* 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);
}
	
}

/* 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;
}

/* General Text Color */

.redit {
	color: #ff0000;
}

.blueit {
	color: #006;
}

.greenit { 
    color: #060;
}

.brownit {
	color: #5e2f00;
}

.orangeit {
	color: #e67300;
}

.yellowit {
	color: #FF0;
}