<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Funeral Services, Inc. */

@import url(reset.css);

html {
    background: transparent;
}

body {
    font: normal 18px/24px Arial, Helvetica, sans-serif;
    color: #26394c;
    background: #fff 0 0 repeat-x;
}

/* global link color */
a {
    color: #7189a2;
}

#page {
    width: auto;
}

#header {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    background: transparent url(../images/fsi_header.png) 0 0px repeat-x;
    height: 150px;
}

/* account access button */
.access a {
    position: absolute;
    top: 12px;
    right: 12px;
    text-transform: uppercase;
    font: bold 12px/36px Arial, Helvetica, sans-serif;
    background: transparent url(../images/fsi_account_access_button.png) 0 0 no-repeat;
    height: 27px;
    width: 122px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

    .access a:hover {
        background-position: bottom;
    }

.name {
    color: #c39a46;
}


#body {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 0px;
}

@media only screen and (max-width: 1000px) {
    #body {
        width: 100%;
    }

    #header {
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    #header {
        background: transparent url(../images/fsi_header.png) 0 0px repeat-x;
    }
}

#navbar {
    text-align: center;
    position: relative;
    top: 120px;
    z-index: 10;
}

    #navbar ul {
        height: 26px;
    }

    #navbar li {
        line-height: 26px;
        height: 24px;
        font-size: 13px;
        font-weight: bold;
        display: inline-block;
        background: transparent url(../images/navbar_separator.gif) top left no-repeat;
    }

    #navbar .icon {
        display: none;
    }

    #navbar li a {
        text-decoration: none;
        display: block;
        padding: 0 8px;
        color: #ffffff;
    }

    #navbar li.first {
        background-image: none;
    }

    #navbar li a:hover, #navbar li a.current {
        background: transparent url(../images/navbar_hover.png) center center no-repeat;
    }

    #navbar li a.current {
        cursor: default;
    }

    /* Dropdown Button */
.dropbtn {
    color: white;
    border: none;
    line-height: 26px;
    height: 24px;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    background: transparent url(../images/navbar_separator.gif) top left no-repeat;
}

/* The container &lt;div&gt; - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    line-height: 26px;
    height: 24px;
    font-size: 13px;
    font-weight: bold;
    background: transparent url(../images/navbar_separator.gif) top left no-repeat;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ce9a46;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background: transparent url(../images/navbar_hover.png) center center no-repeat;}

@media screen and (max-width: 1000px) {
    #navbar li:not(:first-child) {
        display: none;
    }

    #navbar li:first-child {
        background-color: #CB994C;
        float: none;
        display: block;
    }

    #navbar li.icon {
        position: absolute;
        right: 0;
        top: 0;
        float: right;
        display: inline-block;
        line-height: 26px;
        height: 24px;
        font-size: 24px;
    }

    #navbar.open {
        position: relative;
    }

        #navbar.open li.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        #navbar.open li {
            background-color: #CB994C;
            float: none;
            display: block;
        }
}

#content {
    float: left;
    width: 100%;
}

#content-left {
    padding: 20px;
    width: auto;
    font-size: 12px;
}

#content-index-right-home-page {
    overflow: hidden;
    float: right;
    width: 457px;
    height: 525px;
}

#content-index-right {
    overflow: hidden;
    float: right;
    width: 457px;
    height: 457px;
}

#content-right {
    overflow: hidden;
    float: right;
    width: 457px;
    height: 350px;
    vertical-align: middle;
    padding-top: 25px;
    padding-left: 25px;
}

    #content-right img {
        background: #f5f1f1 url(../images/content_right_image_shadow.png) bottom center no-repeat;
        padding: 10px 10px 37px;
    }

#content-right-mailing-list {
    overflow: hidden;
    float: right;
    width: 457px;
    height: 350px;
    vertical-align: middle;
    padding-top: 25px;
    padding-left: 30px;
    border-bottom: 0px;
}

@media only screen and (max-width:750px) {
    #content-right {
        width: 100%;
        max-width: 457px;
        float: none;
        margin: 0 auto;
        padding-left: 0;
    }

    #content-right-mailing-list {
        float: none;
        margin: 0 20px;
        padding: 0;
        border-bottom: 1px solid black;
        width: auto;
        padding: 0;
    }
}

@media only screen and (max-width:457px) {
    #content-right img {
        padding: 0;
    }
}

#content-full {
    padding: 20px;
    width: auto;
    font-size: 12px;
}

#content-full-partial-page {
    width: auto;
    font-size: 12px;
}

#content h1 {
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: .3em;
}

#content h2 {
    padding-top: 14px;
    font-size: 20px;
    line-height: 20px;
}

#content h3 {
    padding-top: 12px;
    font-size: 18px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin: .4em 0 .2em 0;
}

#content h4, #content h5, #content h6 {
    font-size: 16px;
    line-height: 18px;
}

#content p {
    margin-bottom: 1em;
}

    #content p strong {
        font-weight: bold;
    }

#content sup {
    vertical-align: super;
    font-size: .8em;
}

#content sub {
    vertical-align: sub;
    font-size: .8em;
}

#content hr {
    border: none;
    border-top: 2px dotted #5b7590;
    margin: 20px 0;
}

#content ul {
    list-style: disc;
    margin-left: 40px;
    margin-bottom: 1em;
}

#content ol {
    list-style: decimal;
    margin-left: 40px;
    margin-bottom: 1em;
}

#content dt {
    font-weight: bold;
}

#content #subnav {
    border-bottom: 1px solid #c39a46;
    font: bold 12px/12px Arial, Helvetica, sans-serif;
    margin: 16px 0;
    padding-bottom: 8px;
}

    #content #subnav ul {
        margin: 0;
    }

    #content #subnav li {
        display: inline;
        margin: 0;
        border-left: 1px solid;
        padding-left: 10px;
        margin-right: 8px;
    }

        #content #subnav li.first {
            border: none;
            padding: 0;
        }

    #content #subnav a:link, #content #subnav a:visited {
        color: #26394c;
    }

    #content #subnav a:hover, #content #subnav a:active, #content #subnav a:focus, #content #subnav a.current {
        color: #c39a46;
        text-decoration: none;
    }

    #content #subnav a.current {
        cursor: default;
    }

#content table {
    border: 1px solid #26394c;
    margin-bottom: 1em;
    font-size: 14px;
    width: 100%;
}

#content tr {
    border: 1px solid #ccc;
}

#content th {
    background: #26394c;
    color: #fff;
}

#content td, #content th {
    border: 1px solid #ccc;
    padding: 8px;
}

#content tr.even {
    background: #dce2ea;
}

/*  content-forms  */
#content fieldset {
    border: 1px solid #ccc;
    padding: 12px;
    margin: 1em 0;
}

#content legend {
    color: #fff;
    background: #26394c;
    padding: 2px 8px;
}

#content label {
    display: block;
}

#content input, #content textarea {
    border: 1px solid #ccc;
    width: 45%;
}

@media only screen and (max-width:550px) {
    #content input, #content textarea {
        width: auto;
    }
}

#content textarea {
    height: 200px;
}

#content input, #content select, #content textarea {
    margin-bottom: 1em;
}

    #content input.form-submit {
        cursor: pointer;
        width: auto;
    }

        #content input.form-submit:hover {
            background: #26394c;
            color: #fff;
        }

/*  content-misc  */
#content pre {
    margin-bottom: 1em;
}

#content abbr, #content acronym {
    cursor: help;
}

#content blockquote {
    background: #dce2ea;
    padding: 12px;
    margin-bottom: 1em;
    border-left: 8px solid #26394c;
}

/*  content-links  */
#content a:link, #content a:visited {
    text-decoration: none;
    color: #369;
}

#content a:hover, #content a:active {
    text-decoration: underline;
}

/*  content-misc  */
#content .box {
    padding: 20px 20px 50px 20px;
    background: #e5e6ea url(../images/bg_content.png) bottom center no-repeat;
    border-top: 8px solid #d7dae3;
}

#content .staff {
    padding: 20px;
    clear: both;
    margin: 10px 0;
    border-bottom: 1px dotted #BBB;
}

    #content .staff img {
        float: left;
        margin: 0 20px 10px 0;
    }

    #content .staff h5 {
        margin-bottom: 1em;
        font-weight: normal;
        font-style: italic;
    }

#slideshow {
    overflow: hidden;
}

.blurb1 {
    margin-bottom: 5px;
    margin-top: 3px;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
}

.blurb2 {
    margin-bottom: 3px;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    color: gray;
}

.newsHeading {
    margin-bottom: 3px;
    margin-top: 15px;
    font-size: 20px;
}

.hr {
    border: none;
    border-top: 1px solid #5b7590;
    margin-bottom: 30px;
    margin-top: 20px;
}

a.ReadMore:link {
    color: Navy;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}

.stafflast {
    padding: 20px;
    clear: both;
    margin: 10px 0;
}

.h5last {
    margin-bottom: 1em;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
}


/* footer */
.privacy a {
    float: left;
    margin-top: 9px;
    margin-left: 20px;
}

.poweredby {
    float: right;
    margin-top: 7px;
    margin-right: 10px;
}

.footer {
    width: 100%;
    overflow-x: hidden;
}

.footer-image {
    display: block;
}

.footer-image-mobile {
    display: none;
}

@media only screen and (max-width:1000px) {
    .footer-image {
        display: none;
    }

    .footer-image-mobile {
        display: block;
    }
}
</pre></body></html>