@charset "utf-8";
/* CSS Document */

body {
background-color:#cccccc;
font-family: Arial, Helvetica, sans-serif;
letter-spacing:0.03em;
line-height:18px;
font-size:13px;
margin:0;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 20px;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
}

h3, h4, h5 {
font-family:Georgia, "Times New Roman", Times, serif;
}

img {
border:none;
}

.wrapper {
width:796px;
margin:0 auto;
background:white;
}

.header {

background:white url(images/bg_header.gif) bottom no-repeat;
width:796px;
border-bottom:10px solid #93112a;



}

.header img {
margin:20px;
}

.nav {

padding:0;
width:804px;
margin:0;
height:24px;
list-style:none;
clear:both;
}

.nav li {
float:left;
padding:0;
margin:0 1px 0 0;

}

.nav li a {
display:block;
line-height:14px;
text-align:center;
background:transparent url(images/button.gif) 0 0 no-repeat;
margin:0;
padding:5px 0;
width:132px;
text-decoration:none;
font-weight:bold;
color:white;
font-size:13px;
letter-spacing:0;
font-family:Arial, Helvetica, sans-serif;
}

.nav li a.active {
background:transparent url(images/button.gif) 0 -24px no-repeat;
}

.nav li a:hover {
background:transparent url(images/button.gif) 0 -48px no-repeat;
}


.splashImage {
width:796px;
height:150px;
background:transparent url(images/homepage1.jpg) no-repeat;
}

.content {
width:796px;
min-height:300px;
}


.left {
width:220px;
float:left;
padding: 20px 10px 20px 20px;
}

.right {
float:right;
width:516px;
padding:20px 20px 20px 10px;
}

.sideButton {
display:block;
width:185px;
height:34px;
text-decoration:none;
font-weight:bold;
background:transparent url(images/blueButton.gif) 0 0 no-repeat;
line-height:32px;
font-size:18px;
color:white;
text-align:center;

}

.topButton {
display:block;
width:202px;
height:35px;
text-decoration:none;
font-family: Georgia, "Times New Roman", Times, serif;

background:transparent url(images/topButton.gif) 0 -5px no-repeat;
line-height:28px;
font-size:18px;
color:white;
text-align:center;
margin-right:40px;

}

.phone {
float:right;margin:10px 30px 0 0;font-weight:bold;font-size:16px;color:#999999;letter-spacing:1px;
}

#mainLogo {
float:right;
margin:40px 40px 20px 20px;
}

.topButton:hover {
 color:white;
 background:transparent url(images/topButton.gif) bottom no-repeat;
 }

.sideButton:hover {
 color:black;
 }
 
.footer {
width:766px;
padding:15px;
text-align:center;
color:#93112a;
font-size:10px;

}

.footer a {


}

.pfoot {
letter-spacing:3px;
font-weight:bold;
margin-top:0;
font-size:13px;

}

.pfoot a {
letter-spacing:0px;
font-size:14px;
color:black;
text-decoration:none;

}

.pfoot a:hover {
color:#93112a;
}

/* .footer .left { 
letter-spacing:-0.02em;
font-size:9px;
}

.footer .right {
padding:10px;
} */

.addDriver {
padding:15px;
}

.stepTable {
cursor:pointer;
padding:4px 7px;
background-color:#CCCCCC;
color:#666666;
}

#current {
color:black;
background-color:#FFFF99;
font-weight:bold;
border-bottom:1px solid #666666;
margin-bottom:15px;
}

.heading {
font-family:Arial, Helvetica, sans-serif;background-color:#ffffff;padding:10px;border-bottom:1px solid #666666;margin:0;
font-size:18px;
}


.fourDivs {
float:left;
width:230px;
margin:0 10px;
}

.fourDivs table {
max-width:200px;
}

.subNav {
margin:0;
padding:0;
list-style-type:none;
}

.subNav li {
margin:5px 0px;
padding:0;
}

.subNav li a {
background-color:#8c8c8c;
padding:7px;
line-height:22px;
font-size:16px;
display:block;
text-decoration:none;
font-weight:bold;
color:white;
}

.subNav li a:hover {
background-color:#924e5b
}

.subNav #selected {
background-color:#93112a
}

a {
color:#93112a;
text-decoration:none;
}

a:hover {
color:#924e5b;
text-decoration:underline;
}

.faqList {
font-size: 14px;
font-weight: bold;
}

.faqList li {
margin-bottom: 14px
}

.contactDiv {
width:245px;
float:left;
}

.pointer {
cursor:pointer;
margin-left:10px;
background-color: #FFFFCC;
color: #666666;
padding: 0 5px;
}