﻿@charset "utf-8";
/* CSS Document */
body {
    margin: 0 auto;
}
/*PAGE HEADER: */
/*Header background gradient. */
#header {
    background: url(../images/hdrBg.jpg) #fff repeat-x;
    background: -moz-linear-gradient(top, #f2f2f2, #fff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#fff));
    width: auto;
    height: 91px;
}
/*Header background overlay lines. */
#headerOverlay {
    background: url(../images/hdrOvrly.png) repeat-x;
    height: 64px;
}
/*Header Logo*/
#headerWrapper {
    width: 1024px;
    margin: auto;
}

#headerContent {
    padding: 10px 0 0 13px;
    display: inline-block;
}

    #headerContent a, img {
        text-decoration: none;
        border: 0px;
    }
/*For IE: removes border around linked image.*/
/*Header Search box. */
#headerSearch {
    display: inline-block;
    margin: 25px 0 0 325px;
    vertical-align: top;
}

    #headerSearch .searchBox {
        vertical-align: middle;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    #headerSearch .searchBtn {
        vertical-align: middle;
    }
/*Header Facebook & Twitter Links. */
#headerSocialNavs {
    display: inline-block;
    margin: 25px 13px 0 0px;
    vertical-align: top;
}

    #headerSocialNavs .SocialButtons {
        padding-left: 2px;
    }
/*____________________________END HEADER________________________________________________*/

/*NAVIGATION BAR: */
/*Border at the top of the navBar*/
#navBarWrapper {
    position: relative;
    background: #73A5CC;
    width: auto;
    height: 61px;
    padding-top: 4px;
    z-index: 3;
}
/*Thin border at the bottom of navBar with dropshadow. */
#navBarUnderlay {
    position: relative;
    background: #e6e6e6;
    -moz-box-shadow: 0px 5px 10px #1a1a1a;
    -webkit-box-shadow: 0px 5px 10px #1a1a1a;
    box-shadow: 0px 5px 10px #1a1a1a;
    width: auto;
    height: 61px;
}
/*Burgundy bar with gradient and supporting jpg file as a substitute to compensate for incompatible browsers. */
#navBar {
    position: relative;
    background-color: #C12637;
    width: auto;
    height: 60px;
}
/*Overlay of lines on top of navBar. */
#navBarOverlay {
    height: 60px;
}
/*______________________________END NAVIGATION BAR______________________________________________*/
/*NAVIGATION MENU & MEGA DROPDOWN MENU: */
#menuWrapper {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

.house {
    float: left;
    padding: 7px 0 0 30px;
}
/*Styling for the Menu container. */
#menu {
    list-style: none;
    width: 915px;
    height: 60px;
    margin: auto;
    padding: 0 0 0 85px;
}
/*Styling for the menu items. */
#menutext {
    padding-top: 15px;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 28px;
    color: #fff;
    display: block;
    outline: 0px;
    text-decoration: none;
    -webkit-text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 2px;
}

#ContentWrapper {
    background: url(../images/bodyBg2.png) repeat;
    width: 1024px;
    height: auto;
    min-height: 550px;
    margin: -10px auto 0 auto;
    padding: 35px 12px 15px 30px;
    z-index: 1;
    font-family: 'avianregular';
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

    #ContentWrapper h1 {
        color: #00457c;
        font-size: 18px;
        line-height: 24px;
    }

    #ContentWrapper h2 {
        color: #00457c;
        font-size: 16px;
        line-height: 22px;
    }

    #ContentWrapper h3 {
        color: #00457c;
        font-size: 14px;
        line-height: 20px;
    }

    #ContentWrapper a {
        font-family: 'avianregular';
        letter-spacing: 0;
        color: #00457c;
        font-size: 14px;
        line-height: 20px;
        cursor: pointer;
    }

        #ContentWrapper a:hover {
            text-decoration: underline;
        }

    #ContentWrapper span {
        color: #92001e;
    }

    #ContentWrapper img {
        border: 3px solid #fff;
        -moz-box-shadow: 0px 2px 3px #999;
        -webkit-box-shadow: 0px 2px 3px #999;
        box-shadow: 0px 3px 3px #999;
        height: auto;
    }

@font-face {
    font-family: 'ralewaythin';
    src: url('../fonts/raleway_thin-webfont.eot');
    src: url('../fonts/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway_thin-webfont.woff') format('woff'), url('../fonts/raleway_thin-webfont.ttf') format('truetype'), url('../fonts/raleway_thin-webfont.svg#ralewaythin') format('svg');
    font-weight: normal;
    font-style: normal;
}


#tables ul {
    width: 890px;
    margin-bottom: 20px;
    overflow: hidden;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
}

#tables li {
    line-height: 1.5em;
    border-bottom: none;
    float: left;
    display: inline;
    margin-bottom: 10px;
}

#tables #double li {
    width: 50%;
}

#tables #triple li {
    width: 33.333%;
}

#tables #quad li {
    width: 25%;
}

#tables #six li {
    width: 16.666%;
}

#appSingleColumnContent {
    min-height: 400px;
}

/* web application specific styles */

ul {
    list-style-type: none;
}

    ul li {
        margin-top: 20px;
    }

.rgCaption {
    font-size: 12px;
    font-weight: bold;
}

.ulHelp {
    color: #0000FF;
    margin-right: 25px;
}

.pnlHelp {
    border-color: blue;
    border-style: dashed;
    border-width: 2px;
}

.pnlEligibility {
    color: #0094ff;
    border-color: #0094ff;
    border-style: dashed;
    border-width: 2px;
}

.liEligibility {
    color: #0094ff !important;
    position: relative;
    left: 30px;
}
