@import url(/shared/menu.css);
@import url(/shared/footer.css);
body  
{
    font-family:sans-serif;
    font-size:10pt;
    margin:0;
    background:#F3F3F2;
}

h1 {font-size:140%}
h2 {font-size:120%; color:maroon;}
h3 {font-size:110%}
h4 {font-size:100%}

h1,h2,h3,h4 {font-weight:bold;}

a {color: #1B62DF}

a img {border:none;}

p {text-align:justify;}

#Header 
{
    position:relative;
    width:758px; 
    height:352px; 
    margin:0 auto; 
    border:1px solid #B3B3B3; 
    border-bottom:none; 
    border-top:none; 
    padding:0;
}

#Logo 
{
    position:absolute;
    left:40px;
    top:20px;
}


#MiddleSection 
{
    width:758px; 
    min-height:400px; 
    margin:0 auto; 
    border:1px solid #B3B3B3; 
    border-bottom:none; 
    border-top:none; 
    background:#C7C7C6;
    position:relative;
    
}

/* -------- Left Content (Contact Us) -------- */

#LeftContent
{
    position:absolute;
    left:0px;
    top:120px;
    width:208px;
    height:207px;
    background-image:url(/images/left_content_background.png);
}

#LadyOnPhone
{
    display:block;
    position:relative;
    top:10px;
    margin:auto;
    
}

#CallTollFree
{
    margin-top:15px;
    text-align:center;
    font-size:90%;
}

/* -------- End Left Content -------- */

#MainContent
{
    position:relative;
    width:480px;
    min-height:340px;
    left:222px;
    top:25px;
    background:white;
    border:1px solid #b3b3b3;
    padding:20px;
    padding-bottom:40px;
}

#MainContentHeaderStrip
{
    position:absolute;
    top:-10px;
    left:0px;
}



