﻿/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight:300;
}

strong {
    font-weight: 400;
}

p {
    margin-bottom: 15px;
}

li{
    margin-bottom:5px;
}

h1 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin-top:20px;
    color: #27759C;
    font-weight:400;
}

h2 {
    font-size: 27px;
    color: #27759C;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 400;
}

h3 {
    font-size: 20px;
    color: #27759C;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 400;
}

.orangeButton {
    background-color: #ff9933;
    height: 35px;
    color: white;
    text-align: center;
    font-size: 16px;
    padding-top: 7px;
    cursor: pointer;
    border: 0px;
}

a.orangeOnHover:hover {
    color: #F0812F;
}

a{
    color:#1E02FB;
    text-decoration:none;
}

a:hover{
    color:#808080;
}

strong { font-weight: 400; }

.defaultPageTitle {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px;
    color: #27759C;
    font-weight: 400;
}

.defaultPageTitleLine {
    display:block;
}

#header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    max-width: 1920px;
    margin: auto;
    /*padding-top: 10px;*/
}

.dropDownMenu {
    border: 1px solid #C0C0C0;
    background-color: white;
    position: absolute;
    display: none;
    margin-left: -20px;
    z-index: 10;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 12px;
    font-size:16px;
}

.menuHeaderNoDrop {
    cursor: pointer;
    color: #ff9933;
    font-family: 'Open Sans', sans-serif;
}


.dropDownHeaderTitle {
    cursor: pointer;
    color: #ff9933;
    font-family: 'Open Sans', sans-serif;
}

    .dropDownHeaderTitle:hover {
        text-decoration:underline;
    }

.dropDownHeader {
    display:inline-block;
    padding-right: 70px;
    cursor: default;
}

#logoHolder {
    margin-left: 30px;
    display: inline-block;
    /*text-align: center;*/
}

#mainMenu {
    float: right;
    padding-top: 25px;
    /*text-align: center;*/
}

.highLight{
    color:rgb(39, 117, 156);
}

#main {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 770px;
    margin-right:20px;
}

#right{
    box-sizing:border-box;
    display:inline-block;
    vertical-align:top;
    width:300px;
    border-left:2px solid #eee;
    padding-left:20px;
}

#mainOuter {
    box-sizing: border-box;
    margin-top: 100px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1280px ) {
    #main {
        width: 650px;
    }

    #mainOuter {
        max-width:980px;
    }
}
    @media screen and (max-width: 1020px ) {
        #mainOuter {
            max-width: 770px;
        }

        #main {
            width: 100%;
            margin-right: 0px;
        }

        #right {
            padding-left: 0px;
            border-left: none;
        }
    }

    #holder {
        width: 100%;
    }

    .dsphead {
        font-weight: bold;
    }

    .bigLink {
        text-align: center;
        font-size: 140%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #TextSearch {
        font-size: 20px;
    }

    #searchIcon {
        cursor: pointer;
    }

    @media screen and (max-width: 1400px ) {
        .dropDownHeader {
            padding-right: 40px;
        }
    }

    @media screen and (max-width: 1300px ) {
        /*menu below logo*/
        #header {
            margin: initial;
            padding-top: 10px;
        }

        #logoHolder {
            margin-left: initial;
            display: block;
            text-align: center;
        }

        #mainMenu {
            float: initial;
            padding-top: initial;
            text-align: center;
        }

        .dropDownHeader {
            padding-left: 30px;
            padding-right: 30px;
        }

        #mainOuter {
            margin-top: 150px;
        }
    }

    @media screen and (max-width: 950px ) {
        .dropDownHeader {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    #mobileMenu {
        display: none;
        cursor: pointer;
    }

    @media screen and (max-width: 850px ) {
        /*mobile menu*/
        #header {
            position: initial;
        }

        #mainOuter {
            margin-top: 0px;
        }

        #mainMenu {
            display: none;
            padding-top: 10px;
        }

        #mobileMenu {
            display: block;
            margin: auto;
            width: 21px;
        }

        .dropDownHeader {
            display: block;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .dropDownMenu {
            position: initial;
            margin-left: 0px;
            border: none;
        }
    }

    @media screen and (max-width: 900px ) {
        #holder {
            width: 98%;
            margin: auto;
        }
    }

    @media screen and (max-width: 1000px ) {
        .defaultPageTitle {
            font-size: 22px;
        }
    }

    @media screen and (max-width: 600px ) {
        .defaultPageTitle {
            font-size: 20px;
        }

        .defaultPageTitleLine {
            display: inline;
        }
    }
