body { 
  background: url(../images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  /* IE fix */
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.jpg', sizingMethod='scale')";
  
}

img.logo {
  position: absolute;
  left:  20%;
  z-index: 10;
}

nav {
  width: 262px;
  height: 345px;
  background: url(../images/navbg.png) no-repeat;
  position: absolute;
  right: 20%;
}

nav ul {
  text-align: center;
  list-style-type: none;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 2em;
  color: white;
  margin-top: 45px;
  margin-left: 15px;
    text-shadow: 2px 2px 2px #0e3b69;
    
      -webkit-transition: color .25s linear .1s;
  transition: color .25s linear .1s;
  left: 0px;
  
}

nav ul li a:link, nav ul li a:visited {
  color: white;
  text-decoration: none;
}


nav ul li a:hover {
  color: rgba(242,191,53,1);
  cursor: pointer;
  text-decoration: none;

   -webkit-transition: color .25s linear;
   transition: background-color .25s linear;
}  /* mouse over link */

div.slideshow {
width: 916px;
margin-left: auto;
margin-right: auto;
position: relative;
top: 340px;
}

ul.slides {
  left: 0;
}

div.content {
    background: #f8f8f6 url(../images/contentbgtop.jpg) repeat-x;
    width: 100%;
    position: relative;
    top: 340px;
    padding-bottom: 15px;
}

div.contentwrapper {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}

div.yellowstripe {
  text-align: center;
  padding-top: 53px;
  margin-bottom: 50px;
  height: 80px;
}

footer {
    background: #014b0c url(../images/footerbgtop.jpg) repeat-x;
    width: 100%;
    position: relative;
    top: 340px;
    height: 400px;

    padding-bottom: 30px;
    padding-top: 120px;
}

.leftfooter {
  text-align: left;
  width: 20%;
  margin-left: 20%;
  float: left;
  color: white;
  line-height: 0.7em;
  letter-spacing: 0.1em;
}

.midfooter {
  text-align: center;
  width: 19%;
float: left;
  clear: none;
  color: white;
    letter-spacing: 0.1em;

}

.rightfooter {
  text-align: right;
  width: 20%;
  float: left;
  margin-right: 20%;
  color: white;

}

/*Clearfix for floats*/
.clearfix:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
        }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.mobonly {

display: none;
}

.btn {
  background: #1c8c2b;
  background-image: -webkit-linear-gradient(top, #1c8c2b, #004c0b);
  background-image: -moz-linear-gradient(top, #1c8c2b, #004c0b);
  background-image: -ms-linear-gradient(top, #1c8c2b, #004c0b);
  background-image: -o-linear-gradient(top, #1c8c2b, #004c0b);
  background-image: linear-gradient(to bottom, #1c8c2b, #004c0b);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #ffc41d;
  background-image: -webkit-linear-gradient(top, #ffc41d, #826a09);
  background-image: -moz-linear-gradient(top, #ffc41d, #826a09);
  background-image: -ms-linear-gradient(top, #ffc41d, #826a09);
  background-image: -o-linear-gradient(top, #ffc41d, #826a09);
  background-image: linear-gradient(to bottom, #ffc41d, #826a09);
  text-decoration: none;
}

a.btn:visited {
color: white !important;}

div.icons {
display: none;
}