﻿body {
    margin: 0;
    font-family: Lato;
    line-height: 24px;
    font-size: 12pt;
    /* background: url(/distsite/styles/7/756/images/bg.png) repeat; */
    background-color: #ffffff;
}

body {
    font-family: OpenSans, sans-serif;
    color: #000;
    background-repeat: repeat-x;
    background-position: center top;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}
/*header{ background-color:#ca7233;border-bottom:0px solid #0e2240;}*/
#header {
    color: #fbe14c;
    background: #fff;
}

.group {
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 11px;
}

#header #logo {
    padding: 3px;
    margin: 0;
}

.logo-wrap {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 33px;
    font-weight: bold;
}

.left-col {
    float: left;
    width: 100%;
}

.right-col {
    float: right;
    width: 48.5%;
}

.left-col, .right-col {
    background: #f1f1f1;
    color: #666666;
    margin-top: 0px;
    overflow: hidden;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.pagetitle {
    margin-top: 10px;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    background-color:#cbcbcb;
}

@media screen and (max-width: 480px) {
    .left-col,
    .right-col {
        float: none;
        width: auto;
    }
}

header {
    height: 140px;
    background-color: #582a82;
}

nav {
    height: 45px;
    background-color: #7b539c;
}

/* Main menu settings */
#centeredmenu {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Verdana, Geneva, sans-serif; /* Menu font */
    font-size: 90%; /* Menu text size */
    z-index: 1000; /* This makes the dropdown menus appear above the page content below */
    position: relative;
}

    /* Top menu items */
    #centeredmenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: right;
        position: relative;
        right: 50%;
    }

        #centeredmenu ul li {
            margin: 0;
            padding: 0;
            float: left;
            position: relative;
            left: 50%;
            height: 50px;
            line-height: 25px;
        }

            #centeredmenu ul li a {
                display: block;
                margin: 0;
                padding: 0 2em;
                font-size: 1em;
                text-decoration: none;
                color: #fff;
                background-color: #000;
                height: 30px;
                line-height: 25px;
            }

            #centeredmenu ul li.active a {
                color: #fff;
            }

            #centeredmenu ul li a:hover {
                background: #cbcbcb; /* Top menu items background colour */
                color: #000;
            }

            #centeredmenu ul li:hover a,
            #centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
                background: #cbcbcb; /* Top menu items background colour */
                color: #000;
            }

        /* Submenu items */
        #centeredmenu ul ul {
            display: none; /* Sub menus are hidden by default */
            position: absolute;
            top: 50px;
            left: 0;
            float: left;
            right: auto; /*resets the right:50% on the parent ul */
            width: 30em; /* width of the drop-down menus */
        }

            #centeredmenu ul ul li {
                left: auto; /*resets the left:50% on the parent li */
                margin: 0; /* Reset the 1px margin from the top menu */
                clear: left;
                float: left;
                width: 100%;
                opacity: .95;
            }

                #centeredmenu ul ul li a,
                #centeredmenu ul li.active li a,
                #centeredmenu ul li:hover ul li a,
                #centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
                    font-size: .8em;
                    font-weight: normal; /* resets the bold set for the top level menu items */
                    color: #562078;
                    border-bottom: 2px solid #562078; /* sub menu item horizontal lines */
                    float: left;
                    width: 100%;
                }

                    #centeredmenu ul ul li a:hover,
                    #centeredmenu ul li.active ul li a:hover,
                    #centeredmenu ul li:hover ul li a:hover,
                    #centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
                        color: #fff;
                        float: left;
                        background: #7b539c;
                    }

            /* Flip the last submenu so it stays within the page */
            #centeredmenu ul ul.last {
                left: auto; /* reset left:0; value */
                right: 0; /* Set right value instead */
            }

                #centeredmenu ul ul.last li {
                    float: right;
                    position: relative;
                    right: .8em;
                }

        /* Make the sub menus appear on hover */
        #centeredmenu ul li:hover ul,
        #centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
            display: block; /* Show the sub menus */
        }

.txtred {
    color: #ff0000
}

.tagline {
    font-size: 0.9em !important;
    font-style: italic;
    padding-top: 5px;
    font-style: italic
}
