﻿html
{
    overflow: auto;
}

body
{
    margin: 0px;
    padding: 0px;
    font: 14px Arial, Serif;
    color: #000000;
    width: 100%;
    background-color: #D8D8D8;
}

form
{
    margin: 0px;
    padding: 0px;
}

a, img
{
    outline: 0px;
    border: none;
}

a:link, a:visited
{
    color: #663333;
}

a:hover, a:active
{
    color: #999999;
}

h2
{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    color: #663332;
    padding-bottom:5px;
}

h3
{
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 20px 5px 0;
     color: #663332;
}

#Header
{
    width: 100%;
    height: 264px;
    margin: 0px;
    padding: 0px;
    background: url(/Images/header_bkgnd.jpg) repeat-x left top;
    text-align: center;
}

#Topbar
{
    position: relative;
    width: 808px;
    height: 132px;
    margin: 0px auto;
    padding: 0px 15px;
    border-right: 1px solid #222222;
    border-left: 1px solid #222222;
    color: #EFEFEF;
    text-align: right;
    background-repeat: no-repeat;
    background: url(/Images/TopBarBkgnd.png);
    background-color: #425D3C;
}

#Topbar #Logo
{
    position: absolute;
    top: 13px;
    left: 20px;
    width: 275px;
    height: 100px;
    /*background: url(/Images/sitelogo.jpg) no-repeat left top;*/
    background: url(/Images/Logotest.png) no-repeat left top;
}

#Topbar #Logo span
{
    display: none;
}

#Topbar p
{
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

#Topbar div h3
{
     float: left;
     font-family:Trebuchet MS,Arial,Sans-Serif;
     font-size:20px;
     font-weight:bold;
     font-style:italic;
     text-align: left;
     width: 170px;
     padding-left: 37px;
     margin-bottom: 12px;
     margin-left:30px;
     padding-top: 0;
}

#Topbar p.address
{
    margin: 5px;
    padding: 0;
    clear: left;
    text-align: center;
}

#TopMenu
{
/*    position: absolute;*/
    bottom: 2px;
    left: 232px;
    width: 550px;
    height: 45px;
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
    background-color: #425D3C;
    text-align: left;
}

#TopMenu li
{
    height: 26px;
    margin: 10px 15px 0px;
    padding: 0px;
}

#TopMenu a:link, #TopMenu a:visited
{

    height: 21px;
    margin: 0px 0px 0px 7px;
    padding: 5px 7px 0px 0px;
    color: #EFEFEF;
    font-weight: bold;
    text-decoration: none;
}

#TopMenu li:hover, #TopMenu li.active
{
    background: url(/Images/green_menu_item_ls.png) no-repeat left top;
}

#TopMenu li:hover a:link, #TopMenu li:hover a:visited, #TopMenu li.active a:link, #TopMenu li.active a:visited
{
    background: url(/Images/green_menu_item_rs.png) no-repeat right top;
    color: #EFEFEF;
}

#Bottombar
{
    width: 838px;
    height: 132px;
    margin: 0px auto;
    padding: 0px;
    border-right: 1px solid #222222;
    border-left: 1px solid #222222;
    background-color: #FFFFFF;
    color: #EFEFEF;
    text-align: left;
}

#QuoteArea
{
    float: left;
    width: 537px;
    height: 132px;
    margin: 0px;
    padding: 0px;
    /*background: url(/Images/quoteArea_bkgnd.jpg) repeat-y left top;*/
    background: url(/Images/QuoteAreaBkgnd.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-align: center;
    background-color: #663332;
}

#QuoteArea h2
{
    float: left;
    clear: both;
    width: 495px;
    margin: 20px 0px;
    padding: 0px 20px;
    font: italic bold 20px "Trebuchet MS" , Ariel, Sans-Serif;
    color: #fff;
}

#QuoteArea p
{
    float: left;
    width: 495px;
    margin: 0px;
    padding: 0px 20px;
}

#BottombarPlaceHolder
{
    float: left;
    width: 149px;
    height: 132px;
    margin: 0px;
    padding: 0px;
    background: url(/Images/header_bkgnd.jpg) repeat-x left top;
}

#PicArea
{
    float: left;
    width: 301px;
    height: 132px;
    margin: 0px;
    padding: 0px;
}

#PicArea img
{
    float: left;
    width: 149px;
    margin-left: 1px;
}

#Main
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #DEDEDE url(/Images/main_bkgnd.jpg) repeat-x left top;
    text-align: center;
}

#Menu
{
    width: 838px;
    height: 72px;
    margin: 0px auto;
    padding: 0px;
    border-right: 1px solid #222222;
    border-left: 1px solid #222222;
    list-style-type: none;
    background: url(/Images/menu_bkgnd.jpg) repeat-x left top;
    text-align: left;
}

#Menu li
{
    float: left;
    height: 26px;
    margin: 10px 15px 0px;
    padding: 0px;
}

#Menu a:link, #Menu a:visited
{
    float: left;
    height: 21px;
    margin: 0px 0px 0px 7px;
    padding: 5px 7px 0px 0px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

#Menu li:hover, #Menu li.active
{
    background: url(/Images/menu_item_ls.png) no-repeat left top;
}

#Menu li:hover a:link, #Menu li:hover a:visited, #Menu li.active a:link, #Menu li.active a:visited
{
    background: url(/Images/menu_item_rs.png) no-repeat right top;
    color: #FFFFFF;
}

#Content
{
    width: 788px;
    margin: 0px auto;
    padding: 20px 25px 0px;
    border-right: 1px solid #222222;
    border-left: 1px solid #222222;
    background-color: #FFFFFF;
    text-align: left;
    /*overflow: auto;*/
}

#Content #main
{
    float: left;
    width: 530px;
}

#Content #sidebar
{
    float: right;
    width: 200px;
    padding-left: 15px;
    border-left: 1px solid gray;
}

#Content p
{
    margin: 0px 0px 20px;
}

#Content p:last-child
{
    margin: 0px;
    padding-bottom: 20px;
}

#Footer
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #663333;
    text-align: center;
}

#FooterBar
{
    width: 838px;
    margin: 0px auto;
    padding: 0px 0px 25px;
    border-right: 1px solid #222222;
    border-left: 1px solid #222222;
    text-align: right;
    zoom: 1; /* IE fix for hasLayout */
    background-color: #EFEFEF;
}

#FooterBar:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#FooterLeft
{
    float: left;
    width: 465px;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #E5E5E5;
    color: #333333;
    text-align: center;
}


#FooterLeft dt
{
    font: 24px "Trebuchet MS" , Ariel, Sans-Serif;
    letter-spacing: 1px;
    margin-top: 25px;
}

#FooterLeft dt span
{
    font-weight: bold;
    letter-spacing: normal;
}

#FooterLeft dd
{
    margin: 6px 0px 0px;
    padding: 0px;
}

#FooterRight
{
    float: left;
    width: 284px;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #E5E5E5;
    color: #333333;
    text-align: left;
}


#FooterRight dt
{
    font: 24px "Trebuchet MS" , Ariel, Sans-Serif;
    letter-spacing: 1px;
    margin-top: 25px;
    margin-left: 150px;
}

#FooterRight dd
{
    margin-top: 6px;
    margin-left: 150px;
    padding: 0px;
}

#FooterRight a:link, #FooterRight a:visited
{
    text-decoration: none;
    font-style: italic;
}

#NoScript
{
    position: relative;
    margin: 0px;
    border-bottom: 1px solid #FFCC00;
    background-color: #FFFEA1;
    text-align: center;
    width: 100%;
}

#NoScript p
{
    width: 935px;
    margin: 0px auto;
    padding: 6px 15px 7px 40px;
    background: url(/Images/Public/error.png) no-repeat 12px 7px;
    color: #333333;
    font-size: 13px;
    text-align: left;
}

ol.form-block
{
    list-style: none;
}

ol.form-block li
{
    padding: 3px 0 3px 0;
    font: bold 12px Arial, Tahoma, sans-serif;
    color: #33393c;
}

ol.form-block li label
{
    font: bold 12px Arial, Tahoma, sans-serif;
    color: #33393c;
    margin: 5px 0px 5px 0px;
    display: block;
}

ol.form-block li input.text
{
    color: #454545;
    padding: 3px; /*display: block;*/
    border: 1px solid #cccccc;
}

ol.form-block li select.text
{
    color: #454545;
    padding: 2px; /*display: block;*/
    border: 1px solid #cccccc;
}

ol.form-block li em
{
    color: #5c6163;
    display: block;
    margin: -12px 0px 12px 0px;
}

ol.form-block li .submit
{
    background-color: #663332;
    display: block;
    margin: 0px 10px 20px 0px;
    padding: 6px 8px;
    font: bold normal Arial, Tahoma, sans-serif;
    color: #fff;
    border: 1px solid #333333;
}

.staff-member
{
    min-height: 200px;
    padding-bottom: 10px;
}

.headshot img
{
    border: 1px solid #333333;
    float: right;
    margin: 0px 0px 10px 17px;
    text-decoration: none;
}

.staff-member h2
{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    color: #344349;
}

.staff-member p
{
    font-size: 10px;
}
#Content ol.list
{
    position: relative;
    margin-left: 10px;
    padding: 10px;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}
#Content ol.list li
{
    height: 203px;
    position: relative;
    margin: 0 0 10px;
    border: 3px solid #f0eee6;
}

#Content ol.list img
{
    float: left;
    background-color: #f0eee6;
    border: 1px solid #e7e5dd;
    padding: 5px;
    vertical-align: sub;
    margin: 2px 5px 2px 2px;
}

#Content ol.list .title
{
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    color: #344349;
}

#Content ol.list .content
{
    margin: 5px;
}

.entry
{
    padding-bottom: 35px;
    position: relative;
    width: 100%;
    clear: both;
}

.entryheading
{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 8px;
    display: block;
    clear: both;
}

.meta
{
    border-bottom: 1px solid #3F3F3F;
    color: #9F9F9F;
    display: block;
    float: left;
    font-size: 10px;
    margin-bottom: 7px;
    padding: 2px 0 1px;
    width: 600px;
    clear: both;
}

.entry_content
{
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}

ul.hours
{
    list-style:none;
    margin:5px;
    padding:0px;
}

ul.hours li
{
    list-style:none;
    padding:2px;
    margin:0px;
}

.box .content blockquote
{
    padding:5px;    
    margin:0px;
}

.box .content cite
{
    display:block;    
    text-align:right;    
    font-style:italic;
}

.box
{
    margin-bottom:10px;
}

.box .header .inner {
color:#663332;
font-size:85%;
font-weight:700;
padding:0 5px 5px 8px;
text-transform:uppercase;

}

.box .content {
background-color:#F7F2F0;
border:1px solid #EAE4E3;
padding:7px;
}
