body {
background-color:#ebebeb;
font-size:62.5%;
font-family:verdana,arial,sans-serif;
text-align:center;
}

#header {
background-image:url(../images/header.gif);
height:178px;
}

#container{
width:750px;
text-align:left;
margin:0 auto;
}

/* nav bar */
#navigation {
width:750px;
height:27px;
font-size:1.1em;
}

#nav_items {
position:relative;
top:0px;
height:27px;
color:#fff;
font-weight:bold;
background:url(../images/bg-nav.gif) left top;
}

#nav_items ul {
position:relative;
list-style:none;
top:3px;
margin:0px 10px 0px 10px;
height:20px;
}

#nav_items ul li {
float:left;
padding-top:2px;
padding-right:30px;
text-transform: uppercase;
}

#nav_items ul li a {
color:#fff;
text-decoration:none;
}

#nav_items #current {
color:#ff0000;
padding-top:4px;
padding-left:0px;
}

#nav_items ul li a:hover {
color:#ff0000;
}/* end of nav bar */

#breadcrumbs {
height:20px;
}

#content {
width:750px;
color:#555;
}

#left {
float:left;
}

#leftCenter{
width:513px;
padding:6px;
background-image:url(../images/bg-large-box-center.gif);
background-repeat:repeat;
border-top:1px solid #d5d5d5;
}

#leftBottom{
width:525px;
height:15px;
background-image:url(../images/bg-large-box-bottom.gif);
background-repeat:no-repeat;
}

#right {
width:223px;
float:right;
}

#quickQuote {
width:172px;
float:right;
}

#quickQuoteCenter{
width:160px;
padding:6px;
background-image:url(../images/bg-small-box-center.gif);
background-repeat:repeat;
border-top:1px solid #d5d5d5;
}

#quickQuoteBottom{
width:172px;
height:16px;
margin-top:-1px;
background-image:url(../images/bg-small-box-bottom.gif);
background-repeat:no-repeat;
}

.sidebox-go a {
background-image:url(../images/button-go.gif);
background-repeat:no-repeat;
height:25px;
width:50px;
display:block;
position:relative; 
text-indent:-6000em;
border:none;
left:100px; 
overflow:hidden;
}

.smallBox {
width:172px;
float:right;
margin-top:20px;
}

.smallBoxCenter {
width:160px;
padding:6px;
background-image:url(../images/bg-small-box-center.gif);
background-repeat:repeat;
border-top:1px solid #d5d5d5;
}

.smallBoxBottom {
width:172px;
height:16px;
margin-top:-1px;
background-image:url(../images/bg-small-box-bottom.gif);
background-repeat:no-repeat;
}

h1 {
color:#ff0000;
font-size:1.6em;
font-weight:bold;
}

h2 {
color:#ff0000;
font-size:1.1em;
}

#footer {
width:750px;
text-align:center;
color:#999;
}

/* links */
.contentLink:link {
color:#ff0000;
text-decoration:underline;
}

.contentLink:visited {
color:#800080;
text-decoration:underline;
}

.contentLink:hover {
color:#ff0000;
text-decoration:none;
}

.footerLink:link {
color:#999;
text-decoration:underline;
}

.footerLink:visited {
color:#800080;
text-decoration:underline;
}

.footerLink:hover {
color:#999;
text-decoration:none;
}

.breadLink:link {
color:#000;
text-decoration:underline;
}

.breadLink:visited {
color:#800080;
text-decoration:underline;
}

.breadLink:hover {
color:#000;
text-decoration:none;
}
