﻿body 
{
    background-color: #FFFFFF;
    margin: 0;
    font-family: Arial;
}

.container
{
    margin: 0 auto;
    width: 100%;
}

.header
{
    width: 100%;
    height: 148px;
    background-image: url(images/header-back.jpg);
}

.bluebar
{
    height: 29px;
    background-image: url(images/blue-bar.gif);  
}

.shadowbar
{
    height: 29px;
    background-image: url(images/shadow-horizontal.png);
}

.vertshadow
{
    width: 16px;
    background-image: url(images/shadow-vertical.png);
    background-repeat: repeat-y;
}
.vertshadowleft
{
    width: 16px;
    background-image: url(images/shadow-vert-left.png);
    background-repeat: repeat-y;
}

#logo
{
    display: block;
    float: left;
    width: 231px;
    height: 142px;
    margin-top: 6px;
    background-image: url(images/agent-logo.png);    
}

#logo span
{
    display: none;
}

.tagline
{
    margin-top: 30px;
    margin-left: 30px;
    width: 282px;
    height: 83px;
    float: left;
    background-image: url(images/tagline.png);
    background-repeat: no-repeat;
    
}

.success-ad
{
    width:250px;    
    height: 100px;
    background-image: url(images/success-ad.png);
    background-repeat: no-repeat;
    float: right;
    margin-top: 15px;
}

.success-ad span
{
    display:none;
}

.footer
{
    height: 29px;
    background-image: url(images/blue-bar.gif);
    color: White;
    font-size: 10px;
}

.leftcolumn
{
    background-image: url(images/menu-back.gif);
    background-repeat: repeat-x;
    background-color: #cccdce; 
    width: 180px;  
    padding: 10px; 
}



.menu 
{   
    list-style-type: none;  
    margin: 0px;  
    padding: 0px;    
    margin-top: 10px;   
}

.menu li
{
    
}

.menu li a
{    
    display: block;
    padding: 5px 10px 5px 20px;        
    color: #0054a6;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;  
    background-image: url(images/blue-arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.menu li a:hover
{
    color: #b60909;
    background-image: url(images/red-check.png);
}

.menu li a.mSelected
{
    color: #b60909;
    background-image: url(images/red-check.png);
}

.content
{
    padding: 10px;
    vertical-align: top;   
}

.checklist
{
    list-style-image: url(images/check.jpg);    
    font-size: 18px;        
    line-height: 40px;
}


.buynowsmall
{
    width: 189px;
    height: 35px;
    display: block;
    background-image: url(images/buynow-small.png);
    margin: 0 auto;
}

.buynowsmall span
{
    display: none;
}

.buynow
{
    width: 459px;
    height: 91px;
    display: block;
    background-image: url(images/buynow.jpg);
}

.buynow span
{
    display: none;
}

.links
{
    color: Red;
    font-size: 16px;  
    display: block;
    text-decoration: none;
    margin-left: 20px;
    margin-bottom: 10px;
}

.links:hover
{
    color: #0054a6;
}

h1
{
    font-size: 20px;
    color: Red;
    font-family: Georgia, Times New Roman;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

h2
{
    font-size: 16px;
    font-family: Georgia, Times New Roman; 
    font-style:oblique;  
    color: #034188;   
}

h3
{
    padding: 0px;
    margin: 0px;
    color: Red;
}

.quote
{
    font-family: Georgia, Times New Roman;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.highlight
{
    background-color: Yellow;
}

#leftcol
{
    float: left;
    width: 550px;
    text-align: justify;
}

#rightcol
{
    float: right;
    width: 300px;
    text-align: center;
    text-align: justify;
}

.box-tl 
{
    background-image: url(images/box/box_01.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 47px;
}

.box-tm
{
    background-image: url(images/box/box_02.png);
    background-repeat: repeat-x;
    height: 47px;
}

.box-tr
{
    background-image: url(images/box/box_03.png);
    background-repeat: no-repeat;
    height: 47px;
    width: 43px;
}

.box-ml
{
    background-image: url(images/box/box_04.png);
    background-repeat: repeat-y;
    width: 35px;
}

.box-mm
{
    background-image: url(images/box/box_05.png);
    background-repeat: repeat-x;
}

.box-mr
{
    background-image: url(images/box/box_06.png);
    background-repeat: repeat-y;
    width: 43px;    
}

.box-bl
{
    background-image: url(images/box/box_07.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 51px;    
}

.box-bm
{
    background-image: url(images/box/box_08.png);
    background-repeat: repeat-x;
    height: 51px;
}

.box-br
{
    background-image: url(images/box/box_09.png);
    background-repeat: no-repeat;
    width: 43px;
    height: 51px;
}