/***** *****/

body
{
    _width:expression(document.body.clientWidth < 997? "995px": "100%");
    min-width: 995px;
    min-height: 100.01%; 
    background-color: #EDF6FF;
    background-image: url('/images/menu_bg.jpg');
    background-position: top left;
    background-repeat: repeat-y;
}

/***** *****/

div#top
{
    _width:expression(document.body.clientWidth < 997? "995px": "100%");
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0px Auto -44px Auto;
}

div.header_top
{
    width: 100%;
    height: 5px;
    background-image: url('/images/header_top.jpg');
    background-position: top center;
    background-repeat: repeat-x;
    _margin-bottom: -13px;                                  /***** IE 6 Bug *****/
}

div#header
{
    width: 100%;
    vertical-align: top;
    height: 110px;
    background-image: url('/images/header_bg.jpg');
    background-position: top center;
    background-repeat: repeat-x;
}

div#header img
{
    margin: 0 0 -3px 0;                                       /***** IE 6 Bug *****/
}

div#sidebar
{
    float: left;
    width: 190px;
    _margin-right: -3px;                                   /***** IE 6 Bug *****/
    background-image: url('/images/menu_top.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

div#sidebar ul
{
    margin-top: 15px;
}

div#sidebar li
{
    background-position: top center;
    background-repeat: no-repeat;
    height: 34px;
    _margin-bottom: -3px;                                    /***** IE 6 Bug *****/
}

div#sidebar li.m_home { background-image: url('/images/menu/home_off.jpg'); }
div#sidebar li.m_services { background-image: url('/images/menu/services_off.jpg'); }        
div#sidebar li.m_quote { background-image: url('/images/menu/quote_off.jpg'); }
div#sidebar li.m_contact { background-image: url('/images/menu/contact_off.jpg'); }
div#sidebar div { margin-right: 10px; }
div#sidebar div.affiliations { margin-top: 10px; }
div.affiliations img { margin-bottom: .75em; }
div.affiliations img.pic { border: 1px #000 solid; }

div#strip
{
    height: 30px;
    margin-left: 20px;
    background-image: url('/images/strip_bg.jpg');
    background-position: top center;
    background-repeat: repeat-x;
}

div#strip img.phone
{
    float: right;
    margin-bottom: -4px;
}

div#wrapper
{
    margin-left: 190px;
}

/***** Content *****/

div#content
{
    width: 785px;
    margin: 0.5em Auto 1.0em Auto;
    padding-right: 10px;
}

div#content a:link, div#content a:visited
{
    color: #11ac11;
}

div#content a:hover
{
    color: #3879bb;
    text-decoration: underline;
}

div#content ul, div#content ol
{
    margin: .5em 0 1em 1.75em;
}

div#content ul li
{
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: .5em;
}

div#content ol li
{
    list-style-type: decimal;
    list-style-position: outside;
    margin-bottom: .5em;
}

div#content .first
{
    clear: right;
    padding-top: 16pt;
}

div#content .section.first
{
    padding-top: 0;
}

div#content ul.carriers 
{
    width: 400px;
    list-style-position: inside;
    margin: 10px;
    padding: 0 0 0 40px;
}
div#content ul.carriers li 
{
    display: inline-block;
    width: 50%;
    float: left;
    list-style-type: disc; 
    list-style-position: inside;
    margin: 0;
    padding: 0;    
}

div.services
{
    width: 50%;
    float: left;
}

div#content .people
{
    font-size: 9pt;
}

div#content .people.center
{
    _padding-top: 4px;
}

.photo.right.contact
{
    margin-top: 20px;
}

.services ul li
{
    padding: 0;
    line-height: 1em;
}

h2
{
    color: #11ac11;
}

/***** Bottom & Footer *****/

div#push, div#bottom
{
    height: 44px;
}

div#bottom
{
    _width:expression(document.body.clientWidth < 997? "995px": "100%");
    position: relative;
    bottom: 0;
}

div#footer
{
    margin-left: 190px;
    font-size: 80%;
    line-height: 1em;
    text-align: center;
}

div#footer p
{
    width: 785px;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div#footer p.first
{
    border-top: 1px solid #888888;
    padding-top: 8px;
}

div#footer a, a:visited
{
    color: #000000;
}

div#footer a.privacy
{
    color: #11ac11;
}

div#footer a:hover
{
    color: #3879bb;
}

/***** *****/

