﻿/* http://webdesignguide.wfiedler-online.de/forum.php */
body
{
    font: normal 100.1%/1.2em Verdana, arial, helvetica, sans-serif;
    word-spacing: 0.1em;
    margin: 0;
    padding: 0;
    min-width: 900px;
    background-color: #177245;
    color: #373534;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

html, body
{
    height: 100%;
}


h1, h2, h3, h4, h5, h6
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 100%;
    padding: 0;
    margin: 0;
}

h1
{
    font-size: 16px;
}

h2
{
    font-size: 14px;
}

.PageLayout
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.MenuLayout
{
    width: 900px;
    background-color: #3A9F11;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
    margin-bottom: 0.1pt;
}


.MenuWrapper
{
    float: left;
    width: 100%;
}

.MenuColumn
{
    background-color: #ffffff;
    margin-left: 260px; /*Set left margin to LeftColumnWidth*/
    text-align: right;
}

.MenuSection
{
    margin: 8px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
    background: #3A9F11;
}

.MenuLeftColumn
{
    float: left;
    width: 260px; /*Width of left column*/
    margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
    background: #3A9F11;
}

.ContentLayout
{
    width: 900px;
    background-color: #3A9F11;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
    margin-bottom: 0.1pt;
}


.ContentWrapper
{
    float: left;
    width: 100%;
}

.ContentColumn
{
    background-color: #5B7F00;
    margin-left: 260px; /*Set left margin to LeftColumnWidth*/
    color: #373534;
    min-height: 600px;
    text-align: justify;
}

.ContentSectionOuter
{
    margin: 0px 0px 0px 8px; /*Margins for inner DIV inside each column (to provide padding)*/
    height: 764px;
    min-height: 764px;
    background-color: #EEEEEE;
}

.ContentSection
{
    margin: 0px 10px 8px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.ContentLeftColumn
{
    float: left;
    width: 260px; /*Width of left column*/
    margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
    background: #5B7F00;
}


.TagLine
{
    font-family: "Times New Roman" , Times, serif;
    font-style: italic;
    font-size: 16pt;
}


.CreditDetails
{
    color: Red;
    font-size: medium;
    font-weight: bold;
}

.InsuranceDetails
{
    font-size: medium;
}

.CreditDetailSection
{
    background-color: #EEEEEE;
    text-align: center;
    clear: both;
}

.FooterDetails
{
    background-color: #3A9F11;
    font-size: 7.5pt;
    font-weight: 500;
    text-align: center;
    clear: both;
}

.FooterText
{
    font-size: 10pt;
    font-weight: 600;
    line-height: 12pt;
    color: #ffffff;
}

.Spacer
{
    clear: both;
    height: 4pt;
}

.SmallLineSpaceWhite
{
    background-color: #ffffff;
    color: #ffffff;
}

.SmallLineSpace
{
    font-size: 4pt;
}


.Centre
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

ul
{
    list-style: square;
}

logo
{
    text-align: center;
    font-weight: bold;
}

.Offers
{
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bolder;
}
