﻿body 
{
    margin: 0px;
    background-image: url(../images/bodybg.jpg);
    font-family: Arial, Verdana, Courier;
    font-size: 12px;
}

h1
{
    color: #318942;
    font-size: 14px;
    font-weight: bold;    
}

a
{
    color: #318942;
    text-decoration: underline;
}

a:hover
{
    color: #318942;
    text-decoration: none;
}

#Container
{
    margin: 0px auto;
    width: 748px;
    background-color: #ffffff;

}

#Body
{
    margin: 0px auto;
    width: 748px;
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;    
}

#MainContainer
{
    width: 748px;
    float: left;
    background-color: #ffffff;
    border-left: 1px solid #318942;
    border-right: 1px solid #318942;
}

#Header
{
    width: 748px;
    float: left;
}

#Logo
{
    width: 331px;
    height: 97px;
    float: left;
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
}

#TopRight
{
    width: 397px;
    float: left;
    text-align: right;
    padding-right: 20px;
    color: #318942;
}

#Nav
{
    width: 748px;
    height: 19px;
    float: left;
    background-image: url(../images/navbg.jpg);
    background-repeat: repeat-x;
    padding-top: 10px;
}

#Nav a
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
}

#Nav a:hover, body.home #t-home, body.about #t-about, body.ourequipment #t-ourequipment, body.supportequipment #t-supportequipment, body.contact #t-contact, #t-small, #t-medium, #t-large
{
    color:#aad8b1;
    background-image: url(../images/menuHover.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

#SubNav
{
    width: 748px;
    float: left;
    background-color: #77b558;
    padding-top: 5px;
    margin-top: 1px;
}

#SubNav a
{
    color: #eee715;
    text-decoration: none;
    font-weight: bold;
    margin: 20px;
}

#SubNav a:hover, body.ourequipment #t-sub
{
    color: #318942;
    text-decoration: none;
    background-image: none;
}

#MainBody
{
    width: 748px;
    float: left;
    margin-top: 10px;
}

#MainImage
{
    width: 360px;
    float: left;
    padding-left: 5px;
    padding-bottom: 10px;
}

#IndexContent
{
    width: 325px;
    float: left;
    margin-left: 30px;
    color: #00000;
}

#AboutUsImage
{
    width: 325px;
    float: left;
    padding-left: 5px;
    padding-bottom: 10px;
}

#AboutUsContent
{
    width: 380px;
    float: left;
    margin-left: 30px;
    color: #000000;
    padding-bottom: 10px;
}

#Footer
{
    width: 748px;
    height: 28px;
    padding-top: 30px;
    clear: both;
    text-align: center;
    background-image: url(../images/footerbg.jpg);
    background-repeat: repeat-x;
    color: #ffffff;
    font-size: 11px;
}

#Footer a
{
    color: #ffffff;
    text-decoration: none;
}

#Footer a:hover
{
    color: #aad8b1;
    text-decoration: none;
}

.form
{
    margin-top: 10px;
}

.green
{
    color: #318942;
    font-size: 13px;
    font-weight: bold;    
}