﻿body {
    font-family: Century;
    font-size: 14px;
    color: #111111;
    background-color: #F2F1F1;
    background-image: url('../images/top_bg.jpg');
    background-position: top;
    background-repeat: repeat-x;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

table, th, td
{
    padding: 0px;
    margin: 0px;
    
}

td span {
    margin: 0px;
    padding: 0px;
}

td p {
    margin: 0px;
    padding: 0px;
}

H2 {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 5px;
}

H3 {
    font-size: 1.25em;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 10px;
}

A {
    text-decoration: none;
    color: #111111;
}

    A:Hover {
        text-decoration: underline;
        color: #111111;
    }

.rootcontainer {
    width: 100%;
    text-align: center;
}

.topcontainer {
    width: 1018px;
    height: 193px;
    margin: 0 auto;
}

    .topcontainer .top {
        margin: 0px 0px 0px 0px;
        float: left;
        background-image: url('../Images/Layout/top_forside.jpg');
        width: 1020px;
        height: 193px;
        background-color: #c3c3c3;
    }

    .topcontainer .topgolfbox {
        position: absolute;
        width: 170px;
        height: 33px;
        background-image: url('../Images/Layout/golfbox.png');
        margin: 0px 0px 0px 845px;
        cursor: pointer;
    }

    .topcontainer .topfacebook {
        position: absolute;
        width: 30px;
        height: 30px;
        background-image: url('../Images/Layout/logo_facebook.png');
        margin: 160px 0px 0px 985px;
        cursor: pointer;
    }

.menucontainer {
    width: 100%;
    height: 26px;
    background-color: #940202;
}

    .menucontainer .TopMenu {
        height: 26px;
        color: #ffffff;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 10px;
        background-color: #940202;
        margin: 0 auto;
        width: 1018px;
        text-align: left;
    }

.contentcontainer {
    float: left;
    width: 100%;
    min-height: 300px;
    text-align: center;
    background-color: #ffffff;
}

    .contentcontainer .content {
        width: 1018px;
        margin: 5px 0px 0px 0px;
        margin: 0 auto;
        text-align: left;
    }

        .contentcontainer .content .leftmenu {
            float: left;
            width: 195px;
            min-height: 300px;
            background-color: #b6b667;
            color: #111111;
            padding: 5px 0px 0px 0px;
        }

            .contentcontainer .content .leftmenu a {
                color: #111111;
                font-weight: normal;
            }

            .contentcontainer .content .leftmenu ul {
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 20px;
            }

        .contentcontainer .content .contentdiv {
            float: left;
            width: 803px;
            min-height: 300px;
            margin: 0px 0px 0px 8px;
            padding: 10px 0px 10px 10px;
            border: 1px solid #c3c3c3;
            background-image: url('../Images/Layout/content_bg.jpg');
            background-repeat: repeat-x;
            background-color: #ffffff;
        }

        .contentcontainer .content .contentWidediv {
            float: left;
            width: 1018px;
            min-height: 300px;
            margin: 0px 0px 0px 0px;
            padding: 10px 0px 10px 0px;
            border: 1px solid #c3c3c3;
            background-image: url('../Images/Layout/content_bg.jpg');
            background-repeat: repeat-x;
            background-color: #ffffff;
        }

.bottomcontainer {
    float: left;
    width: 100%;
    height: 60px;
    background-color: #12240c;
}

    .bottomcontainer .details {
        margin: 5px 0px 0px 0px;
        padding: 5px 5px 5px 5px;
        width: 1010px;
        height: 50px;
        color: #ffffff;
        background-color: #12240c;
        margin: 0 auto;
    }

        .bottomcontainer .details a {
            color: #ffffff;
        }



.line {
    float: left;
    height: 1px;
    width: 1018px;
    border-top: 1px solid #c3c3c3;
}

.frontSponsorDiv {
    float: left;
    height: 100px;
    width: 100px;
    line-height: 100px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #12240c;
    display: table-cell;
    border-radius: 3px;
    text-align: center;
    margin: 10px 11px 0px 12px;
}

    .frontSponsorDiv img {
        vertical-align: bottom;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.list_carousel {
    float: left;
    margin: 0px 0px 0px 10px;
    width: 1018px;
}

    .list_carousel ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .list_carousel li {
        font-size: 40px;
        text-align: center;
        width: 110px;
        height: 120px;
        padding: 0px;
        margin: 0px 15px 0px 0px;
        display: block;
        float: left;
    }

.frontNews {
    float: left;
    width: 1018px;
    background-color: #dadada;
}

.divFrontNews {
    float: left;
    width: 323px;
    margin: 10px 0px 10px 10px;
    border: 1px solid #12240c;
    border-radius: 3px;
    cursor: pointer;
}

.divFrontNewsHeader {
    width: 303px;
    background-color: #b6b667;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}

.divFrontNewsContent {
    width: 303px;
    background-color: #ffffff;
    padding: 5px 10px 5px 10px;
}

.divFrontNewsDate {
    float: right;
    color: #ffffff;
    font-weight: normal;
}

.News {
    float: left;
    width: 1010px;
}

.divNews {
    float: left;
    width: 1000px;
    margin: 10px 0px 10px 10px;
    border: 1px solid #12240c;
    border-radius: 3px;
}

.divNewsHeader {
    width: 980px;
    background-color: #b6b667;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}

.divNewsContent {
    width: 980px;
    background-color: #ffffff;
    padding: 5px 10px 5px 10px;
}

.divNewsDate {
    float: right;
    color: #ffffff;
    font-weight: normal;
}

.contentboxhtml {
    width: 780px;
    margin: 10px 10px 10px 10px;
}

#LogoLink {
    float: left;
    position: absolute;
    width: 130px;
    height: 150px;
    margin: 10px 0px 0px 40px;
    cursor: pointer;
}

#nav-primary {
    width: 1000px;
    background: #940202;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    width: 1000px;
}

    #nav-primary ul {
        background: #940202;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #nav-primary li {
        float: left;
        position: relative;
    }

    #nav-primary a {
        color: #fff;
        display: block;
        float: left;
        line-height: 25px;
        padding: 0 10px;
        text-decoration: none;
    }

        #nav-primary a:hover {
            background: #12240c;
        }

    #nav-primary ul ul {
        display: none;
        position: absolute;
        top: 25px;
        left: 0;
        width: auto;
        font-size: 12px;
        font-weight: normal;
    }

        #nav-primary ul ul li {
            border-top: 1px solid #ffffff;
            width: 200px;
        }

            #nav-primary ul ul li a {
                width: 180px;
            }

    #nav-primary ul li:hover > ul {
        display: block;
    }

    #nav-primary ul ul ul {
        left: 100%;
        top: 0;
    }

.ContactDiv {
    float: left;
    width: 800px;
    min-height: 50px;
    margin: 10px 0px 0px 0px;
    border: 1px solid #c3c3c3;
}

.ContactDivImage {
    float: left;
    width: 100px;
    min-height: 50px;
}

.ContactDivText {
    float: left;
    width: 700px;
    min-height: 50px;
}

.ContactDivTextHeader {
    float: left;
    width: 690px;
    height: 22px;
    line-height: 22px;
    background-color: #b6b667;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
}

.ContactDivTextHeaderTitle {
    float: right;
    width: 200px;
    height: 22px;
    line-height: 22px;
    background-color: #b6b667;
    font-weight: bold;
    text-align: right;
    padding: 0px 10px 0px 0px;
}

.ContactDivTextItem {
    float: left;
    width: 600px;
}

.ContactDivTextItemName {
    float: left;
    width: 100px;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
}

.ContactDivTextItemValue {
    float: left;
    width: 400px;
    height: 22px;
    line-height: 22px;
    font-weight: normal;
}
