* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
}
body {
	background:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img, a img, table {
	border:none;
}
a, #content a {
	color:#0000FF;
}
a:hover, #content a:hover {
	color:#333333;
}
#wrap {
	width:977px;
	margin:0 auto;
	background:url(images/wrap_bg.gif) repeat-y;
}
#header {
	height:141px;
	background:url(images/header_bg.jpg) no-repeat;
	position:relative;
}
#header img#logo {
	width:285px;
	height:135px;
	position:absolute;
}
#header p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	position:absolute;
	top:41px;
	right:23px;
	line-height:18px;
}
#header p span#headerPhone {
	color:#f00;
	font-size:16px;
}
#header p span#headerName {
	color:#f00;
	font-size:18px;
	line-height:20px;
}
/* Nav */

#nav.navtop {margin-left:7px;}
#nav.navtop a {float:left;}


.int { /* for some unknown reason, IE6 doesn't like this when written as #nav.int -- so don't use .int class elsewhere. */
	float:left;
	width:212px;
	margin-top:28px;
}

#nav.int img {
	margin-left:7px;
	margin-top:5px;
}

#subnav {
	margin-left:7px;
	margin-top:35px;
	text-align:center;
}

#nav.int img#carfax {margin:0;}

/* Content */
#cover {
	margin:0 7px;
	width:963px;
	height:414px;
	clear:both;
	position:relative;
}

#cover div#coverText {
	position:absolute;
	top:12px;
	left:0px;
	z-index:9998;
	display:block;
	width:181px;
	padding:0 12px;
}
#cover p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-bottom:12px;	
}
#cover p span {
	color:#f00;
}
#cover p#coverWelcome {
	color:#f00;
	font-size:16px;
	font-weight:bold;
	margin-bottom:4px;	
}

#askPattyHome {
	display:block;
	position:absolute;
	right:630px;
	top:310px;
	width:120px;
	height:90px;
	background:transparent url(images/ask_patty.jpg) no-repeat;
}

.creditLinks {
	display:block;
	position:absolute;
}

#captainYesLink {
	top: 302px;
	left: 254px;
}

#creditForgivenessLink {
	top: 327px;
	left: 481px;
}

#content {
	width:765px;
	float:right;
	padding-top:9px;
}

.content {
	padding:20px 27px 20px 20px;
}
.content h1, .content h2, .content h3, .content h3, .content h4, .content h5, .content p, .content ul, .content ol, .content li {
	margin-bottom:1em;
}
.content ul, .content ol {
	margin-left:25px;
}

/* Footer */
#footer {
	width:937px;
	clear:both;
	height:38px;
	background:url(images/footer_bg.gif) no-repeat 0 bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	line-height:31px;
	padding:30px 20px 0;
}
#footer.home {
	padding-top:0px;
}

#footer p.left {
	color:#ccc;
}
#footer p.right {
	color:#fff;
}
#footer p.right span {
	color:#f00;
}

/* Custom Pages */



/* Testimonials Page */
#testimonials div.testimonialWrap {
	background:transparent url(images/blockquote_top.gif) top left no-repeat;
	width:80%;
	margin:40px auto;
}

#testimonials div.testimonial {
	background:transparent url(images/blockquote_bottom.gif) bottom right no-repeat;
}

#testimonials p.quoteText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	text-align:left;
	padding:9px 30px 0px 50px;
	color:#036;
}

#testimonials p.quoteSource {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding:0px 60px 9px;
	color:#900;
	font-style:italic;/**/
}

/* Special Classes and IDs */
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margin:0 auto;
}
.contactheader {
	display:none;
}
.BrowseBox1, hr {
	margin:3px auto 3px auto;
}