﻿
#subMenu
{
    width: 124px;
    height: 780px;
    float: left;
    margin: -5px 10px 0 -5px;
    padding-top: 3px;
}

/*Changed from ...h3... to ...h5...*/
#subMenu h5.header
{
    padding: 3px;
    background-color: #809090;
    color: #ffffff;
    margin-top: 2px;
}

/*Commented out, SL, 21/10/2009*/
#subMenu h3.header:hover
{
    background-color: #809090;
}

#subMenu h3:hover
{
    background-color: #e7b019;
}

#subMenu a:hover
{
    text-decoration: none;
}

#subMenu h3
{
    padding: 1px 0 1px 6px;
    margin-top: 2px;
    cursor: pointer;
}

#subMenu a h3
{
    font-family: Arial;
    /*Changed to 1em, SL, 21/10/2009*/
    font-size: 1em;
    color: #464545;
    font-weight: normal;
}

#subMenu h1
{
    color: #464545;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

#subMenu .selected
{
    background-color: #c7b080;
}

#mainContent
{
    background: url(../img/events_calenderbg.jpg) repeat-y left;
}

#mainContent .service
{
    margin-top: 10px;
    width: 75%;
    float: left;
    border-bottom: solid 1px #757575;
    min-height: 100px;
    height: auto;
    padding-bottom: 10px;
}

/* Commented out, SL, 21/10/2009
#mainContent .service img
{
    float: right;
    padding: 10px 5px 0 5px;
}*/
