﻿html, body, form
{
    margin: auto;
    padding: auto;
}
body
{
    color: black;
    font-size: 12pt;
    font-family: 'Times New Roman';
    background-color: #e1d587;
    background-image: url(images/bg_tile.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
}
a
{
    color: #ab0000;
    text-decoration: none;
}
a:hover
{
    color: #ab0000;
    text-decoration: underline;
}
#container
{
    height: auto !important;
    min-height: 600px;
    height: 600px;
    padding: auto;
    margin: auto;
    width: 900px;
    height: 100%;
    position: relative;
    background-image: url(images/container_tile.jpg);
    background-repeat: repeat-y;
}
#left
{
    width: 242px;
    position: relative;
    float: left;
    z-index: 1000;
}
.logo
{
    width: 242px;
    height: 352px;
    position: relative;
    background-image: url(images/logo.jpg);
}
#main_nav
{
    width: 242px;
    height: 450px;
    position: relative;
    background-image: url(images/nav_bg.jpg);
}
#nav
{
    padding: 0;
    margin: 0;
    z-index: 1000;
}
#main_nav ul
{
    padding: 1px 0 0 0;
    margin: 0;
    list-style-type: none;
    z-index: 1000;
}
#main_nav ul li
{
    padding: 0;
    margin: 0;
    position: relative;
}
#main_nav ul li a
{
    font-size: 12pt;
    display: block;
    color: #e1d587;
    text-align: center;
    width: 242px;
    height: 19px;
    padding: 5px 0 0 0px;
}
#main_nav li ul
{
    padding: 0px;
    margin: 0px;
    display: none;
    position: absolute;
    top: 0px;
    left: 217px;
    border-top: 1px solid #e1d587;
}
#main_nav li ul li
{
    padding: 0px;
    margin: 0px;
    display: block;
    float: none;
    height: auto;
}
#main_nav li ul li a
{
    background-color: #0d1f34;
    display: block;
    height: auto;
    padding: 5px;
    width: 150px;
    border: 1px solid #e1d587;
    border-top: none;
    float: none;
    background-image: none;
}
#main_nav li ul li a:hover
{
    background-color: #ab0000;
    display: block;
    height: auto;
    padding: 5px;
    width: 150px;
    border: 1px solid #e1d587;
    border-top: none;
    float: none;
    background-image: none;
}
#main_nav ul li a:hover
{
    display: block;
    color: white;
    text-decoration: none;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.iehover ul ul, #nav li.iehover ul ul ul, #nav li.iehover ul ul ul ul
{
    display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.iehover ul, #nav li li.iehover ul, #nav li li li.iehover ul, #nav li li li li.iehover ul
{
    display: block;
}
.email_top
{
    width: 242px;
    height: 32px;
    position: relative;
    background-image: url(images/email_top.jpg);
    z-index: 1;
}
.email_body
{
    width: 242px;
    height: 225px;
    position: relative;
    background-image: url(images/left_tile.jpg);
    z-index: 1;
}
.SubmitBtn
{
    width: 73px;
    height: 26px;
    background-image: url(images/submit_btn.jpg);
    color: #e1d587;
    cursor: pointer;
}
.newsletterSubmitBtn
{
    padding-top: 5px;
}
#middle
{
    height: auto !important;
    min-height: 600px;
    height: 600px;
    width: 473px;
    position: relative;
    float: left;
}
.top_pic
{
    width: 473px;
    height: 194px;
    position: relative;
    background-image: url(images/top_pic.jpg);
}
.content_bg
{
    background-image: url(images/logo_watermark.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 420px 100px;
    height: auto !important;
    min-height: 770px;
    height: 770px;
}
#right
{
    width: 185px;
    position: relative;
    float: left;
}
#right ul
{
    list-style-type: none;
    padding-top: 8px;
}
#right ul
{
    margin: 0px;
    padding: 0px;
    width: 154px;
    text-align: center;
}
#right li
{
    padding: 2px;
}
#right li a
{
    color: #e1d587;
}
#right li a:hover
{
    color: white;
    text-decoration: none;
}
.listing_top
{
    width: 185px;
    height: 304px;
    position: relative;
    background-image: url(images/listing_top.jpg);
}
.listing_bg
{
    width: 185px;
    height: auto !important;
    min-height: 628px;
    height: 628px;
    background-image: url(images/listing_tile.jpg);
}
.content_padding
{
    padding: 5px 5px 5px 0px;
}
#obits_bg
{
    height: 354px;
    width: 177px;
    position: relative;
    float: left;
    background-image: url(images/obits_bg.jpg);
}
#obits_bg ul
{
    padding: 40px 0 0 0;
    margin: 0;
    list-style-type: none;
    z-index: 1000;
}
#obits_bg ul li
{
    padding: 0;
    margin: 0;
    position: relative;
}
#obits_bg ul li a
{
    display: block;
    color: white;
    text-align: center;
    width: 165px;
    height: 19px;
    padding: 5px 0 0 7px;
}
#obits_bg ul li a:hover
{
    display: block;
    color: #aca787;
    text-decoration: none;
}
#bottom
{
    width: 900px;
    height: 200px;
    background-image: url(images/footer_bg.jpg);
}
#bottom a
{
    color: #e1d587;
    text-decoration: none;
}
#bottom a:hover
{
    color: #e1d587;
    text-decoration: underline;
}
.footer
{
    text-align: center;
    padding-top: 28px;
    padding-left: 55px;
    color: white;
    font-size: 11pt;
}
.content_header
{
    padding: 0 5px 0 0;
}
h1
{
    padding: 0 0 0px 0;
    color: #ab0000;
    font-size: 14pt;
    font-weight: bold;
    border-bottom: 1px solid #ab0000;
}
.sponsors_bg
{
    width: 200px;
    height: 145px;
    background-image: url(images/sponsors_bg.jpg);
}
.news_bg
{
    width: 200px;
    height: 180px;
    background-image: url(images/news_bg.jpg);
}
.map_location
{
    padding: 10px 0px 10px 0px;
}
.map_map
{
    height: 300px;
    border: 1px solid black;
}
.map_route
{
    min-height: 100px;
}
.map_directions
{
    padding: 10px 0px 10px 0px;
}
.map_btn
{
}
.map_textbox
{
    width: 200px;
}
.photo_gallery_selected_thumb
{
    border: 3px solid #aca787;
}
.photo_gallery_thumb
{
    border: 2px solid #aca787;
}
.photo_gallery_big_img
{
    border: 2px solid #aca787;
}
.photo_gallery_prev_btn
{
    width: 51px;
    height: 50px;
    background-image: url(images/photo_gallery_prev_btn.jpg);
    cursor: pointer;
}
.photo_gallery_next_btn
{
    width: 51px;
    height: 50px;
    background-image: url(images/photo_gallery_next_btn.jpg);
    cursor: pointer;
}
.obits_header
{
    padding: 0 0 5px 0;
    color: black;
    font-size: 14pt;
    font-weight: bold;
    text-decoration: underline;
}
.med_btn
{
    width: 124px;
    height: 30px;
    background-image: url(images/med_btn.jpg);
    cursor: pointer;
    color: White;
}
.calendar_table
{
    width: 100%;
    background-color: #0d1f34;
}

.calendar_table th
{
    text-align: center;
    font-weight: bold;
    background-color: #FFFFFF;
}

.calendar_table td
{
    width: 14.286%;
    height: 100px;
    text-align: left;
    vertical-align: top;
}

.calendar_cell_inmonth
{
    background-color: #FFFFFF;
}

.calendar_cell_today
{
    background-color: #ffffff;
    border: 2px solid #e1d587;
}

.calendar_cell_outofmonth
{
    background-color: #d5d3c3;
}

.calendar_header
{
    text-align: center;
}

.calendar_date_cell
{
    font-weight: bold;
    font-size: larger;
    width: 200px;
}

.calendar_cell_evenweek
{
    background-color: #FFFFFF;
}

.calendar_cell_oddweek
{
    background-color: #FFFFAA;
}
.calendar_backward
{
    width: 51px;
    height: 50px;
    background-image: url(images/photo_gallery_prev_btn.jpg);
    cursor: pointer;
}
.calendar_forward
{
    width: 51px;
    height: 50px;
    background-image: url(images/photo_gallery_next_btn.jpg);
    cursor: pointer;
}
.memorials_box
{
    background-color: #0d1f35;
    padding: 5px;
    border: 1px solid #ac0000;
    color: White;
}