/***** *****/

body
{
    _width: expression(document.body.clientWidth < 962? "960px" : "100%");
    min-width: 960px;
    min-height: 100.01%;
    font-family: Times New Roman, Times, Serif;
    background-image: url('/images/layout/body_gradient.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #d2d2d2;
}

/***** Layout *****/

div#top
{
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0px Auto -50px Auto;
    width: 960px;
    background-image: url('/images/layout/content_bg.jpg');
    background-color: #FFFFFF;
    background-position: top left;
    background-repeat: repeat-y;
}

div#header
{
    width: 100%;
    height: 140px;
    vertical-align: baseline;
}

div#header img
{
    _margin: 0 0 -3px 0;                                        /***** IE 6 Bug *****/
}

div#sidebar
{
    float: left;
    width: 180px;
    min-height: 310px;
    _height: 310px;
    _margin-right: -3px;                                        /***** IE 6 Bug *****/
    background-image: url('/images/layout/menu_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;

}

div#sidebar ul#menu
{
    margin-top: 14px;
}

div#sidebar ul#menu li
{
    height: 35px;
    background-position: top center;
    background-repeat: no-repeat;
    _margin-bottom: -3px;                                       /***** IE 6 Bug *****/
}

div#sidebar ul#menu li.m_home
{
    background-image: url('/images/menu/home_off.jpg');
}

div#sidebar ul#menu li.m_more
{
    background-image: url('/images/menu/more_off.jpg');
}
div#sidebar ul#menu li.m_contact
{
    background-image: url('/images/menu/contact_off.jpg');
}

div#sidebar ul#links
{
    margin-top: 16px;
}

div#sidebar ul#links li
{
    text-align: center;
    margin-top: 8px;
    color: #ffffff;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 85%;
}

div#sidebar ul#links li a
{
    color: #cccccc;
    text-decoration: underline;
}

div#sidebar ul#links li a:hover
{
    color: #990000;
}

div#sidebar ul#links li img.pic
{
    border: #324f66 solid 1px;
}

div#sidebar ul#links li a:hover img.pic
{
    border-color: #990000;
}

div#strip
{
    height: 36px;
}

/***** Content *****/

div#content
{
    width: 760px;
    margin-left: 190px;
    min-height: 310px;                                       /***** footer overlap sidebar fix *****/
    _height: 310px;
}

div#content ul
{
    padding-left: 1.5em;
    padding-bottom: 1em;
}

div#content ul>li
{
    list-style: disc;
    padding-bottom: .15em;
    vertical-align: middle;
}

div#content h1, div#content h2, div#content h3
{
    color: #3e6280;
    text-align: center;
}

div#content h1
{
    padding-top: 1em;
    font-size: 200%;
}

div#content h2, div#content h3
{
    padding-top: 0;
    font-style: italic;
    color: #000000;
    letter-spacing: normal;
}

div#content img.photo.left
{
    margin-right: 16px;
    margin-top: 0;
}

div#content img.photo.right
{
    margin-left: 16px;
    margin-top: 0;
}

div#content a, div#content a:visited
{
    color: #324f66;
    text-decoration: underline;
}

div#content a:hover
{
    color: #990000;
}

div#content .pt_8px
{
    padding-top: 8px;
}

div#content .pt_16px
{
    padding-top: 16px;
}

div#content .pt_24px
{
    padding-top: 24px;
}

div#content .pt_32px
{
    padding-top: 32px;
}

div#content .pt_48px
{
    padding-top: 48px;
}

div#content .pt_56px
{
    padding-top: 56px;
}


div#content .ml_16px
{
    margin-left: 16px;
}

/***** Home Page *****/

div.photo_roger
{
    width: 302px;
    text-align: center;
    float: right;
    margin-left: 10px;
    color: #324f66;
}

div#home_flash_01
{
    float: left;
    width: 300px;
    height: 225px;
    border: 1px solid #000000;
    margin-right: 16px;
}

/***** More Info *****/

.testimonials
{
    margin: 0 4em;
}

.testimonials hr
{
    height: 0px;
    border: #6298C6 solid 1px;
    margin-left: auto;
    margin-right: auto;
}


/***** Bottom & Footer *****/

div#push, div#bottom
{
    height: 50px;
}

div#bottom
{
    width: 960px;
    position: relative;
    bottom: 0;
    margin: 0px Auto;
}

div#footer
{
    padding: 0px 7px 0 187px;
    font-size: 80%;
    line-height: 1em;
    text-align: center;
    margin: 0 Auto;
    width: 756px;
    height: 50px;
}

div#footer p
{
    width: 750px;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div#footer p.first
{
    border-top: 1px solid #888888;
    padding-top: 8px;
}

div#footer a, a:visited
{
    color: #324f66;
}

div#footer a:hover
{
    color: #6098c5;
    text-decoration: underline;
}

/***** *****/

