/* General Enrollment Layout */

#maincontent h3
{
    padding: 0px;
}

.course-choice
{
    height: 55px;
    background: #ededee;
    margin: 0 0 7px 0;
    border-collapse: collapse;
}
.course-choice th
{
    font-family: "Times New Roman", "Times", serif;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 0 15px;
    width: 300px;
    text-align: left;
}
.course-choice td.button
{
    padding:6px 15px 0 0;
}

#methods-container
{
}

#methods-container h4
{
    margin: 5px 0 20px 0;
}

#methods-container div.left
{
    float: left;
    width: 494px;
}

#methods-container div.left .column-1
{
    width: 116px;
    text-indent: 33px;
    vertical-align: top;
    border-bottom: 1px dotted #ccc;
    padding: 15px 0 15px 0;
    color: #38393b;
    font-weight: bold;
    font-size: 12px;
}

#methods-container div.left .column-2
{
    border-bottom: 1px dotted #ccc;
    padding: 15px 0 15px 0;
    color: #7a7a7a;
}

#methods-container div.left .online
{
    background: url("/images/icon/enrollment.png") no-repeat 0 15px;
}

#methods-container div.left .phone
{
    background: url("/images/icon/enrollment.png") no-repeat -116px 13px;
}

#methods-container div.left .mail
{
    background: url("/images/icon/enrollment.png") no-repeat -232px 13px;
}

#methods-container div.left .person
{
    background: url("/images/icon/enrollment.png") no-repeat -348px 11px;
}


#methods-container div.right
{
    float: right;
    width: 147px;
    height: 288px;
    background: url("/images/background/enroll-agreement.png") 0 0 no-repeat;
    padding: 15px;
}

/* PDF Download Agreement Start */

#enrollment-agreement
{
}

#enrollment-agreement h3
{
    font-size: 18px;
    margin: 0 0 10px 0;
}

#enrollment-agreement p
{
    line-height: 16px;
    font-size: 11px;
}

#enrollment-agreement a.download
{
    background: url("/images/icon/box-bullet.png") no-repeat right 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 8px 0 0;
    text-decoration: none;
}

#enrollment-agreement a.download:hover
{
    text-decoration: underline;
}

/* PDF Download Agreement End */


/* Under Menu Slider Start */

#under-nav-slider
{
    width: 180px;
    background: #e7e7e8;
    margin: 10px auto 0px auto;
    padding: 5px 0px 20px 0px;
}

#under-nav-slider div.panel
{
    width: 170px;
    height: 87px;
    margin: 0px auto;
}

#under-nav-slider div.content
{
    width: 170px;
    margin: 0px auto;
}

#under-nav-slider div.content h4
{
    margin: 20px 0 0 11px;
    padding: 0px;
    color: #7a7a7a;
    font-family: "Times New Roman", "Times", serif;
    font-size: 18px;
    font-weight: normal;
}

#under-nav-slider div.content p
{
    padding: 0px 11px 11px 11px;
    font-family: "HelveticaNeue-Light" , "Helvetica Neue Light" , "Helvetica Neue" , Helvetica, Arial, "Lucida Grande" , sans-serif;
    font-size: 12px;
    color: #8b8a8a;
    margin: 0px;
    line-height: 18px;
}

#under-nav-slider div.content a
{
    padding: 0 10px 0 11px;
    background: url("/images/icon/box-bullet.png") no-repeat right 5px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

#under-nav-slider div.content a:hover
{
    text-decoration: underline;
}

/* Under Menu Slider End */