body{
	background: #fff;
	color: #000;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* Links -------------------------------------------------------------- */
a{
	font-weight: bold;
}

/* Headings ----------------------------------------------------------- */
h2{
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 110%;
}
h2 em, 
h3 em{
	font-size: 80%;
	color: #333;
	font-style: normal;
	display: block;
}
#splash h2{
	font-size: 145%;
}
.box h3{
	font-size: 125%;
}

/* Main Body Section  ------------------------------------------------- */
#nav{
	display: none;
}
#footer-links{
	padding: 0.5em 0.25em 0 0.25em;
	border-top: 3px solid #999;
	line-height: 1.3;
}
#home #footer-links a.home,
#construction #footer-links a.construction,
#opportunities #footer-links a.trucking-jobs,
#subscribe #footer-links a.subscribe, 
#advertising #footer-links a.advertising,
#about #footer-links a.about-us{
	text-decoration: none;
	color: #ddd;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}
ul.expand li{
	margin-bottom: 0.5em;
}
ul.expand li ul{
	margin-top: 0.5em;
}
#featured p{
	font-weight: bold;
	text-align: center;
}
a img{
	border: none;
}