﻿/***** General stuff. *****/

body
{
    _width: expression(document.body.clientWidth < 972? "970px" : "100%");
    min-width: 970px;
    min-height: 100.01%;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    background-color: #4572CC;
    background-image: url('/images/layout/body_bg.jpg');
    background-position: left top;
    background-repeat: repeat-x;
}

div.left, div.right
{
    margin: 0px 0px;
    padding: 0px 0px;
}

/***** The wrapper table. *****/

table.wrapper
{
    width: 970px;
    height: 100%;
    margin: 0px Auto;
    background-image: url('/images/layout/content_bg.jpg');
}

body.nosidebar table.wrapper
{
    background-image: url('/images/layout/content_nosidebar_bg.jpg');
}

table.wrapper>td
{
    text-align: left;
}

table.wrapper td.top
{
}

table.wrapper td.bottom
{
    height: 50px;
    vertical-align: bottom;
}

/***** The Header *****/

div.header
{
    width: 970px;
    height: 80px;
    background-image: url('/images/layout/header_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    text-align: right;
}

div.header div#m_logo
{
    width: 263px;
    height: 80px;
    float: left;
    padding-left: 10px;
}

div.header div#m_home
{
    width: 70px;
    height: 80px;
    float: right;
    background-image: url('/images/quicknav/home_off.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

div.header div#m_about
{
    width: 70px;
    height: 80px;
    float: right;
    background-image: url('/images/quicknav/about_off.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

div.header div#m_contact
{
    width: 70px;
    height: 80px;
    margin-right: 7px;
    float: right;
    background-image: url('/images/quicknav/contact_off.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

div.header div.seperator
{
    width: 11px;
    height: 80px;
    float: right;
    background-image: url('/images/quicknav/seperator.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

/***** The NavMenu *****/

div.navmenu
{
    width: 970px;
    height: 57px;
    margin: 0 0;
    padding: 0 0;
    color: #EEEEEE;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    background-image: url('/images/navmenu/navmenu_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: top;
}

body.nosidebar div.navmenu
{
    background-image: url('/images/navmenu/navmenu_nosidebar_bg.jpg');
}

div.navmenu ul
{
    padding: 0 0;
	border: 0;
	list-style-type: none;
    display: block;
}

div.navmenu div.left ul
{
    margin: 0 0 0 10px;
}

div.navmenu div.right ul
{
    margin: 0 10px 0 0;
}

div.navmenu ul li
{
    height: 42px;
	margin: 0 0;
	padding: 0 10px 0 10px;
	border: 0;
    display: block;
    float: left;
}

div.navmenu ul li.menu_off
{
    background-image: none;
}

div.navmenu ul li.menu_over
{
    background-image: url('/images/navmenu/menu_over.jpg');
    cursor: pointer;
}

body.nosidebat div.navmenu ul li.menu_over
{
    background-image: url('/images/navmenu/menu_nosidebar_over.jpg');
}

div.navmenu a, div.navmenu a:visited
{
    color: #EEEEEE;
    text-decoration: none;
}

div.navmenu a:hover, div.navmenu ul li.menu_over a, div.navmenu ul li.menu_over a:visited
{
    color: #FFFF00;
}

/***** The Sidebar *****/

div.sidebar
{
    float: left;
    width: 215px;
    margin: 0 0 0 10px;
    padding: 0 5px 0 5px;
    font-size: 12px;
    line-height: 18px;
}

body.nosidebar div.sidebar
{
    width: 0px;
    display: none;
}

div.sidebar h1, div.sidebar h2, div.sidebar h3
{
    margin: 0 0;
    padding: 0 0 8px 0;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: normal;
    line-height: 18px;    
    color: #093296;
}

div.sidebar p
{
    margin: 0 0 8px 0;
    padding: 0 0;
}

div.sidebar ul
{
    margin-left: 16px;
    margin-bottom: 8px;
}

div.sidebar ul li
{
    list-style: disc outside;
    vertical-align: middle;
}

div.sidebar hr
{
    height: 1px;
    width: 205px;
    margin: 0 0 8px 0;
}

div.sidebar div.sidebar-pics
{
    padding-top: 5px;
}

div.sidebar div.sidebar-pics img
{
    margin-bottom: 10px;
    border: 1px solid #000000;
}

div.sidebar div.sidebar-pics img.noborder
{
    border: none;
}

/***** The Content Area *****/

div.content
{
    float: right;
    width: 710px;
    margin: 0 15px 0 0;
}

body.nosidebar div.content
{
    clear: both;
    width: 100%;
    margin: 0 15px 0 15px;
}

div.content h1, div.content h2, div.content h3
{
    padding: 0px 0px;
    margin: 0px 0px 16px 0px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    letter-spacing: normal;
    color: #093296;
}

div.content h1
{
    font-size: 24px;
    line-height: 32px;
}

div.content h2
{
    font-size: 20px;
    line-height: 30px;
}

div.content h3
{
    font-size: 16px;
    line-height: 24px;
}

div.content img.photo, div.content div.photo
{
    border: 1px solid #000000;
}

div.content ul
{
    margin-left: 30px;
    margin-bottom: 15px;
}

div.content ul li
{
    list-style: disc outside;
    vertical-align: middle;
}

div.content div.caption
{
    margin: 2px 0 8px 0;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    text-align: right;
}

div.content div.caption2
{
    margin: 2px 0 8px 0;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    text-align: center;
}

div.content div.threephotos
{
    width: 710px;
    height: 227px;
}

div.content div.threephotos div
{
    float: left;
    margin: 0px;
    margin-right: 13px;
}

div.content div.threephotos div.last
{
    margin-right: 0;
}

div.content td, div.content p
{
    font-size: 15px;
    line-height: 23px;
}

/***** The Footer *****/

div.footer
{
    clear: both;
    height: 45px;
    color: #EEEEEE;
    font-size: 12px;
    line-height: 16px;
    background-image: url('/images/layout/footer_bg.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

body.nosidebar div.footer
{
    background-image: url('/images/layout/footer_nosidebar_bg.jpg');
}

div.footer div.left
{
    padding: 20px 0 0 10px;
    text-align: left;
}

div.footer div.right
{
    padding: 20px 10px 0 0;
    text-align: right;
}

div.footer a, div.footer a:visited
{
    color: #EEEEEE;
    text-decoration: none;
}

div.footer a:hover
{
    color: #FFFF00;
}

/***** Contact Page *****/

div.address
{
    float: left;
    width: 344px;
    margin: 0 5px 8px 5px;
}

/***** FAQ Page *****/

div.faqitems h2
{
    border-bottom: 2px solid #093296;
}

div.faqitems p
{
    padding: 0px 32px 16px 32px;
}

div.faqitems p.topper
{
    text-align: right;
}