﻿body
{
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #626262;
    background: white url('Images/bg.gif') repeat-x;
}

a, a:visited
{
    color: #006E3A;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 25px;
    color: #959595;
    margin: 0 0 30px 0;
    font-weight: normal;
}

h1.welcome
{
    font-size: 20px;
    color: black;
    margin: 0;
    padding: 0;
}

h2
{
    font-size: 16px;
    color: #626262;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

img
{
    border: 0;
}

img.left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

/* Containers & Layout */

#cmsWrapper
{
    margin: 15px auto;
    width: 743px;
}

#container
{
    width: 743px;
    float: left;
}

#headtop
{
    width: 743px;
    height: 7px;
    background: url('Images/bg-top.gif') bottom no-repeat;
    float: left;
}

#header
{
    background: url('Images/main-bg.gif') repeat-y;
    width: 733px;
    height: 65px;
    clear: both;
    float: left;
    padding: 0 5px;
}

.headLeft
{
    float: left;
    width: 450px;
    height: 65px;
    line-height: 65px;
    text-transform: uppercase;
    padding-left: 15px;
}

.headLeft a
{
    color: #43597e;
}

.headLeft a:hover
{
    color: #970505;
    text-decoration: underline;
}

.headRight
{
    float: right;
    width: 220px;
    height: 65px;
}

#menu
{
    width: 735px;
    clear: both;
    float: left;
    padding: 0 4px;
    height: 33px;
    background: url('Images/main-bg.gif') repeat-y;    
}

#home, 
#main
{
    width: 733px;
    clear: both;
    float: left;
    padding: 0 4px;   
}

#home
{
    background: white url('Images/main-bg.gif') repeat-y; 
}

#main
{
    background: white url('Images/main-bg2.gif') repeat-y; 
}

#home .flashHolder
{
    width: 735px;
    height: 203px;
}

#home .siteContent
{
    background: url('Images/top-content.gif') repeat-x top;
    padding: 30px 23px 0 22px;
    width: 690px;
}

div.homenav
{
    clear: both;
    float: left;
    padding: 0;
    margin: 10px auto;
}

div.rest,
div.car,
div.indust,
div.waste
{
    float: left;
}

div.rest a,
div.car a,
div.indust a,
div.waste a
{
    width: 171px;
    height: 126px;  
    display: block;
}

div.rest a
{
    background: url('Images/home-rest.jpg') no-repeat 0 0;
    border-right: 1px solid white;
}

div.rest a:hover
{
    background-position: -171px;
}

div.car a
{
    background: url('Images/home-car.jpg') no-repeat 0 0;
    border-right: 1px solid white;    
}

div.car a:hover
{
    background-position: -171px;
}

div.indust a
{ 
    background: url('Images/home-indust.jpg') no-repeat 0 0;
    border-right: 1px solid white;    
}

div.indust a:hover
{
    background-position: -171px;
}

div.waste a
{
    background: url('Images/home-waste.jpg') no-repeat 0 0;
}

div.waste a:hover
{
    background-position: -171px;
}

div.clickabove
{
    clear: both;
    background: url('Images/top-content.gif') repeat-x top;
    width: 688px;
    height: 20px;
    text-align: center;
    font-style: italic;
    color: #125891;
    font-weight: bold;
    font-size: 12px;
}

#main .leftCol
{
    float: left;
    width: 210px;
    background: #959595 url('Images/sidebar-bg.gif') repeat-x top;
    border-right: 1px solid #3c3c3c;
}

#main .panel
{
    width: 211px;
}

#main .sidebarbanner
{
    width: 187px;
    padding: 12px;
}

#main .sidebarbanner img
{
    border: 1px solid #787775;
}

#main .siteContent
{
    float: right;
    width: 467px;
    min-height: 477px;
    padding: 20px 30px 20px 15px; 
    background: white url('Images/content-bg.gif') no-repeat top;
}

#footer,
#footerinner
{
    width: 743px;
    padding-top: 20px;
    text-align: center;
    color: Black;
    font-size: 10px;
    clear: both;
    float: left;
}
#footer
{
    background: url('Images/bg-bottom.gif') no-repeat top;
}

#footerinner
{
    background: url('Images/bg-bottom-inner.gif') no-repeat top;
}

#footer a,
#footer a:visited
{
    color: Black;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

a.emerg
{	color: #ff0000;
}