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

/* Global Stuff/Tags */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #231F20;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.content {background-image: url(images/bg.gif);	background-repeat: repeat-x;}

a:link {text-decoration: underline; color:#231F20}
a:visited {text-decoration: underline; color:#231F20}
a:hover {text-decoration: underline; color:#F6141A}
a:active {text-decoration: underline; color:#231F20}

h1 {font-size: 24px; color: #BCBDC0;	margin-top: 10px;}
h2 {font-size: 16px; color: #BCBDC0;}
h3 {font-size: 16px;}
h4 {font-size: 16px;}
h5 {font-size: 16px; margin-bottom: -3px; margin-top: 3px;} /* For The Blog */
h6 {font-size: 30px;}

/* Home Layout Stuff */

.top {background-image: url(images/top-bg.jpg);	background-repeat: repeat-x; font-size: 16px; color: #FFFFFF;}
.addy {font-size: 14px;}
.nav {font-size: 16px; font-weight:bold; letter-spacing: 0.03em;}
.logo {background-color: #FFFFFF;	background-image: url(images/logo.png);	background-repeat: no-repeat;}
.logobg {background-image: url(images/logo-bg.jpg);	background-repeat: no-repeat;background-position: 25px 10px;}
.feature { background-image:url(images/home-feature.jpg); background-repeat:no-repeat; font-size:10px;}
.redbox {color: #FFFFFF; background-color: #F6141A;}
.truckbox {font-size: 10px;}
.blogfeed {color: #FFFFFF;	background-color: #F6141A; background-image: url(images/blog-bg.jpg); background-repeat: repeat-x;}
.bottom {background-image: url(images/bottom-bg.jpg); background-repeat: repeat-x;}
.footer {color: #FFF;}

/* Sitewid Layout Stuf */

.quote {	border: 1px solid #F95F63;}

/* Links */

.nav a:link {text-decoration: none; color:#231F20}
.nav a:visited {text-decoration: none; color:#231F20}
.nav a:hover {text-decoration: underline; color:#231F20}
.nav a:active {text-decoration: none; color:#231F20}

.footer a:link {text-decoration: none; color:#FFF}
.footer a:visited {text-decoration: none; color:#FFF}
.footer a:hover {text-decoration: underline; color:#FFF}
.footer a:active {text-decoration: none; color:#FFF}

.blogfeed a:link {text-decoration: underline; color:#FFF}
.blogfeed a:visited {text-decoration: underline; color:#FFF}
.blogfeed a:hover {text-decoration: underline; color:#FFF}
.blogfeed a:active {text-decoration: underline; color:#FFF}

.redbox a:link {text-decoration: underline; color:#FFF}
.redbox a:visited {text-decoration: underline; color:#FFF}
.redbox a:hover {text-decoration: underline; color:#FFF}
.redbox a:active {text-decoration: underline; color:#FFF}