﻿#mainbody
{
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
#maintop
{
    background-image: url(    'TemplateImages/TopBorder.gif' );
    height: 30px;
    width: 100%;
}
#mainmiddle
{
    background-image: url(   'TemplateImages/MiddleBorder.gif' );
    width: 100%;
    overflow: auto;
}
.mainmiddle
{
    clear: both;
    margin-right: 20px;
    margin-left: 10px;
    width: 980px;
}
#mainleft
{
    clear: both;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
    width: 200px;
}
#servicesmenu
{
    text-align: center;
}
#aboutusmenu
{
    text-align: center;
}

.paneltop
{
    background-image: url(  'TemplateImages/InnerTopBorder200Fill.JPG' );
    width: 200px;
    height: 17px;
}
.panelmiddle
{
    background-image: url(   'TemplateImages/InnerMiddleBorder200Fill.JPG' );
    width: 200px;
    text-align: center;
}
.panelmiddleshort
{
    background-image: url(   'TemplateImages/InnerMiddleBorder200Fill.JPG' );
    width: 200px;
    text-align: center;
    line-height: 40px;
}
.panelmiddle input
{
    margin-top: 2px;
}

.panelbottom
{
    background-image: url(  'TemplateImages/InnerBottomBorder200Fill.JPG' );
    width: 200px;
    height: 17px;
    margin-bottom: 10px;
}
#maincentre
{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 770px;
}
/* Force H1 to have a 0.67em top and bottom margin because IE8 applies this be
default and IE7 or earlier have a default of Auto */
#maincentre h1
{
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}

#mainright
{
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    margin-left: 10px;
}
#mainfooter
{
    clear: both;
    background-image: url(   'TemplateImages/BottomBorder.gif' );
    height: 40px;
    width: 100%;
    color: White;
    text-align: center;
    font-size: small;
    line-height: 30px;
}
#mainfooter a
{
    text-decoration: none;
    color: White;
}
.floatleft
{
    float: left;
}
.floatright
{
    float: right;
}
.MainMenuUnSelected
{
    text-align: center;
    color: #024F3B;
    width: 140px;
    background-image: url('TemplateImages/TabLight.gif');
    text-decoration: none;
    height: 20px;
}
.MainMenuUnSelected a { background-image: none; }
.MainMenuHover { font-weight: bold; }
.MainMenuSelected
{
    text-align: center;
    color: White;
    width: 140px;
    background-image: url('TemplateImages/TabDark.gif');
    text-decoration: none;
}
a.PageMenuUnSelected
{
    border: 2px solid #024F3B;
    text-align: center;
    color: #024F3B;
    background-image: none;
    text-decoration: none;
    height: 20px;
    background-color: #D7E3BD;
    display: inline-block;
}
a:hover.PageMenuUnSelected
{
    font-weight: bold;
}
a.PageMenuSelected
{
    border: 2px solid #024F3B;
    text-align: center;
    color: White;
    background-image: none;
    text-decoration: none;
    height: 20px;
    background-color: #024F3B;
    display: inline-block;
}
#servicesmenu a.PageMenuSelected { width: 160px; }
#servicesmenu a.PageMenuUnSelected { width: 160px; }

#aboutusmenu a.PageMenuSelected { width: 140px;}
#aboutusmenu a.PageMenuUnSelected { width: 140px;}

.BulletList {list-style-image: url('TemplateImages/Bullet.jpg');}
/* Force H2 to have a 0.83em top and bottom margin because IE8 applies this be
default and IE7 or earlier have a default of Auto */
.BulletList h2
{
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}
.BulletSubList {text-indent:50px;}
.PanelExpand {cursor: pointer;}
.ImageEmployee
{
    float: left;
    margin: 0px 10px 10px 10px;
}
.TableLogo { text-align: center;}

.TableServices {  width: 100%; }
.TableServices td
{
    vertical-align: top;
    width: 33%;
    text-align:left;
}

.TableEnquiry { width: 100%; }
.TableEnquiry td
{
    vertical-align: top;
    width: 50%;
    text-align: left;
}

.TextBoxEnquiry { width: 90%;}
.ButtonSubmit{ float: right;}
