/*-- Performance Publishing Skins --*/

body {
    background: #E8E8E8;
}

h1 {
    color: #3B73B9;
    padding-bottom: 10px;
    font-weight: 100;
}

h2 {
    color: #3b73b9;
}

a, body input.a {
    color: inherit;
}

    a:visited,
    body input.a:visited,
    a:link,
    body input.a:link {
        color: #39C;
    }

    a:hover, body input.a:hover,
    a:active, body input.a:active {
        color: #52a9d4;
    }

.after {
    border-bottom: none !important;
}

/*-- Admin User Buttons --*/

input[type=button], input[type=submit], .button {
    color: #fff;
    font-weight: 500;
    background: #39c;
}

    input[type=button]:hover, input[type=submit]:hover, .button:hover {
        background: #52a9d4;
        color: #fff;
    }

/*-- End of Admin User Buttons --*/

/*-- Directory Search Button ONLY --*/

#btnSearch {
    color: #fff;
}
/*-- End of Directory Search Button --*/

/*-- Banner --*/

#banner {
    background: url(logo.jpg);
    width: 960px;
    height: 120px;
}

/*-- End of Banner --*/

/*-- Main Navigation --*/

#navigation {
    border: none !important;
    padding: 5px 0;
}

    #navigation a {
        color: #F0F0F0;
        font-weight: 600;
        margin: 0 13px;
    }

        #navigation a:hover {
            color: #FFE59E;
        }

    #navigation, #navigation ul, #navigation li {
        background: #393A3A;
        border: none;
    }

        #navigation, #navigation ul {
            height: 28px;
        }

            #navigation > li span {
                color: #F0F0F0;
                font-weight: 600;
            }

            #navigation li > ul > li {
                background: #393A3A;
                -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .8);
                box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .8);
                border-bottom: 1px dotted #232323;
                border-top: none;
                padding: 5px;
            }

                #navigation li > ul > li:hover {
                    color: #C11820;
                }

            #navigation > li:hover, #navigation ul li:hover {
                color: #C11820;
            }

            #navigation > li:not(:last-child) {
            }

/*-- End of Main Navigation --*/

/*-- Admin Navigation --*/

.loginRegion {
    background: #f2f2f2;
    border: 1px solid #ccc;
}

#navLink {
    background: #871313;
}

#adminNav a {
    border-top: 1px solid #000;
}

    #adminNav a:first-child {
        border-right: 1px solid #000;
    }

#login, #user {

}

    #user a {
        background: #083B7B;
        color: #D8D7D7;
        display: block;
    }

        #user a:hover {
            background: #0a4da0;
        }

    /*-- Drop Down Nav Style --*/

    #user .HasSub ul {
        background: #083B7B;
    }

    #user .HasSub li a:hover {
        background: #0a4da0;
    }

    /*-- Login / Register --*/

    #login a {
        color: #F0F0F0;
        font-weight: 500;
        font-size: 14px;
    }

#login {
    background: #000;
    display: none;
    margin: 25px 15px 0 0;
}

    #login a:hover {
        background: #0a4da0;
    }

#loginLink {
    background: #871313;
    color: #EEE;
}

/*-- End of Admin Navigation --*/

/*-- Footer --*/

#footer {
    background: #666666;
    margin: 8px auto;
}

    #footer, #footer a {
        color: #CCC;
    }

        #footer a:hover, #footer a:active {
            color: #999;
        }

/*-- End of Footer --*/

/*-- ///// Non Style Mods ///// --*/

#content {

}

#txtSearch {
}

.placeholder .loginRegion input[type="text"], .placeholder .loginRegion input[type="password"] {
    padding: 5px;
    width: 200px !important;
}

/*-- Edit Rad Strip Font Color --*/

.RadTabStrip .rtsLevel .rtsOut, .RadTabStrip .rtsLevel .rtsIn, .RadTabStrip .rtsLevel .rtsTxt, .RadTabStripVertical .rtsLevel .rtsOut, .RadTabStripVertical .rtsLevel .rtsIn, .RadTabStripVertical .rtsLevel .rtsTxt {
    color: #39c !important;
}

    .RadTabStrip .rtsLevel .rtsOut:hover, .RadTabStrip .rtsLevel .rtsIn:hover, .RadTabStrip .rtsLevel .rtsTxt:hover, .RadTabStripVertical .rtsLevel .rtsOut:hover, .RadTabStripVertical .rtsLevel .rtsIn:hover, .RadTabStripVertical .rtsLevel .rtsTxt:hover {
        color: #52a9d4 !important;
    }

/*-- End of Edit Rad Strip Font Color --*/

.RadComboBoxDropDown_Black .rcbHovered {
    color: #610D0D !important;
}

.RadComboBox_Black .rcbHovered .rcbReadOnly .rcbInput, .RadComboBox .rcbArrowCell a:hover {
    color: #610D0D !important;
}

#user span {
    background: #fff;
    color: #000;
}

    #user a:last-child, #login a:last-child, #login a:first-child, #user span:first-child {
        border-radius: 0 !important;
    }

/*-- ABCFEC Outlook Color Change --*/

.RadComboBoxDropDown_Vista .rcbHovered {
    background: #083B7B !important;
}

/*-- End of ABCFEC Outlook Color Change --*/

/*-- ABCFEC background shadow --*/

body #content {
    background: #FFF;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .8);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .8);
}


/*-- ///// End of Mods ///// --*/

/***** EDITOR STYLES ******/

.Header1 {
    font-size: 2em;
    color: #00549D;
}

.Header2 {
    font-size: 1.4em;
    color: #A1D27C;
}

	.QuickNavWrapper a
	{
		background-color: #393A3A;
		color: white;
	}
	
	.QuickNavBanner
	{
		background-color: #393A3A;
	}

/*-- MOBILE STYLES --*/

@media only screen and (max-width: 1024px) {
    #banner {
		width: 100% !important;
    }

    #servicesPane td {
        border: inherit;
    }

    .menu > li {
        background: #393A3A;
        border-bottom: 1px solid #000;
    }

        .menu > li > a {
            color: #f0f0f0;
        }

        .menu > li:hover {
            background: #393A3A;
        }

        .menu > li > a:hover {
            color: #FFE59E;
        }


    .toggle:after {
        background: #393A3A;
        color: #f0f0f0 !important;
        border-bottom: 1px solid #000;
    }

    .toggle:hover:after {
        background: #393A3A;
        color: #FFE59E !important;
    }

    #user a, #user span, #login a {
        color: #D8D7D7 !important;
    }

        #login a:hover, #user a:hover {
            color: #D8D7D7 !important;
        }
}

@media only screen and (min-width : 320px) and (max-width : 568px) {
    body {
        background: #fff !important;
    }

    #banner {
        background: url(logomobile.png) no-repeat !important;
        width: 100%;
        height: 95px !important;
    }

    #navigation, #navigation ul {
        background: #393A3A;
    }

        #navigation ul li {
            border: inherit;
        }

        #navigation li:hover {
            background: #393A3A;
            color: #FFE59E;
        }
}
