/* CSS Document
 *
 * TITLE: type.css
 * DATE: 9-14-06
 * AUTHOR: Jason Debauche
 *         Web Creations and Consulting, LLC
 * 
 * CSS Typography 24-7Stores.com
 *
**/


/* DEFAULT */
html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:Link, a:Active, a:Visited, a:Hover {
	outline:none;
	text-decoration:none;
}

a:Link,
a:Active,
a:Visited {
	color:#C30;
	font-weight:bold;
}

a:Hover {
	color:#FF9900;
}

h1, h2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12pt;
}

h1 {
	color:#3685b0;
	background:url(../graphics/h1_clock.jpg) top left no-repeat;
	padding-left:26px;
	padding-top:5px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	z-index:1;
}

h2 {
	color:#FFF;
	background:#395869;
	border:1px solid #FFF;
	padding-left:10px;
	margin-bottom:5px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

hr {
	height:1px;
	border-top:1px solid #CCC;
	border-bottom:none;
}

#list h1 {
	margin-bottom:0px;
}

#list h2 {
	margin-bottom:0px;
	border:1px solid #395869;
}

a.top:Link, a.top:Visited, a.top:Active, a.top:Hover {
	font-weight:normal;
	text-transform:lowercase;
	color:#C30;
	background:url(../graphics/top.gif) top left no-repeat;
	background-position:0 -3px;
	padding-left:20px;
}

a.top:Hover {
	text-decoration:underline;
}

	

ul li {
	list-style:none;
}

em {
	font-size:10px;
	color:#333;
}

em.quote {
	font-size:12px;
}

.teaser p {
	margin-left:10px;
}

#rvServices p, #truckerServices p {
	margin-left:0;
}


/* FOOTER */
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}

#footer a:Link, #footer a:Active, #footer a:Visited {
	color:#FFF;
}

#footer a:Hover {
	text-decoration:underline;
}

.webcac a:Link,
.webcac a:Active,
.webcac a:Visited {
	font-weight:normal;
	font-size:10px;
	color:#999;
}

.webcac a:Hover,
.webcac a:Focus {
	color:#333;
}

.highlight {
	font-size:16px;
	font-weight:bold;
	color:#990000;
}
