* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
}
body {
	background:url(images/bg.gif) repeat-x #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img, a img, table {
	border:none;
}
a, #content a {
	color:#0060b4;
}
a:hover, #content a:hover {
	color:#333333;
}
#wrap_home {
	width:1000px;
	margin:0 auto;
	background:none;
}
#wrap {
	width:1000px;
	margin:0 auto;
	background:url(images/wrap_bg.jpg) repeat-y;
}
#header {
	height:111px;
	background:url(images/header_bg.gif) no-repeat;
}
#logo {
	height:70px;
	width:300px;
	display:block;
	position:relative;
	top:27px;
	left:5px;
}
#logo img {
	height:70px;
	width:300px;}
	
#phoneSmall {
	color:#fff;
	font-size:12px;
	float:right;
	text-align:right;
	clear:right;
	margin:16px 12px 0px 0px;
	display:block;
}
#phoneBig {
	color:#fff;
	font-size:20px;
	display:block;
	position:absolute;
	margin:8px 0px 0px 307px;
}
/* Drop Down Nav (aka navTop)*/
#navTop {
	float:right;
}
/* the nav position on the home page */
#nav_bottom {
	background: transparent url(images/nav_bottom_bg.gif) repeat-y;
	clear:left;
	width:124px;
	height:62px;
	display:block;
	padding:14px 50px 9px 23px;
}

/* Nav */
#nav_home, #nav {
	width:197px;
	float:left;
}

#nav img {
	margin-top:10px;
}

/* Home page content */
#cover {
	width:803px;
	float:right;
}
#coverSlides {
	width:803px;
	height:252px;
	overflow:hidden;
}
#banner {
	margin-top:12px;
	margin-bottom:12px;
	float:right;
	background:#000;
	height:103px;
	width:803px;
}

#subNav_home {
	height:73px;
	margin:0;
	padding:0;
	clear:right;
	width:803px;
	float:none;
}

#subNav_home a {
	display:block;
	float:left;
	font-size:11px;
	height:73px;
	position:relative;
	left:13px;
	margin-left:13px;
}
#subNav_home a#specialsBtn{
	margin-left:0px;
}

#subNav_home a span {
	bottom:5px;
	position:absolute;
	cursor:pointer;
	text-decoration:underline;
	white-space:nowrap;
}

#subNav_home a:hover span {
	text-decoration:none;
}

#subNav_home a.btnSmall {
	color:#ffffff;
	width:124px;
}
#subNav_home a.btnSmall span {
	left:15px;
}
#subNav_home a.btnBig {
	color:#000000;
	width:242px;
}
#subNav_home a.btnBig span {
	left:100px;
}

#subNav_home #specialsBtn {
	background: transparent url(images/specials.gif) no-repeat;
}

#subNav_home #adsBtn {
	background: transparent url(images/ads.gif) no-repeat;
}

#subNav_home #buildBtn {
	background: transparent url(images/build.gif) no-repeat;
}

#subNav_home #smartwayBtn {
	background: transparent url(images/smartway.gif) no-repeat;
}

#subNav_home #under10kBtn {
	background: transparent url(images/under10k.gif) no-repeat;
}

#subNav_home #ultimateBtn {
	background: transparent url(images/ultimate.gif) no-repeat;
}

#subNav_home #facebookBtn {
	background: transparent url(images/facebook.gif) no-repeat;
}

#subNav_home #collisionBtn {
	background: transparent url(images/subnav_collision.gif) no-repeat;
}

#extraBtns {
	width:1000px;
	height:20px;
	clear:both;
	padding-top: 12px;
	position:relative;
}

#extraBtns a{
	display:block;
	height:17px;
	line-height:12px;
	/*padding: 4px 16px 0;*/
	padding: 4px 14px 0;
	margin-right: 14px;
	text-align:center;
	float:left;
	color:#ffffff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#extraBtns a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#blogBtn{
	background-color:#0060b4;
}
#newsletterBtn{
	background-color:#006a00;
}
#dickscountrydodgeBtn{
	background-color:#990000;
}
#communityeBtn{
	background-color:#cc6600;
}
#rodeodriveBtn {
	background-color:#0060b4;
}

#extraBtns #youtubeBtn {
	padding: 0;
	margin-right: 14px;
}

#extraBtns #facebookBtn {
	padding: 0;
	margin-right: 14px;
}

#qCertified {
	margin-right:0 !important;
	padding:0 !important;
	position:absolute;
	top:6px;
	right:0;
	overflow:visible !important;
	white-space:nowrap;
}
/* Content */
#content_home {
	width:803px;
	float:right;
}
#content {
	width:777px;
	float:right;
	padding:10px 15px 15px 10px;
}
#content h1 {
	font-size:18px;
	color:#0166BE;
}
#content h1.red {
	color:#CE0107;
}
#content h2{
	font-size:16px;
	color:#CE0107;
}
#content h2.blue {
	font-size:14px;
	color: #0166BE;
	font-weight:bold;
}
#content h3 {
	font-size:14px;
	color:#0166BE;
}
#content h3.red {
	color:#CE0107;
}
#content h4 {
	font-size:13px;
	color:#CE0107;
}
#content h4.blue {
	color:#0166BE;
}
#content h5 {
	font-size:12px;
	color:#0166BE;
}
#content h5.red {
	color:#CE0107;
}
#content p {
	font-size:12px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content p {
	margin-bottom:10px;
}
#content ul {
	list-style:none inside;
	margin-left:20px;
}
#content li {
	margin-bottom:5px;
}

#collisionCenter{
	width:680px;
	margin: 10px auto;
}
#collisionCenter #collisionTop {
	text-align:center;
	clear:both;
}
#collisionCenter #collisionTop img {
	margin: 5px;
	display:block;
	float:left;
	border:1px #000000 solid;
	width:210px;
}
#collisionHead {
	float:left;
	width:210px;
	margin:5px;
}
#headInfo {
	text-align:left;
	margin-left:20px;
}
#collisionHead img {
	margin:0px auto;
	width:200px;
}
#collisionText {
	width:430px;
	margin-left: 228px;
	text-align:left;
}
#collisionText ul, #collisionText li {
	list-style-position:inside;
	list-style-image:url(images/bullet.gif);
}

#newsletter h1, #employee_pricing h1 {
	font-size:30px;
	color:#5d9bd0;
	letter-spacing:-1px;
	text-align:center;
}
#newsletter h2, #employee_pricing h2 {
	font-size:18px;
	color:#d40108;
	text-align:center;
}
#newsletter h2 span {
	color:#0060b4;
}
#newsletter p {
	width:429px;
	text-align:justify;
	margin:20px auto 20px auto;
}
#newsletter fieldset {
	width:385px;
	background:#dbdde3;
	border:1px solid #7c7c7c;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
#inputs {
margin-bottom:10px;
margin-left:10px;
text-align:right;
width:275px;
}
#inputs span {
bottom:9px;
position:relative;
}
#inputs input {
border:1px solid #A9A9A9;
height:20px;
margin-bottom:10px;
width:166px;
}
#newsletter fieldset form p {
margin:0 auto;
text-align:center;
width:300px;
}

#quickContact p {
	text-align:left;
}

/* for Vehicle Locator Request, to un-center the text in IE6, caused by the centered <div> */


.radioSpot{
	margin-bottom:30px;
}

#site ul {
	padding:0;
	margin:0 0 15px 30px;
	list-style-type:disc;
}
#site li.none {
	list-style-type:none;
}
/* Footer */
#footer_home{
	clear:both;
	color:#ffffff;
	margin:0px auto;
	width:1000px; 
}
#footer_home p {
	padding-top:10px;
}

#footer{
	clear:both;
	color:#ffffff;
	margin:0px auto;
	width:1000px;
	height:51px;
	background:transparent url(images/footer_bg.gif) no-repeat;
}
#footer p {
	padding-top:26px;
}

#foot1{
	position:relative;
	left:10px;
}
#foot2{
	position:relative;
	left:72px;
}
#foot3{
	position:relative;
	left:130px;
}
#foot4{
	position:relative;
	left:190px;
}
#foot5{
	position:relative;
	left:240px;
}


/* individual page stylings */

#tiaProgram {
	width:700px;
	margin:0 auto;
}
#content #tiaProgram p {
	font-size:14px;
}
#content #tiaProgram p.footnotes {
	font-size:10px;
	font-style:italic;
}

#staff p {
	font-weight:bold;
	text-align:center;
}
#staff p span {
	color:#000099;
	font-size:10px;
	font-weight:normal;
}

#tv_spots td p {
	text-align:left;
}

#businessLink {
	width:600px;
	font-family:Verdana;
	margin:0 auto;
}
#businessLink img.center {
	padding:20px;
}
#businessLink div {
	width:450px;
	height:79px;
	padding:5px;
	margin:0 auto;
}
#businessLink div a {
	display:block;
	width:208px;
	height:79px;
	background-position:0 0;
}
#businessLink div a.left {
	background:url(images/nav_fleet_new.gif) no-repeat;
}
#businessLink div a.right {
	background:url(images/nav_fleet_used.gif) no-repeat;
}
#businessLink div a:hover {
	background-position:0 -79px;
}
#businessLink p {
	padding:20px 20px 5px 20px;
}
#businessLink p strong, #upfitter p strong, #incentives p strong {
	color:#ed2e24;
}
#businessLink p strong span, #upfitter p strong span, #incentives p strong span {
	color:#000;
}
#businessLink ul {
	list-style-type:square;
	margin:0 17px;
}
#businessLink ul.left {
	float:none;
}
#businessLink li {
	margin-left:20px;
}
#businessLink div#busLink {
	width:188px;
	margin-top:20px;
}
#busLink a {
	display:block;
	float:left;
	height:78px;
	color:#003300;
	font-size:11px;
	font-weight:bold;
	position:relative;
	text-decoration:none;
}
#busLink a:hover {
	color:#ef2f25;
}
#busLink a span {
	position:absolute;
	bottom:4px;
	right:12px;
}
#busLink a:hover span strong {
	text-decoration:underline;
}
#busLink #business {
	background:url(images/subnav_business.jpg) no-repeat;
	width:188px;
}

#BLForm {
	width:450px;
	margin:0 auto;
}
#BLForm h1, #BLForm h2 {
	text-align:center;
}
#BLForm h1 {
	font-size:16px;
	margin-top:10px;
}
#BLForm h2 {
	font-size:13px;
	margin-bottom:25px;
	clear:both;
	position:relative;
	top:10px;
}
#BLForm h2 span {
	padding:5px;
	background:#EE2E24;
	color:#fff;
}
#BLForm div {
	padding:5px 15px;
	background:#e7e7e7;
}
#BLForm p.left {
	line-height:20px;
	clear:left;
}
#BLForm input.right {
	clear:right;
}
#BLForm div#CBArea {
	background:#ccc;
	padding:20px 5px 5px 5px;
	margin-bottom:35px;
	position:relative;
	top:20px;
}
#CBArea span {
	padding:10px;
	position:absolute;
	top:-10px;
	left:-10px;
	background:#686868;
	color:#fff;
}
#CBArea input {
	margin-right:10px;
}

/* Community */
#content .newsitem {
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#content .newsitem .date {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

#content .news .newsitem h3{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#content .news .newsitem h3 a, #content h2 a {
	color: #666666;
	text-decoration: none;
}

#news .news p {
	margin-left: 0px;
}

/* Quick Lane */

#quickLane {margin:10px auto; width:680px; /*padding-top:345px; background:transparent url(images/quicklane_busymom.jpg) no-repeat;*/}
#quickLaneHeader {clear:bloth;text-align:center;margin-bottom:20px;}
#qlContent {float:none;clear:both;}
#qlContent .newRow {float:none;clear:both;}
#qlContent p {font-size:16px; padding-top:10px;}
#qlContent img {float:right;clear:right; border:1px solid #000; margin-left:20px; margin-bottom:20px; padding:10px;}
#quickLaneFooter {float:none;clear:bloth;text-align:center;margin-top:20px;margin-bottom:20px;}
#quickLaneFooter p {font-family:"Times New Roman", Georgia, Times, serif; font-weight:bold; font-size:16px;margin-top:20px;margin-bottom:20px;}
span.qlAccent {font-weight:bolder;font-size:1.1em; color:#ff9933;}


/* Cash for Clunkers tweaks */

#compareClunkers {
	width:98%; /* a fix for IE6 - cuz it can't handle a 100% width here */
}




/* Special Classes and IDs */

.blue {
	color:#0060b4;
	font-weight:bold;
}

.red {
	color:#CE0107;
}

.redBold {
	color:#CE0107;
	font-weight:bold;
}

.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;
}