<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================
    Default styles FOR DotNetNuke
   ================================
*/
.VidhyaTest1
{
background-image : url('/portals/0/images/Dealer%20Portal%20Test/vidhya/CarBGImage_DealerPortal.png');
background-color : #FFFFFF!important;
height: 350px;
width : 525px;

background-size: 525px 350px

}
 
/* background color for the content part of the pages */
.PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.ControlPanel
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.SkinObject
{
	font-weight: normal;
	font-size: 8pt;
	color: #003366;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size:9pt;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size:9pt;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size:9pt;
	font-weight: normal;
}

.Normal
{
	font-family:"Trebuchet MS", Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size:9pt;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-size: 12px;
	font-weight: normal;
	border:1px silver solid;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: White;
	color: Red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
	background-color: White;
}
.DataGrid_Header
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}


/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
	background-color: #CCCCCC;
}

.TabBg
{
	background-color: black;
}

.SelectedTab
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.PagingTable
{
	height: 33px;
}

/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
	border: solid 1px black;
	white-space: nowrap;
	background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
	background-color: navy;
	color: White;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
	width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
	text-align: left;
}
.DNNAlignright
{
	text-align: right;
}
.DNNAligncenter
{
	text-align: center;
}

/* Login Styles */
.LoginPanel
{

}

.LoginTabGroup
{
	
}

.LoginTab {
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	border: 1px #25569a solid;
}

.LoginTabSelected{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	background-position: 0% -41px;
	border: 1px #25569a solid;
}

.LoginTabHover
{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #555;
	border: 1px #C00 solid;
	cursor:pointer;
}

.LoginContainerGroup
{
	clear: both;
	padding-top: 5px;
}

.LoginContainer
{
	
}
/*********************************************************************************/
/* 
Awecomm Styles, adjusted for Vincentric 
*****
*****
*****
*****
*****
*/
/*********************************************************************************/

body {
	background-image:url('vincentricimages/bgGradient.jpg');
	background-repeat:repeat-x;
	background-color:#eff4f8;
	text-align:center;
	font-family:"Trebuchet MS", Harrington;
	height:100%;
	color:#666666;
	margin-top:3px;
	font-size:11px;
}
.fullShell {
	width:766px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
.header {
	height:103px;
	vertical-align:top;
	font-weight:bold;
}
.utilityBar{
	margin:0;
	font-size:9px;
	color:#112C4B;
	margin:14px 0 0 0;
	padding-left:10px;
	padding-right:27px;
	text-align:right;
}
.mainDiv {
	width:764px;
}
a:link {color:#666666;text-decoration:underline;font-weight:bold;font-size:11px;}
a:visited {color:#666666;text-decoration:underline;font-weight:bold;font-size:11px;}
a:hover {color:#666666;text-decoration:none;font-weight:bold;font-size:11px;}

p a:link {color:#666666;text-decoration:underline;font-weight:bold;font-size:11px;}
p a:visited {color:#666666;text-decoration:underline;font-weight:bold;font-size:11px;}
p a:hover {color:#666666;text-decoration:none;font-weight:bold;font-size:11px;}

.utilityBar a:link {color:#112C4B;text-decoration:none;}
.utilityBar a:visited {color:#112C4B;text-decoration:none;}
.utilityBar a:hover {color:#112C4B;text-decoration:underline;}

table {
	font-size:11px;
}
p {
	line-height:16px;
}
ul {
	font-size:11px;
	list-style-type:none;
	padding: 0 0 0 25px;
	margin: 0em;
}
ul li {
	list-style:none;
}

h3 {
	padding-left:15px;
}
td p {
	font-size:11px;
	font-weight:normal;
	color:#666666;
	padding-left:0px;
	margin:0px;
}
.BasicConContentPane td p{
	padding:0;
}
thead {
	background-color:#cde4ed;
	padding-top:3px;
	padding-bottom:3px;
}
.noBorder td{
	border:none;
}
.dataTable table, .dataTable td {
	background-color:#fff;
	border-width:1px;
	border-style:solid;
	border-color:#98b7c7;
	font-size:11px;
	color:#666666;
}
.dataTable table thead tr td {
	border:none;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url('vincentricimages/tableHeader.gif');
	background-repeat:repeat-x;
	background-color:#c9e1ec;
	font-weight:bold;
}
.footer {padding-top:58px;padding-bottom:12px;text-align:right}
.footer p{margin-top:19px;}

.footer a:link {color:#666666;text-decoration:none;font-size:9px;font-family:Verdana;font-weight:normal;}
.footer a:visited {color:#666666;text-decoration:none;font-size:9px;}
.footer a:hover {color:#666666;text-decoration:underline;font-size:9px;}

.inputTD {
	padding:5px 0;
}
.formLabel {
	font-weight:bold;
}

.hidden a:hover {text-decoration:none;}
.ResultItem {
	font-weight:bold;
}
.menuSelectHeight {
	line-height:40px;
}

#dnn_Social{
height:35px;
text-align:right;
padding:10px 10px 0px 0;
}
#Search{
  padding-right: 27px;
    text-align: right;
}
.socialBtn{
display:inline-block;
margin:0 5px 0 0;
}
.socialBtn img{
width:25px;
border-radius: 3px;
-moz-border-radius:3px; 
-webkit-border-radius: 3px;
}
/*********************************************************************************/
/****** Left Navigation ******/
/*********************************************************************************/

.LeftPane {
	width:164px;
	background-image:url('vincentricimages/leftNav-gradient.jpg');
	background-repeat:repeat-x;
	height:100%;
}
.leftShadow {
	background-image:url('vincentricimages/leftNav-lftshdw.jpg');
	background-repeat:repeat-x;
	height:100%;
	width:4px;
}
.rightShadow {
	background-image:url('vincentricimages/leftNav-rtshdw.jpg');
	background-repeat:repeat-y;
	height:100%;
	width:4px;
}


/*********************************************************************************/
/****** Home Page ******/
/*********************************************************************************/

.contentPane {
	width:593px;
}
.mainContentHome p {
	margin:5px 0px 0 15px;
}
.homeMainImage {
	width:594px;
	height:198px;
	background-image:url('vincentricimages/bestValue2007.jpg');
}
.solutionsBox1 {background-image:url('vincentricimages/homeSoluBG.jpg');background-repeat:repeat-y;height:100%;}
.solutionsBox1 p, .solutionsBox2 p {text-align:left;margin:5px 0;padding-left:20px;font-weight:bold;font-size:11px;}
.solutionsBox2 {background-image:url('vincentricimages/homeSoluBG2.gif');background-repeat:repeat-y}

/*********************************************************************************/
/****** Secondary Pages ******/
/*********************************************************************************/

.ContentPaneContact {
	background-image:url('vincentricimages/hdrContact.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.ContentPaneAbout {
	background-image:url('vincentricimages/hdrAbout.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.ContentPaneDealer {
	background-image:url('vincentricimages/hdrDealerSolution.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.ContentPaneIndustry {
	background-image:url('vincentricimages/hdrIndustryReports.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.ContentPaneOEM {
	background-image:url('vincentricimages/hdrOEMSolution.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.ContentPaneFleet {
	background-image:url('vincentricimages/hdrFleetSolution.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.ContentPaneFleetSubscription{
	background-image:url('vincentricimages/hdrFleetSolution.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:10px;
}
.ContentPanePublisher {
	background-image:url('vincentricimages/hdrPublisherSolution.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue {
	background-image:url('vincentricimages/hdrBestValue2007.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2008 {
	background-image:url('vincentricimages/HdrBestValue2008-v2.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValue2009 {
	background-image:url('vincentricimages/HdrBestValue2009-v2.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueFleet2009 {
	background-image:url('vincentricimages/HdrBestValueFleet2009-v2.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2010 {
	background-image:url('vincentricimages/HdrBestValue2010.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueFleet2010 {
	background-image:url('vincentricimages/HdrBestValueFleet2010.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValue2011 {
	background-image:url('vincentricimages/HdrBestValue2011.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueAwards2011 {
	background-image:url('vincentricimages/HdrBestValueNew.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueFleet2011 {
	background-image:url('vincentricimages/HdrBestValueFleet2011.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValue2012 {
	background-image:url('vincentricimages/HdrBestValue2012.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValue2013 {
	background-image:url('vincentricimages/2013BestValueinAmericaSkin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}



.contentPaneBestValue2015 {
	background-image:url('vincentricimages/2015BestValueinAmericaSkin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValue2014 {
	background-image:url('vincentricimages/2014 Best Value in America Skin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}


.contentPaneBestValue2015 {
	background-image:url('vincentricimages/2015 Best Value in America Skin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2016 {
	background-image:url('vincentricimages/2016 BVIA Award Skin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2017 {
	background-image:url('vincentricimages/BestValueSkin2017.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValue2018 {
	background-image:url('vincentricimages/BestValueSkin2018.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2019 {
	background-image:url('vincentricimages/BestValueSkin2019.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2020 {
	background-image:url('vincentricimages/BestValueInAmericaSkin2020.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValue2021 {
	background-image:url('vincentricimages/BestValueInAmericaSkin2021.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2022 {
	background-image:url('vincentricimages/BestValueInAmericaSkin2022.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2023 {
	background-image:url('vincentricimages/BestValueInAmericaSkin2023.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2024 {
	background-image:url('vincentricimages/BestValueInAmericaSkin2024.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2025 {
	background-image:url('vincentricimages/BestValueInAmericaSkin2025.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPO2013 {
	background-image:url('vincentricimages/2013 Best CPO Value in America Skin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueCPO2014 {
	background-image:url('vincentricimages/BestCPOValueSkin2014.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueCPO2015 {
	background-image:url('vincentricimages/BestCPOValueSkin2015.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueCPO2016 {
	background-image:url('vincentricimages/BCPOVIA2016.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPO2017 {
	background-image:url('vincentricimages/BestCPOValueSkin2017.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPO2018 {
	background-image:url('vincentricimages/BestCPOValueAwardsSkin2018US.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPO2019 {
	background-image:url('vincentricimages/BestCPOValueAwardsSkin2019US.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPO2020 {
	background-image:url('vincentricimages/BestCPOValueSkin2020.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueCPO2021 {
	background-image:url('vincentricimages/BestCPOValueSkin2021.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPO2022 {
	background-image:url('vincentricimages/BestCPOValueSkin2022.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPO2023 {
	background-image:url('vincentricimages/BestCPOValueSkin2023.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPO2024 {
	background-image:url('vincentricimages/BestCPOValueSkin2024.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPO2025 {
	background-image:url('vincentricimages/BestCPOValueSkin2025.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPOCanada2019 {
	background-image:url('vincentricimages/BestCPOValueCanadaSkin2019.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPOCanada2020 {
	background-image:url('vincentricimages/BestCPOValueinCanadaSkin2020.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPOCanada2021 {
	background-image:url('vincentricimages/BestCPOValueinCanadaSkin2021.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPOCanada2022 {
	background-image:url('vincentricimages/BestCPOValueInCanadaSkin2022.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPOCanada2023 {
	background-image:url('vincentricimages/BestCPOValueInCanadaSkin2023.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPOCanada2024 {
	background-image:url('vincentricimages/BestCPOValueInCanadaSkin2024.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPOinAmerica2020 {
	background-image:url('vincentricimages/BestValueInAmericaSkin2020.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueCPOCanada2018 {
	background-image:url('vincentricimages/BestCPOValueCanadaSkin2018.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2013Canada {
	background-image:url('vincentricimages/2013 Best Value in Canada Skin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValue2014Canada2 {
	background-image:url('vincentricimages/BestValueSkin2014Canada.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValue2015Canada2 {
	background-image:url('vincentricimages/BestValueSkin2015Canada.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValue2014Canada{
	background-image:url('vincentricimages/2014BestFleetValueinCanadaSkin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValue2015Canada{
	background-image:url('vincentricimages/BestValueFleetSkin2015Canada.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2016Canada{
	background-image:url('vincentricimages/2016BVICAwardSkin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2017Canada{
	background-image:url('vincentricimages/HdrBestValueCanada17.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2018Canada{
	background-image:url('vincentricimages/BestValueAwardsSkin2018Canada.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2019Canada {
	background-image:url('vincentricimages/BestValueAwardsSkin2019Canada.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2020Canada {
	background-image:url('vincentricimages/BestValueInCanadaSkin2020.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2021Canada {
	background-image:url('vincentricimages/BestValueInCanadaSkin2021.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2022Canada {
	background-image:url('vincentricimages/BestValueInCanadaSkin2022.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue2023Canada {
	background-image:url('vincentricimages/BestValueInCanadaSkin2023.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValue2024Canada {
	background-image:url('vincentricimages/BestValueInCanadaSkin2024.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValue {
	background-image:url('vincentricimages/HdrBestValueNew.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValue2012Canada {
	background-image:url('vincentricimages/HdrBestValue2012Canada.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueAwards2012 {
	background-image:url('vincentricimages/HdrBestValueNew.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueFleet2012 {
	background-image: url('vincentricimages/HdrBestValueFleet2012.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueFleet2013 {
	background-image: url('vincentricimages/2013 Best Fleet Value in America Skin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueFleet2014 {
	background-image: url('vincentricimages/2014BestFleetValueinAmericaSkin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueFleet2015 {
	background-image: url('vincentricimages/BestFleetValueSkin2015.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueFleet2016 {
	background-image: url('vincentricimages/2016 BFVIA Award Skin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2017 {
	background-image: url('vincentricimages/HdrBestValueFleet2017.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueFleet2018 {
	background-image: url('vincentricimages/HdrBestValueFleetSkin2018.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2019 {
	background-image: url('vincentricimages/BestValueFleetSkin2019.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2020 {
	background-image: url('vincentricimages/BestFleetValueInAmericaSkin2020.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2021 {
	background-image: url('vincentricimages/BestFleetValueInAmericaSkin2021.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2022 {
	background-image: url('vincentricimages/BestFleetValueInAmericaSkin2022.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2023 {
	background-image: url('vincentricimages/BestFleetValueInAmericaSkin2023.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2024 {
	background-image: url('vincentricimages/BestFleetValueInAmericaSkin2024.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2025 {
	background-image: url('vincentricimages/BestFleetValueInAmericaSkin2025.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueFleet2012Canada {
	background-image: url('vincentricimages/HdrBestValueFleet2012Canada.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}


.contentPaneBestValueFleet2013Canada {
	background-image: url('vincentricimages/HdrBestValueFleet2013Canada.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2014Canada {
	background-image: url('vincentricimages/2014BestFleetValueinCanadaSkin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueFleet2015Canada {
	background-image: url('vincentricimages/BestValueFleetSkin2015Canada.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2016Canada {
	background-image: url('vincentricimages/2016BFVICAwardSkin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2017Canada {
	background-image: url('vincentricimages/2017BFVICAwardSkin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.contentPaneBestValueFleet2018Canada {
	background-image: url('vincentricimages/BestValueFleetSkin2018Canada.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2019Canada {
	background-image: url('vincentricimages/BestValueFleetSkin2019Canada.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2020Canada {
	background-image: url('vincentricimages/BestFleetValueinCanadaSkin2020.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2021Canada {
	background-image: url('vincentricimages/BestFleetValueInCanadaSkin2021.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2022Canada {
	background-image: url('vincentricimages/BestFleetValueInCanadaSkin2022.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2023Canada {
	background-image: url('vincentricimages/BestFleetValueInCanadaSkin2023.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.contentPaneBestValueFleet2024Canada {
	background-image: url('vincentricimages/BestFleetValueInCanadaSkin2024.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}
.ContentPaneLowestFleetCostToOwn2012 {
	background-image: url('vincentricimages/LowestFleetCostToOwnSkin.jpg');
	background-repeat:no-repeat;
	background-color:#f2f0f0;
	width:575px;
	padding-bottom:20px;
}

.secContentPaneTop {
	background-image:url('vincentricimages/contentPaneTop.jpg');
	height:6px;
	line-height:1px;
	width:594px;
	background-repeat:no-repeat;
}
.secContentPaneFooter {
	background-image:url('vincentricimages/secConBtm.gif');
	height:6px;
	background-repeat:no-repeat;
	line-height:1px;
}
.DDLNameStyle, .ResultName {
	font-weight:bold;
}
.DDLNameStyle {
	display:inline;
	padding-right:10px;
}

/*********************************************************************************/
/****** Universal Container Styles ******/
/*********************************************************************************/

.BasicConContentPane ol li.num {
	font-family:"Trebuchet MS", Harrington;
	text-align: left;
	vertical-align: top;
	font-size:11px;
	padding-bottom:3px;
	padding-right:20px;
	line-height:16px;
	list-style:inherit;
}


.BasicConContentPane ul li {
	font-family:"Trebuchet MS", Harrington;
	text-align: left;
	vertical-align: top;
	font-size:11px;
	background-image:url('vincentricimages/listCircle.gif');
	background-repeat: no-repeat;
	background-position: 0em .4em;
	padding-left: 1em;
	padding-bottom:3px;
	padding-right:20px;
	line-height:16px;
	list-style:none;
}
/*********************************************************************************/
/****** SideMenu Module Styles ******/
/*********************************************************************************/

.MenuItem0 {
	font-size:12px;
	width:164px;
	vertical-align:middle;
	background-image:url('vincentricimages/btn1-off.gif');
	background-repeat:no-repeat;
	height:26px;
	white-space:normal;
	padding-left:10px;
	background-position:bottom-left;
	line-height:12px;
	font-weight:bold;
}
.MenuItem0 a:link,.MenuItem0 a:active,.MenuItem0 a:hover,.MenuItem0 a:visited {
	text-decoration:none;
	white-space:normal;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.MenuItemMouseOver0 {
	font-size:12px;
	width:164px;
	vertical-align:middle;
	height:26px; 
	background-image:url('vincentricimages/btn1-over.gif');
	background-repeat:no-repeat;
	background-position:bottom-left;
	white-space:normal;
	padding-left:10px;
	line-height:12px;
	font-weight:bold;
}
.MenuItemMouseOver0 a:link,.MenuItemMouseOver0 a:active,.MenuItemMouseOver0 a:hover,.MenuItemMouseOver0 a:visited {
	text-decoration:none;
	color:#FFFFFF;
	white-space:normal;
	font-weight:bold;
	font-size:12px;
}
.MenuItem1 {
	font-size:11px;
	width:164px;
	line-height:12px;
	vertical-align:middle;
	background-image:url('vincentricimages/btn-secondary-off.gif');
	background-repeat:no-repeat;
	height:26px;
	white-space:normal;
	padding-left:20px;
	color:#112c4b;	
}
.MenuItem1 a:link,.MenuItem1 a:active,.MenuItem1 a:hover,.MenuItem1 a:visited {
	text-decoration:none;
	white-space:normal;
	color:#112c4b;
	font-weight:normal;		
}
.MenuItemMouseOver1 {
	font-size:11px;
	width:164px;
	line-height:12px;
	vertical-align:middle;
	height:26px; 
	background-image:url('vincentricimages/btn-secondary-over.gif');
	background-repeat:repeat-x;
	white-space:normal;
	padding-left:20px;
	font-weight:normal;		
}
.MenuItemMouseOver1 a:link,.MenuItemMouseOver1 a:active,.MenuItemMouseOver1 a:hover,.MenuItemMouseOver1 a:visited {
	text-decoration:none;
	color:#112c4b;
	white-space:normal;
	font-size:11px;
	font-weight:normal;		
}
.MenuHdr0 {
	font-size:12px;
	width:164px;
	line-height:12px;
	vertical-align:middle;
	height:26px; 
	background-image:url('vincentricimages/btn1-over.gif');
	background-repeat:no-repeat;
	white-space:normal;
	padding-left:10px;
	color:#ffffff;
	font-weight:bold;
}
.MenuHdr0 a:link,.MenuHdr0 a:active,.MenuHdr0 a:hover,.MenuHdr0 a:visited {
	text-decoration:none;
	white-space:normal;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
.currentHeaderHighlight0 {
	text-decoration:none;
	color:#FFFFFF;
	white-space:normal;
}
.currentItemHighlight1 {
	text-decoration:none;
	white-space:normal;
}
.MenuHdr1 {
	font-size:11px;
	width:164px;
	line-height:13px;
	vertical-align:middle;
	height:31px; 
	background-image:url('vincentricimages/btn1-selected.gif');
	background-repeat:repeat-x;
	white-space:normal;
	padding-left:20px;
	color:#ffffff;
}
.MenuItem0Contact {
	font-size:11px;
	width:164px;
	line-height:12px;
	vertical-align:middle;
	background-repeat:no-repeat;
	height:26px;
	white-space:normal;
	padding-left:20px;
	color:#112c4b;	
	background-image:url('vincentricimages/btn1-selected.gif');
}
/*********************************************************************************/
/****** Site Map Styles ******/
/*********************************************************************************/

.menutable {
	background-color: transparent;
}

a.MenuLevel0_Item {
	text-decoration: underline;
	font-weight: bold;
	padding-left: 6px;
	width: 176px;
	height: 20px;
	display: block;
}

.MenuLevel0_Item a:active {
	text-decoration: none;
	font-weight: bold;
	padding-left: 6px;
	width: 176px;
	height: 20px;
	display: block;
	
}

.MenuLevel0_Item a:link {
	text-decoration: underline;
	font-weight: bold;
	padding-left: 6px;
	width: 176px;
	height: 20px;
	display: block;
}

.MenuLevel0_Item a:visited {
	text-decoration: underline;
	font-weight: bold;
	padding-left: 6px;
	width: 176px;
	height: 20px;
	display: block;
}

.MenuLevel0_Item a:hover {
	text-decoration: none;
	font-weight: bold;
	padding-left: 6px;
	width: 176px;
	height: 20px;
	display: block;
}
.MenuLevel0_ItemSelected  {
	text-decoration: none;
	font-weight: bold;
	padding-left: 6px;
	width: 176px;
	height: 20px;
	display: block;
	
}

.MenuLevel0_ItemSelected a:link {
	text-decoration: underline;
	font-weight: bold;
	padding-left: 6px;
	width: 176px;
	height: 20px;
	display: block;
}

.MenuLevel0_ItemSelected a:visited {
	text-decoration: none;
	padding-left: 6px;
	width: 176px;
	height: 20px;
	display: block;
}

a.MenuLevel1_Item ,
a.MenuLevel1_Item:visited
{
	padding: 2px 14px 2px 15px;
	display: block;
	background: url(bullet-list.gif) no-repeat 2% 50%;
	text-decoration: underline;
}


a.MenuLevel1_Item:hover,
a.MenuLevel1_Item:active,
a.MenuLevel1_Item:focus {
	padding: 2px 14px 2px 15px;
 	background: url(bullet-list-selected.gif) no-repeat 2% 50%;
	text-decoration: none;
}


 
a.MenuLevel1_ItemSelected ,
a.MenuLevel1_ItemSelected:visited
{
	padding: 2px 14px 2px 15px;
	display: block;
	background: url(bullet-list-selected.gif) no-repeat 2% 50%;
	text-decoration: none;
}


a.MenuLevel1_ItemSelected:hover,
a.MenuLevel1_ItemSelected:active,
a.MenuLevel1_ItemSelected:focus {
	padding: 2px 14px 2px 15px;
 	background: url(bullet-list-selected.gif) no-repeat 2% 50%;
	text-decoration: none;
}


.MenuLevel2_Item a:link {
	text-decoration: underline;
	padding-left: 25px;
	height: 20px;
	display: block;
}

.MenuLevel2_Item a:active {
	text-decoration: none;
	padding-left: 25px;
	height: 20px;
	display: block;
}

.MenuLevel2_Item a:link {
	text-decoration: none;
	padding-left: 25px;
	height: 20px;
	display: block;
}

.MenuLevel2_Item a:visited {
	text-decoration: none;
	padding-left: 25px;
	height: 20px;
	display: block;
}

.MenuLevel2_Item a:hover {
	text-decoration: underline;
	padding-left: 25px;
	height: 20px;
	display: block;
}

.MenuLevel2_ItemSelected a {
	text-decoration: underline;
	padding-left: 25px;
	height: 20px;
	display: block;
}

.MenuLevel2_ItemSelected a:link {
	text-decoration: underline;
	padding-left: 25px;
	height: 20px;
	display: block;
}

.MenuLevel2_ItemSelected a:visited {
	text-decoration: none;
	padding-left: 25px;
	height: 20px;
	display: block;
}
/*********************************************************************************/
/****** best value in america awards ******/
/*********************************************************************************/






</pre></body></html>