﻿/***** Accessibility *****/

.skiplink { position: absolute; z-index: 10; top: 0; left: -4000px; padding: 10px; background: #fff; border: 1px solid #000080; }
.skiplink:focus, .skiplink:hover { top:0; left: 0; }

/***** Body *****/

body
{
    width: 942px;
    _width: expression(document.body.clientWidth < 952? "950px" : "100%");
    min-width: 942px;
    min-height: 100.01%; 
    margin: 0 auto;
    background: #000000 url('/images/bg_fade.png') top left repeat-x;
}

/***** Layout *****/

div#top
{
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0px Auto -89px Auto;
    width: 942px;
    background: url('/images/bg_content.png') 20px 20px repeat-y;
}

div#header
{
    width: 100%;
    height: 160px;
    vertical-align: top;
    padding: 0 20px;
}

div#header img { _margin-top: 0px; _margin-bottom: -3px; }  /***** IE 6 Bug *****/

/*div#sidebar - New code at bottom for menu TEXT
{
    float: left;
    width: 221px;
    height:346px;
    _margin-right: -3px;                                   /***** IE 6 Bug *****/
   /* background-image: url('/images/bg_menu.png');
    background-position: top left;
    background-repeat: no-repeat;
} */

div#sidebar ul { margin: 10px 0 0 0; }

div#sidebar li
{
    height: 34px;
    list-style-type: none;
    margin: 0;
    _margin-bottom: -3px;                                    /***** IE 6 Bug *****/
}

div#wrapper { margin: 10px 60px 0 241px; }

/***** Content *****/

div#content 
{
    font-family: Times New Roman, Times, Serif;
    font-size: 115%;
    min-height: 300px;
    _height: 300px;
}

div#content a:hover
{
    text-decoration: underline;
}

hr
{
    height: 0;
    border: none;
    border-top: solid 1px #CC9447;
    margin-bottom: 1em;
}

h1, h2, a:link, a:visited
{
    color: #8F0616;
}

h3, h4
{
    color: #cc9447;
}

h1, h2, h3
{
    font-style: italic;
}

h4
{
    font-weight: bold;
}

h1.first
{
    padding-top: 5px;
}

ul, ol
{
    margin-bottom: 1em;
}

li
{
    margin: .25em 0 .25em 2em;
}

ul li 
{
    list-style-type: disc;
}

ul.answer {
    padding-left:20px;
}

ul.answer li {
    list-style:none;
    margin-left:0;
}

ol li
{
    list-style-type: decimal;
}

ul li ul li
{
    list-style-type: circle;
}

address
{
    font-style: italic;
    padding-bottom: 1em;
}

.photo
{
    border: 1px solid #8F0616;
}

.contactblock
{
    clear: right;
    min-height: 400px;
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #8F0616;
}

.contactblock-bottom
{
    clear: right;
    min-height: 580px;
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #8F0616;
}

.staffcontact
{
    margin: 2em 0 0 200px;
    width: 400px;
}

.photoblock
{
    width: 152px;
    margin: 4px 4px 12px 4px;
    float: left;
    text-align: center;
    font-size: 80%;
}

.photoblock img {
    margin-bottom: 4px;
}

.leftmost
{
    _margin-left: 0;
}

.rightmost
{
    _margin-right: 0;
}

.cb
{
    clear: both;
}

ul.plinks
{
    margin-top: -1em;
}

ul.faq li
{ 
    list-style: none;
    margin-left: 0;
}

.question
{
    font-weight: bold;
}

.plandetail, .footnote, .conditions, .showhide
{
    font-size: 90%;
}

.footnote, .showhide
{
    font-style: italic;
}

.half { width: 48%; }

/***** Bottom & Footer *****/

div#push, div#bottom
{
    height: 89px;
}

div#bottom
{
    position: relative;
    bottom: 0;
    width: 902px;
    margin: 0px auto;
    background: url('/images/footer.png') 0 0 no-repeat;
}

div#footer
{
    font-size: 80%;
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    color: #cc9447;
}

#footer a
{
    color: #cc9447;
    text-decoration: none;
}
#footer a:hover
{
    color: #fdf9f0;
}
#footer p
{
    line-height: 1.25em;
    margin:0;
    padding: 0;
}

div.price-block {
    margin: 0 auto 16px auto;
    padding: 15px 15px;
    border: 1px solid #000000;
    background-color: #f2ecda;
    text-align: center;
}

div.price-block h3 {
    margin: 0 0 8px 0;
    padding: 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #8F0616;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}

div.price-block div {
    display: inline-block;
    width: 150px;
    margin: 0 0;
    padding: 0 0;
}

div.price-block div span {
    display: block;
}

div.price-block div span.fuel {
    font-size: 14px;
    font-weight: bold;
}

div.price-block div span.price {
    font-size: 24px;
    font-weight: bold;
}

/***** Printing *****/

@media print
{
    body { background: none; }
    div#top { background: none; margin: 0 auto; }
    div#strip {display: none; }
    div#sidebar { display: none; }
    div#wrapper { margin: 0 auto; width: 900px; border: solid 1px black; }
    div#content { width: 600px; margin: 1em auto; }
    div#push { display: none; }
    div#bottom { background: none; padding-bottom: 1em; bottom: auto; }
    div#footer { color: #000; margin-bottom: 2em; }
    div#footer a { color: #000; }
}

/***** Testing *****/

#spdcond { display: none; }
#spdpcond { display: none; }

/***** Print *****/
@media print {
    body { background: #fff; background-image: none; }
    div#top { background: none; min-height: 0; margin: 0 auto; }
    div#header { margin-top: 1em; padding-top: -9px; }
    div#sidebar, div#strip, div#push, p.footermenu { display: none; }
    div#wrapper { margin: 1em auto; width: 640px; _width: 650px; }
    div#content a:link, div#content a:visited { text-decoration: underline; }
    div#bottom { background: none; }
    div#footer { color: #000; }
    div#footer a { color: #000; }
    
    #spdcond, #spdpcond { display: block; }
    .showhide { display: none; }
}

/* Ryan 2014-5-8 Menu fix */

div#sidebar
{
    float: left;
    width: 221px;
    height:346px;
    _margin-right: -3px;                                   /***** IE 6 Bug *****/
    background-image: url('/images/bg_menu_new.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}

ul.menu {
    padding-left:0;
}

ul.menu li a {
    position:relative;
    color:#000000;
    font-family:Perpetua;
    font-size:22px;
    left:40px;
    top:7px;
}

ul.menu li a:hover {
    color:#760412;
}

ul.menu li:hover {
    margin-left:-40px;
    background: url('/images/layout/regular-button-on.png') 0px 0px ;
    color:#8F0616;
}


/**** Rotator ****/

div.home-rotator {
    background-color: #666666;
    height: 150px;
    width: 300px;
}
div.rotator {
    position: relative;
}
div.rotator, div.cycle {
    overflow: hidden;
}

/**** Map ****/

div.map {
    width:300px;
    height:300px;
    border: 1px solid #8F0616;
    margin-bottom:18px;
}

/**** Contact Page ****/

div.contact-pics {
    width:638px;
    height:238px;
    margin-bottom:20px;
    border: 1px solid #8F0616;
}

/**** Margins ****/

.mb-0 {
    margin-bottom:0 !important;
}

.pb-0 {
    padding-bottom:0;
}

/* Customer Portal Button */

.outbound-button {
    margin-top: 50px;
    margin-left: 32px;
}

    .outbound-button a.link-button {
        background-color: #8F0616;
        padding: 15px 15px;
        border-radius: 6px;
        color: #fff;
        font-weight:bold;
        border:1px solid #000;
    }

        .outbound-button a.link-button:hover {
            background-color: #5B0610 !important;
        }

        .outbound-button a.link-button .fa-fire-flame-curved {
            color: #e8d09b;
            text-shadow: 0 0 2px #000, 0 0 4px #000;
        }