﻿* {margin:0;padding:0;} /* Make the content flush against the top of the page */

body
{
    font-family: Arial;
    background-color: #FFFFFF;
}

#masthead
{
    height: 150px;
    padding-bottom: 10px;
}

#masthead, #local-nav
{
    background-color:#ffd203;
}

#main
{
    margin: 0 auto;
    position:relative;
}

div.logo
{
    width:300px;
    height:115px;
    background-image: url(../../Content/Images/BTHLogo.png);
    float: left;
    margin: 10px 10px 10px 10px;
}

div.telephone #contacts
{
    margin-left: 300px;
    padding-top: 10px;
    list-style:none;
}

div.telephone #contacts li
{
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
}

.highlight
{
    color: Red;
}

#local-nav
{
    margin: 0 0 10px 0;
}

#local-nav a
{
    color: #000000;
    text-decoration: none;
}

#local-nav a:hover
{
    text-decoration: underline;
}

#container-inner
{
    
    margin: 0px auto;
    width: 974px;
}

#content-featured
{
    float: left;
    margin: 0px 0px 10px;
    overflow: hidden;
    padding: 0px;
    width: 726px;
}

#content-extra
{
    float: right;
    overflow: hidden;
    width: 206px;
}

ul#toc
{
    height: 1.5em;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid black;
}

ul#toc li {
    float: left;
    height: 1.5em;
    margin: 0 5px 0 5px;
    padding: 0 5px 0 5px;
    
}

ul#toc li.current {
    background-color: #ffffff;
     border-top: 1px solid black;
     border-right: 1px solid black;
     border-left: 1px solid black;
}


.sections
{
    text-align:center;
    list-style: none;
}

a img
{
    border: 0;
}

h1, h2
{
    padding-bottom: 10px;
}

.full
{
    width: 974px;
}

#branches
{
    width: 974px;
    text-align: center;
}

.branch
{
    float:left;
    width: 135px;
    padding-right: 3px;
    height: 200px;
}

.branch h1
{
    font-size: small;
}

tr
{
    text-align: left;
    padding-bottom: 10px;
    border-bottom: solid 1px black;
}

th
{
    width: 223px;
    color: Red;
    vertical-align:top;
}

.subsection
{
    color: White;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
}

.building
{
    color: Black;
    background-color: #FEF200;
}

.site
{
    background-color: #F57C29;
}

.accesslifting
{
    background-color: #DF3327;
}

.power
{
    background-color: #9D093D;
}

.metal
{
    background-color: #692878;
}

.wood
{
    background-color: #2D2673;
}

.plumbing
{
    background-color: #0066CC;
}

.gardening
{
    background-color: #00AD6B;
}

.decorating
{
    background-color: #01C0F4;
}

.highlight
{
    color: Red;
}

.odd
{
    background-color:#EBEBEB;
}

.products th
{
    color: Black;
    font-size: smaller;
}

table
{
    width:100%;
}

#Legend
{
    position:fixed;
}

#QuickLinks
{
    padding-top: 10px;
}


#Codes li, #QuickLinks li
{
    list-style:none;
}

.money
{
    text-align:right;
}