body
{
    padding: 0;
    margin: 0px 0px 0px 0px;
    cursor: default;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a
{ 
    text-decoration: none;
    color: rgb(117, 0, 0);
}
a:visited
{ 
    text-decoration: none;
    color: rgb(117, 0, 0);
}
a:hover
{
    color: red;
    text-decoration: none;
}

#wrapper
{
    display: block;
    position: relative;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0px auto;
}
#LoadingBox
{
    display: none;
    position: absolute;
    font-size: 32pt;
    text-align: center;
    width: 100%;
}
#banner
{
    display: inline-block;
    position: relative;
    left: -1200px;
    margin: auto;
    margin-top: 20px;
    border: 2px outset #000000;
    box-shadow: 1px 1px 3px #000000;
    background-color: yellow;
    width: 100%;
    max-width: 1000px;
    border-radius: 5px;
    z-index: 5;
    cursor: default;
    transition: all, 1s;
    opacity: 0;
}
#banner img
{
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 5px;
}

#mainmenu
{
    display: block;
    margin: 0px auto;
    z-index: 3;
    width: 100%;
    max-width: 1000px;
}
.mmbtn
{
    display: inline-block;
    position: relative;
    margin: 0px 1px;
    padding: 5px 6.5% 8px 6.5%;
    font-size: 20pt;
    letter-spacing: 1.5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 1px outset #000000;
    box-shadow: 1px 1px 3px #000000;
    cursor: pointer;
    background-color: rgb(117, 0, 0);
    color: #ffffff;
    border-radius: 0px 0px 5px 5px;
    transition: all, 0.2s;
    opacity: 0;
}
.mmbtn:hover
{
    background: linear-gradient(0deg, rgba(117,0,0,1) 0%, rgba(255,0,0,1) 100%, rgba(255,255,255,1) 100%);
    text-shadow: 0px 2px 3px #000000;
}
.selected
{
    background: linear-gradient(0deg, rgba(117,0,0,1) 0%, rgba(255,0,0,1) 100%, rgba(255,255,255,1) 100%);
    text-shadow: 0px 2px 3px #000000;
    cursor: default;
}
#imgComplete
{
    display: block;
    position: relative;
    margin: 20px auto;
    width: 80%;
    height: auto;
}
#Address
{
    display: block;
    width: 99%;
    max-width: 990px;
    position: relative;
    padding: 2px 0px 4px 0px;
    font-size: 18pt;
    letter-spacing: 2px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
    margin: 0px auto;
    z-index: 1;
    margin-bottom: 10px;
}
#MobileAddress
{
    display: block;
    width: 99%;
    max-width: 990px;
    position: relative;
    padding: 0px 0px 4px 0px;
    font-size: 24pt;
    letter-spacing: 2px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
    margin: 0px auto;
    z-index: 1;
    margin-bottom: 10px;
}
#PhoneBox
{
    display: block;
    margin: 0px auto;
    z-index: 3;
}
.phone
{
    display: inline-block;
    margin: 0px 1px;
    padding: 5px 6.5% 8px 6.5%;
    font-size: 20pt;
    letter-spacing: 1.5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 1px outset #000000;
    box-shadow: 1px 1px 3px #000000;
    cursor: pointer;
    background-color: rgb(117, 0, 0);
    color: #ffffff;
    border-radius: 5px 5px 0px 0px;
}
.phone:hover
{
    background: linear-gradient(180deg, rgba(117,0,0,1) 0%, rgba(255,0,0,1) 100%, rgba(255,255,255,1) 100%);
    text-shadow: 0px -2px 3px #000000;
}
#Content
{
    display: block;
    width: 99%;
    margin: 0px auto;
    opacity: 0;
    transition: all, 2s;
}
#PageTitle
{
    display: block;
    position: relative;
    top: 20px;
    width: 100%;
    color: rgba(0,0,0,1);
    font-size: 36pt;
    letter-spacing: 2px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.fixedbutton
{
    display: inline-block;
    margin: 10px 5px;
    width: 300px;
    height: 54px;
    padding-top: 10px;
    font-size: 20pt;
    line-height: 18px;
    letter-spacing: 1.5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 1px outset #000000;
    box-shadow: 1px 1px 3px #000000;
    cursor: pointer;
    background-color: rgb(117, 0, 0);
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    vertical-align: top;
}
.fixedbutton:hover
{
    background: linear-gradient(0deg, rgba(117,0,0,1) 0%, rgba(255,0,0,1) 100%, rgba(255,255,255,1) 100%);
    text-shadow: 0px 2px 3px #000000;
}
.emailbutton
{
    font-size: 9pt;
}
.mobilebutton
{
    display: inline-block;
    margin: 10px 5px;
    padding: 10px 6.5% 19px 6.5%;
    font-size: 20pt;
    line-height: 14pt;
    letter-spacing: 1.5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 1px outset #000000;
    box-shadow: 1px 1px 3px #000000;
    cursor: pointer;
    background-color: rgb(117, 0, 0);
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    vertical-align: top;
}
.mobilebutton:hover
{
    background: linear-gradient(0deg, rgba(117,0,0,1) 0%, rgba(255,0,0,1) 100%, rgba(255,255,255,1) 100%);
    text-shadow: 0px 2px 3px #000000;
}
.btntext
{
    color: yellow;
    font-size: 10pt;
    letter-spacing: 2px;
}
#MobileWelcome
{
    display: block;
    margin: 30px auto;
    text-align: center;
    width: 99%;
    font-size: 14pt;
    border: 2px solid rgba(117,0,0,1);
    background-color: rgb(253, 253, 253);
    color: #000000;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}
.Welcome
{
    font-size: 12pt;
    font-style: italic;
}
.Coachworks
{
    font-size: 18pt;
}
.HomeWelcome
{
    display: block;
    padding: 10px 0px 20px 0px;
    font-size: 16pt;
    text-align: center;
    line-height: 16pt;
    background-color: rgb(235, 235, 235);
    width: 100%;
    border-bottom: 1px solid rgba(117,0,0,1);
}
.HomeDesc
{
    display: block;
    padding: 10px 15px;
    font-weight: 600;
}
.HomeText
{
    display: block;
    padding: 10px 15px;
}
.HomeContact
{
    display: block;
    padding: 10px 15px;
}
.HomeSignatures
{
    display: block;
    text-align: center;
    padding: 10px 15px;
    font-family: 'Segoe Script', 'Lucida Handwriting', 'Script', cursive;
}
.HoursNote
{
    display: block;
    text-align: center;
    padding: 10px 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12pt;
    text-transform: none;
    font-style: normal;
}
.HolidayClosed 
{
    display: block;
    text-align: center;
    padding: 0px 15px;
    background-color: rgb(235,235,235);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10pt;
    text-transform: none;
    font-style: normal;    
}
.HoursStateOpen
{
    color:#007222;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}
.HoursStateClosed
{
    color:#720000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
#HoursBox
{
    display: block;
    position: relative;
    width: 98%;
    max-width: 400px;
    margin: 10px auto;
    font-size: 16pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgb(117, 0, 0);
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    transition: all, 3s;
    background-color: #eeeeee;
}
#HoursCurrentText
{
    background-color: rgb(243, 243, 243);
    color: rgb(0, 0, 0);
    padding: 10px 0px 12px 0px;
}
#HoursData
{
    font-size: 9pt;
    letter-spacing: 2px;
    color: #222222;
}
.ampm 
{
    text-transform: lowercase;
}
#TheHours
{
    display: block;
    position: relative;
    width: 100%;
    padding:0;
    margin:0;
}
#TheHours hr
{
    padding: 0px;
    margin: 0px;
}
.HoursLabel
{
    display: inline-block;
    position: relative;
    width: 50%;
    font-size: 12pt;
    height: 30px;
    line-height: 30px;
    padding-top: 4px;
    padding-bottom: 6px;
    text-align: center;
    color: rgb(117, 0, 0);
    vertical-align: top;
}
.HoursResult
{
    display: inline-block;
    position: relative;
    width: 50%;
    font-size: 16pt;
    font-weight: 500;
    text-transform: none;
    height: 30px;
    line-height: 30px;
    padding-top: 4px;
    text-align: center;
    vertical-align: top;
    color: #000000;
}

/* SERVICES */
#Services
{
    display: block;
    margin: 20px auto 0px auto;
    text-align: left;
    width: 96%;
    font-size: 14pt;
    border: 2px solid rgba(117,0,0,1);
    background-color: rgb(253, 253, 253);
    color: #000000;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}
.ServicesDesc
{
    display: block;
    text-align: center;
    padding: 10px 15px 15px 15px;
    font-weight: 600;
}
.ServicesDesc a,.ServicesDesc a:visited
{
    color: rgb(117, 0, 0);
}
.ServWelcome
{
    display: block;
    padding: 10px;
    margin: 0px auto;
    text-align: center;
    background-color: rgb(235, 235, 235);
}
.ServicesList
{
    display: block;
    text-align: center;
    font-weight: 800;
    width: 100%;
}
.ServicesItem img
{
    display: inline-block;
    height: 20px;
    width: auto;
}
.ServicesItem
{
    display: inline-block;
    margin: 5px 5px;
    width: 30%;
    min-width: 300px;
    background-color: rgb(236, 236, 236);
    border: 1px dashed rgb(117, 0, 0);
    border-radius: 25px;
    padding: 10px 20px;
    letter-spacing: 1px;
    color: #000000;
}
.legalnotice
{
    display: block;
    position: relative;
    padding: 10px 0px;
    line-height: 10pt;
    font-size: 9pt;
    font-weight: normal;
}
.ParaOne
{
    display: inline-block;
    margin: auto;
}
.ParaServices
{
    display: inline-block;
    margin: auto;
    padding-top: 20px;
    padding-left: 100px;
}

.ServicesIntro
{
    display: block;
    position: relative;
    margin: 0px auto;
    width: 97%;
    padding-top: 20px;
    line-height: 16pt;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14pt;
    font-weight: 500;
    color: #111111;
    max-width: 1000px;
    text-align: center;
}
.ServicesLogos
{
    display: block;
    margin: 10px auto 0px auto;
}
.ServicesLogos img
{
    margin: 3px 15px;
    height: 50px;
    width: auto;
}
.ServicesIntro ul
{
    float: left;
    position: relative;
    width: 350px;
    font-size:12pt;
    font-weight:bold;
    font-family:Tahoma;  
    list-style:none;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: left;
}
.checkm 
{
    
    text-decoration:none;
    padding-left:20px;
    background-repeat: no-repeat;
}
.checkm img
{
    width: 18px;
    height: 18px;
}

/* LOCATION */
.locAddress
{
    display: block;
    text-align: center;
    font-size: 16pt;
    position: relative;
    margin: 20px auto;
    padding-top: 10px;
}
.locMap
{
    display: block;
    position: relative;
    width: 97%;
    text-align: center;
    margin: auto;
}
.locHelp
{
    display: block;
    position: relative;
    margin: 0px auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.MapLinks
{
    display: block;
    position: relative;
    text-align: center;
    margin: 20px auto;
    padding: 20px 0px;
}
.MapLinks a
{
    text-decoration: none;
}
.maplink
{
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 5px 20px;
    margin: 0px 10px;
    cursor: pointer;
}
.maplink:hover
{
    border: 1px solid red;
}

/* CONTACT */
.emailmsg
{
    display: block;
    position: relative;
    margin-top: 20px;
    letter-spacing: 0.5px;
    font-size: 14pt;
    font-style: italic;
}

/* ABOUT */
#AboutStory
{
    display: block;
    position: relative;
    width: 90%;
    padding: 15px 20px;
    line-height: 18pt;
    text-align: left;
    margin: 10px auto;
    border: 1px solid #000000;
    border-radius: 5px;
}
.WilsonBrothers
{ 
    display: inline-block;
    font-size: 14pt;
    color: #000000;
    font-weight: 400;
    line-height: 16pt;
    margin: 20px auto 0px auto;
}
.WilsonBrothers b
{
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    font-weight: 600;
}


/* FOOTER */
#FooterBox
{
    display: block;
    position: relative;
    opacity: 0;
    transition: all, 4s;
}
.Footer
{
    padding: 5px;
    width: 95%;
    margin: 20px auto 10px auto;
    background-color: rgb(235, 235, 235);
    border-style: solid;
    border-color: #5a0000;
    border-width: 1px;
    border-radius: 5px;
    font-size: 8pt;
    text-align: center;
    color: #222222;
    font-family: Tahoma, Arial;
    line-height: 10pt;
}
.Footer a
{
    text-decoration: none;
    text-transform: none;
    color: rgb(117, 0, 0);
    font-weight: 600;
}
.Footer a:hover
{
    color: #ff3333;
}
.FooterImg1
{
    float: left;
    height: 40px;
    width: auto;
}
.FooterImg2
{
    float: right;
    height: 30px;
    width: 100px;
    margin-right: 5px;
}
.FooterLabel
{
    display: block;
    text-transform: uppercase;
}


@media only screen and (max-width: 400px) {
    .ServicesItem
    {
        margin: 5px auto;
        font-size: larger;
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 980px) {
    #wrapper
    {
        overflow-x: hidden;
    }
    #banner, #banner img
    {
        margin: 0px;
        padding: 0px;
        width: 100%;
        border: none;
        border-radius: 0px;
    }
    #Address
    {
        display: none;
    }
    .ServicesItem
    {
        margin: 5px auto;
        font-size: larger;
        padding: 10px 10px;
    }
    #MobileAddress
    {
        display: block;
        font-size: 10pt;
        margin: 5px 0px;
    }
    .mmbtn {
        font-size: 10pt;
        padding: 8px 2.5% 8px 2.5%;
    }
    .locAddress
    {
        font-size: 12pt;
        margin: 5px auto 0px auto;
    }
    #PhoneBox
    {
        display: none;
    }
    #MobileContent
    {
        display: block;
    }
    #MobileWelcome
    {
        width: 97%;
    }
    .Footer
    {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .HoursLabel
    {
        font-size: 9pt;
    }
    .WilsonBrothers
    {
        margin-top: 0px;
        font-size: 10pt;
    }
    #AboutStory
    {
        display: block;
        position: relative;
        width: 93%;
        padding: 5px 10px;
        text-align: left;
        margin: 10px auto;
        border: 1px solid #000000;
        border-radius: 5px;
        line-height: 14pt;
    }
    .ServicesIntro
    {
        margin-top: 0px;
    }
    .ServicesIntro ul
    {
        font-size:12pt;
        font-weight:bold;
        font-family:Tahoma;  
        list-style:none;
        margin-top: 10px;
        margin-bottom: 0px;
        text-align: left;
    }
    .ParaOne
    {
        font-size: 10pt;
        letter-spacing: 1px;
        line-height: 12pt;
    }
    .ParaServices
    {
        display: block;
        position: relative;
        padding-top: 20px;
        padding-left: 0px;
        text-align: left;
        width: 90%;
    }
    .ServicesLogos
    {
        width: 98%;
        display: block;
        position: relative;
        margin: 10px auto 0px auto;
    }
    .ServicesLogos img
    {
        margin: 2px 5px;
        height: 28px;
        width: auto;
    }
  }