﻿@media screen
{
    *
    {
        margin: 0px;
        padding: 0px;
        position: relative;
        top: 0px;
        left: 0px;
    }
    html
    {
        overflow: scroll;
    }
    body
    {
        font-family: Arial, "Lucida Sans" , Verdana;
        line-height: 150%;
        font-size: 0.75em;
        color: #333333;
    }
    a img 
    {
        border: none;
    }
    li 
    {
        list-style-position: inside;
    }
    h1, h2, h3, h4, h5, h6
    {
        font-family: Georgia, "Times New Roman", serif;
        font-weight: bold;
        margin: 0.5em 0em;
        line-height: 110%;
        clear: left;
    }
    h1, h2
    {
        color: #3A2518;
    }
    h3, h4
    {
        color: #3A2518;
    }
    h1
    {
        font-size: 1.5em;
    }
    h2
    {
        font-size: 1.3em;
    }
    h3
    {
        font-size: 1.1em;
    }
    p
    {
        margin-bottom: 0.5em;
    }
    a
    {
        color: #6E9934;
        font-weight: bold;
        text-decoration: none;
    }
    fieldset
    {
        padding: 10px;
        display: block;
        width: auto;
    }
    fieldset div
    {
        margin: 0.5em;
    }
    legend
    {
        color: #FFFFFF;
        background: #3A2518;
        display: block;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.2em;
        padding: 0.5em;
        border: dashed 1px #6E9934;   
    }
    .primaryBodyContainer ul
    {
        margin-bottom: 1em;
    }
    .button
    {
        color: #FFFFFF;
        background: #6E9934;
        display: inline-block;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.2em;
        padding: 0.5em;
        border: solid 1px #333333;
    }
    label
    {
        display: inline-block;
        width: 150px;
        vertical-align: top;
    }
    a:hover
    {
        text-decoration: underline;
    }

    /* Wrappers */
    #headerWrapper
    {
        background: url("images/Header.jpg") center top;
        border-bottom: solid 1px #5F5D5E;
    }
    #headerContainer
    {
        background: url("images/Header.gif") no-repeat center top;
    }
    #pageBodyContainer, 
    #footerBodyContainer, 
    #headerBodyContainer, 
    #footNoteBodyContainer, 
    #legalBodyContainer,
    #tagBodyContainer
    {
        display: block;
        width: 980px;
        margin: auto;
        padding: 0px 10px;
    }
    #tagBodyContainer
    {
        text-align: center;
        padding: 0.5em;
    }
    #footerWrapper
    {
        display: block;
        width: 100%;
        background: #5F5D5E;
        background-repeat: no-repeat;
    }
    #footerContainer
    {
        background: url("images/WoodEffect.jpg") repeat center top;
        color: #FFFFFF;
        padding: 10px 0px;
        border-top: solid 1px #5F5D5E;
        border-bottom: solid 1px #5F5D5E;
    }
    #footerContainer h1, 
    #footerContainer h2, 
    #footerContainer h3, 
    #footerContainer h4, 
    #footerContainer h5, 
    #footerContainer h6
    {
        color: #FFFFFF;
    }
    #legalBodyContainer
    {
        margin-top: 0.5em;
        border-top: dotted 1px #5F5D5E;
        padding: 0.5em;
    }
    #gotFocusLogo
    {
        float: left;
        display: block;
    }
    #legalList
    {
        display: block;
        float: right;
        margin-top: 10px;
    }
    #legalList li
    {
        display: inline;
        margin: 0.5em;
        font-family: Georgia, "Times New Roman", serif;
    }
    #legalList li a
    {
        color: #3A2518;
        font-size: 130%;
    }
    #pageBodyContainer
    {
        z-index: 400;
    }
    .showCaseWrapper
    {
        position: relative;
        display: block;
        float: left;
        height: 279px;
        width: 570px;
    }
    #slider,
    .showCaseOverlay
    {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 570px;
        height: 279px;
        overflow: hidden;
    }
    #slider
    {
        background: #5F5D5E;
    }
    .showCaseOverlay
    {
        background: url("Images/Slider.gif") no-repeat;
        z-index: 500;
    }
    .sliderItem
    {
        width: 570px;
        height: 279px;
    }
    .sliderNavigation
    {
        z-index: 99;
        width: 570px;
        height: 38px;
    }
    .sliderPrevious, .sliderNext
    {
        width: 38px;
        height: 38px;
        z-index: 600;
        top: 125px;
        display: block;
        position: absolute;
    }
    .sliderPrevious
    {
        background: url("Images/LeftArrow.gif") no-repeat 0px 0px;
        left: 0px;
    }
    .sliderNext
    {
        background: url("Images/RightArrow.gif") no-repeat 0px 0px;
        left: 530px;
    }

    /* Header */
    #header
    {
        display: block;
        height: 160px;
    }
    #homeTitle, #telephone
    {
        display: none;
    }
    /* Menu */
    #header div.AspNet-Menu-Horizontal
    {
        display: block;
        float: right;
        width: 70%;
        margin-top: 40px;
        z-index: 300;
    }
    #header li
    {
        list-style-type: none;
    }
    #header .AspNet-Menu-Horizontal a
    {
        color: #FFFFFF;
        text-decoration: none;
        font-family: Georgia, "Times New Roman", serif;
    }
    /* Level 1 */
    #header li.AspNet-Menu-LevelOne
    {
        display: block;
        float: left;
        font-size: 1.5em;
        margin: 0px 5px 5px 0px;
        border: dashed 1px #3A2518;
        background: url("Images/333333_50pc.png");
    }
    #header .AspNet-Menu-LevelOne a
    {
        display: block;
        padding: 5px;
        margin: 0px;
        width: 6em;
    }
    #header .AspNet-Menu-LevelTwo
    {
        font-size: 0.9em;
        background: #FFFFFF;
        border: none;
        display: none;
        margin: 0px;
    }
    #header .AspNet-Menu-LevelTwo a
    {
        margin: 0px;
        border: none;
    }
    
    #header li.AspNet-Menu-LevelOne:hover,
    #header li.AspNet-Menu-Selected
    {
        background: #ffffff;
    }
    #header li.AspNet-Menu-LevelOne:hover a,
    #header li.AspNet-Menu-Selected a
    {
        color: #3A2518;
    }
    #header li.AspNet-Menu-LevelTwo
    {
        display: none;
    }
    
    /* Content Classes */
    .largeInformationSection
    {
        display: block;
        width: 100%;
        clear: both;
        float: left;
    }
    #pageContainer div.smallInformationSection,
    #footerContainer div.smallInformationSection
    {
        width: 30%;
        float: left;
        margin: 1em;
        clear: none;
        display: block;
    }
    div.mediumInformationSection
    {
        margin: 1em;
        width: 58%;
        float: left
    }
    div.serviceInformationSection
    {
        width: 66.5%;
        padding-top: 10px;
        margin: 5px 0px;
        display: block;
        clear: left;
    }
    #footerContainer div.smallInformationSection
    {
        margin-top: 2em;
        width: 46%;
    }
    #pageContainer div.smallInformationSectionOne
    {
        display: block;
        width: 40%;
        float: right;
        clear: right;
    }
    #pageContainer
    {
        padding-bottom: 10px;
    }
    
    /* Services Menu */
    #serviceMenuContainer
    {
        text-align: right;
        width: 28%;
        padding: 0.2em;
        margin-bottom: 40px;
        display: block;
        float: right;
        margin-right: 1em;
        font-family: Georgia, "Times New Roman", serif;
    }
    #serviceMenuContainer li.AspNet-Menu-LevelOne
    {
        font-size: 1.2em;
    }
    #serviceMenuContainer li.AspNet-Menu-LevelTwo
    {
        font-size: 0.7em;
    }
    #serviceMenuContainer a
    {
        color: #6E9934;
        font-size: 1em;
        padding: 5px;
    }
    #serviceMenuContainer li
    {
        list-style-type: none;
        border: solid 1px transparent;
        margin-bottom: 3px;
    }
    #serviceMenuContainer li.AspNet-Menu-Selected a
    {
        color: #3A2518;
        text-decoration: underline;
    }
    #serviceMenuContainer li.AspNet-Menu-Selected li.AspNet-Menu-LevelTwo a
    {
        color: #6E9934;
        text-decoration: none;
    }
    #serviceMenuContainer li.AspNet-Menu-Selected li.AspNet-Menu-LevelTwo a:hover
    {
        text-decoration: underline;
    }
    .googleMap
    {
        width: 500px;
        height: 300px;
        border: solid 1px #FFFFFF;
    }
    .readMore
    {
        color: #3A2518;
    }
    .siteMapContainer li
    {
        margin-left: 2em;
    }
    .serviceImage, .serviceVehicleImage
    {
        border: solid 1px #333333;
        width: 33.5%;
        display: block;
        float: left;
        margin-right: 1em;
    }
    .serviceVehicleImage
    {
        border: none;
        width: 45%;
    }
    
    /* Clear Fix */
    #header:after,
    #pageContainer:after,
    #footerContainer:after,
    #showCaseWrapper:after,
    #legalContainer:after,
    .largeInformationSection:after,
    #footerWrapper:after
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

}
