@charset "utf-8";
/* CTBS CSS 2008-11 */

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000;
	padding: 10px;
}

#wrapper {
	width: 958px;
	margin: 0 auto;
	background: #fff url(../images/wrapper-bg-bot.png) repeat-x bottom;
	border: solid #6d6d6d;
	border-width: 0 1px;
}

#header {
	height: 120px;
	padding: 12px 10px 10px; 
	margin-bottom: 15px;
	background: url(../images/header-bg.png) repeat-y center;
	border-bottom: 1px solid #ceecf8;
}

#content {
	width: 710px;
	float: right;
	margin-bottom: 30px;
	padding: 0 10px 0 0;
}

#content #body-content {
	padding-left: 10px;
}

#sidebar {
	width: 220px;
	float: left;
	margin-bottom: 30px;
	padding: 0 0 0 10px;
}

#footer {
	clear: both;
	border-top: 1px solid #959494;
	height: 110px;
}

a {
	color: #00A6D6;
}
a:hover, a:visited {
	color: #0189b1;
}


a:link.banner {
	text-align:center;
	text-decoration:none;
}

a:hover.banner, a:visited.banner {
	text-align:center;
	text-decoration:none;
}

p, h2, ul, ol {
	margin-bottom: 15px;
}

ul, ol {
	margin-left: 30px;
}

h1 {
	color: #00A6D6;
	font-size: 17px;
	margin-bottom: 10px;
}

h2 {
	color: #00A6D6;
	font-size: 14px;
	margin: 10px 0;
	font-weight: bold;
}


.img-right {
	float: right;
	margin: 6px 0 10px 10px;
}

.img-left {
	float: left;
	margin: 6px 10px 10px 0;
}

.border {
	border: 1px solid #f0f0f0;
}

/* Top Contact */
#contact {
	margin: 5px -10px 0 0;
	padding: 12px 0 0 17px;
	width: 292px;
	height: 83px;
	float: right;
	position: relative;
	background: url(/images/contact-bg.png) no-repeat top left;
}


#contact-new {
	float: right;
	width: 350px;
	font-size: 18px;
	color: #1f1a17;
	text-align: right;
	margin-top: 22px;
}

#contact-new span {
	font-size: 19px;
}
#contact-new a {
	text-decoration: none;
}
#contact-new a span {
	font-size: 18px;
	background: url(../images/new-contact-button.png) no-repeat top left;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 3px 0;
	height: 18px;
	width: 103px;
	text-align: center;
}
#contact-new a:hover span {
	text-decoration: underline;
}
#contact-new a #contact-button {
	text-transform: none;
	font-weight: normal;
	color: #1f1a17;
}
#contact-new #contact-button {
	padding: 3px 0 0;
}

#contact-new #search {
	width: 280px;
	float: right;
	padding: 10px 0 0;
}

#contact-new input#searchbox {
	width: 188px;
	height: 17px;
	padding: 2px 0 0 2px;
	margin: 0;
	float: left;
	position: relative;
	font: normal 12px/16px Verdana, Geneva, sans-serif;
}


#contact-new #search form button {
	margin: 0;
	padding: 0;
	border: 0;
	width: 65px;
	height: 22px;
	background: none;
	display: inline;
	position: relative;
	float: left;
	cursor: pointer;
}


#contact-button {
	padding-top: 13px;
	font-weight: bold;
	padding-left: 12px;
	text-transform: uppercase;
}

#contact-button a {
	text-decoration: none;
	color: #9d3565;
}

#contact-button a span {
	text-decoration: underline;
}


#contact a img {
	border: 0;
}

#contact form {
	margin-top: 20px;
}

input#searchbox {
	width: 188px;
	height: 19px;
	padding: 2px 0 0 2px;
	display: inline;
	margin-right: 5px;
	float: left;
	position: relative;
}

#search form button {
	border: 0;
	width: 81px;
	height: 23px;
	background: none;
	display: inline;
	position: relative;
	float: left;
}

/* Nav Styles */

#nav {
	font-size: 12px;
	margin-bottom: 6px;
	font-weight: bold;
}

#city-scroll {
    font-weight: normal;
}

#nav ul {
	margin-bottom: 0;
	margin-left: 0;
}

#nav ul li {
	list-style: none;
	margin-bottom: 1px;
}

#nav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	background: #00A6D6;
	padding: 8px 0 7px 35px;
}

#nav ul li a:hover {
	background: #C4F2FF;
	color: #000;	
}

/* Subnav styles */
#nav ul li#active a {
	background: #C4F2FF url(../images/down-arrow.png) no-repeat left;
	color: #000;
	padding: 8px 0 7px 35px;
}
#nav ul li#active ul li a {
	background: #E2F9FF;
	color: #000;
	padding: 3px 0 3px 35px;
}

#nav ul li#active a:hover {
	color: #000;
	text-decoration: none;
}

#nav ul li ul li#subactive a {
 color: #af0063;	
}


#nav ul li ul li {
	margin: 0;
}
#nav ul li ul li a {
	color: #fff;
	background: #E2F9FF;
	text-transform: none;
	height: auto;
	font-weight: normal;
	text-decoration: underline;
}

#nav ul li ul {
	background: #E2F9FF;
	padding-bottom: 7px;
}

/* Financing Styles */
#financing {
	margin-bottom: 6px;
}

#financing a img {
	border: 0;
}

/* Learning Center Styles */
#learningcenter {
	margin-bottom: 6px;
	color: #fff;
}

#learningcenter .title {
	text-transform: uppercase;
	background: #005e74;
	height: 26px;
	padding: 4px 0 0 10px;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 1px;
}

#learningcenter .lc-item {
	margin-bottom: 1px;
	font-size: 12px;
}
#learningcenter span {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
#learningcenter .lc-item a {
	background: #1f85a3;
	padding: 3px 10px;
	display: block;
	text-decoration: none;
	color: #fff;
}

#learningcenter .lc-item a:hover {
	background: #befcfd;
	color: #045e79;
}

/* As seen on TV styles */
#seenontv {
	background: #d5d5d5;
	color: #000;
	padding: 4px 10px;
	margin-bottom: 6px;
	text-align: center;
	font-size: 18px;
}

#seenontv span {
	text-transform: uppercase;
	font-weight: bold;
}

#seenontv img {
	border: 0;
	margin: 0 0 5px 0;
}

/* Map styles */

#map {
	border: 1px solid #858585;
	background: #f0f0f0;
	font-size: 12px;
	text-align: center;
	padding-bottom: 3px;
	margin-bottom: 4px;
	width: 218px;
}

#body-content #map {
	float: right;
	margin: 0 0 10px 10px;
}

#map p {
	margin-bottom: 0;
}
/* News styles */
#news {
	background: #eaf2f6;
	color: #545353;
	font-size: 12px;
	padding: 6px 
}

#news span {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

#news a {
	display: block;
}

.blogcredit {
	margin-bottom: 6px;
}

#content #news {
	float: right;
	width: 200px;
	border: 1px solid #1F85A3;
}

/* Front Page Splash */
#fp-splash {
	height: 325px;
	background: #000;
	margin-bottom: 15px;
}
#fp-splash a img {
	border: 0;
}

#fp-splash #phone-box {
	background: #000 url(../images/free-estimate-splash.png);
}

#fp-splash #phone-box a {
	height: 30px;
	display: block;
	padding: 46px 0 0 375px;
	color: #fee2bf;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#fp-splash #phone-box a span {
	text-decoration: underline;
}


/* Interior Page Splashes */
#int-splash {
	height: 191px;
	background: #000;
	margin-bottom: 15px;
	padding-top: 9px;
}

#int-splash a img {
	border: 0;
}
#int-splash ul { margin: 0; }
#int-splash ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 5px;
}
#int-splash ul li:first-child {
	margin: 0 0 0 5px;
}
/* Contact Page Styles */
table#main-contact td {
	padding-bottom: 5px;
}

/* Footer Styles */
#footer {
	font-size: 11px;
}
#footer-links {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 15px;
}

#footer-links a {
	text-transform: uppercase;
}

#footer-address {

	float: right;
	width: 958px;
	display: inline;
	text-align: center;
}

#footer-bbb {
	float: left;
	margin-left: 140px;
	display: inline;
}
#footer-bbb a img {
	border: 0;
}
#stock{
	font-size:9px;
	margin:10px;
	padding:5px;
	border: solid;
	border-width: thin;
	width: 160px;
	height: 128px;
	background-color:#FFFFFF;

}
#weather{
	font-size:9px;
	margin:10px;
	padding:5px;
	border: solid;
	border-width: thin;
	width: 128px;
	height: 128px;
	background-color:#FFFFFF;

}
#weather a{
	text-decoration:none;
}
#weather div{
	text-align:center;
	height:11px;
	width:128px;
	color:#FFFFFF;
	font-weight:bold;
	background:url(http://static.automotive.com/_SiteConfigs/_global/images/GasPriceWidget/gaswidget_regional_120x90/REGIO_GAS_WIDGET-120X90_02.gif);
}

#gas{
	width:128px;
	height:140px;
	border: solid;
	border-width: thin;
	border-color:#000000;
	align:center;
}
#events{
	background-color:#befcfd;
	padding:10px;
	margin-left:25px;
	margin-right:-10px;
	border-top:solid;
	border-top-color:#000000;
	border-top-width:thin; 
	border-left:solid;
	border-left-color:#000000;
	border-left-width:thin;
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width:thin;

}
#events a{
	text-decoration:none;
	border-bottom:1px dotted #0000CC;
}
#events a:hover{
	text-decoration:none;	
	border-bottom:none;
	color:#FF0000;
}
#events a:visited{
	text-decoration: underline;
	border-bottom: none;
	color:#006600;
}

#localnews{
	background-color:#befcfd;
	padding:10px;
	margin-left:25px;
	margin-right:-10px;
	border-top:solid;
	border-top-color:#000000;
	border-top-width:thin; 
	border-left:solid;
	border-left-color:#000000;
	border-left-width:thin;
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width:thin;

}
#localnews a{
	text-decoration:none;
	border-bottom:1px dotted #0000CC;
}
#localnews a:hover{
	text-decoration:none;	
	border-bottom:none;
	color:#FF0000;
}
#localnews a:visited{
	text-decoration: underline;
	border-bottom: none;
	color:#006600;
}


#traffic{
	background-color:#befcfd;
	padding:10px;
	margin-left:25px;
	margin-right:-10px;
	border-top:solid;
	border-top-color:#000000;
	border-top-width:thin; 
	border-left:solid;
	border-left-color:#000000;
	border-left-width:thin;
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width:thin;
 	
}
#traffic a{
	text-decoration:none;
	border-bottom:1px dotted #0000CC;
}
#traffic a:hover{
	text-decoration:none;	
	border-bottom:none;
	color:#FF0000;
}
#traffic a:visited{
	text-decoration: underline;
	border-bottom: none;
	color:#006600;
}

table#service td {
	padding: 3px;
	vertical-align: top;
}

table#opinion td {
	padding: 5px;
	vertical-align: top;
}

table#ljthink {
	border: 1px solid rgb(204, 204, 204);
	width: 400px;
}
table#ljthink td,
table#ljthink th{
	padding: 3px 5px;	
}
table#ljthink th {
	border-bottom: 1px solid rgb(204, 204, 204);
}

table#ljthink h2 {
	margin: 5px 0 0;	
}

div.scroll {
	height: 150px;
	width: 200px;
	overflow-Y: scroll;
	border: 1px solid #666;
	padding: 8px;
	font-weight: normal;
	margin: 0 0 15px;
}
.city_testimonials{
	width:200px; background-color:#E9EDFE; padding:6px; float:right; margin:2px 0 0 4px; border:dashed 1px #666666;
	}
.news{
background-color:#E9EDFE; padding:6px; margin:2px 0 0 4px; border:solid 1px #cccccc;
	}
	
/* New Home splash ------------------------------------ */
#new-splash {
	height: 335px;
}
#new-splash a img {
	border: none;
}
#new-splash .main {
	margin: 0 0 10px;
}
#new-splash .left,
#new-splash .right,
#new-splash .center {
	float: left;
	margin: 0 10px 5px 0;
	width: 230px;
}
#new-splash .right {
	margin: 0 0 10px 0;
}
#reviews {
 clear:both; 
 margin-bottom:20px; 
 border:1px solid #e0e0e0; 
 background-color:#f3f3f3; 
 padding:8px;
}
#review-comments {
 float:right;
 width:520px;
}
table#meet_the_team td {
    padding:10px;
    vertical-align:top
}

#top-open {
    background: url("/images/open-sign-quest.png") no-repeat scroll left top transparent;
    color: #074368;
    float: right;
    font-weight: bold;
    height: 72px;
    margin: -20px 10px 0 0;
    padding: 12px 14px 0 65px;
    text-align: center;
    text-transform: uppercase;
    width: 282px;
}
#top-open span {
    font-size: 20px;
    line-height: 19px;
}
#top-open a {
    color: #074368;
}
#top-open a:hover {
    color: #1370B3;
}
#top-open span a {
    text-decoration: none;
}


.newstop {
    background-color: #EDEDED;
    border: 1px solid #D9D9D9;
    color: #888888;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 0 5px 8px;
}
.newsbox {
    background-color: #FFFFFF;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 12px;
}

.cms-widget {
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    overflow: hidden;
}
.cms-widget .items .title {
    background: none repeat scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #CCCCCC;
    color: #4A4A4A;
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
}
.cms-widget .items div {
    float: none;
    width: auto;
}
.cms-widget .item {
    padding: 5px;
}
.cms-widget .item .item-left .author {
    font-weight: bold;
}
.cms-widget .item .item-left .date {
    font-size: 10px;
}
.cms-widget .item .item-right .text {
    font-style: italic;
}
.cms-widget .controls {
    background-color: #EFEFEF;
    border-top: 1px solid #CCCCCC;
    height: 25px;
    overflow: hidden;
    width: 100%;
}
.cms-widget .controls .prev-next {
    float: right;
}
.cms-widget .prev-next {
    padding: 5px;
}
.cms-widget .more {
    float: left;
    padding: 5px;
}
.cms-widget .items a:hover img {
    visibility: visible;
}
.cms-widget-reviews .jcarousel-item-horizontal {
    height: 135px;
}
