body {
    background-color: #EFECE2;
    margin: 0;
    padding: 0;
}

#ASheader {
    position: absolute;
    top: 0;
    left: 0;
    background: url(/SiteImages/_header.jpg) center 0 no-repeat;
    width: 1194px;
    height: 650px;
    z-index: -1;
}

#ASfooter {
    background: url(/SiteImages/_footer.jpg) center 0 no-repeat;
    width: 1194px;
    height: 225px;
}

#AS {
    width: 720px;
    height: 1%;
    font-family: 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #000;
}
    #AS:after {
        content: '.';
        display: block;
        clear: both;
        width: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }
    #AS.static {
        margin: 0 0 0 360px;
        padding-top: 140px;
    }

#AS a {
    color: #0063C8;
    text-decoration: underline;
}
    #AS a:hover { text-decoration: none; }

#AS strong { font-weight: bold; }
#AS em { font-style: italic; }
#AS sup,
#AS sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
    #AS sub { top: 0.4em; }

#AS h1,
#AS h2,
#AS h3,
#AS h4,
#AS h5,
#AS h6 { 
    color: #5F7007; 
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#AS h1 {
    margin-bottom: 16px;
    font-size: 17px;
}
    #AS h1.nomargin { margin: 0; }
    #AS h1.AScomingsoon { 
        font-size: 21px; 
        font-weight: bold; 
    }
        #AS h1.AScomingsoon span {
            color: #000;
            font-size: 17px;
            font-weight: normal;
        }
#AS h2 { font-size: 17px; }
#AS h3 { font-size: 14px; }
#AS h4,
#AS h5,
#AS h6 { font-size: 12px; }

#AS p,
#AS ul,
#AS ol,
#AS dl,
#AS table { margin: 0 0 16px; clear: both; }

#AS .ASsprite {
    display: block;
    text-indent: -999em;
    height: 40px;
    background: url(/SiteImages/sprites.png) 0 0 no-repeat;
}
    #AS .ASsprite.AStakeassessment      { background-position: 0 -260px;        width: 220px; }
    #AS .ASsprite.ASretakeassessment    { background-position: 0 -300px;        width: 200px; }
    #AS .ASsprite.ASregisternow         { background-position: -320px -300px;   width: 220px; }
    #AS .ASsprite.ASaboutpaychecks      { background-position: 0 -340px;        width: 235px; }
    #AS .ASsprite.ASaboutcredit         { background-position: 0 -380px;        width: 205px; }
    #AS .ASsprite.ASaboutsavings        { background-position: 0 -420px;        width: 300px; }
    #AS .ASsprite.ASaboutcareer         { background-position: 0 -460px;        width: 265px; }
    #AS .ASsprite.ASaboutrisk           { background-position: 0 -500px;        width: 280px; }
    #AS .ASsprite.ASaboutbudget         { background-position: 0 -540px;        width: 240px; }
    #AS .ASsprite.ASstartstudying       { background-position: 0 -580px;        width: 170px; }
    #AS .ASsprite.ASbacktotop           { background-position: 0 -620px;        width: 160px; }
    #AS .ASsprite.ASprevious            { background-position: -160px -620px;   width: 120px; }
    #AS .ASsprite.ASnext                { background-position: -320px -620px;   width: 90px; }
        #AS .ASsprite.ASnext.inactive   { background-position: -320px -580px;   width: 90px;  cursor: default; }
        #AS p .ASsprite.ASnext,
        #AS .ASsprite.ASprevious { float: right; }

#AS .AScontent {
    float: left;
    width: 512px;
    overflow: hidden;
    margin-right: 20px;
}
    #AS .AScontent .ASsuccess { color: #5F7007; }
    
#AS fieldset.ASregister {
    border: 0;
    background: url(/SiteImages/registerbox.jpg) 0 0 no-repeat;
    width: 432px;
    height: 211px;
    padding: 20px 20px 20px 40px;
    overflow: hidden;
    margin: 0;
}
    #AS fieldset.ASregister p { font-size: 10px; }
    #AS fieldset.ASregister ul,
    #AS fieldset.ASregister li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none;
    }
        #AS fieldset.ASregister ul input,
        #AS #ASloginbox fieldset input {
            border: 1px solid #A6A593;
            background: #FFF;
            padding: 3px;
            width: 194px;
        }
        #AS fieldset.ASregister ul label {
            float: left;
            width: 200px;
        }
        #AS fieldset.ASregister ul p {
            clear: both;
            margin-left: 200px;
            color: #000 !important;
        }
        #AS fieldset.ASregister li {
            clear: left;
            padding-top: 10px;
            list-style-image: none;
        }
        #AS fieldset.ASregister input.ASbutton {
            display: block;
            clear: left; 
            margin: 20px 0 0;
        }
    #AS .ASerror { color: #C00; }
    .ASerror p { color: #CC0000 !important; }

#AS #ASloginbox {
    background: #DEDED2 url(/SiteImages/loginbox.png) -172px bottom no-repeat;
    width: 172px;
    float: left;
}
    #AS #ASloginbox h2 {
        color: #000;
        padding: 3px 0;
        font-weight: bold;
        font-size: 12px;
        background: #A7BE30 url(/SiteImages/loginbox.png) 0 0 no-repeat;
        text-align: center;
        width: 172px;
    }
#AS #ASloginbox fieldset {
    border: 0;
    padding: 5px;
    margin: 0;
}
#AS #ASloginbox fieldset label {
    font-size: 10px;
    color: #453C33;
    display: block;
    font-weight: bold;
}
#AS #ASloginbox fieldset input { width: 154px; }
#AS #ASloginbox input.ASloginbutton,
#AS #ASloginbox p { 
    display: block;
    margin: 5px 5px 10px; 
    font-size: 10px;
}

#AS .ASmodules,
#AS .ASmoduleEnd {
    background: url(/SiteImages/sprites.png) 0 -660px no-repeat;
    padding: 10px 0 0;
    width: 540px;
    overflow: hidden;
    margin: 0 0 16px;
}
    #AS .ASmoduleEnd { 
        background-position: 0 0; 
        height: 1px;
        padding: 0;
        clear: left;
    }
    #AS .ASmodule {
        float: left;
        width: 160px;
        margin-right: 18px;
        color: #0063C8;
    }
        #AS .ASmodule p {
            width: 155px;
            overflow: hidden;
        }
    #AS .ASmodule h3 {
        display: block;
        text-indent: -999em;
        height: 119px;
        width: 160px;
        margin-bottom: 10px;
        background: url(/SiteImages/sprites.png) 0 -1px no-repeat;
    }
        #AS .ASmodule h3.ASmoduleControlspending    { height: 129px; background-position: 0 -1px; }
        #AS .ASmodule h3.ASmoduleAvoidmistakes      { height: 129px; background-position: -160px -1px; }
        #AS .ASmodule h3.ASmoduleStandout           { height: 129px; background-position: -320px -1px; }
        #AS .ASmodule h3.ASmoduleAnswerquestions    { background-position: 0 -140px; }
        #AS .ASmodule h3.ASmoduleChangeanswers      { background-position: -160px -140px; }
        #AS .ASmodule h3.ASmoduleBudgetingtime      { background-position: -320px -140px; }

#AS #ASprogress {
    margin: 0 0 20px 0;
    height: 40px;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    clear: left;
}
    #AS #ASprogress li {
        list-style-type: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
        border: 1px solid #453C33;
        border-left-width: 0;
        background: #FFF;
        float: left;
        width: auto;
        position: relative;
    }
        #AS #ASprogress li.ASprogressFirst { border-left: 1px solid #453C33; }
        #AS #ASprogress li:first-child {
            -webkit-border-top-left-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            -moz-border-radius-topleft: 2px;
            -moz-border-radius-bottomleft: 2px;
        }
        #AS #ASprogress li:last-child {
            -webkit-border-top-right-radius: 2px;
            -webkit-border-bottom-right-radius: 2px;
            -moz-border-radius-topright: 2px;
            -moz-border-radius-bottomright: 2px;
        }
        #AS #ASprogress li.AScomplete { background-color: #A7BE30; list-style-image: none; }
        #AS #ASprogress li.ASinprogress { 
            background-color: #D2E183;
            list-style-image: none; 
            -webkit-border-bottom-right-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            -moz-border-radius-bottomright: 2px;
            -moz-border-radius-bottomleft: 2px;
        }
        #AS #ASprogress li p { 
            padding: 5px 8px; 
            margin: 0 !important;
            height: 16px;
            font-size: 10px;
            color: #AAA;
            font-weight: bold;
        }
            * html #AS #ASprogress li p { 
                display: inline;
                width: auto !important; 
                line-height: 26px;
            }
            #AS #ASprogress li.AScomplete p,
            #AS #ASprogress li.ASinprogress p { color: #453C33; list-style-image: none; }
        #AS #ASprogress li span {
            font-size: 10px;
            display: block;
            color: #FFF;
            font-weight: bold;
            background: #4F453B;
            z-index: 5;
            width: auto;
            text-align: center;
            line-height: 18px;
            padding-left: 4px;
            padding-right: 4px;
            list-style-image: none;
            -webkit-border-bottom-right-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            -moz-border-radius-bottomright: 2px;
            -moz-border-radius-bottomleft: 2px;
        }

#AS #ASquestion {
    margin: 0 0 0 35px;
    position: relative;
    border: 0;
    padding: 0;
}
    #AS #ASquestion #ASnumber {
        position: absolute;
        top: 0;
        left: -35px;
        background: url(/SiteImages/sprites.png) -320px -260px no-repeat;
        height: 28px;
        width: 28px;
        overflow: hidden;
        text-align: center;
        line-height: 28px;
        border: 0;
        font-size: 11px;
    }
    #AS #ASquestion p,
    #AS #ASquestion li 
    {
        font-size: 12px;
        padding: 0 0 10px;
        margin: 0 0 10px;
        border-bottom: 1px solid #A6A593;
        list-style-image: none;
        clear: left;        
    }
        #AS #ASquestion li {
            height: 1%;
            margin-left: 25px;
            position: relative;
            list-style-image: none;
        }
        #AS #ASquestion li input {
            position: absolute;
            list-style-image: none;
            left: -25px;
            top: 0;
        }
    #AS #ASquestion ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
 
#AS #ASpercentage {
    float: right;
    width: 95px;
    background: #AAA;
    border: 1px solid #453C33;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
} 

#AS #AScertificate {
    height: 214px;
    position: relative;
    padding-top: 160px;
    text-align: center;
    color: #453C33 !important;
    line-height: 30px;
    margin: 0 0 20px;
}
    #AS #AScertificate img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    
    #AS #AScertificate input { width: 20em; }
    #AS #AScertificate .AScertificateName { font-size: 21px; }
    .AScertificateName .inactive { border: 0 none; overflow: hidden; padding: 4px; font-size: 21px; text-align: center; }
    #AS #AScertificate p.ASdate { font-size: 10px; }
    
#AS #ASterms {
    clear: both;
    padding-top: 40px;
    font-size: 9px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 95px;
}

#AS #ASterms p {
    font-size: 9px !important;
}
