body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #072b4a;
    text-align: justify;
    height: 100%;
}

h1
{
    font-size: 38px;
}

h2
{
    font-size: 12px;
    font-weight: bold;
    font-family: Georgia;
    color: #072b4a;
}

h3
{
    font-size: 16px;
}

p
{
    line-height: 100%;
}

ul, ol
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    margin-left: -12px;
    line-height: 150%;
    color: #072b4a;
}

blockquote
{
    margin-left: 3em;
    margin-right: 3em;
}

a
{
    color: #072b4a;
}

a:hover
{
    text-decoration: none;
}

a img
{
    border: none;
}

hr
{
    display: block;
}

#page-background
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* Header */
#header
{
    width: 960px;
    height: 330px;
    margin: 0 auto;
    background-color: #660000;
    background: url(/images/skin/background_left2.png) #660000 repeat-y right top;
    padding-top: 15px;
}

#flashContent
{
    border-color: #3C3C3C;
    border-left: 4px solid #3C3C3C;
    border-right: 4px solid #3C3C3C;
    border-top: 4px solid #3C3C3C;
    margin-left: 24px;
    width: 904px;
    font-size: 0px;
    height: 270px;
}

#splash
{
    width: 904px;
    height: 270px;
    margin: 0 auto;
    border-right-style: solid;
    border-left-style: solid;
    border-color: #3c3c3c;
    border-width: 4px;
}

#menu
{
    height: 56px;
    width: 904px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    border-right-style: solid;
    border-left-style: solid;
    border-color: #3c3c3c;
    border-width: 4px;
}

#wrapper
{
    width: 960px;
    margin: 0 auto;
    background: url(/images/skin/background_left2.png) #660000 repeat-y; /*position: relative;*/
}

/* Page */

#page
{
    background-color: #d8d8d8;
    width: 904px;
    margin: 0 auto;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-style: solid;
    border-color: #3c3c3c;
    border-width: 4px;
}

/* Content */

#content
{
    /*float: right;*/
    width: 700px;
    padding-left: 13px;
    background: url(/assets/content/Content_Background.png) repeat-y;
}

#content-admin
{
    float: right;
    width: 100%;
}


/* Sidebar */

.sidebar
{
    width: 191px; /*position: relative;*/
    background: url(/assets/sidebar/images/sidebar__bg.png) repeat-y left top; /*float: left;*/
}

#sidebarBody
{
    /*position: absolute;*/ /*top: 0;*/
    margin-bottom: 10px; /*clear: both;*/
}

#sidebarBot
{
    /*position: absolute;*/
    bottom: 0;
}

#sidebar_button
{
    margin-bottom: 12px;
}

/* Footer */

#footer
{
    clear: both;
    width: 960px;
    height: 20px;
    margin: 0 auto;
    background: url(/images/skin/background_left2.png) repeat-y right top;
    text-align: right;
    font-size: 0px;
}

#footer p
{
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

#footer a
{
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

#footerBox-admin
{
    width: 700px;
    position: absolute;
    bottom: 0;
    left: 148px;
    margin: 0 auto;
}

#footerBox-admin a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #072b4a;
    text-decoration: none;
}

#footerBox
{
    /*position: absolute;*/
    bottom: 0;
    right: 124px;
}

#footerBox a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #072b4a;
    text-decoration: none;
}

#legal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #000000;
    font-weight: bold;
}

#footer .credit
{
    margin-right: 180px;
    padding-top: 3px;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

#footer .credit-admin
{
    line-height: 125%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

/* Container */

#cnt
{
    width: 685px;
    padding: 0;
    margin-top: 0;
}

#cnt .top
{
    height: 20px;
    background: url(../images/sub-container-frame-top.png) no-repeat;
}

#cnt .left
{
    width: 38px;
    background: url(../images/sub-container-frame-left.png) repeat;
    vertical-align: middle;
}

#cnt .bodycopy
{
    background-color: #f0f2f2;
}

#cnt .right
{
    width: 35px;
    background: url(../images/sub-container-frame-right.png) repeat;
    vertical-align: middle;
}

#cnt .bot
{
    height: 30px;
    background: url(../images/sub-container-frame-bottom.png) no-repeat;
}

#cnt-admin
{
    width: 884px;
    padding: 0;
    margin: 0 auto;
}

#cnt-admin .top
{
    height: 20px;
    background: url(../images/sub-container-frame-top-admin.png) no-repeat;
}

#cnt-admin .left
{
    width: 38px;
    background: url(../images/sub-container-frame-left.png) repeat;
    vertical-align: middle;
}

#cnt-admin .bodycopy
{
    background-color: #f0f2f2;
}

#cnt-admin .right
{
    width: 35px;
    background: url(../images/sub-container-frame-right.png) repeat;
    vertical-align: middle;
}

#cnt-admin .bot
{
    height: 30px;
    background: url(../images/sub-container-frame-bottom-admin.png) no-repeat;
}

/* TextBox and Images */

#ImageLeft
{
    margin-right: 12px;
    float: left;
}
#ImageRight
{
    margin-left: 12px;
    float: right;
}

#IntroWelcome
{
    margin-right: 210px;
}

#textbox
{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    width: 92%;
    line-height: 150%;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
}

#textbox2
{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    width: 98%;
    line-height: 150%;
    font-family: 'Times New Roman' , Times, serif;
}

#textbox-left
{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    margin-top: 6px;
    width: 95%;
    line-height: 150%;
    font-family: Arial, Helvetica, sans-serif;
}

#textbox-right
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    float: right;
    margin-top: 6px;
    margin-right: 12px;
    width: 90%;
    line-height: 150%;
}

#UlBox
{
    width: 95%;
    margin-left: -15px;
}

.FA-boxes
{
    width: 180px;
    margin-top: 175px;
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    color: #072b4a;
    line-height: 100%;
}

#FA-buttons
{
    width: 190px;
    float: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}

#Rlinks
{
    display: inline-block;
    width: 197px;
    float: inherit;
    margin: 12px auto 12px;
}

#Rlinks a
{
    text-decoration: none;
    color: #072b4a;
    font-size: 12px;
    font-weight: bold;
    font-family: Georgia;
}

#Rlinks a:hover
{
    text-decoration: underline;
    color: #0099FF;
    font-size: 12px;
    font-weight: bold;
    font-family: Georgia;
}

#Rlinks2
{
    width: 227px;
    float: inherit;
    margin: auto;
}

#Rlinks3
{
    display: inline-block;
    width: 171px;
    float: inherit;
    margin: 12px auto 12px;
}

#flowers1
{
    width: 191px;
    height: 140px;
    float: left;
    margin: 36px 25px 24px 102px;
}

#flowers1link
{
    width: 191px;
    float: left;
    margin: 0 25px 72px 102px;
}


#flowers2
{
    width: 166px;
    height: 140px;
    float: right;
    margin: 36px 102px 24px 25px;
}

#flowers2link
{
    width: 166px;
    float: right;
    margin: 0 102px 72px 25px;
}

.titleBlue
{
    font-size: 12px;
    font-weight: bold;
    font-family: Georgia;
    color: #072b4a;
}

.titleBlue2
{
    font-size: 12px;
    font-weight: bold;
    font-family: Georgia;
    color: #072b4a;
    margin: 0 auto;
}


.titleBlueI
{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia;
    color: #072b4a;
}

.titleBlueIobit
{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia;
    color: #072b4a;
}

.blueObit
{
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-family: Georgia;
    color: #072b4a;
}

.titleBlueIsm
{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia;
    color: #072b4a;
    text-decoration: none;
}

.titleBlueObit a
{
    font-size: 12px;
    font-weight: bold;
    font-family: Georgia;
    color: #072b4a;
    text-decoration: none;
    line-height: 150%;
}

.titleRed
{
    font-size: 12px;
    font-weight: bold;
    font-family: Georgia;
    color: #660000;
}

.titleRedI
{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia;
    color: #660000;
    line-height: 200%;
}

.NameBlue
{
    font-size: 16px;
    font-weight: bold;
    font-family: Georgia;
    color: #072b4a;
}

.formtext
{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #072b4a;
    line-height: 150%;
    font-family: 'Times New Roman' , Times, serif;
}

.formtext a
{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #072b4a;
    line-height: 150%;
    font-family: 'Times New Roman' , Times, serif;
    text-decoration: none;
}

.formAddress
{
    font-family: 'Times New Roman' , Times, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #072b4a;
    line-height: 125%;
}

.formAddressDiv
{
    font-family: 'Times New Roman' , Times, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #072b4a;
    line-height: 85%;
}

.labelForm
{
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #072b4a;
    float: right;
}

.tableForm
{
    margin-right: 30px;
}

.obitLinks
{
    line-height: 200%;
}

.TribGrid
{
    border: solid color: #072b4a;
    border-bottom-width: 2px;
}

.mainObit
{
    background-color: #FFF;
}

.AC-links a
{
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
    color: #072b4a;
    line-height: 150%;
    font-family: 'Times New Roman' , Times, serif;
}

.AC-links a:hover
{
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
    color: #0099FF;
    line-height: 150%;
    font-family: 'Times New Roman' , Times, serif;
}

.readMore
{
    margin-bottom: 15px;
    margin-left: 59px;
    margin-top: 15px;
    width: 90px;
}

/* slide switch */
#slideshow
{
    position: relative;
    height: 270px;
    width: 904px;
}

#slideshow IMG
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

#slideshow IMG.active
{
    z-index: 10;
}

#slideshow IMG.last-active
{
    z-index: 9;
}

/*slide switch*/


/*Obit Admin Section*/


/*Obit Admin Section*/
.adminHeaderTable
{
}
.adminHeader
{
    font-size: 16px;
    font-weight: bold;
}

a.adminMenuLink, a.adminMenuLink:active, a.adminMenuLink:link, a.adminMenuLink:visited
{
    font-size: 12px;
    text-decoration: none;
}

a.adminMenuLink:hover
{
    font-size: 12px;
    text-decoration: underline;
}

a.adminLink, a.adminLink:active, a.adminLink:link, a.adminLink:visited
{
    font-size: 14px;
    text-decoration: none;
}

a.adminLink:hover
{
    font-size: 14px;
    text-decoration: underline;
}

.adminContent
{
    margin: 0 auto;
    padding-bottom: 20px;
    width: 860px;
}


/* Side Bar Funeral Services */
.sidebar_header
{
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    background-image: url(/assets/sidebar/images/sidebar__textbk.png);
    width: 191;
    background-repeat: repeat-y;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#services_list
{
    padding: 10px;
    text-align: left;
    line-height: 18px;
}
.sidebar_obitname
{
    font-family: Georgia;
    font-weight: Bold;
    font-style: italic;
    font-size: 11pt;
    color: #072b4a;
}

.sidebar_visittitle
{
    font-family: Arial;
    font-weight: Bold;
    font-size: 10pt;
    color: #660000;
}

.sidebar_visitinfo
{
    font-family: Arial;
    font-weight: Bold;
    font-size: 10pt;
    color: #072b4a;
}

.sidebar_service
{
    font-family: Arial;
    font-weight: Bold;
    font-size: 10pt;
    color: #660000;
}

.sidebar_serviceinfo
{
    font-family: Arial;
    font-weight: Bold;
    font-size: 10pt;
    color: #072b4a;
}

