/***** *****/

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: #80141c;
}

/***** Layout *****/

div.top
{
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0px Auto -55px Auto;                                /***** Footer Offset *****/
    width: 960px;
    background-image: url('/images/layout/content_bg.jpg');
    background-color: #80141c;
    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/swoop.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/off/home.jpg');
}

div.sidebar ul.menu li.m_flyers
{
    background-image: url('/images/menu/off/flyers.jpg');
}

div.sidebar ul.menu li.m_contact
{
    background-image: url('/images/menu/off/contact.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;
}

div.sidebar h2
{
    color: #ffffff;
    line-height: 1.25em;
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
    font-size: 85%;
}

/***** Content *****/

div.content
{
    width: 640px;
    margin: 15px 0 20px 245px;
    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 ol
{
    padding-left: 2em;
    padding-bottom: 1em;
}

div.content ol>li
{
    list-style: decimal;
    padding-bottom: .15em;
    vertical-align: middle;
}

div.content ol>li ol>li
{
    list-style-type:upper-alpha;
    padding-bottom: .15em;
    vertical-align: middle;
}

div.content h1, div.content h2, div.content h3
{
    color: #d7232f;
    text-align: center;
}

div.content h1
{
    padding: 0 0 0 0;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica;
    letter-spacing: normal;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
}

div.content h2
{
    padding: 0 0 16px 0;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 28px;
    vertical-align: middle;
}

div.content h3
{
    padding: 0 0 16px 0;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 22px;
    vertical-align: middle;
}

div.content span.blue
{
    color: #064f94;
}

div.content span.red
{
    color: #d6232f;
}

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;
}

.highlights
{
    font-weight: bold; 
    color: #547ea8;
}

a .photo
{
    border: solid 1px #d5232f;
}
    
a .photo:hover
{
    border: solid 1px #000000;
}

/***** Home Page *****/

div.home_flash_01
{
    width: 300px;
    height: 225px;
}


/***** Bottom & Footer *****/

div.push, div.bottom, div.footer
{
    height: 55px;
}

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;
}

div.footer p
{
    width: 750px;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div.footer p.first
{
    border-top: 1px solid #888888;
    padding-top: 8px;
    line-height: 150%
}

div.footer a, a:visited
{
    color: #000000;
}

div.footer a:hover
{
    color: #DD0000;
    text-decoration: underline;
}

/***** About Us *****/

td.caption
{
    padding-top: 7px;
    font-size: 75%;
    line-height: 100%;
}

td.history-left
{
    padding-right: 10px;
}

td.history-right
{
    padding-left: 10px;
}
