/* The Big Reset.  */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt, blockquote, fieldset, legend, label, input, textarea, form {
    margin: 0; padding: 0; border: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
} 

body{
	position:relative;
	background-color:#898D8C;
	background-image:url(../Images/mainBodyBG.jpg);
} 
/* /The Big Reset.  */

.Main_HeaderBox {
	font-weight: bold;
	background-color: #eee;
	width: 100%;
	height: 23px;
	padding: 3px;
	margin: 0px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee ;
	border-left: 1px solid #eee;
	text-align: left;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	text-decoration:none;
	clear: left;
	
}
	
.Main_HeaderBox_Content {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #fff;
	width: 100%;
	padding: 3px;
	margin: 0px;
	border: 1px solid #eee;
}

.Main_HeaderBox a:link, .Main_HeaderBox a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;}
	/* skinF */
/* these are the Header Row Classes*/
.HeaderRow1 {
	background-color: #999999;
	height: 95px;
}	
.HeaderRow2 {
	background-color: #0055AA;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 25px;
}	
.HeaderRow3 { background-color: #004282; }

.AccentColor {
	background-color: #CC0000;
}

/*this affects the position of the logo, careful when changing, so it does not affect oter sites logo placement*/
.LogoLayer{
	position:relative; 
	left:1px; 
	top:-8px; 
	width:160px; 
	height:70px; 
	z-index:10;
}
.BreadCrumb {
	background-color: #004282;
	height:15px; 
	color:#ccc; 
	font-size:10px;
}		

#buttonbox {
	text-align: center;
	margin: 1px 1px 1px 1px;
    white-space: nowrap;
}
#buttonboxoff a, #buttonboxoff a:visited {
	background-color: #e2e2e2;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	margin: 1px;
	text-decoration: none;
	background-image: url("/images/button_bg.gif");
	background-repeat: repeat-x;
	border-top:#CCCCCC solid 1px; 
	border-bottom: #999999 solid 1px; 
	border-right:#CCCCCC solid 1px; 
	border-left:#999999 solid 1px; 
	height:22px;
	padding: 2px;
	text-align:center;
	clear:both;
}

#buttonboxoff a:hover, #buttonboxoff a:active {
	background-color: #e2e2e2;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	margin: 1px;
	text-decoration: none;
	background-repeat: repeat-x;
	border-top:#999999 solid 1px; 
	border-bottom: #CCCCCC solid 1px; 
	border-right:#999999 solid 1px; 
	border-left:#CCCCCC solid 1px; 
	height:22px;
	padding: 2px;
	text-align:center;
	clear:both;
}

/* submit buttons */
input.button {
	background-color: #e2e2e2;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	margin: 1px;
	background-image: url("/images/button_bg.gif");
	background-repeat: repeat-x;
	border-top:#CCCCCC solid 1px; 
	border-bottom: #999999 solid 1px; 
	border-right:#CCCCCC solid 1px; 
	text-decoration: none;
	border-left:#999999 solid 1px; 
	height:22px;
	padding: 2px;
	text-align:center;
	clear:both;
}

input.buttonwait {
	background-color: #e2e2e2;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: wait;
	border-top:#999999 solid 1px; 
	border-bottom: #999999 solid 1px; 
	border-right:#999999 solid 1px; 
	border-left:#999999 solid 1px; 
	text-decoration: none;
	margin: 1px;
	height:22px;
	padding: 2px;
	text-align:center;
	clear:both;
}

input.hover {
	background-color: #e2e2e2;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	text-decoration: none;
	margin: 1px;
	background-repeat: repeat-x;
	border-top:#999999 solid 1px; 
	border-bottom: #CCCCCC solid 1px; 
	border-right:#999999 solid 1px; 
	border-left:#CCCCCC solid 1px; 
	height:22px;
	padding: 2px;
	text-align:center;
	clear:both;
}


/*TABS*/
/* used for seperator when browser deos not support css*/
span.pipe {display: none;}

#tabbox {
	margin: 2px 0px 0px 0px;
    white-space: nowrap;
	padding: 0px;
	border: 0px;
	clear:both;
}
#taboff a, #taboff a:visited {
	color: #333;
	padding: 2px 6px 2px 6px;
	background-color: #CCC;
	text-decoration: none;
	margin: 1px 0px 0px 1px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	background-image: url("/images/button_bg.gif");
	background-repeat: repeat-x;
	font-size: 11px;
	white-space:nowrap;
	height:22px;
}

#taboff a:hover, #taboff a:active {
	color: #fff;
	padding: 2px 6px 2px 6px;
	background-image: none;
	background-color: #CCC;
	text-decoration: none;
	margin: 1px 0px 0px 1px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-size: 11px;
	white-space:nowrap;
	height:22px;
}

#tabon a, #tabon a:visited, #tabon a:hover, #tabon a:active {
	color: #000000;
	padding: 2px 6px 2px 6px;
	background-color: #eeeeee;
	text-decoration: none;
	margin: 1px 0px 0px 1px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #CCC;
	background-image: none;
	font-size: 11px;
	white-space:nowrap;
	height:22px;
}
/* END tabs */

/* CALENDAR*/
.calendar{
	width: 156px;
	margin: 0px 0px 0px 0px;}
	
.calendarHeader{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: 700; 
	background-color: #004282;
	}
	
	
td.calendar_on{
	font-family: Tahoma, Arial, Helvetica, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #004282;
	text-align: center;
	padding: 2px;
	}

td.calendar_off{
	font-family: Tahoma, Arial, Helvetica, Geneva, Sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	padding: 2px;}

td.calendar_hover{
	font-family: Tahoma, Arial, Helvetica, Geneva, Sans-serif; 
	font-size: 11px;
	color: #000000;
	background-color: #004282;
	cursor: pointer;
	text-align: center;
	padding: 2px;}

/*top navigation main links*/
div#td_links a, div#td_links a:link{
	color: #000;
	border: none 0px;
	display: block;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}


div#td_links a:hover, div#td_links a:active{
	background: #004282; 
	color: #ffffff;
	border:  none 0px;
	display: block;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	}

/*default for site*/

p,td{
	margin: 0px; 
	color: #393939; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;}
	
h4, h3{

	margin: 0px; 
	color: #666666; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;}


			 

/*default for links*/	
a:link {
	color: #004282;
	font-size: 11px;}
a:visited {
	color: #004282;
	font-size: 11px;}
a:active {
	color: #ff0000;
	font-size: 11px;}	
a:hover {
	color: #ff0000;
	font-size: 11px;}
	

div#navBlock{
	width:980px;
	height:46px;
	
}
.navSide{
	float:left;
	width:10px;
	height:46px;
}
div#navMiddle{
	float:left;
	width:960px;
	height:46px;
	background-image:url(../Images/navBG.jpg);
	background-repeat:repeat-x;
}






#MyPodContainer li {
	list-style-position: inside !important;	
}


div#outerPageBlock{
	position:relative;
	
}
div#innerPageBlock{
	position:relative;
	width:1100px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;	
}
div#headerBlock{
	position:relative;
	width:780px;
	height:85px;
	padding-left:340px;
	background-image:url(../Images/header_v2.png);
	background-repeat:no-repeat;
	
}
/* nav links */
.topNavDiv{
	float:left;
	height:45px;
	width:1px;
}

.topNav{
	float:left;
	height:18px;
	margin-left:4px;
	margin-right:30px;
	margin-top:46px;
}

.topNav a:link{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
.topNav a:visited{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
.topNav a:hover{
	color:#F77500;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
.topNav a:active{
	color:#F9E256;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
div#topNavOptions{
	position:absolute;
	top:48px;
	right:46px;
}
.topNavChoice{
	float:left;
}
div#dropDownBlock{
	position:absolute;
	top:66px;
	z-index:1000;
}
.ddHolder{
	position:absolute;
	border:1px solid #555555;
	
	border-bottom:0;
}
.ddChoice{
	background-image:url(../Images/navDDBG.png);
	background-repeat:repeat-x;
	width:135px;
	height:18px;
	line-height:14px;
	padding-left:10px;
	padding-top:4px;
	border-bottom:1px solid #555555;
	cursor: pointer;
	cursor: hand;
}
div#dropDownBlock #dd_sam{
	left:409px;
}
div#dropDownBlock #dd_news{
	left:521px;
}
div#dropDownBlock #dd_success{
	left:591px;
}
div#dropDownBlock #dd_company{
	left:729px;
}
.ddChoice a:link{
	color:#333333;
	font-weight:bold;
}
.ddChoice a:visited{
	color:#555555;
	font-weight:bold;
}
.ddChoice a:hover{
	color:#1118AA;
	font-weight:bold;
}
.ddChoice a:active{
	color:#555555;
	font-weight:bold;
}

/* nav links */
div#homeContentBlock{
	position:relative;
	height:684px;

}
div#homeVideoBlock{
	position:absolute;
	width:360px;
	height:220px;
	top:0px;	
	left:43px;
	cursor:hand;
	cursor:pointer;	
	z-index:100;
	
}

.innerVideoBlock{
	width:320px;
	height:178px;
	background:red;
}
div#homeFadeBlock{
	position:absolute;
	width:660px;
	height:216px;	
	left:420px;
	z-index:200;	
}
.homePicFade{
	position:absolute;
	top:16px;
	left:15px;
}
div#homeNavBlock{
	position:absolute;
	width:266px;
	height:410px;
	left:-49px;
	top:200px;
	z-index:400;
}
div#homeCompetitionBlock{
	position:absolute;
	width:250px;
	height:145px;
	left:18px;
	top:230px;
	z-index:400;
}
div#homeSideNavBlock{
	position:absolute;
	width:260px;
	height:410px;
	left:21px;
	top:400px;
/*
	background-image:url(../Images/homeChoiceBG.jpg);
	background-repeat:no-repeat;
*/
	z-index:400;
}
div#homeSamBlock{
	position:absolute;
	width:790px;
	height:456px;	
	left:271px;
	top:212px;
	padding-top:18px;
	padding-left:18px;
	background-image:url(../Images/samBG_v3.png);
	z-index:300;
}
div#homeAnchorBlock{
	position:absolute;
	width:727px;
	height:431px;
	top:229px;
	left:288px;
	/*
top:0px;
	left:0px;
*/
	padding:0 20px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	overflow-y:scroll;
	overflow-x:hidden;
	z-index:1000;
}
div#homeAnchorBlock p{
	margin-bottom:1em;
}
div#homeAnchorBlock h2,div#extersLoginBlock h2{
	color:#3366FF;
}
div#homeAnchorBlock ul li{
	margin-left:10px;
	list-style-type:disc;
	color:#3366FF;
	font-size:12px;
}
div#homeAnchorBlock .habInnerUL li{
	margin-left:30px;
	list-style-type:disc;
	color:#000000;
	font-size:12px;
}
div#homeAnchorBlock .habInnerUL{
	margin-bottom:10px;
}
div#homeAnchorBlock h2{
	font-size:16px;
}
div#homeAnchorBlock h2.yellow{
	color:#FFC000;
	font-size:24px;
}
div#extersLoginBlock{
	margin-left:260px;
}

div#homeAnchorBlock .habSpacer{
	width:1px;
	height:1px;
	border:0;
}
div#homeAnchorBlock .picCenter{
	text-align:center;
}
div#homeAnchorBlock a:link,
div#homeAnchorBlock a:visited,
div#homeAnchorBlock a:hover,
div#homeAnchorBlock a:active{
	font-size:12px;
	text-decoration:underline;
}
div#homeLowerNavBlock{
	position:absolute;
	width:768px;
	height:47px;
	top:646px;
	left:215px;
	padding-top:6px;
	padding-left:4px;
	padding-right:4px;
	background-image:url(../Images/lowerNavBG.gif);
	background-repeat:no-repeat;
}
/*
div#homeLowerNavBlock a:link{
	float:left;
	color:#0042ff;
	font-size:11px;
	font-weight:bold;
}
div#homeLowerNavBlock a:visited{
	float:left;
	color:#0042ff;
	font-size:11px;
	font-weight:bold;
}
div#homeLowerNavBlock a:hover{
	float:left;
	color:#f77500;
	font-size:11px;
	font-weight:bold;
}
div#homeLowerNavBlock a:active{
	float:left;
	color:#f77500;
	font-size:11px;
	font-weight:bold;
}

div#homeLowerNavBlock p{
	float:left;
	padding-left:7px;
	padding-right:7px;
	color:#0042ff;
	font-weight:bold;
}
*/
div#clearImg{
	width:1020px;
	height:1px;
	clear:both;
}
.contentBlock{
	position:relative;
	background-image:url(../Images/mainPageBG.png);
	background-repeat:repeat-y;
	overflow-y:auto;
	overflow-x:hidden;
}
.contentBlock.home{
	background-image:url(../Images/mainPageBGHome.png);
	overflow-y:hidden;
}
div#leftContentBlock{
	float:left;
	width:250px;
	margin-left:20px;
}
div#nhNavBlock{
	padding-top:10px;
}
div#nhCompetitionBlock{
	margin-top:10px;
}
div#rightContentBlock{
	float:left;
	width:780px;	
	
}
div#bubbleContentBlock{
	width:722px;
	min-height:480px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:48px;
	/*
background-image:url(../Images/bubbleMiddle.png);
	
	background-repeat:repeat-y;*/

}
div#rcBubbleBottom{
	width:780px;
	height:32px;
	background-image:url(../Images/bubbleBottom.png);
	background-repeat:no-repeat;
}
div#rcBubbleBottom img{
	width:780px;
	height:32px;
}
div#footerBlock{
	clear:both;
	
}
div#innerFooterBlock{
	margin-right:50px;
	
}
div#footerHolder{
	padding-top:8px;
}
div#innerFooterLeft{
	float:right;
	padding-right:10px;
	color:#FFFFFF;
	color:#1B43CB;
	font-size:11px;
}
div#footerBlock div#innerFooterLeft a:link{color:#000000}
div#footerBlock div#innerFooterLeft a:visited{color:#000000}
div#footerBlock div#innerFooterLeft a:hover{color:#666666}
div#footerBlock div#innerFooterLeft a:active{color:#666666}
div#innerFooterRight{
	display:none;
}

#DealerPeakLogo{display:none;}
div#homeUpper{
	width:980px;
	height:294px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#d9eaf2;
	
}
div#homeLowerSpecials{
	width:700px;
	height:193px;
	padding-top:10px;
	padding-left:280px;
	background-image:url(../Images/homeLowerBG.jpg);
	background-repeat:no-repeat;
}
.vehicleSummaryHolder{
	float:left;
	position:relative;
	width:161px;
	height:161px;
	margin-right:6px;
	background-image:url(../Images/wsBG.jpg);
	background-repeat:no-repeat;
}
.vehicleSummaryHolder .vshPic{
	position:absolute;
	width:161px;
	top:36px;
	text-align:center;
}
.vehicleSummaryHolder .vshPic img{
	width:120px;
	height:90px;
}
.vehicleSummaryHolder .vshDescription{
	position:absolute;
	width:140px; 
	top:14px;
	margin-left:10px;
	font-weight:bold;
	line-height:10px;
	text-align:center;
}
.vehicleSummaryHolder .vshDescription a{
	color:#000000;
}
/* HEADERBOX STYLES */
.headerBox{
	list-style-position: inside !important;
	width:154px;
	height:16px;
	margin:0;
	padding: 3px;
	background-color:#CDCCC8;
	background-image:url('../Images/headerBoxBG.jpg');
	background-repeat:repeat-x;
	border:1px solid #043354;
	border-bottom:0;
	font-size: 12px;
	font-weight: bold;
	color: #333333;		
	text-align: left;
}
.headerbox_content, .headerbox_content_personal{
	border:1px solid #043354;
	margin:0;
	margin-bottom:14px;
	padding: 3px;
	border-top:0;
	width:154px;
	background-color:#FFFFFF;
	font-size: 12px;
}
/* /HEADERBOX STYLES */

div#searchfilter_container div#searchfilter_price{display:none}


div#finContent{
	width:600px;
	margin-left:50px;
}
div#finContent a{
	font-weight:bold;
	font-size:14px;
}
div#finContent, #finLink{
	color: #ff0000;
	font-size:12px;
	font-weight:bold;
}
div#finContent p, div#finContent ul{
	margin-bottom:1em;
}
div#finContent .finBold{
	font-weight:bold;
}
.cUnder{
	margin-top:8px;
	margin-bottom:8px;
	border-bottom:1px solid #333333;
}
.cUnder p{
	font-size:12px;
	margin-bottom:1em;
}

.cUnder a:link{
	font-size:14px;
	font-weight:bold;
	margin-bottom:1em;
	color:#3366FF;
	text-decoration:underline;
}
.cUnder a:visited{
	font-size:14px;
	font-weight:bold;
	margin-bottom:1em;
	color:#3366FF;
	text-decoration:underline;
}
.cUnder a:hover{
	font-size:14px;
	font-weight:bold;
	margin-bottom:1em;
	color:#3366FF;
	text-decoration:underline;
}
.cUnder a:active{
	font-size:14px;
	font-weight:bold;
	margin-bottom:1em;
	color:#3366FF;
	text-decoration:underline;
}


div#factsStatsBlock{

}
div#factsStatsBlock p{
	margin-bottom:1em;
}
div#factsStatsBlock ul{
	margin-bottom:1em;
	margin-left:20px;
}
div#factsStatsBlock ul li{
	margin-bottom:6px;
	font-size:12px;
}
div#factsStatsBlock table{
	margin-left:20px;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	margin-bottom:1em;
}
div#factsStatsBlock td{
	border:1px solid #333333;
	border-bottom:0;
	border-right:0;
}
div#factsStatsBlock h2{
	color:#3366FF;
}
div#factsStatsBlock .habSpacer{
	width:1px;
	height:1px;
	border:0;
}
div#factsStatsBlock .picCenter{
	text-align:center;
}

div#factsStatsBlock a:link,
div#factsStatsBlock a:visited,
div#factsStatsBlock a:hover,
div#factsStatsBlock a:active{
	font-size:14px;
	font-weight:bold;
	margin-bottom:1em;
	color:#3366FF;
	text-decoration:underline;
}

div#faqBlock{
	
}

div#faqBlock h4{
	font-size:18px;
	font-weight:bold;
	color:#FF9900;
	margin-top:1em;
}
div#faqBlock .bigBlue{
	color:#3366FF;
}
div#faqBlock .bigBlack{
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
div#faqBlock .smallBlue{
	color:#3366FF;
	font-weight:bold;
}
div#faqBlock a:link,
div#faqBlock a:visited,
div#faqBlock a:hover,
div#faqBlock a:active{
	font-size:14px;
	font-weight:bold;
	margin-bottom:1em;
	color:#3366FF;
	text-decoration:underline;
}
#analysisFormBlock{
	position:relative;
	left:-12px;
}
#analysisFormBlock #afi{
	width:746px;
	height:800px;
	border:0px;
}

div#miTopTabs{
	width:1100px;
	padding:20px;
	padding-top:30px;
	text-align:right;
	font-size:11px;
	color:#004282;
	
}
div#mi_moreInfoOpen, div#mi_moreInfoClose{
	margin-right:40px;
}
div#mi_moreInfoOpen span, div#mi_moreInfoClose span{
	cursor:pointer;
	cursor:hand; 
}

div#mi_moreInformationBlock{
	width:1100px;
}
div#xLogin{
	position:absolute;
	top:0;
	left:0;
}
div#xLogin #loginSpacer{
	width:12px;
	height:12px;
	border:0;
}
div#homeTopCustomContentBlock{
	background-image:url("../Images/mainPageBGHome.png");
	background-repeat:repeat-y;
}
div#topCustomContentBlock{
	background-image:url("../Images/mainPageBG.png");
	background-repeat:repeat-y;
}
