/* Layout for Real Life Accounting Main Site */

@import url(nav.css);

*
{
    margin: 0;
    padding: 0;
}

body
{
    /*background:#39473C;*/
    background: #FFFFFF;
}

TABLE
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
TD
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
TH
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #272324;
}

.titleMain
{
    font-family: Arial, Verdana;
    font-weight: NORMAL;
    font-size: 12pt;
    color: midnightblue;
}

.normtext
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
.redtext
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: RED;
}
.tdHeader
{
    text-align: left;
    font-size: 12px;
    color: #5B81B8;
    font-weight:bold;
    text-decoration: none;
    padding-bottom:15px;
    padding-top:15px;
}


#container
{
    position: relative;
    width: 920px;
    margin: 15px auto;
    background: #FFFFF5;
    border: 2px solid #F8DA99;
}

#header
{
    position: relative;
    padding: 15px;
    height: 1%;
}

#tagline
{
    position: absolute;
    text-align: right;
    margin: 15px;
    right: 0;
    bottom: 0;
    vertical-align:top;
}

#columns
{
    position: relative;
}

#col-left
{
    margin-left: 15px;
    width: 175px;
    background: #FFFFF5;
}

#col-right
{
    position: static;
    top: 0;
    left: 220px !important;
    left: 205px;
    width: 686px;
    background: #FFFFF5;
}

#footer
{
    position: relative;
    margin: 1em 0 .7em 220px;
    width: 686px;
    font-size: 90%;
    text-align: center;
}

.footer-logo
{
    position: absolute;
    top: 0;
    right: 0;
}

.photo-right
{
    float: right;
    margin: 0 0 8px 8px;
}

.photo-left
{
    float: left;
    margin: 0 8px 8px 0;
}

/* Page content formatting */

/* Home */

#sub
{
    position: relative;
    padding: 15px 15px 0;
    margin-bottom: 1em;
    background: url(../images/grad_blu_yel.jpg) repeat-x;
}

.headshot
{
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
}

#sub-list
{
    position: absolute;
    left: 215px;
    top: 85px;
}

#sub-list .stairstep, .stairstep div
{
    margin-left: 5px;
    padding-left: 20px;
    background: url(../images/bullet_blu_sm.png) no-repeat 0 7px;
    line-height: 30px;
}

.section
{
    background: url(../images/bg_section.jpg) repeat-x;
    padding: 10px;
}

.sidebar, .pullquote
{
    float: left;
    width: 250px;
    background: #EEF2F4;
    border: 1px solid #FDCC64;
    padding: 10px;
    font-size: 90%;
}

.pullquote
{
    background: #FFFFF5 url(../images/quote.png) no-repeat;
    font-style: italic;
    border-color: #7796C4;
}

/* Accordion */

#survey
{
    height: 450px;
}

#survey .question
{
    color: #5B81B8;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 1em;
    padding-left: 20px;
    background: url(../images/bullet_blu_sm.png) no-repeat;
}

#survey .answer
{
    margin-bottom: 1em;
    line-height: 1.2em;
    padding-left: 20px;
}

/* Course Content */

.top-highlight
{
    float: right;
    margin: 5px 5px 0 0;
}

/* Links */

.link-description
{
    background: url(../images/ico_remote.png) no-repeat 0 1px;
    padding-left: 23px;
}

/* Register 2 */

.error-panel
{
    width: 75%;
    margin: 2em auto;
    background: #EEF2F4;
    border: 1px solid #F00;
    padding: 15px;
}

