﻿body {
    background-color:#FFFFFF;
    font-family:Arial;
    font-size:12px;
    color:#636466;
    margin:0px;
}
#wrapper {
    width:800px;
    margin:auto;
    background-color:#FFFFFF;
}
#header {
    height:80px;
    position:relative;
    background-color:#000000;
}
#logo {
    position:absolute;
    left:15px;
}
#topcontact {
    position:absolute;
    right:15px;
    top:33px;
    color:#E91D25;
    font-size:28px;
}
#contacticon {
    position:absolute;
    right:215px;
    bottom:0px;
    width:40px;
    height:50px;
    background-image: url('/images/contact-icon.gif');
}
#navigation {
    width:800px;
    height:32px;
    background-image: url('/images/nav-bg.gif');
    background-color:#797979;
    font-size:11px;
}
#navigation li {
    float:left;
}
#navigation li a {
    color:#FFFFFF;
    text-decoration:none;
    display:block;
    height:32px;
    line-height:32px;
    padding:0px 18px 0px 18px;
    float:left;
}
#navigation li a:hover {
    color:#000000;
}
#navigation li.selected a {
    color:#000000;
}
#navigation .dvr {
    width:1px;
    margin:2px 0px 2px 0px;
    height:28px;
    background-color:#656565;
    display:block;
    float:left;
}
#topbox {
    width:800px;
    height:255px;
}
#imagebox {
    float:left;
    width:545px;
    height:255px;
}
#toprightbox {
    float:right;
    width:225px;
    height:225px;
    padding:15px;
    background-color:#CE242B;
    background-image:url('/images/red-box-bg.gif');
    background-repeat:repeat-x;
}
#trbtext {
    color:#FFFFFF;
    font-size:14px;
    line-height:20px;
    margin:8px 0px 8px 0px;
}
#content {
    background-image:url('/images/content-bg.png');
    background-repeat:no-repeat;
    background-position:center top;
    padding:15px 10px 15px 20px;
}
#quotecontent {
    padding:15px 10px 15px 20px;
}
#leftcontent {
    width:525px;
    float:left;
    position:relative;
}
#rightcontent {
    width:236px;
    float:right;
}
#homeboxes {
    position:absolute;
    top:-30px;
    left:0px;
}
#hb1 {
    float:left;
    width:131px;
    height:145px;
    background-image:url('/images/box-1-bg.png');
    background-repeat:no-repeat;
    margin-right:6px;
    padding:15px 20px 15px 20px;
    font-size:11px;
}
#hb2 {
    float:left;
    width:131px;
    height:145px;
    background-image:url('/images/box-2-bg.png');
    background-repeat:no-repeat;
    margin-right:6px;
    padding:15px 20px 15px 20px;
    font-size:11px;
}
#hb3 {
    float:left;
    width:131px;
    height:145px;
    background-image:url('/images/box-3-bg.png');
    background-repeat:no-repeat;
    padding:15px 20px 15px 20px;
    font-size:11px;
}
.hbtitle {
    color:#FFFFFF;
    font-size:12px;
}
.hbtitleg {
    color:#666666;
    font-size:12px;
}
.hbqb {
    margin-top:10px;
    margin-left:-2px;
}
#hometext {
    background-color:#E7E7E8;
    padding:20px;
    line-height:17px;
    position:relative;
}
#hometext h1 {
    color:#231F20;
    font-size:19px;
    font-weight:normal;
    line-height:22px;
    margin:0px;
}
#hometext h2 {
    color:#231F20;
    font-size:17px;
    font-weight:normal;
    margin:0px 0px 4px 0px;
    line-height:22px;
}
#hometext #summary {
    color:#999999;
    font-size:15px;
    line-height:19px;
}
#footer {
    clear:both;
    margin:0px 20px 15px 20px;
    border-top:solid 1px #818285;
    border-bottom:solid 1px #818285;
    padding:15px 20px 15px 20px;
    font-size:11px;
}
#rlbtitle {
    background-image:url('/images/right-box-header.png');   
    padding:17px 20px 0px 20px;
    height:58px;
    font-size:12px;
    line-height:16px;
    color:#666666;
}
#rlbtext {
    padding:10px 20px 13px 20px;
    background-image:url('/images/right-box-bg.png');
    background-repeat:repeat-y;
    line-height:16px;
}
#rlbfooter {
    background-image:url('/images/right-box-bottom.png');
    height:12px;
}
.red {
    color:#EB1D24;
}
.gctl {
    position:absolute;
    top:0;
    left:0;
    background-image: url('/images/gctl.gif');
    width:10px;
    height:10px;
}
.gctr {
    position:absolute;
    top:0;
    right:0;
    background-image: url('/images/gctr.gif');
    width:10px;
    height:10px;
}
.gcbl {
    position:absolute;
    bottom:0;
    left:0;
    background-image: url('/images/gcbl.gif');
    width:10px;
    height:10px;
}
.gcbr {
    position:absolute;
    bottom:0;
    right:0;
    background-image: url('/images/gcbr.gif');
    width:10px;
    height:10px;
}
.qformclear {
    display:block;
    clear:both;
    height:5px;
}
.qformleft {
    width:170px;
    height:20px;
    line-height:20px;
    float:left;
    text-align:right;
}
.qformright {
    width:170px;
    min-height:20px;
    float:left;
    text-align:left;
    padding-left:15px;
}
#quoteform input.error {
    border: 2px dotted #CE242B;
}
#quoteform label.error {
    display:block;
    font-size:12px;
    color:red;
}