﻿/*----------------
PRIMARY
-------------------*/
@font-face {
  font-family: "bebasregular";
  src: url("BEBAS___-webfont.eot");
  src: url("BEBAS___-webfont.eot?#iefix") format("embedded-opentype"),
    url("BEBAS___-webfont.woff") format("woff"),
    url("BEBAS___-webfont.ttf") format("truetype"),
    url("BEBAS___-webfont.svg#bebasregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "verdana", sans-serif;
  color: #2a2a2a;
}

.container_12 {
  overflow: hidden;
}

h1 {
  font-family: "bebasregular", sans-serif;
  font-size: 4.5em;
  color: #76b84c;
  font-weight: normal;
  padding-bottom: 0;
}

h2,
h3,
h4,
h5,
h6 {
  color: #2a2a2a;
}

h2 {
  font-family: "bebasregular", sans-serif;
  font-weight: normal;
  font-size: 2.5em;
}

h3 {
  font-family: "bebasregular", sans-serif;
  font-weight: normal;
  font-size: 1.75em;
  margin-bottom: 10px;
  padding-bottom: 0;
}

h4 {
  font-size: 1.2em;
  font-weight: normal;
}

p {
  font-family: "verdana", sans-serif;
  color: #2a2a2a;
}

li {
  font-family: "verdana", sans-serif;
}

a {
  color: #1884c6;
}

a:hover {
  color: #4fa1d4;
}

/*----------------
HEADER
-------------------*/
header {
  background: url("../images/header1.png") center top no-repeat;
  position: fixed;
  overflow: visible;
  width: 100%;
  height: 163px;
  top: 0;
  z-index: 9999;
  margin-top: -3px;
}

header .container_12 {
  overflow: visible;
}

#title {
  position: relative;
  float: left;
  padding: 10px;
  margin-top: 16px;
  color: #0382c8;
  font-family: "bebasregular", sans-serif;
  font-size: 4.5em;
}

#media {
  float: right;
  height: 55px;
  width: 350px;
  background-color: #0382c8;
  border-radius: 0 0 8px 8px;
  text-align: center;
  font-family: "bebasregular", sans-serif;
  font-weight: normal;
  font-size: 1.25em;
  color: #fff;
  padding-top: 10px;
}

#media img {
  padding: 10px 2px;
}

#slideshow {
  position: relative;
  height: 433px;
  margin-top: 130px;
  width: 100%;
  background: url("../images/homepage-pic.png") no-repeat center top;
}

#slideshow img {
  width: 100%;
}

#slideshow-supt {
  position: relative;
  height: 255px;
  margin: 100px auto 20px auto;
}

#content {
  position: relative;
  margin-bottom: 20px;
}

#content-supt {
  position: relative;
  margin: 0px auto;
}

/*----------------
NAVIGATION 
-------------------*/
nav {
  position: relative;
  float: right;
  height: 200px;
  margin-top: 40px;
  margin-right: 0px;
  z-index: 9999;
}

nav ul {
  list-style-type: none;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  text-decoration: none;
  color: #76b84c;
  font-family: "bebasregular", sans-serif;
  font-size: 1.15em;
}

nav li:hover a {
  color: #97cb7c;
}

nav li ul {
  display: none;
  margin-top: 0px;
  margin-left: 0px;
}

nav li ul li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
  width: 170px;
  height: 36px;
  margin-bottom: -5px;
  display: block;
}

nav li:hover ul {
  display: block;
  position: absolute;
  padding-top: 0px;
}

nav li:hover li {
  float: none;
  font-size: 15px;
}

nav li:hover li a {
  background: #81c061;
  height: auto;
  padding: 5px 10px 3px 10px;
  display: block;
  font-size: 15px;
  width: 100%;
  color: #fff;
}

nav li:hover li a:hover {
  background: #a8d392;
  color: #fff;
}

a.anchor {
  display: block;
  position: relative;
  top: -160px;
  visibility: hidden;
}

/*----------------
CONTENT 
------------------*/

#quicklinks {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 1100px) {
  .flash {
    display: none;
  }
}
@media (min-width: 1100px) {
  .noflash {
    display: none;
  }
  .flash {
    width: 550px;
    margin: 0 auto;
  }
}

/*----------------
FOOTER 
------------------*/
footer {
  width: 100%;
}

footer p {
  margin-top: 10px;
  padding: 1px;
  margin-bottom: -5px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#address-wrapper {
  margin: 10px 0 0 0;
  background: #fff;
  text-align: center;
}

#address {
  background: #0382c8;
  border-radius: 11px 11px 0 0;
  height: auto;
  font-family: "bebasregular", sans-serif;
  font-size: 1.4em;
  color: #fff;
  padding: 5px 50px;
  letter-spacing: 3px;
  line-height: 1.2em;
  display: inline-block;
}

#address a {
  color: #fff;
}

#copyright {
  padding-top: 5px;
  margin: -1px 0 0 0;
  background: #0382c8;
  text-align: center;
}

#copyright p {
  color: #fff;
  font-family: "verdana", sans-serif;
  font-size: 0.85em;
  padding-bottom: 8px;
}

/*----------------
MISCELLANEOUS
-------------------*/
.clear {
  clear: both;
}
.floatleft {
  float: left;
  margin-right: 15px;
}
.floatright {
  float: right;
  margin-left: 15px;
}
.floatmid {
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.border {
  border: 5px solid #ef7e05;
}
