h2 {
margin-left: 50px;
padding-left: 0;
}

h2 span {
color: #666666;
font-size: 70%;
}

#main {
margin-top: 10px;
width: 950px;
}

#main h2 {
line-height: 1.2em;
margin: 3px 0;
margin-right: 3px;
margin-top: 10px;
padding: 0 0 12px 0;
width: 580px;
border-bottom: 1px solid #ccc;
color: #3d60ca;
}

.divider {
border-top: 1px solid #ccc;
width: 580px;
}

.row {
margin: 0 0 0 50px;
width: 900px;
}

dt {
margin-top: 15px;
}

.row dd {
font-size: 95%;
line-height: 1.3em;
}

#masthead {
padding-bottom: 25px;
width: 850px;
}

.byline {
text-align: left;
}

.column_left {
width: 580px;
float: left;
color: #333;
font-size: 100%;
text-align: left;
}

.column_left h3 {
font-weight: bold;
padding-top: 2px;
margin-bottom: 0;
padding-bottom: 0;
line-height: 1.3em;
}

.left_col {
width: 550px;
float: none;
}


.column_right {
width: 275px; /* 225px */
float: right;
}

dt {
margin-top: 15px;
}


/* menu */
.column_right dl {

}

.column_right h3 {
font-weight: bold;
font-size: 146%;
background: #fff;
margin: 0;
padding: 5px;
padding-top: 2px;
line-height: 1.3em;
}

.column_right dt {
color: #fff;
font-size: 100%;
font-weight: bold;
background: #7a88b5;
padding: 0;
padding: 5px 7px;
margin: 0;
}


.column_right dd {
margin: 0;
padding: 7px 10px;
font-size: 100%;
background: #fff;
}
/*
.column_right p {
margin: 0;
padding: 5px 10px;
font-size: 100%;
}
*/
/* EOF menu */

div#intro {
margin: 25px 75px 0 520px;
padding: 15px;
overflow: auto;
height: 300px;
color: #000;
font-size: 105%;
line-height: 1.5em;
}

p.lead_in {
font-size: 145%;
line-height: 1.3em;
text-align: left;
color: #333;
}

blockquote {
background: #7a88b5; 
margin: 15px 3px; 
padding: 3px 15px; 
color: #fff; 
font-size: 145%; 
line-height: 1.3em;
text-align: left;
}



/* sidebox */
.sidebox {
width: 225px;
background: #f3f3f3 url(/images/backgrounds/rounded_box/bottom_curve.gif) bottom right no-repeat;
margin-bottom: 25px;
}

.sidebox h3 {
background: #ccc url(/images/backgrounds/rounded_box/heading.gif) top left no-repeat;
font-size: 115%;
padding: 5px 10px;
}

.sidebox_content {
padding: 0 10px 5px 10px;
}

.sidebox_content ul {
margin-left: 20px;
padding-left: 0;
}


.sidebox_content ul li {
margin-left: 0;
padding-left: 0;
padding-bottom: 5px;
}

.digg_button {
width: 225px;
margin: 0;
}



/* -------- listings table -------- */
.listings {
width: 90%;
margin: 15px auto;
margin-bottom: 25px;
padding: 5px 15px;
color: #333;
}

/* This handles border options */
.listings {
border: 1px solid #ccc;
border-collapse: collapse;
}
  
.listings caption {
font-size: 115%;
color: #3a4278;
padding-bottom: 15px;
}
  
.listings th {
font-weight: bold;
font-size: 95%;
padding: 3px;
border-bottom: 1px solid #666666;
text-align: center;
background: #dbdbdb url(/images/backgrounds/navbar_r.gif) repeat-x;
}

th#dealer {
text-align: left;
padding-left: 30px;
}

.listings th a, .listings th a:link, .listings th a:visited, .listings th a:hover {
text-decoration: none;
}

.listings th a:hover {
text-decoration: underline;
}

.listings td {
padding: 8px;
font-size: 95%;
font-weight: normal;
text-align: left;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.listings td.topic {
font-size: 95%;
}

.listings td.last {
border-right: none;
}

.listings td.cell_center {
text-align: center;
}

.listings tr {
background-color: none;
}

.listings tr.shaded {
background-color: #edf3fe;
}

.listings td a, .listings td a:link, .listings td a:visited {
color: #304b9f;
text-decoration: none;
}

.listings td a:hover {
color: #304b9f;
text-decoration: underline;
}