﻿/* The main text box */
#mainbox
{
    width: 704px;
    float: left;
    overflow: hidden;
    margin-top: 6px;
}
#mRepeat
{
    background: url(/images/mainbox_mid.png) repeat-y;
}
#mTop
{
    background: url(/images/mainbox_top.jpg) no-repeat top center;
    margin-left: 5px;
}
#mBottom
{
    background: url(/images/mainbox_bottom1.jpg) no-repeat bottom center;
}
#mBottom2
{
    background: url(/images/mainbox_bottom2.png) no-repeat top center;
    height: 24px;
    width: 704px;
	clear: both;
}
#maintext
{
    color: #727272;
    padding: 20px 25px;
    min-height: 400px;
}
#maintext ul
{
    margin-left: 28px;
	margin-top: 12px;
}
#maintext h1
{
    font-size: 30px;
    color: #7fbc43;
}
#maintext h2
{
    color: #015a99;
    font-weight: normal;
    font-size: 22px;
}
#maintext h3
{
	margin-top: 14px;
}
#maintext p
{
	margin-top: 12px;
}
#maintext strong
{
    color: #015a99;
}
#maintext li
{
    
}
/* end main box */

/* marketing box */
#marketingbox
{
    width: 245px;
    float: left;
}
#marketMid
{
    background-image: url(/images/GreenBox_mid.png);
    height: 164px;
    overflow: hidden;
}
/* end marketing box */

/* ancillary info box */
#ancillary
{
    width: 245px;
    float: left;
    font-size: 11px;
}
#aMid
{
    background: url(/images/ancillary_mid.png) repeat-y;
}
#aGradient
{
    background: url(/images/ancillary_gradient.png) no-repeat top left;
    margin-left: 6px;
}
#aContent
{
    padding: 10px 10px;
}
#ancillary h1
{
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 19px;
}

#ancillary ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#ancillary li
{
    padding: 12px 0;
}
#ancillary a
{
    color: White;
    text-decoration: none;
}
#ancillary em
{
    color: #9dd268;
    font-style: normal;
    font-weight: bold;
}
/* end ancillary info box */
fieldset
{
    margin-top: 10px;
    overflow: auto;
}
fieldset > div
{
    clear: both;
    margin-top: 3px;
}
fieldset label
{
    float: left;
    width: 115px;
}
label.chk
{
    float: none;
    width: auto;
}
