body {
    background: url(../images/background.jpg) no-repeat center top #0176c2;
    min-width: 320px;
    font-family: Georgia;
}
.setWidth {
    margin: 0px auto;
    max-width: 985px;
    width: 100%;
}
.float {
    float: left;
}
.clear {
    clear: both;
}
.white {
    color: #fff;
}
.blue {
    color: #175386;
}
.pad10 {
    padding: 0 10px;
}

.pad20 {
    padding: 20px;
}
.clr35 {
    padding-top: 15px;
}

.right {
    float: right;
}
.alignRight {
    text-align: right;
}
.close {
    position: absolute;
    right: 22px;
    top: 27px;
    z-index: 1000;
}
.tireTracks {
    background: url("../images/sliderRepeat.png") repeat-x scroll center top, url("../images/sliderRepeat.png") repeat-x center bottom;
    height: 6px;
}
.arrow-btn {
    background: none;
    border: none;
    padding: 0;
    vertical-align: middle;
}

.btnLeft {
    background: url("../images/submitLeft.png") no-repeat left top;
    height: 28px;
    width: 3px;
    display: inline-block;
    padding: 5px 0;
    font-size: 14px;
}
.btnMid {
    background: url("../images/submitMiddle.png") repeat center top transparent;
    height: 28px;
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 14px;
}
.btnRight {
    background: url("../images/submitRight.png") no-repeat center top transparent;
    height: 28px;
    width: 26px;
    display: inline-block;
    padding: 5px 0;
    font-size: 14px;
}
#header {
    min-height: 150px;
}

#logo {
    margin-top: 5px;
}

#headerRight {
    margin-left: 10px;
}

#loginBox {
    background: none #175386;
}
:-moz-placeholder {
    color: #175386;
}
::-moz-placeholder {
    color: #175386;
}
::-webkit-input-placeholder {
    color: #175386;
}
:-ms-input-placeholder {
    color: #175386;
}
#loginBox a {
    color: #dc8002;
}
#loginBox a:hover {
    text-decoration: none;
}

#loginLeft {
    padding: 10px 0 10px 10px;
    font-size: 11px;
}
#form-elements {
    min-width: 350px;
}

#loginLeft input {
    font-size: 9px;
    padding: 3px;
    width: 95px;
}
#loginRight {
    font-size: 9.75px;
    line-height: 13px;
    padding: 5px 0;
    min-width: 355px;
    position: relative;
}
#loginFlags {
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 100;
}
.container-fluid,
.navbar-collapse {
    padding: 0;
}
.navbar {
    margin-bottom: 0;
}

.nav {
    margin: 20px -1px 0 !important;
}
.nav li {
    background: rgb(158,106,4); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(158,106,4,1) 0%, rgba(99,71,6,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,106,4,1)), color-stop(100%,rgba(99,71,6,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(158,106,4,1) 0%,rgba(99,71,6,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(158,106,4,1) 0%,rgba(99,71,6,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(158,106,4,1) 0%,rgba(99,71,6,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(158,106,4,1) 0%,rgba(99,71,6,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e6a04', endColorstr='#634706',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 12px;
    font-style: italic;
    margin-right: 2px;
    padding: 10px 7px 60px;
    text-align: center;
}
.nav li a {
    color: #fff;
    font-style: normal;
    font-size: 18px;
    padding: 5px;
    background: none !important;
}

.nav li:hover a {
    color: #FFD904;
}

.navbar-toggle {
    background-color: #0176c2;
}
.navbar-toggle .icon-bar {
    border: 1px solid #fff;
}

#content {
    clear: both;

}
#slideWrapper {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: -50px;
    padding-top: 10px;
    position: relative;
}
.cycle-slideshow {
    margin-left: 11px;
}

#sliderOver {
    background: url("../images/sliderOverlay.png") no-repeat center top transparent;
    width: 984px;
    height: 421px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.cycle-prev {
    cursor: pointer;
    height: 368px;
    left: 0;
    position: absolute;
    top: 51px;
    width: 30px;
    z-index: 1000;
}
.cycle-next {
    cursor: pointer;
    height: 368px;
    right: 0;
    position: absolute;
    top: 51px;
    width: 30px;
    z-index: 1000;
}
#caption {
    position: absolute;
    top: 100px;
    left: 60px;
    z-index: 101;
}
#caption h1 {
    background: url("../images/hpTitle.png") no-repeat scroll center top transparent;
    text-align: center;
    color: #fff;
    font-size: 23px;
    padding: 15px 21px;
    line-height: 24px;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
}
#caption h1 i {
    font-weight: normal;
}
#cycleTitle {
    min-height: 88px;
}

#cycleText {
    background: rgb(158,106,4); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(158,106,4,1) 0%, rgba(99,71,6,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,106,4,1)), color-stop(100%,rgba(99,71,6,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(158,106,4,1) 0%,rgba(99,71,6,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(158,106,4,1) 0%,rgba(99,71,6,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(158,106,4,1) 0%,rgba(99,71,6,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(158,106,4,1) 0%,rgba(99,71,6,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e6a04', endColorstr='#634706',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ca8c17;
    border-radius: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 0 20px 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}
#cycleText a {
    color: #fff;
    text-decoration: none;
}
.sliderBig {
    font-size: 20px;
}
.sliderStrong {
    font-size: 30px;
    line-height: 32px;
}
#mapWrapper {
    position: relative;
    display: none;
}

#map {
    width: 100%;
    height: 500px;
}
#legend {
    background: none rgba(255,255,255,.8);
    padding: 0 15px 10px;
}
#legend h5 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}

#legend div {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
}
.legend_img {
    width: 34px;
}
.legend_name {
    width: 100px;
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
}
.hpBox {
    font-weight: bold;
    width: 315px;
    height: 298px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
#hpBox1 {
    background: url("../images/hpBox1.png") no-repeat center top transparent;
    margin-right: 10px;
}
#hpBox2 {
    background: url("../images/hpBox2.png") no-repeat center top transparent;
    margin-right: 10px;
}
#hpBox3 {
    background: url("../images/hpBox3.png") no-repeat center top transparent;
}
.hpbText {
    font-size: 16px;
    margin: 185px auto 10px;
    width: 250px;
    line-height: 20px;
}
.hpbTitle {
    border: 1px solid #000;
    font-size: 15px;
    height: 40px;
    margin: 0 auto;
    padding: 10px 5px;
    width: 211px;
    color: #dc8002;
}
.hpbTitle a {
    color: #000;
}

.hpBox:hover a {
    color: #dc8002;
}
.hpbTitle a:hover {
    text-decoration: none;
}

#hpBox3 .hpbText {
    margin-bottom: 30px;
}

#hpBox3 .hpbTitle {
    width: 230px;
}
#hpBottom {
    color: #fff;
}
#hpBottom h3 {
    border-bottom: 1px solid #62aad9;
    font-size: 21px;
    font-weight: bold;
    padding: 10px;
}
#hpBottomLeft {
    margin-right: 35px;
    width: 540px;
}

#hpBottomLeft div {
    width: 300px;
    padding: 10px;
    margin-right: 10px;
}
#hpBottomLeft img {
    margin-right: 10px 10px 0 0;
}
#hpBottomRight {
    width: 383px;
}
.event {
    padding: 7px;
    border-bottom: 1px solid #62aad9;
    width: 350px;
}
.event:last-child {
    border-bottom: none;
}
.event a {
    color: #fff;
}
.event a:hover {
    color: #dc8002;
    text-decoration: none;
}

#hero {
    background: url("../images/heroBG.png") no-repeat scroll center top transparent;
    display: inline-block;
    height: 268px;
    margin: -50px 0 0;
    position: relative;
    width: 100%;
    z-index: 101;
}
#heroTitle {
    background: none repeat scroll 0 0 rgba(1, 118, 194, 0.85);
    border-radius: 10px;
    color: #fff;
    left: 56px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    top: 95px;
    width: 385px;
}
#heroTitle > h2 {
    font-weight: bold;
    line-height: 25px;
    margin: 10px 0;
    text-shadow: 1px 1px 1px #000;
}
.rewards_program #heroTitle > h2 {
    margin: 10px 0 0;
}
#heroImg {
    margin: 9px 13px;
}

#heroImg img {
    max-width: none;
}
.smText {
    display: inline-block;
    margin-bottom: 5px;
}
#contentArea {
    background: url("../images/contentBG.png") repeat-y scroll center top transparent;
    margin: -12px 0 12px;
    padding: 20px 30px;
    font-size: 14px;
}
#contentArea h1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
}
#contentArea ul {
    padding: 0 15px;
    margin: 15px 5px;
}
hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}
#contentArea table, td, th {
}
th {
    background-color: green;
    color: white;
	text-align: center;
}	
#rbWrapper {
    margin: 0 -10px;
}

.rewardBoxes {
    border: 5px solid #e6e6e6;
    border-radius: 12px;
    height: 185px;
    margin: 5px;
    width: 303px;
}
.rbImg {
    opacity: 0.75;
    position: absolute;
}

.rbLogo {
    height: 100px;
    position: relative;
    width: 303px;
    z-index: 100;
}

.rbLogo img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rbText {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 0 0 7px 7px;
    color: #fff;
    font-size: 13.69px;
    font-weight: bold;
    height: 75px;
    line-height: 16px;
    padding: 20px 10px;
    text-align: center;
    width: 293px;
    position: relative;
    z-index: 100;
}

#stateform {
    margin-bottom: 10px;
}

#stateform select {
    margin-bottom: 10px;
}

.reservationForm td {
    padding-bottom: 15px;
}

.reservationForm .formLeft {
    padding-right: 7px;
    text-align: right;
    width: 245px;
}
.contact-us h3 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0;
}
#contactForm {
    margin-top: 10px;
}
#contactForm label {
    font-weight: normal;
    margin-bottom: 20px;
    padding-right: 5px;
    padding-top: 2px;
    text-align: right;
    vertical-align: top;
    width: 162px;
}
#contactForm .arrow {
    display: inline-block;
    padding-top: 10px;
}

#advantages {
    margin: 40px -10px 0;
}

.advBox {
    width: 311px;
    height: 113px;
    margin: 0 6px 10px 0;
    position: relative;
}
.advBox h2 {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin: 20px 12px 0 0;
    text-align: right;
    text-shadow: 0 0 10px #000;
    line-height: 20px;
}
.advTitle {
    border: 1px solid #fff;
    bottom: 15px;
    color: #FFFFFF;
    font-size: 10px;
    padding: 5px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 135px;
}
.advTitle:hover {
    color: #B3660D;
    text-decoration: none;
}

#adv1 {
    background: url("../images/innerFeaturedBox1.jpg") no-repeat scroll center top transparent;
}
#adv2 {
    background: url("../images/innerFeaturedBox2.jpg") no-repeat scroll center top transparent;
}
#adv3 {
    background: url("../images/innerFeaturedBox3.jpg") no-repeat scroll center top transparent;
    margin-right: 0;
}

#parks {
    margin: 10px 0 15px;
}

#parks tr:nth-child(odd) {
    background: none #e9e3d5;
}
#parks tr:first-child {
    background: none #fff;
}
#parks th {
    background: none #0f6697;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 7px 20px;
}
#parks td {
    text-align: center;
    padding: 7px 20px;
}
#contactForm input,
#contactForm textarea {
    width: 45%
}

#memform td {
    padding: 0 5px 15px;
    text-align: right;
}
#memform .value_input,
#memform .value_select {
    text-align: left;
}
#memform .taLeft {
    text-align: left;
}
#footerTop {
    background: none #154664;
    color: #fff;
    padding-bottom: 0;
}
#footerTop h2 {
    margin-top: 0;
    font-size: 21px;
    font-weight: bold;
}

#ftleft {
    max-width: 380px;
    margin-right: 35px;
}
#ftleft h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    margin: 20px 0 0px;
    text-align: center;
}
#ftMiddle {
    width: 215px;
    margin-right: 35px;
}
#ftMiddle a {
    color: #dc8002;
}
#ftMiddle h3 {
    font-size: 26px;
    font-weight: bold;
}
#ftRight {
    width: 280px;
    min-height: 265px;
    position: relative;
}
#ftrImg {
    position: absolute;
    right: 0;

}
#footerBottom {
    padding-bottom: 20px;
}

#footerTopBGBottom {
    background: url("../images/footerBG.png") no-repeat scroll center bottom transparent;
    height: 27px;
    /*background: none #154664;
    height: 50px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;*/
}
#footerLogo {
    margin-top: -15px;
}

#copyright {
    color: #fff;
    margin: 15px;
}
#copyright a {
    color: #dc8002;
}
#social {
    margin-top: 15px;
}
#social a {
  margin-left: 5px;
    text-indent: -5000px;
    display: inline-block;
    height: 20px;
}
#facebook {
    background: url("../images/facebook.png") no-repeat center center transparent;
    width: 11px;
}
#facebook:hover {
    background: url("../images/facebook_on.png") no-repeat center center transparent;
}
#twitter {
    background: url("../images/twitter.png") no-repeat center center transparent;
    width: 20px;
}
#twitter:hover {
    background: url("../images/twitter_on.png") no-repeat center center transparent;
}
#google {
    background: url("../images/google.png") no-repeat center center transparent;
    width: 17px;
}
#google:hover {
    background: url("../images/google_on.png") no-repeat center center transparent;
}
#email {
    background: url("../images/email.png") no-repeat center center transparent;
    width: 24px;
}
#email:hover {
    background: url("../images/email_on.png") no-repeat center center transparent;
}
#print {
    background: url("../images/print.png") no-repeat center center transparent;
    width: 20px;
}
#print:hover {
    background: url("../images/printer_on.png") no-repeat center center transparent;
}
@media (max-width: 768px) {
    #loginRight {
        margin-left: 10px;
    }
    .mobileCenter {
        float: none;
        text-align: center;
    }
    .navSubHeading {
        display: none;
    }
    .navbar-toggle {
        float: left;
        margin: 8px 15px 0;
    }

    #mainNav {
        overflow: hidden;
    }
    .nav {
        margin-top: 0 !important;
    }

    .nav li {
        padding: 10px 0px;
    }

    #content,
    #slideWrapper {
        margin-top: 10px;
    }
    #slideWrapper {
        height: 350px;
        border: 10px solid #fff;
        width: 100%;
        overflow: hidden;
    }

    #sliderOver {
        display: none;
    }
    .cycle-slideshow {
        margin: -77px 0 0;
    }
    .cycle-slideshow img {
        min-width: 955px;
    }
    #caption {
        top: auto;
        bottom: 20px;
        left: 10px;
    }
    #cycleTitle h1 {
      font-size: 18px;
    }
    #cycleText {
      font-size: 12px;
    }

    .sliderBig {
        font-size: 14px;
    }
    .sliderStrong {
        font-size: 18px;
        line-height: 24px;
    }
    #hero {
        background: none;
        border: 10px solid #fff;
        height: 216px;
        margin: 0;
        overflow: hidden;
    }
    #heroImg {
        margin: -49px 0 0;
    }
    #heroTitle {
        top: 40px;
        left:20px;
        width: auto;
    }
    #hpBottomLeft,
    #hpBottomRight {
        width: 100%
    }

}
