html, body{
    background: url('images/bg.jpg') repeat-x #446D93;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: arial, verdana, sans-serif;
    min-width: 1020px;
}
#containertop{
    width: 902px;
    margin: auto;
}
#containertop #header{
    width: 894px;
    height: 120px;
    margin-left: 4px;
    margin-top: 15px;
    color: #00386B;
}
#containertop #header .left{
    float: left;
    width: 300px;
    text-align: left;
    font-size: 12px;
}
#contact-form{
    float: right;
    text-align: center;
    width: 320px;
    height: 90px;
}
#contact-form table{
    font-size: 11px;
}
#contact-form button{
    display: block;
    padding-top: 0;
    padding-left: 10px;
    margin: auto;
    height: 55px;
    width: 90px;
    border: 0;
    background: url('../img/orangebutton.png') no-repeat;
    outline: none;
    padding-bottom: 10px;
}
#contact-form button span{
    color: white;
    font-size: 18px;
}
#containertop #header .right span{
    font-size: 32px;
}
#containertop #nav{
    width: 894px;
    height: 27px;
    margin-left: 4px;
}
#containertop #image{
    height: 200px;
    background: url('/rotator/rotate.php') no-repeat;
    text-align: left;
}
#containertop #image #caption{
    font-size: 22px;
    color: #fff;
    padding: 5px;
    position: relative;
    width: 380px;
    top: 85px;
    left: 500px;
    text-align:right;
    background: url('images/shadow_pixel.png') repeat;
    z-index: 1;
}
body#quotes #containertop #image{
    display: none;
}
#containertop #carrierbar{
    background: url('images/cbar.jpg') no-repeat #fff;
    height: 51px;
    margin-bottom: 7px;
    line-height: 49px;
    overflow: hidden;
}
#containertop #carrierbar img{
    margin: 3px 3px 0 3px;
    width: 100px;
    height: 42px;
    border: 0;
}
#containertop #carrierbar a{
    border: 0;
}
body#quotes #containertop #carrierbar{
    display: none;
}
#containerbot{
    width: 894px;
    margin: auto;
}
#containerbot #top{
    height: 5px;
    background: url('images/content-top.jpg') no-repeat;
}
#containerbot #content{
    padding: 20px;
    background: #fff;
    text-align: left;
    font-size: 12px;
    color: #404040;
}
#containerbot #content h1{
    margin-top: 0;
    font-size: 20px;
    color: #00386B;
}
#containerbot #content h2{
    margin-top: 0;
    font-size: 14px;
    color: #00386B;
}
#containerbot #content a{
    color: #F77F00;
}
#containerbot #content li{
    padding-bottom: 10px;
}
#containerbot #content td{
    padding: 10px 0px;
    border-bottom: 1px solid #e7e7e7;
}
#containerbot #content td.label{
    color: #F77F00;
    font-weight: bold;
}
#containerbot #footer{
    background: #002649;
    text-align: left;
    padding: 10px 20px;
    color: #fff;
}
#containerbot #footer a{
    padding: 15px;
    font-weight: bold;
}
#containerbot #footer a:link{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
#containerbot #footer a:visited{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

#containerbot #footer a:hover{
    font-size: 12px;
    color: #F77F00;
    text-decoration: underline;
}
#containerbot #footer p{
    font-size: 10px;
    color: #fff;
    margin: 0px;
    padding-left: 15px;
}
#containerbot #footer p a{
    padding: 0; font-size: 10px;
}
#containerbot #bot {
    background: url('images/footer-bot.jpg') #002649; height: 4px;
}
#quotesecurity{
    display:block;
    float:right;
    margin: 0px 10px 0px 0px;
}
#quotebox{
    float: right;
    width: 180px;
    border: 1px solid #e7e7e7;
    padding: 5px;
    margin-left: 20px;
    clear: right;
    margin-bottom: 10px;
    height: 180px;
}
.sidebar{
    border: 1px solid #e7e7e7;
    float: right;
    width: 30%;
    margin-top: 10px;
    clear: right;
    margin-left: 10px;
}
#likeus{
    position: fixed;
    top: 20%;
    left: 0;
    height: 80%;
    width: 55px;
}
/* style for validation js script */
#error {
    color:red;
    font-size:10px;
    display:none;
}
.needsfilled {
    background: darkblue;
    color: orange;
}
#medigapform{
    border: 2px solid darkgray;
    padding: 10px;
    margin: 5px;
    float: right;
    width: 190px;
}
#healthform{
    border: 2px solid darkgray;
    padding: 10px;
    margin: 5px;
    float: right;
    width: 190px;
}
#right-column{
    width: 200px;
    float: right;
}
