﻿body
{
    background-image:url(../Images/cloudbg.jpg);
    background-position:top;
    background-repeat:repeat-x;
}


.logoWrapper {
    position: absolute;
    top: 250px;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 270px;
    height: 300px;
    margin-left:-135px;
    text-align:left;
    color: white; }
 
 .logoInnerWrapper 
{
    text-align: center;
    border: dashed 0px #AAA;
    border-bottom:none;
}
 

.contactLabel 
{
    color:#333;
    font: bold 11px Arial;
}

.fixedFooter
{
    position:absolute;
    bottom:5px;
    left:50%;
    width:400px;
    margin-left:-200px;
    color:#0198FF;
    font: normal 12px Arial;
    text-align: center;
}

.sectionWrapper
{
    position:relative;
    top:5px;
    width: 500px;
    margin-left:-58px;
    padding: 10px 0px 0px 0px;
}

.sectionLeft
{
    margin-left:-30px;
    position:relative;
    width:220px;
    float:left;
}

.sectionRight
{
    position:relative;
    border-left:solid 1px #009AFE;
    width:220px;
    float:left;
    padding-left:15px;
}   
.contactWrapper 
{
    color:#0198FF;
    font: bold 13px Arial;
    padding:10px 10px 10px 20px;
}

a { padding:0 5px 10px 5px;
    text-decoration:none; color: #0198FF; }
a:hover {  color: #111; }