﻿/********************************
/*    Public Site Layout
/*
/*Created By Gareth Bow (c) 2010
/********************************/

html 
{
    margin: 0px;
    padding: 0px;
}

body 
{
    margin: 0px;
    padding: 0px;
    background-color: #dFdFdF;
    font: 0.75em/1.5em "Segoe UI", Arial, sans-serif;
}

div#container
{
    width:100%;
    padding: 0px;
    margin: 0px;
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
}

div#logoContainer
{
    background-image: url(../images/contact.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    margin: 0px auto 0px auto;
    height: 200px;
}

div#logoContainer img.logo
{
    margin-top: 20px;
}

div#logoContainer img.logoText
{
    position: absolute;
    top:67px;
    
}

div#innerContainer
{
    width: 78%;
    margin: 0px auto 0px auto;
    height: 200px;
}

div#content_container 
{
    background-color: White;
    margin: 0px;
    padding: 5px;
}

div#footer
{
    clear:both;
    margin: 0px;
    padding: 5px;
    background-image: url('../images/footer_bg.gif');
    background-repeat: repeat-x;
    color: White;
    text-align: center;
    font-size: 0.875em;
}

div#footer
{
    clear:both;
    margin: 0px;
    padding: 5px;
    background-image: url('../images/footer_bg.gif');
    background-repeat: repeat-x;
    color: White;
    text-align: center;
    font-size: 0.875em;
}

div#footer div.links
{
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 10px;
}

div#footer a
{
    color: White;
    text-decoration: none;
}

div#footer a:hover
{
    color: White;
    text-decoration: underline;
}

div#footer p { margin: 0px;
    padding: 0px;
}

div#footer p.copyright
{
    margin:0px!important;
    text-align: center!important;
    line-height: 1.25em!important;
}

div#left_column
{
    width: 60%;
    float: left;
    padding: 5px;
}

div#right_column
{
    float: right;
    width: 29%;
    padding: 5px 5px 5px 10px;
}

/*div.spacer
{
    background-image: url(../images/DottedLine.gif);
    background-repeat: repeat-x;
}*/