﻿html, body { height: 100%; }

html
{
    font-size: 12px;
    line-height: 1.3em;
    font-family: Verdana, Helvetica, Ariel, SanSerif;
    margin: 0;
    padding: 0;
    color: #3E3636;
}

body { margin: 0 auto; background: #B6E5DF; }

h1 { font-size: 2em; }
h2
{
    font-size: 1.5em;
    line-height: 1.3em;
    color: #3F9182;
}
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }

a { color:#3D8F81; }
a:hover { text-decoration: none; }
a:visited { color:#BA5D51; }

img { border: none; }

.expander { height: 0; overflow: hidden; clear: both; }

.correct_answer_mark
{
    font-weight: bold;
    color: #F00;
    white-space: nowrap;
}

#aspnetForm
{
    width: 859px;
    margin: 0 auto;
    background: #7DD1C2;
    min-height: 100%;
    border: 1px solid #7DD1C2;
    border-top: none;
    border-bottom: none;
}
* html #aspnetForm { height: 100%; }

#content { padding: 1em; background: #FFF; }

#module_menu
{
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    border: 1px solid #BDEBE0;
    background: #EBF7F5;
}

#module_menu ul { margin-top: 0; margin-bottom: 0; color: #3D8F81; }

#case_study_content
{
    margin-bottom: 1em;
}

#content dl.bottom_box
{
    border-left: 85px solid #E8F6F6;
    padding: 0 0 0 20px;
    background: url(/!images/acasa_hdr_tab.gif) 14px 0 no-repeat;
    zoom: 1;
    margin: 1em 0 0;
}
#case_study_content dl.bottom_box
{
    margin-top: -1em;
    position: relative;
    top: 1em;
}
#case_study_content dl.bottom_box_normal_margin { margin-top: 1em; top: 0; }
#content dl.bottom_box dt
{
    font-weight: bold;
    color: #FFF;
    height: 20px;
    padding-top: 3px;
    float: left;
    min-width: 175px;
    padding-right: 96px;
    background: url(/!images/acasa_hdr_tab_right.gif) right top no-repeat;
}
* html #content dl.bottom_box dt { width: expression(this.clientWidth - 96 <= 175 ? "175px" : "auto"); }
#content dl.bottom_box dl dt
{
    font-weight: normal;
    color: #3E3636;
    height: auto;
    padding-top: auto;
    float: none;
    width: auto;
    background: none;
}
#content dl.bottom_box dd
{
    background: url(/!images/bullet.gif) 6px 5px no-repeat;
    margin-left: 0;
    padding: 0 0 0 14px;
    clear: both;
}

#case_study_nav
{
    background: url(/!images/acasa_divider.gif) right 1em no-repeat;
    border-left: 85px solid #E8F6F6;
    padding: 1.25em 0 0 20px;
}

