*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

html, body{
    height: 100%;
    width: 100%;

}

body{
    background: url("images/Middle_texture.jpg") no-repeat top left;
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

a{
    text-decoration: none;
    font-family: arial,helvetica,sans-serif;
    color: #ffffff;
}

a:hover{
    color: #D9160A;
}

#header{
    height: 50px;
    overflow: visible;
    background-color: #000;
    width: 100%;
}

#header .menu{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 1055px;
}

#header .menu .menu-item{
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
}

#header .menu .menu-item a .link-title{
    display: none;
}

.menu-image-hover-wrapper{
    width: 65px !important;
}

#container{
    width: 1020px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.buttons{
    display: none !important;
}

.home_images{
    display: inline-block;
    margin: 50px 15px 50px 0;
    overflow: hidden;
    width: 180px;
    float: left;
    text-align: center;
}

.home_images:last-child{
    margin-right: 0;
}

.home_images > div > a .regular_image{
    display: block;
}

.home_images a .hovered_image{
    display: none;
}

.home_images a:hover .regular_image{
    display: none;
}
.home_images a:hover .hovered_image{
    display: block;
}

.home_images a{
    font-size: 16px;
    display: block;
    margin: 3px 0;
}

.footer{
    clear: both;
	padding-top: 10px;
    padding-bottom: 10px;
}

.footer .cont{
    margin: 0 auto;
    display: block;
    overflow: hidden;
    width: 750px;
}

.footer .cont a{
    float: left;
    display: block;
    margin-right: 95px;
}

.footer .cont a:last-child{
    margin-right: 0;
}

.su-column-size-1-4 .su-carousel {
    float: right;
}

.col{
    float: left;
    display: block;
    margin: 0;
    padding-left: 20px;
}

.header .left{
    float: left;
    width: 400px;
    display: block;
    padding-top: 20px;
}

.header .right {
    float: right;
    display: block;
}

.header .right div{
    width: 175px;
    float: left;
    display: block;
}

.header .right div:hover .regular_image{
    display: none;
}

.header .right div:hover .hovered_image{
    display: block;
}

.header .right .hovered_image{
    display: none;
}

.location {
    float: left;
    display: block;
    margin-top: 1px;
    padding: 3px;
}

.route {
    float: left;
    display: block;
    margin-left: 10px;
}

.route-finder {
    padding: 10px 0;
    overflow: hidden;
    display: block;
}

.section{
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.sponsor a{
    text-align: center;
    display: block;
    overflow: visible;
}

.sponsor a img{
    text-align: center;
    display: block;
    margin: -60px auto 0 auto;
}

.sponsor .hovered_image{
    display: none;
}

.sponsor a:hover .regular_image{
    display: none;
}

.sponsor a:hover .hovered_image{
    display: block;
}

.pages_list{
    display: block;
    float: right;
    width: 186px;
}

.pages_list a{
    border-bottom: 1px solid #747674;
    padding: 5px 0;
    font-size: 12px;
    font-family: Arial, helvetica, Sans-Serif,serif;
    color: #fff;
    display: block;
}

.pages_list a:hover{
    background-color: rgba(128,128,128,0.5);
    color: #000000;
}

.pages_list  a.selected{
    font-weight: bold;
}


.golf-table table tr td{
    padding: 10px 0;
    width: 350px;
    border: none;
}

.golf-table table tr:nth-child(odd){
    background-color: #CCCCCC;
}

.gm-style{
    text-align: center;
}

.gm-style a{
    color: #000000;
    background: #CCCCCC;
}

.section.white p, .section.white span, .section.white{
    color: #ffffff;
}

.page-id-868 a{
    color: #000000;
}


.page-id-868 a:hover{
    text-decoration: underline;
}
body .ngg-gallery-thumbnail-box{
    margin-right:0px;
}

/* Set the size of the div element that contains the map */
#map, #map2 {
    height: 500px;  /* The height is 400 pixels */
    width: 760px;  /* The width is the width of the web page */
}
