body
{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 1.1em;
    font-weight: normal;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, span a
    {
        font-family: inherit;
        font-size: inherit;
        color: inherit;
    }

    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span
    {
        font-size: inherit;
        color: inherit;
    }

h1
{
    font-size: 38px;
    margin: 0 0 0.4em 0;
}

h2
{
    font-size: 33px;
    margin: 0 0 0.4em 0;
}

h3
{
    font-size: 28px;
    margin: 0 0 0.3em 0;
}

h4
{
    font-size: 23px;
    margin: 0 0 0.3em 0;
}

h5
{
    font-size: 18px;
    margin: 0 0 0.2em 0;
}

h6
{
    font-size: 16px;
    margin: 0 0 0.2em 0;
}

a
{
    text-decoration: underline;
    color: #000;
}

    a img
    {
        border: 0;
    }

p
{
    padding: 7px 0;
    margin: 0;
}

blockquote
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}
body
{
    background: url(css/images/bg.jpg) no-repeat top center #efefef;
}

html, body
{
    margin: 0;
    padding: 0;
}

#site-wrapper
{
    margin: 0 auto;
}

#content-wrapper
{
    background: #fff;
    clear: both;
}

#top-menu
{
    clear: both;
    height: 43px;
    width: 960px;
    background: #607849;
    margin: 0 auto;
}

#layout17-top, #layout18-top
{
    padding: 25px 20px 0 20px;
}

    #layout17-top #logo, #layout18-top #logo
    {
    }

#layout17-content-top
{
    width: 960px;
    margin: 0 auto;
    min-height: 320px;
    background-color: #fff;
    background-position: bottom;
    position: relative;
}

#layout17-content-placeholder
{
    width: 960px;
    margin: 0 auto;
}

#layout17-content-outer-placeholder
{
}

#layout17-top
{
    margin: 0 auto;
    clear: both;
    position: relative;
}

#layout17-content-container
{
    width: 960px;
    display: inline-block;
    margin: 0 auto;
}

#layout17-content
{
    background-color: #fff;
    padding: 20px;
    min-height: 200px;
}

#layout17-outer-wrapper {
}

#layout17-footer-container, #layout18-footer-container
{
    background: #333;
}

#layout17-footer, #layout18-footer
{
    clear: both;
    padding: 20px 20px;
    min-height: 30px;
    width: 920px;
    color: #808080;
    margin: 0 auto;
    font-size: 12px;
}

    #layout17-footer a, #layout18-footer a, .footer a
    {
        text-decoration: none;
        color: #808080;
    }

        #layout17-footer a:hover, #layout18-footer a:hover, .footer a:hover
        {
            text-decoration: underline;
        }

#layout18
{
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

#layout18-top
{
    position: relative;
}

#layout18-breadcrumbs
{
    font-size: 14px;
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 40px 10px 33px;
}

    #layout18-breadcrumbs .breadcrumbs-link
    {
        color: #000;
        font-size: 14px;
        text-decoration: none;
    }

        #layout18-breadcrumbs .breadcrumbs-link:hover
        {
            text-decoration: underline;
        }

#layout18-left
{
    float: left;
    width: 196px;
    padding: 30px 2px 40px 10px;
    min-height: 400px;
}

#layout18-content
{
    width: 660px;
    float: left;
    padding: 30px 30px 50px 40px;
    display: inline-block;
    min-height: 400px;
    color: #000;
}

#layout18-content-wrapper
{
    background-color: #fff;
}

#layout18-content-outer-placeholder
{
}

#layout18-content-container
{
    background: #fff;
    margin: 0 10px;
}

/* Top menu */
ul.topmenu
{
    position: relative;
    z-index: 1200;
    margin: 0;
    height: 28px;
    padding: 0;
}

    ul.topmenu a
    {
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
    }

    ul.topmenu li
    {
        z-index: 1200;
        float: left;
        list-style: none;
        padding: 10px 20px 5px 20px;
    }

        ul.topmenu li a
        {
            display: block;
            color: #fff;
        }

        ul.topmenu li.hover, ul.topmenu li:hover
        {
            position: relative;
            z-index: 1200;
        }

.topmenu-sub-item a
{
    color: #f3edcf;
}

ul.topmenu ul
{
    background: #333;
    width: 220px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1200;
    margin: 0;
    padding: 0;
}

    ul.topmenu ul li
    {
        padding: 4px 6px 4px 13px;
        float: none;
        z-index: 1200;
    }

        ul.topmenu ul li a
        {
            border-right: none;
            width: 95%;
            display: inline-block;
            z-index: 1200;
            font-size: 13px;
            font-weight: normal;
        }

        ul.topmenu ul li:hover
        {
            background: #999;
        }

    ul.topmenu ul ul
    {
        z-index: 1200;
        top: 0;
    }

        ul.topmenu ul ul.to-the-right
        {
            left: 100%;
        }

        ul.topmenu ul ul.to-the-left
        {
            left: -100.5%;
        }

ul.topmenu div
{
    cursor: pointer;
}

    ul.topmenu li.nonempty > div
    {
        background: url(css/images/menuarrow.png) no-repeat right;
        background-position: right;
    }

.topmenu-root-node > ul
{
    border-top: 0;
}

.topmenu-root-node.selected
{
    background: #333;
    height: 28px;
}

.topmenu-root-node:hover
{
   background: #999
}

.topmenu-root-node
{
    height: 28px;
    border-right: 1px solid #333;
}

/*------------ SubMenu ---------------*/

.submenu .selected
{
    font-weight: bold;
}

.submenu
{
    font-size: 14px;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

    .submenu li
    {
        list-style: none;
    }

    .submenu a
    {
        color: #000;
        font-size: 13px;
        text-decoration: none;
    }

        .submenu a:hover
        {
            text-decoration: underline;
        }

#submenu-headline
{
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 10px;
}

    #submenu-headline a
    {
        color: #000;
        text-decoration: none;
    }

        #submenu-headline a:hover
        {
            text-decoration: underline;
        }

.submenu-root-node
{
    border-top: 1px solid #000;
    padding-bottom: 8px;
    padding-top: 8px;
}

.submenu-submenu-container
{
    margin: 0;
    padding: 0px 10px;
}

.submenu-item
{
    margin-left: 10px;
}

.submenu-sub-item
{
    padding: 3px 0;
    margin: 0;
    font-weight: normal;
}

* html #menu
{
    position: relative;
}

.clear
{
    clear: both;
}

#language-flag-container
{
    float: right;
    margin-left: 0px;
    margin-top: 11px;
    margin-right: -3px;
}

    #language-flag-container .language-flag
    {
        margin-left: 1px;
    }

.events-list-wrapper
{
    position: absolute;
    top: 7px;
    right: 10px;
    margin-top: 10px;
}

.events-list
{
    width: 201px;
    height: 248px;
    background: url("css/images/events_bg.jpg") no-repeat scroll 0 0 transparent;
    padding: 10px;
}

    .events-list .inner
    {
        overflow: hidden;
        height: 235px;
    }

.events-heading
{
    height: 76px;
    width: 218px;
}

    .events-heading div.texts
    {
        margin-left: 3px;
        width: 160px;
        float: left;
    }

    .events-heading span.calendar
    {
        text-transform: uppercase;
        color: #000;
        display: block;
        font-size: 20px;
        margin-bottom: -2px;
    }

    .events-heading span.see-whats-happening
    {
        font-size: 14px;
        padding-right: 5px;
        font-weight: bold;
        line-height: 17px;
        display: inline-block;
    }

.events-heading-date
{
    width: 52px;
    padding-left: 1px;
    height: 49px;
    background: url("css/images/date.png");
    padding-top: 16px;
    float: right;
    font-size: 27px;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-family: arial;
}

.events-list-month
{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}

.events-list-entry td
{
    vertical-align: top;
}

.events-list-entry
{
    padding-bottom: 10px;
}

    .events-list-entry .date
    {
        width: 26px;
    }

        .events-list-entry .date div
        {
            margin-top: -4px;
        }

        .events-list-entry .date a
        {
            color: #000;
            font-weight: bold;
            font-size: 20px;
            text-decoration: none;
        }

    .events-list-entry .headline
    {
        line-height: 15px;
    }

        .events-list-entry .headline a
        {
            text-decoration: none;
            font-size: 12px;
            font-weight: bold;
        }

    .events-list-entry .preamble
    {
        margin-top: -1px;
        line-height: 1.1em;
    }

        .events-list-entry .preamble a
        {
            text-decoration: none;
            font-size: 11px;
        }

.events-footer
{
    position: absolute;
    right: 10px;
    line-height: normal;
}

    .events-footer a
    {
        color: #000;
        font-family: arial;
        font-size: 10px;
        text-decoration: underline;
        font-weight: bold;
    }

.events-archive-month
{
    width: 100%;
    font-size: 18px;
    clear: both;
    margin-bottom: 7px;
}

.events-archive-date
{
    width: 25px;
    font-size: 15.6px;
    text-align: right;
}

.events-archive-event
{
    padding-left: 10px;
    padding-bottom: 10px;
}

    .events-archive-event h4
    {
        margin-bottom: 0px;
    }

    .events-archive-event a
    {
        font-size: 15.6px;
    }

#search-panel
{
    float: right;
}

    #search-panel table, tbody, td
    {
        border-spacing: 0;
    }

    #search-panel .search_button
    {
        background: url(css/Images/search.gif) no-repeat;
        border: none;
        height: 28px;
        width: 40px;
        margin-left: 10px;
    }

        #search-panel .search_button:hover
        {
            cursor: pointer;
            opacity: 0.7;
        }

    #search-panel input
    {
        height: 20px;
        width: 156px;
        border: 0;
        padding: 4px 6px;
        font-size: 13px;
        outline: none;
    }

#search-result-page-contents
{
    margin-top: 16px;
    margin-left: 23px;
}

#search-term
{
    display: none;
}

#search-results
{
    margin-top: 10px;
}

    #search-results .hits
    {
        padding-left: 35px;
    }

    #search-results .separator
    {
        margin-top: 25px;
        margin-bottom: 20px;
        border-bottom: 2px dotted #dcdcdc;
        margin-left: -30px;
    }

    #search-results .no-search-hits
    {
        font-style: italic;
        color: #990000;
        margin-left: 17px;
        margin-top: -6px;
        margin-bottom: 20px;
    }

    #search-results .heading
    {
        border-top: 3px solid #333;
        height: 20px;
        background: #f4f4f4;
        padding-left: 17px;
        padding-top: 5px;
        padding-bottom: 7px;
    }

    #search-results .hit-title
    {
        color: #333;
        text-decoration: underline;
    }

    #search-results .excerpt
    {
        color: #000;
    }

.search-section
{
    margin-bottom: 20px;
}

span.search-results
{
    color: #333;
    font-size: 32px;
}

#search-results ul
{
    list-style: decimal;
}

#newsletter-signup a.register
{
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}

#newsletter-signup
{
    float: right;
    margin-top: 8px;
    background: url(CSS/Images/newsletter.png) no-repeat;
    padding-left: 38px;
    padding-top: 6px;
    margin-right: 6px;
    height: 25px;
}

    #newsletter-signup .dropdown
    {
        background: #ffffff;
        color: #000;
        border: 1px solid #555;
        border-radius: 3px;
        margin-top: 5px;
        opacity: 0.99;
        padding: 10px;
    }

    #newsletter-signup .caption
    {
        font-weight: bold;
        margin-bottom: 5px;
    }

    #newsletter-signup .dropdown h2
    {
        color: #000;
        font-size: 16px;
    }

    #newsletter-signup .firstname-caption
    {
        left: 14px;
        top: 36px;
    }

    #newsletter-signup .firstname-input
    {
        left: 97px;
        top: 36px;
    }

    #newsletter-signup .lastname-caption
    {
        left: 14px;
        top: 66px;
    }

    #newsletter-signup .lastname-input
    {
        left: 97px;
        top: 66px;
    }

    #newsletter-signup .email-caption
    {
        left: 14px;
        top: 96px;
    }

    #newsletter-signup .email-input
    {
        left: 97px;
        top: 96px;
    }

    #newsletter-signup .signup-button
    {
        margin-top: 5px;
        left: 93px;
        top: 124px;
    }

#newsletter-signup-puff
{
    margin-top: 10px;
    float: right;
    width: 162px;
    height: 192px;
    background: url(css/Images/NewsLetterPuff.png);
    display: inline-block;
    text-align: center;
    position: relative;
}

    #newsletter-signup-puff h1
    {
        font-size: 12px;
        color: #000;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    #newsletter-signup-puff h2
    {
        font-size: 28px;
        color: #000;
        margin-top: -4px;
        margin-bottom: 8px;
    }

    #newsletter-signup-puff input[type=text]
    {
        border: 1px solid #cdcdcd;
        margin-bottom: 3px;
        padding: 2px;
        padding-left: 5px;
        width: 120px;
    }

        #newsletter-signup-puff input[type=text].placeholder
        {
            color: #aaa;
        }

    #newsletter-signup-puff button
    {
        border: none;
        margin-top: 5px;
        color: #ffffff;
        padding: 3px 20px;
    }

        #newsletter-signup-puff button:hover
        {
        }


    #newsletter-signup-puff .firstname-input #newsletter-signup-puff .lastname-input #newsletter-signup-puff .email-input
    {
        margin-bottom: 7px;
    }

#newsletter-archive .data-entry
{
    margin-bottom: 10px;
}

    #newsletter-archive .data-entry .date
    {
        font-size: 12px;
        font-style: italic;
        display: block;
    }

    #newsletter-archive .data-entry .subject
    {
        font-size: 15px;
    }

.sitemap
{
    margin: 0;
    padding: 0;
}

    .sitemap li
    {
        list-style: none;
        padding-left: 0px;
    }
