body {
    background-color: rgb(168, 185, 203);
    color: rgb(0, 0, 0);
    background-image: url(MainBg.gif);
    background-repeat: repeat-x;
}

h1 {
    color: #024C8D;
    padding-bottom: 10px;
}

h2 {
    color: #0059BD;
}

a, body input.a {
    color: #00549D;
}

.memberBox a,
.serviceList a
{
	text-decoration: underline;
}

    a:visited,
    body input.a:visited,
    a:link,
    body input.a:link {
        color: #00549D;
    }

    a:hover, body input.a:hover,
    a:active, body input.a:active {
        color: #999;
    }

input[type=button], input[type=submit], .button, a.button {
    color: #fff;
    font-weight: 500;
    background: #0059BD;
}

    input[type=button]:hover, 
	input[type=submit]:hover, 
	.button:hover,
	a.button:hover {
        background: #004B8E;
        color: #fff;
    }

.loginRegion {
    background: #f2f2f2;
    border: 1px solid #ccc;
}

#btnSearch {
    color: #fff;
}

#footer {
    background: rgb(168, 185, 203);
}

    #footer, #footer a {
        color: #555;
    }


#footer a:hover, #footer a:active {
    color: #FFF;
}
/*------ Banner Style -------*/
#banner {
    background-color: #fff;
	height: 150px;
    background: url(logo.jpg) no-repeat;
}

#navigation, #navigation ul {
    background: #0059BD;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .8);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .8);
}

    #navigation > li span {
        color: #fff;
    }

    #adminNav a {
        border-top: 1px solid #000;
    }

        #adminNav a:first-child {
            border-right: 1px solid #000;
        }

    #navigation > li:hover, #navigation ul li:hover {
        background: #004B8E;
    }

    #navigation > li:not(:last-child) {
        border-right: 1px solid #000;
    }

    #navigation a {
        color: #fff;
    }

    #login, #user {
        margin: 1em;
        color: #fff;
    }

        #user a,
		#login a {
            background: #0059BD;
            color: #fff;
            display: block;
        }

            #user a:hover,
		#login a:hover {
                background: #004B8E;
                color: #fff;
            }
			
/*-- Drop Down Nav Style --*/

#user .HasSub ul {
    background: #0059BD;
	}
	
	#user .HasSub li a:hover {
	background: #004B8E;
	}				

	.QuickNavWrapper a
	{
		background-color: #0059BD;
		color: white;
	}
	
	.QuickNavBanner
	{

	}

/***** EDITOR STYLES ******/
.Header1 {
    font-size: 2em;
    color: #024C8D;
}

.Header2 {
    font-size: 1.4em;
    color: #0059BD;
}

/*-- MOBILE STYLES --*/

@media only screen and (max-width: 1024px) {
    #banner {
        width: 100%;
        height: 128px !important;
    }

    #servicesPane td {
        border: inherit;
    }

    .menu > li {
        background: #0059BD;
        border-bottom: 1px solid #000;
    }

        .menu > li > a {
            color: #fff;
        }

        .menu > li:hover {
            background: #004B8E;
        }

        .menu > li > a:hover {
            color: #fff;
        }


    .toggle:after {
        background: #0059BD;
        color: #f0f0f0 !important;
        border-bottom: 1px solid #000;
    }

    .toggle:hover:after {
        background: #004B8E;
        color: #FFE59E !important;
    }

    #user a, #user span, #login a {
        color: #fff !important;
    }

        #login a:hover, #user a:hover {
            color: #fff !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: 568px;
        height: 95px !important;
    }

    #navigation, #navigation ul {
        background: #393A3A;
    }

        #navigation ul li {
            border: inherit;
        }

        #navigation li:hover {
            background: #393A3A;
            color: #FFE59E;
        }
}
