﻿body 
{
    background: #f9f7f2;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: black;
    height: 100%;
}

#container 
{
    height: 100%;
    height: auto !important;
    min-height: 100%;
    margin: 0 auto -75px;
}

.topBar
{
    height: 5px;
    background-color: Black;
}

.page 
{
    width: 960px;
    margin:0px auto 0px auto;

}

.headerMain 
{
    vertical-align: bottom;
    height: 100px;
    background: white;    
}

.headerImage 
{
    width: 600px;
    float: Left;
}

.headerMenu 
{
    width: 360px;
    float: right;
    margin-top: 30px;
    height: 60px;
}

#moto 
{
    height: 45px;
    font-size:1.5em;
    font-style: italic;
    margin-top: 0px;    
    text-align: center;
    background: white;
    padding-top: 20px;
}  

#homeMid{
    height: 100%;
    height: auto !important;
    min-height: 29em;
    margin: 0    
       
}
#panel1 
{
    width: 30%;
    font-size: 1.2em;
    float: left;
    margin-right: 30px;
    margin-left: 20px;
}  
#panel2 
{
    width: 30%;
    font-size: 1.2em;
    float: left;
    margin-right: 30px;
}  
#panel3 
{
    width: 30%;
    font-size: 1.2em;
    float: left;
}  

#footer
{
    background-color: #6b6967;
    width: 100%;
    height: 75px;
}

#footerContent 
{
    width: 960px;
    margin-left: auto;  
    margin-right:auto;
    padding-top: 20px; 
    color: Silver;
}

#footerLeft 
{
    width: 500px;
    float:left;
}

#footerRight 
{
    width: 460px;
    float:right;
    text-align: right;
}
