body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, label, input, hr {
    margin: 0;
    padding: 0;
}

body {
    background: #f0f0f5;
    font-family: Helvetica, sans-serif;
    text-align: center;
    font-size: medium;
    margin-top: 10px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    color: #5f5f5c;
    font-family: Helvetica, sans-serif;
}

h1 {
    font-size: 1.2em;
}

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1.0em;
}

#wrapper {
    text-align: left;
    background: #fff;
    border: 2px solid #ffffff;
    width: 95%;
    max-width: 910px;
    overflow: hidden;
    margin: 0 auto;
    padding: 5px;
}
#header {
    padding-left: 0;
    color: #2c3485;
    background-color: #ffffff;
    display: table;
    height: auto;
    width: 100%;
}

#header .left_header {
    display: block;
    float: left;
    width: 100%;
}

#header .left_header h1 {
    padding-top: 10px;
    font-size: 25px;
    color: #ffffff;
    padding-left: 15px;
    font-weight: bold;
    text-align: center;
}

#header .left_header h1 a {
    text-decoration: none;
    color: #7D868D;
}

#header .right_header {
    display: block;
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
}

#header .right_header a {
    font-size: 18px;
    color: #7D868D;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

#navigation {
    background: #ffffff;
    height: 100%;
    border: solid #fff;
    overflow: hidden;
    display: block;
    clear: both;
    border-width: 1px 0;
    padding: 0;
}

#navigation ul {
    list-style-type: none;
    margin: 2px;
}

#navigation li {
    float: left;
}

#navigation li a {
    color: #7D868D;
    display: block;
    text-decoration: none;
    font-size: 90%;
    line-height: 1;
    text-transform: capitalize;
    font-weight: bold;
    padding: 9px 15px;
}

#navigation li a:hover, #navigation li a:focus {
    background-color: #f0f0f5;
}

#content {
    width: 90%;
    float: left;
    clear: left;
    min-width: 300px;
    padding: 20px 0 25px 4%;
}

#content iframe {
    height: 5000px;
}

#content p, hr {
    margin: 0.5em 0;
}

#footer {
    clear: both;
    height: 150px;
    color: #ffffff;
    background-color: #7d868c;
    border-top: 5px solid #ffffff;
    font-size: 85%;
    text-align: center;
    padding: 15px 1.5% 20px;
}

#footer a:hover, #footer a:focus {
    text-decoration: none;
}

.footerNav {
    float: left;
    width: 100%;
}

#footer h3 {
    color: #ffffff;
}

#content ul, #footer ul {
    margin: 1em 0 .5em 1em;
}

.clear {
    clear: both;
}

#contactForm fieldset {
    border: none;
    margin-bottom: 1em;
}

#contactForm label, #contactForm input {
    display: block;
    margin-bottom: 7px;
}

#contactForm fieldset input, #contactForm textarea {
    border: 2px solid #cdcdcd;
    background: #ffffff;
    width: 60%;
    padding: 5px;
}

#content #contactForm fieldset input, #content textarea {
    width: 100%;
}

#submitBtn {
    background: #ff9016;
    color: #fff;
    font-weight: bold;
    width: 100px;
    border: 0;
    padding: 10px;
}

#submitBtn:hover {
    cursor: pointer;
    background: #ff6d0a;
}

hr {
    border: dashed #ffffff;
    height: 0;
    border-width: 0 0 1px;
}

#navigation .menu-btn {
    display: block;
    padding-top: 7px;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    border: 1px solid #646b6f;
    margin: 5px;
}

#navigation .menu-btn .icon-bar {
    background-color: #7D868D;
    margin-bottom: 5px;
    display: block;
    width: 22px;
    height: 3px;
}

#navigation ul.hidden {
    display: none;
}

.main_image {
    position: static;
    text-align: center;
}

.main_image a {
    display: block;
    margin-bottom: -50px;
}

.main_image a .view_btn {
    position: relative;
    top: -100px;
}

.main_image a .view_btn:hover {
    -webkit-filter: saturate(4);
    filter: saturate(4);
}

.img_responsive {
    max-width: 100%;
}

.golf-courses-table {
    border-collapse: collapse;
}

.golf-courses-table th, .golf-courses-table td {
   border: 3px solid #f0f0f5;
    padding: 5px;
}

ul#nav-list li {
    display: block;
    width: 100%;
}

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

@media (min-width: 700px) {
    #header .left_header {
        width: 410px;
    }

    #header .left_header h1 {
        padding-top: 0;
        font-size: 28px;
        text-align: left;
        line-height: 75px;
    }

    #header .right_header {
        width: 205px;
        margin-bottom: 0;
        margin-right: 30px;
    }
}

@media (min-width: 900px) {
    #navigation .menu-btn {
        display: none;
    }

    #navigation ul#nav-list {
        display: block;
    }

    ul#nav-list li {
        display: inline-block;
        width: auto;
    }
}