﻿body 
{
    background-color: #cce7b4;
    background-image:url(../images/bg.jpg);
    background-repeat:repeat-x;
    background-position:top;
    margin:0 auto;
    font-family: Arial, Verdana, Helvetica;
    font-size: 12px;
    color: #333;
}

.mainTbl
{
    background-color: #fff;
}

.leftside
{
    width: 7px;
    vertical-align: top;
    background-image: url(../images/left-shade-bg.jpg);
    background-repeat:repeat-y;
}

.rightside
{
    width: 7px;
    vertical-align: top;
    background-image: url(../images/right-shade-bg.jpg);
    background-repeat:repeat-y;
}

.mainBdy
{
    padding: 22px;
    padding-bottom: 0px;
    font-family: Arial;
    font-size: 12px;
    color: #333;
    vertical-align:top;
    height: 655px;
    width: 900px;
}

.footer
{
    background-image: url(../images/footer.jpg);
    background-repeat:no-repeat;
    height: 41px;
    background-position: center;
    font-family: Arial;
    font-size: 11px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}
.footerHome
{
    background-image: url(../images/footer-home.jpg);
    background-repeat:no-repeat;
    height: 41px;
    background-position: center;
    font-family: Arial;
    font-size: 11px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}
.footerTxt
{
    font-family: Arial;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}

.blueBdy
{
    background-image: url(../images/blue-bg.jpg);
    background-repeat:repeat-x;
    background-position: top;
    height: 359px;
    vertical-align: top;
}

.welcomeMsg
{
    vertical-align: top;
    padding:12px;
    width: 239px;
}

.indexVideo
{
    vertical-align: middle;
    width: 258px;
}

.indexNews
{
    vertical-align: top;
    padding:8px;
    width: 249px;
    background-color:#e9f4f8;
    border: 1px solid #c1dde8;
}
.map-title
{
    color: #666;
    font-size:12px;
}
.map-txt
{
    color: #000;
    font-size:10px;
}

/* Indivudual Documents */
.docs-title{height:25px; background-color:#eff6f9; color:#333; font-size: 12px; font-family:Arial; font-weight:bold;}
.docs-body{color:#333; font-size: 12px; font-family:Arial;}
.docs-body a{color:#61b214; font-size: 12px; font-family:Arial;}
.PublicationNoRecords {color:#333; font-size: 12px; font-family:Arial;}

/* Forms */
.ContactTxtFieldsReq 
{
    background-image:url(http://www.brightfox.com.au/foxdata/images/required.gif);
    background-position:right center;
    background-repeat:no-repeat;
    width:200px;
    margin:5px;
}

.ContactTxtFields 
{
    width:200px;
    margin:5px;
}
.DocumentNoRecords{padding-left: 20px;}
