body {
	margin: 0;
	border: 0;
	text-align: center;
	background: #252525;
	font: normal 12px Arial;
	}

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

a:hover {
        color: #FF6600;
        text-decoration: none;
	}

a img {
        border: 0;
	}


/* HEADER
--------------------------------------------------------------------------------------------*/

#header {
    height: 60px;
    background: repeat-x;
    }

#header {
    background-image: url(../images/site/header.gif);
    }

#header #modify-logo,
#header #modify-logo a {
    width: 130px;
    height: 60px;
    margin: 0;
    float: left;
    }

#header #modify-logo span {
    position: absolute;
    left: -5000px;
    }

#header #modify-logo a {
    background-image: url(../images/site/modifylogo.gif);
    }
	

/* FOOTER
--------------------------------------------------------------------------------------------*/

#footer {
    background-color: #D7D7D6;
    font-size: 11px;
    color: #333;
    line-height: 16px;
    }

#footer div {
    padding-left: 10px;
    padding-right: 10px;
    }

#footerad {
    border-top: 1px solid #404040;
    }
        
#footer .adlinks {
    padding-bottom: 3px;
    text-align: right;
    border-top: 1px solid #404040;
    background-color: #888;
    }

#footer .adlinks a {
    color: #CCC;
    font-weight: bold;
    }
    
#footer .top {
    line-height: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #D7D7D6;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    }

#footer .top a {
    color: #333;
    }

#footer .top span {
    display: block;
    }
    
#footer .copyright {
    background-color: #888;
    padding-bottom: 3px;
    padding-top: 3px;
    }

#footer .copyright a {
    color: #CCC;
    font-weight: bold;
    }


/* SIDEBAR
--------------------------------------------------------------------------------------------*/

#sidebar {
    padding: 18px 0 0 0;
    }


/* SEARCH
--------------------------------------------------------------------------------------------*/

#search {
    margin: 0;
    float: right;
    padding: 16px 10px 0 0;
    }


/* NAVBAR
--------------------------------------------------------------------------------------------*/

#navbar {
    height: 30px;
    margin: 0;
    padding: 0 0 0 10px;
    background-image: url(../images/site/navbars/nav_bkg.gif);
    }

#navbar li {
    padding: 0 2px 0 0;
    float: left;
    list-style: none;
    background: url(../images/site/navbars/nav_divider.gif) right no-repeat;
    }

#navbar a {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    float: left;
    color: #333;
    position: relative;
}

#navbar a:hover {
    margin: 0 0 0 -2px;
    padding: 0 10px 0 12px;
    background: url(../images/site/navbars/nav_hover_bkg.gif);
    position: relative;
    text-decoration: none;
    }

#navbar a.on,
#navbar a.on:hover {
    color: #FFF;
    margin: 0 0 0 -2px;
    padding: 0 10px 0 12px;
    background: #CB3201;
    position: relative;
    }


/* SUBNAV
--------------------------------------------------------------------------------------------*/

#subnav {
    height: 30px;
    margin: 0;
    padding: 0 0 0 5px;
    background-image: url(../images/site/navbars/subnav_bkg.gif);
    }

#subnav li {
    padding: 0;
    float: left;
    list-style: none;
    }

#subnav a {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    float: left;
    color: #CCC;
    }

#subnav a:hover {
    text-decoration: underline;
    }


/* BANNER
--------------------------------------------------------------------------------------------*/

#banner {
	height: 100px;
	background-image: url(../images/site/banners/1.jpg);
    }


/* CROSSFADE HOME IMAGE
--------------------------------------------------------------------------------------------*/

#gallery {
	position: relative;
	width: 570px;
	height: 160px;
	margin: 0;
	padding: 0;
}

#gallery li {
	display: block;
}

.border {
 border:	1px solid #D7D7D6;
}

/* HOMEPAGE NEWS BOXES
--------------------------------------------------------------------------------------------*/

.boxhead {
	background: url(../images/site/homebox/homeboxtop.gif) center repeat-y #999999;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

.boxhead a {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.homepbox {
	background-color: #FFF;
	border: 1px solid #666666;
	padding: 5px;
}

.galleryboxhead {
	background: url(../images/site/homebox/galleryboxtop.gif) center repeat-y #999999;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

.galleryboxhead a {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}


/* TEXT
--------------------------------------------------------------------------------------------*/

#maintext {
	font-size: 14px;
	color: #333333;
}

#maintext a {
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;
}

#maintext a:hover {
	text-decoration: none;
}

.headinglink a {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.headinglink a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.textlink a {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.textlink a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.readmore a {
	font-size: 11px;
	line-height: 2;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.readmore a:hover {
	color: #666666;
	line-height: 2;
	font-weight: bold;
	text-decoration: none;
}

.datelink a {
	font-size: 11px;
	line-height: 2;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

.datelink a:hover {
	color: #FF6600;
	line-height: 2;
	font-weight: bold;
	text-decoration: none;
}

.style2 {
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}


/* CAR STATS
--------------------------------------------------------------------------------------------*/

#statstable {
	width: 571px;
	padding: 0;
	margin: 0;
}

#statstable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/site/carstats/statstable_bgheader.jpg) no-repeat;
}

#statstable td {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
}

#statstext {
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 20px 0;
}

#statsbody {
	font-size: 14px;
}

.one {
	background: #FFFFCC;
}

.two {
	background: #fff;
}


/* DIRECTORY
--------------------------------------------------------------------------------------------*/

#directory {
	font-size: 14px;
	color: #666;
}

#directory a {
	font-size: 12px;
	color: #0077BB;
	text-decoration: none;
}

#directory a:hover {
	text-decoration: underline;
}

#companyname a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#companyname a:hover {
	text-decoration: underline;
}

#directoryheading {
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 20px 0;
}

#directhomelink a {
	font-size: 12px;
	color: #555;
	padding: 0 10px 0 0;
	text-decoration: none;
}

#directhomelink a:hover {
	text-decoration: underline;
}

#directitlelink a {
	font-size: 14px;
	font-weight: bold;
	color: #0077BB;
	text-decoration: none;
}

#directitlelink a:hover {
	text-decoration: underline;
}

#submitlink a {
	font-size: 12px;
	color: #666;
	padding: 0 20px 0 0;
	text-decoration: underline;
}

p.dashed {
	border-style: dashed;
	border-color: #999999;
	border-width: 1px;
	padding: 5px;
}

ul.none {
	list-style-type: none;
}

/* ARTICLES
--------------------------------------------------------------------------------------------*/

#articlehead {
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}

#articletitle a {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

#articletitle a:hover {
	text-decoration: underline;
}

/* NEWS
--------------------------------------------------------------------------------------------*/

#newstitle {
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}

#newstitle a {
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

#newstitle a:hover {
	text-decoration: underline;
}

.newstextlink a {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.newstextlink a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

/* TERMS OF USE
--------------------------------------------------------------------------------------------*/

#limitationterms {
    font-size: 12px;
    }


/* IMAGE FLOAT
--------------------------------------------------------------------------------------------*/

.floatimgleft {
float:left;
margin-top:5px;
margin-right:10px;
margin-bottom:5px;
}


/* PAGINATION
--------------------------------------------------------------------------------------------*/

#paginate {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

#paginate a {
	font-size: 12px;
	font-weight: bold;
	color: #0077BB;
	text-decoration: none;
}

#paginate a:hover {
	text-decoration: underline;
}
