﻿/* Header Styles */
header {
    line-height: 15px;
    border-style: none none none none;
    border-width: 0px 0px 0px 0px;
    border-color: #FF9933;
    padding: 0;
    background-image: linear-gradient(to right, white 20%, gray 58%, black);
    background-image: -webkit-gradient(linear, 20% 0, 58% 0, from(white), color-stop(0.7, gray), to(black));
    background-image: -webkit-linear-gradient(linear, left top, right top, white 20%, gray 58%, black);
    background-image: -moz-linear-gradient(linear, left top, right top, white 20%, gray 58%, black);
    background-image: -o-linear-gradient(linear, left top, right top, white 20%, gray 58%, black);
    background-image: -ms-linear-gradient(left, white 20%, gray 58%, black);
    /*background-image: none;
    background-color: #E8E8E8;*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#000000, GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#000000, GradientType=1)";
}

.headerSubContainer {
    float: left;
    width: 219px;
    height: 72px;
}

#headerContainer {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 8px 0 0px 0;
    position: relative;
    min-height: 75px;
}

.hdrfloat-left {
    float: left;
}

.hdrfloat-right {
    float: right;
    height: 2.5em;
    margin-top: .6em;
    margin-bottom: .2em;
}

#logosection {
    display: inline-block;
    position: relative;
    padding-top: 1px;
    text-indent: -9999px; /* hides the link text */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.siteDownMes {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 5px
}

.outageMessage {
    background-color: #f4cd30;
    border: 1px solid #dab325;
    margin: 3px 0;
    padding: 5px 1px 5px 5px;
    font-size: 1.2em;
    font-weight: bold;
    max-width: 100%;
    min-height: 28px
}

/*Site Naviagtion Menu styles*/
.menuIconContainer {
    float: left;
    width: 150px;
    height: 50px;
    margin: 15px 0 5px 44px;
    display: block;
    cursor: pointer;
    background-color: #434343;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.menuIcon {
    margin: 15px 10px 20px 20px;
    color: #fff;
    font-size: large !Important;
    cursor: pointer;
    font: inherit;
}

.menuContainer {
    background: #000;
    z-index: 999;
    display: none;
    position: absolute;
    min-width: 300px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.menuContainerMobile {
    background: #000;
    z-index: 999;
    display: none;
    position: absolute;
    max-width: 200px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

#headerMenu ul li {
    padding: 5px !important;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #E3DEDE;
}

#contactLink {
    position: absolute;
    right: 2px;
    padding: 9px 4px 9px 12px;
}

/*Search Styles*/
#SearchSection {
    display: inline-block;
    vertical-align: top;
}

    #SearchSection a {
        padding-left: 10px;
        color: #FF9933;
        font-size: 1.1em;
        text-decoration: none;
        font-weight: 500;
    }

        #SearchSection a:hover {
            text-decoration: underline;
        }

#keywordSearchSection, .keywordSearchSection {
    float: left;
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-color: darkgrey;
    background-color: #fff;
    border-radius: 4px;
}

    #keywordSearchSection input[type="text"],
    .keywordSearchSection input[type="text"] {
        line-height: 1.2em;
        padding: 5px;
        margin: 5px 0 6px 0 !Important; /*border: thin solid #cecece;*/
        width: 550px !Important;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background: #fff;
        border: 0 none;
        font-size: 1.1em;
        color: #EBEBEB;
    }

    #keywordSearchSection #btnSearch, .keywordSearchSection #btnSearch {
        border: 0 none;
        margin: 5px 0 6px 0 !Important;
        width: 21px;
        height: 21px;
        cursor: pointer;
        position: absolute;
        right: 6px !Important;
        top: 5px !Important;
        font-size: 1.4em !Important;
    }

.headerMenuIcon {
    margin: 10px;
    color: #fff;
}

.headerMenuIconContainer {
    float: left;
    width: 32px;
    height: 34px;
    margin: 10px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #434343;
}

.headerLink, #loginLinkSection a {
    color: #FFFFFF;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: underline;
}

.Menuheaderspan {
    color: #fff;
    font-size: 1.14em !Important;
}

.headerspan {
    color: #FFFFFF;
}

/*#headerLanguageContainer {  margin-bottom: 5px; margin-right:15px; position:relative;}

#headerLanguagesPanel {
    background: #434343;
    z-index: 999;
    display: none;
    position: absolute;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    top: 20px;
    right: 0;
}
#headerLanguagesPanel ul {
    margin : 0;
}
#headerLanguagesPanel ul li {
    cursor: pointer;
    padding: 5px 0 2px 24px;
}

#headerLanguagesPanel ul li:hover {
    cursor: pointer;
    padding: 5px 0 2px 24px;
    text-decoration:underline;
    background-color: #FF9933; 
}*/
/* Footer Styles */
div {
    display: block;
}

.clear {
    clear: both;
}

footer {
    background: #434343;
}

.sitefooter {
    padding-top: 5px;
}

footer #copyright {
    color: #EBEBEB;
    font-size: 11px;
    text-align: center;
}

    footer #copyright span {
        white-space: nowrap;
    }

    footer #copyright p {
        font-size: 11px;
    }

    footer #copyright a {
        color: #EBEBEB;
        font-size: 11px;
        text-decoration: none;
    }

        footer #copyright a:hover {
            text-decoration: underline;
        }

footer ul {
    margin: 0;
    padding: 0;
}

    footer ul li {
        color: #fff;
        font-size: 0.8em;
        padding-bottom: 7px;
        list-style: none;
        line-height: 15px;
    }

        footer ul li a, footer ul li a:visited {
            color: #EBEBEB;
            text-decoration: none;
        }

            footer ul li a:hover {
                color: #EBEBEB;
                text-decoration: underline;
            }

footer h5 {
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    margin: 0 0 12px 0;
    padding: 0;
}

footer #MaddLogo {
    display: block;
    text-indent: -9999px;
    width: 220px;
    height: 50px;
    margin: 0 0 15px 0;
    background: transparent url(../Images/Logo/madd.png) no-repeat;
}

footer #colSitePreferences {
    min-width: 150px;
    /*padding-left: 15px;*/
    float: right;
}

    footer #colSitePreferences .prefBtn span {
        float: left;
    }

    footer #colSitePreferences .prefBtn {
        display: block;
        background: #252525;
        border: 1px solid #232323;
        color: #fff;
        padding: 6px 12px;
        font-size: 0.8em;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        overflow: auto;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
    }

        footer #colSitePreferences .prefBtn:hover {
            background: #1a1a1a;
            border: 1px solid #141414;
        }

        footer #colSitePreferences .prefBtn.activeSelection {
            background: #515151;
            border: 1px solid #515151;
            -moz-border-radius: 4px 4px 0px 0px;
            -webkit-border-radius: 4px 4px 0px 0px;
            -ms-border-radius: 4px 4px 0px 0px;
            -o-border-radius: 4px 4px 0px 0px;
            border-radius: 4px 4px 0px 0px;
        }

    footer #colSitePreferences i {
        display: inline-block;
        width: 10px;
        height: 10px
    }

    footer #colSitePreferences #languageSection .prefBtn {
        line-height: 16px;
    }

    footer #colSitePreferences #languageSelection .prefBtn a {
        text-decoration: none;
    }

footer #languageSection ul {
    padding: 5px 12px 1px 12px;
    background: #515151;
    -webkit-box-shadow: 0px 10px 10px -15px #000000;
    -moz-box-shadow: 0px 10px 10px -15px #000000;
    box-shadow: 0px 10px 10px -15px #000000;
}

    footer #languageSection ul li {
        color: #fff;
        cursor: pointer;
        padding: 1px 0 10px 20px;
    }

        footer #languageSection ul li:hover {
            text-decoration: underline;
        }

footer #languageSection a {
    color: #fff;
    text-decoration: none;
    padding: 1px 0 2px 20px;
}

footer #languageSection i {
    float: right;
    margin: 3px 0 0 6px;
    font-size: 0.8em;
}

.prefContainer {
    display: none;
}

.linkSeperator {
    background: #FFFFFF;
    display: inline-block;
    height: 14px;
    padding: .1px;
    margin: 0 7px 1px 7px;
    vertical-align: bottom;
    width: 1px;
}
