@charset "utf-8";
/* CSS Document */
*, * html
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#333333;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:15px;
}



body
{
	text-align:center;
	position: relative;
}

html, body
{
	height:100%;
	width:100%;
}

a
{
	text-decoration:none;
	color:#5685B5;
    font-weight:bold;
}

a:hover
{
	text-decoration:underline;	
}

a.noHover:hover, .topNav a:hover
{
	text-decoration:none;	
}
img.pleft 
{
	padding-left:5px;
}
img.pright 
{
	padding-right:5px;
}
img.ptop 
{
	padding-top:5px;
}
img.pbottom 
{
	padding-bottom:5px;
}


a img{
	border:none;
}

ul li
{
	list-style-type:none;
}
.content ul
{
	margin:-10px 0px 0px 0px;
	*margin:-10px 0px 0px -4px;
	padding:12px 0px 5px 0px;
	*padding:12px 0px 5px 16px;
}
.content ol
{
	margin-left:15px;
	*margin-left:-4px;
	padding-left:0px;
	*padding-left:16px;
}
.content ul li ul, .content ol li ol
{
	margin:-10px 0px 0px 0px;
	*margin:-10px 0px 0px -4px;
	padding:15px 0px 5px 14px;
	*padding:15px 0px 5px 16px;
}
.content ol
{
    margin-left: 18px;
}

.content ul li
{
	list-style-type:none;
	padding-left: 12px;
	margin: 0px 0px 0px 0px;
	*margin: 0px 0px 0px -12px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.55em;
}
p
{
    padding-bottom: 9px;    
}



#topWrapper
{
	text-align:left;
	margin:0px auto 0px auto;
	width:980px;
	position:relative;
	z-index:1000 !important;
}
#topWrapper img.bannerImage
{
	display:block;
}
#topWrapper .addThis
{
	position:absolute;
	margin: 30px 0px 0px 790px;
}

/* this allows the footer to stick to the bottom of the page*/
#nonFooter
{
	position:relative;
}

#header
{
	position:relative;
	width:960px;
	height:120px;
	background-image:url(../images/header.png);
	background-position:19px 0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:10px;
	z-index:1001
}

.headerLeft, .headerRight, #logo
{
	position:absolute;
	left:0px;
	top:0px;
}

#logo
{
	left:19px;
	top:18px;
}

.headerRight{
	left:961px;
}

#header .login
{
	position:absolute;
	left:739px;
	top:0px;
	background-image:url(../images/headerLoginBox.png);
	height:120px;
	width:222px;
}

#header .login a
{
	position:absolute;
	color:#F5F5F5;
	font-size:10px;
}

#header .login a.contact
{
	left:42px;
	top:18px;
}

#header .login a.careers
{
	left:143px;
	top:18px;

}

#header .login a.fleetWebLogin
{
	display:block;
	height:26px;
	width:100px;
	top:43px;
	left:15px;
	text-align:center;
	line-height:26px;
	overflow:hidden;
	background-image:url(../images/headerFleetLoginOn.png);
	background-position:101px 101px;
	background-repeat:no-repeat;
}

#header .login a.driverLogin
{
	display:block;
	height:26px;
	width:85px;
	top:43px;
	left:121px;
	text-align:center;
	line-height:26px;
	overflow:hidden;
	background-image:url(../images/headerFleetLoginOn.png);
	background-position:101px 101px;
	background-repeat:no-repeat;
}

#header .login a.fleetWebLogin:hover
{
	background-position:0px 0px;
}

#header .login a.driverLogin:hover
{
	background-position:0px 0px;
}

#header .login input.searchField
{
	background-color:transparent;
    border-color:#CDD9E5;
    border-style:solid none none;
    border-width:1px medium medium;
    color:#8F8F8F;
    font-size:10px !important;
    height:16px;
    left:24px;
    position:absolute;
    top:90px;
    vertical-align:middle;
    width:164px;
}

#header .login a.searchSubmit
{
	position:absolute;
	left:188px;
	top:90px;
	width:16px;
	height:18px;
	overflow:hidden;
	display:block;
	cursor:pointer;
}

.navSlice
{
	position:absolute;
	left:727px;
	top:80px;
}

.topNav
{
	padding-left:19px;
}

.topNav li
{
	float:left;
	position:relative;
	height:40px;
	margin-top:80px;
}
.topNav li a
{
	display:inline-block;
	height:40px;
	overflow:hidden;
	float:left;
	font-weight: normal;
}


/* hide the "on" images with padding. */
.topNav li a img 
{
	visibility:hidden;
}

/* When you are on a page, remove the padding and your image shows up. */
.topNav li a img.active 
{
	visibility:visible;
}

.topNav #aboutNav, .topNav #aboutNav a, .topNav #aboutNavOn, .topNav #aboutNavOn a
{
	width:159px;
	z-index:1002;
} 

.topNav #differenceNav, .topNav #differenceNav a, .topNav #differenceNavOn, .topNav #differenceNavOn a
{
	width:211px;
	z-index:1002;
} 
.topNav #fleetNav, .topNav #fleetNav a, .topNav #fleetNavOn, .topNav #fleetNavOn a
{
	width:166px;
	z-index:1002;
} 
.topNav #resourceNav, .topNav #resourceNav a, .topNav #resourceNavOn, .topNav #resourceNavOn a
{
	width:172px;
	z-index:1002;
}

.topNav #aboutNav a
{
	background-image:url(../images/navAboutOff.png);
} 

.topNav #differenceNav a
{
	background-image:url(../images/navDifferenceOff.png);
} 
.topNav #fleetNav a
{
	background-image:url(../images/navFleetOff.png);
} 
.topNav #resourceNav a
{
	background-image:url(../images/navResourceOff.png);
} 

.topNav #aboutNavOn a
{
	background-image:url(../images/navAboutOn.png);
} 

.topNav #differenceNavOn a
{
	background-image:url(../images/navDifferenceOn.png);
} 
.topNav #fleetNavOn a
{
	background-image:url(../images/navFleetOn.png);
} 
.topNav #resourceNavOn a
{
	background-image:url(../images/navResourceOn.png);
} 


.topNav #aboutNav, .topNav #aboutNav a:hover
{
	background-image:url(../images/navAboutOver.png);
} 

.topNav #differenceNav, .topNav #differenceNav a:hover
{
	background-image:url(../images/navDifferenceOver.png);
} 

.topNav #fleetNav, .topNav #fleetNav a:hover, .topNav li#fleetNav:hover a
{
	background-image:url(../images/navFleetOver.png);
} 

.topNav #resourceNav, .topNav #resourceNav a:hover
{
	background-image:url(../images/navResourceOver.png);
}


.topNav #aboutNavOn, .topNav #aboutNavOn a:hover, .topNav li#aboutNavOn:hover a
{
	background-image:url(../images/navAboutOnOver.png);
} 

.topNav #differenceNavOn, .topNav #differenceNavOn a:hover, .topNav li#differenceNavOn:hover a
{
	background-image:url(../images/navDifferenceOnOver.png);
} 

.topNav #fleetNavOn, .topNav #fleetNavOn a:hover, .topNav li#fleetNavOn:hover a
{
	background-image:url(../images/navFleetOnOver.png);
} 

.topNav #resourceNavOn, .topNav #resourceNavOn a:hover, .topNav li#resourceNavOn:hover a
{
	background-image:url(../images/navResourceOnOver.png);
}

.topNav li ul li, .topNav li.menuColumn ul li
{
	position:relative !important;
	height:auto !important;
	margin-top:2px !important;
	*margin-top:5px !important;
	_margin-top:2px !important;
	padding-left:16px !important;
	width: 80% !important;
	*width: auto !important;
	display:inline-block;
}
.topNav li ul li ul li
{
	margin-left:-17px;
	*margin-left: 14px !important;	
/*	text-indent:-10px !important;
	*text-indent: 0px !important;*/
}
.topNav li.menuColumn ul li ul li
{
	margin-left:-17px;
	*margin-left: 14px !important;	
	text-indent:-10px !important;
	*text-indent: 0px !important;
}

.topNav li.menuColumn ul li
{
	margin-left: 0px;
	*margin-left: 0px !important;
}

.topNav li ul li ul li a, .topNav li.menuColumn ul li ul li a
{
	text-indent:-10px !important;
}
.topNav li.menuColumn ul li a
{
	text-indent: 0px !important;
}
.topNav li ul li ul, .topNav li.menuColumn ul li ul
{
	padding-left: 0px;
	display:block;
}   



/* drop down menu stuff - clearing previously set styles to subnav - in order to indent and otherwise style properly, while keeping markup semantic, all this is required. */

.topNav li ul li a, .topNav li ul li a:hover, .topNav #aboutNav ul li a:hover, .topNav #differenceNav ul li a:hover, .topNav #fleetNav ul li a:hover, .topNav #resourceNav ul li a:hover, .topNav #aboutNavOn ul li a:hover, .topNav #differenceNavOn ul li a:hover, .topNav #fleetNavOn ul li a:hover, .topNav #resourceNavOn ul li a:hover
{
	display:inline !important;
	height:auto !important;
	overflow:visible !important;
	width:auto !important;
	background-image:none !important;
	background-color:#023367;
	font-size:12px;
	line-height:12px !important;
	clear:both;
	float:none !important;
}
.topNav li ul li a, .topNav li ul li a:hover, .topNav #aboutNav ul li a:hover, .topNav #differenceNav ul li a:hover, .topNav #fleetNav ul li a:hover, .topNav #resourceNav ul li a:hover, .topNav #aboutNavOn ul li a:hover, .topNav #differenceNavOn ul li a:hover, .topNav #fleetNavOn ul li a:hover, .topNav #resourceNavOn ul li a:hover
{
	*line-height:14px !important;
}
.topNav li ul li a:hover
{
	color:#FFBC00 !important;
}

.topNav li ul 
{
	display:none;
	margin-top:0px;
	background-color:#023367;	
	float:left;
	padding-bottom:12px;
	position:relative;
	width:100%;
	z-index:1000;
}

.topNav li ul li ul
{
	padding-right:0px;
	margin-left: 10px;	
	*margin-left: 0px;
}
.topNav li.menuColumn ul li ul 
{
	padding-right:0px;
	margin-left: 0px;	
	*margin-left: -10px;
}
*html .topNav ul.menuSet
{
	*margin-left: -10px;
}

.topNav li ul li, .topNav li.menuColumn ul li
{
	padding-top:9px;
	*padding-top:6px;
	padding-right:6px;
}

.topNav li ul li ul, .topNav li.menuColumn ul li ul
{
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;	
}

.topNav li ul li ul li, .topNav li.menuColumn ul li ul li
{
	padding-top:0px;	
}

.topNav li.open ul, .topNav li:hover ul, .topNav li ul li ul
{
	display:block !important;
}

/* style subnav */
.topNav li ul li a, .topNav li.menuColumn ul li a, .topNav li.menuColumn ul li a div
{
	color:#F5F5F5;
}

.topNav li ul li ul li a, .topNav li.menuColumn ul li ul li a, .topNav li.menuColumn ul li ul li a div
{
	color:#5685B5;
}

/* jas .topNav .menuColumns, */
.topNav .menuColumnsOne, .topNav .menuColumnsOneTwo, .topNav .menuColumnsOneTwoThree
{
    float:left;
    clear:both;
    background-color:#023367;
}
.topNav .menuColumnsOne
{
    width: 166px;
}
.topNav .menuColumnsOneTwo
{
    width: 332px;
}
.topNav .menuColumnsOneTwoThree
{
    width: 498px;
}
.topNav li.menuColumn
{
    width: 161px !important;
    padding: 0 !important;
    margin-top: 0 !important;
    vertical-align:top;
}
.topNav ul.menuSet
{
    margin-left: 0px;
}
.topNav .menuSet ul
{
    margin-left: 20px !important;
    *margin-left: 0px !important;
}

#bottomWrapper
{
	background-color:#E9E9E9;
	text-align:center;
	z-index:100 !important; /* explicitly keep this below the z-index of the header so the top nav works in IE */
	min-height:408px;  
    height:auto !important;  
    *min-height:385px;  
    *height:406px; 
}
#bottomWrapper .content, #bottomWrapper #breadcrumb
{
	margin:0 auto 0 auto;
	padding-left:21px;
	text-align:left;
	display:block;
	width:959px;
	overflow:hidden;
}


/*Start*/
#bottomWrapper .content .fourth, #bottomWrapper .content .third, #bottomWrapper .content .unevenThird , #bottomWrapper .content .diminishedThird
{
	margin-right:16px;
	display:inline-block;
	width:223px;
	float:left;
	font-size:11px;
}

#bottomWrapper .content .fourth, #bottomWrapper .content .third, #bottomWrapper .content .unevenThird1 , #bottomWrapper .content .diminishedThird .whitetext
{
	margin-right:16px;
	/*display:inline-block;*/
	width:223px;
	float:left;
	font-size:11px;
	color:white;
	
	
}


/*This was added for the three column support*/
#bottomWrapper .content .aboutdonlenthird, #bottomWrapper .content .third, #bottomWrapper .content .unevenThird , #bottomWrapper .content .diminishedThird
{
	margin-right:16px;
	display:inline-block;
	width:300px;
	float:left;
	font-size:11px;
}

#bottomWrapper .content .aboutdonlenthird, #bottomWrapper .content .third, #bottomWrapper .content .unevenThird1 , #bottomWrapper .content .diminishedThird .whitetext
{
	margin-right:16px;
	/*display:inline-block;*/
	width:300px;
	float:left;
	font-size:11px;
	color:#333333;
	
	
}
/* TODO from Lucas
#bottomWrapper .content .diminishedThird
{
   margin-left:0;
   margin-right:0;
   padding-left:14px;
   padding-right:14px;
}
*/

#bottomWrapper .content .third
{
	width:296px;	
	margin-right:22px;
}

#bottomWrapper .content .unevenThird
{
    width :332px;	
	/*width:680px;*/
	margin-right:32px;
}

#bottomWrapper .content .unevenThird0
{
    width :200px;	
	/*width:680px;*/
	margin-right:32px;
}
#bottomWrapper .content .unevenThird1
{
	width:696px;
	margin-right:32px;
	_overflow: hidden;
}



/*End*/

.content ul.nested li
{
	display:block;	
	padding-left:68px;
	float:left;
	position:relative;
	min-height:56px;
	_height:56px;
}
    


.content ul.nested li.icon
{
    background-image:none;
	padding-left:0px;
	min-height:42px;
	_height:42px;
}
.content ul.nested li.icon img
{
   display:block;
   float:left;
   padding-right: 12px;
   margin-bottom:30px;
}

.diminishedThird
{
	margin-right:0px;
	margin-left:-9px;
	_margin-left:-10px;
	padding:0px 16px 16px 16px;
	width:190px !important;
}

.diminishedThird a.normalLink
{
	color:#FFF;	
}

.callout
{
	background-color:#666;
	padding:16px 16px 16px 16px;
}

.callout hr
{
	border:1px solid #CCCCCC;	
	margin-top:6px;
	margin-bottom:6px;
}

.industryCallout
{
	color:#FFFFFF !important;
	background-image:url(../images/boxPhotos/industry.png);
	background-repeat:no-repeat;
	height:200px;
}
div.thirdLevel
{
	background-image:url(../images/headerBg.png);
	background-repeat:repeat-x;
}
.thirdLevel #bottomWrapper
{
	border:1px solid #FFFFFF;	
	padding-top:74px;
	
}

.login #bottomWrapper .content
{
	background-image:url(../images/loginPageContentBg.png);	
	height:287px;
	margin-top:14px;
}

.login #bottomWrapper .content .login
{
	background-image:none;
	padding-top:31px;
	color:#FFFFFF;
	font-size:11px;
	position:relative;
	width:265px;	
	margin-right:74px;
	float:left;
}

.login .submit, .login .username, .login .password
{	
	position:absolute;	
	color:#FFFFFF;
	font-size:11px;
}

.login .username, .login .password
{
	left:0px;
	top:31px;
	background-image:url(../images/loginPageInputBg.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:190px;
	height:21px;
	line-height:21px;
}
.login .password
{
	left:0px;
	top:61px;
}

.login .username input, .login .password input
{
	position:absolute;
	left:63px;
	top:3px;
	height:16px;
	width:123px;
	color:#8F8F8F;
	font-size:10px !important;	
	background-color:transparent;
	vertical-align:middle;
	border:none;
	border-top:2px solid #FFFFFF;	
	background-image:url(../images/loginPageLoginOn.png);
	background-position:300px;
	background-repeat:no-repeat;
}


.login a.submit
{
	display:block;
	text-decoration:none;
	font-size:10px;
	left:60px;
	top:93px;
	height:26px;
	width:54px;
	background-image:url(../images/loginPageLoginOff.png);
	line-height:26px;
	text-align:center;
}

.login a.submit:hover
{
	background-image:url(../images/loginPageLoginOn.png);
}

#bottomWrapper #breadcrumb
{
	height:19px;
	line-height:25px;
	color:#595959;
	font-size:10px;
	padding-bottom: 12px;
}

#breadcrumb a
{
	color:#595959;
	font-size:10px;
	padding:0px 0px 0px 0px !important;
}

.thirdLevel .callout
{
	background-color:#BFBFBF;
	color:#262626 !important;
}

.thirdLevel .callout a
{
	color:#666666 !important;	
}

h1
{
 	font-size:29px;
	color:#003E7E;
	font-weight:normal;
	line-height:35px;
	z-index:100;
}


#topWrapper h1
{
	position:absolute;
	top:137px;
	left:21px;
}
.login h1
{
	color:#498A28;	
}

h2
{
	font-size:15px;
	font-weight:normal;
	color:#003E7E;
	width:100%;
	margin-top:12px;
	margin-bottom:7px;
	line-height:20px;
}
a h2
{
    cursor: pointer;
}

h2 a
{
	font-size:15px;
	font-weight:normal;
	color:#003E7E;
	width:100%;
    cursor: pointer;
}
a h2
{
    cursor: pointer;
}


h2 sup
{
	color:#003E7E;
}
.content h2
{
    margin-top:0px;
    line-height:16px;
}

/* h5
{
	font-weight:bold;
	font-size:12px;
	color:#333333;
	padding-bottom:4px;
} */

h3
{
	font-size:13px;
	font-weight:normal;
	color:#666666;
	width:100%;
	margin-bottom: 10px;
}

a h3
{
	cursor:pointer;
}

content h3
{
	margin-top:0px;
	line-height:16px;
}

h4
{
	font-size:13px;
	line-height:16px;	
	font-style:italic;
	font-weight:normal;
	color:#498A28 ;
	margin-bottom:9px;
	width:100%;
}

a h4
{
	cursor:pointer;
}

content h4
{
	margin-top:0px;
	line-height:16px;
}

/* Added by Carlos Oropeza on October 4, this will give padding to the rule in the Sucess Story section */
hr {
	margin-bottom: 6px;
}


/* if the container doesn't start with a h2 tag and you want the padding, give it this class. */
.noHeader
{
	padding-top:12px;
}

.normalLink
{
	font-weight:bold;
	font-size:11px;
	color:#5685B5;
}

.thirdLevel .callout a.normalLink
{
	display:block;
	padding-top:4px !important;	
}

.leadership-title {
    font-size:15px;
	font-weight:normal;
	color:#003E7E;
	line-height:20px;
}

.caseStudiesBox
{
	color:#3E7A20 !important;
	font-size:11px;
	padding-left:125px;
	padding-right:10px;
	padding-top:12px;
	width:161px;
	height:91px;
	background-image:url(../images/boxPhotos/difference.png);
	margin-top:12px;
	overflow:hidden
}

.caseStudiesBox h2, .caseStudiesBox .normalLink
{
	color:#3E7A20 !important;
}

.caseStudiesBox h2
{
	margin-top:0px;	
}


/* production charts column label styles */

.columnLabelStyle1
{
	background-color: #1763AA;
	font-weight:bold;
	color:white;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	border-color: #3B82C4;
	border-width : 1px;
	border-style:solid;
}

.columnLabelStyle1 sup
{
	color:white;
}

/* production charts border styles */

.cellBorderStyle1
{
	border-style:solid;
	border-color:#1763AA;
	border-width:1px;
	text-align:center;
	vertical-align:middle;
}
.cellBorderStyle2
{
	border-style:solid;
	border-color:#1763AA;
	border-width:1px;
	padding-left: 5px;
	text-align:left;
}
.cellBorderStyle3
{
	border-style:solid;
	border-color:#1763AA;
	border-width:1px;
	text-align:center;
	vertical-align:middle;
}

.subcategory
{
	background-color:#e1e1e1;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	/*C9EFF9*/
}


.clear
{
	height:50px;  /* ensures that footer is always 50px below lowest content block  */
	clear:both;
}

#footer
{
	background-image:url(../images/footerBg.png);
	height:27px;
}

#footer .content
{
	margin:0 auto 0 auto;
	padding-left:19px;
	padding-right:19px;
	padding-top: 7px;
	width:942px;
	line-height:25px;
	color:#E6E6E6 !important;	
	font-size:9px !important;
	font-weight: bold;
}


#footer a
{
	color:#E6E6E6 !important;	
	font-size:9px !important;
	line-height:12px;
}

#footer .footer_left
{
	color:#E6E6E6 !important;
	float: left;
	font-size:9px !important;
}

#footer .footer_right
{	
    color:#E6E6E6 !important;
	float: right;
	font-size:9px !important;
}

#footer .footer_right a.footer12 
{
	font-size: 12px !important;
	padding-right: 3px;
}
#footer .footer_right a.footer10 
{
	font-size: 10px !important;
	padding-right: 3px;
}
#footer .footer_right a.footer8 
{
	font-size: 8px !important;
	padding-right: 0px;
}


.sub {
	position: relative;
	top: 2px;
	font-size: 10px;
}

/** This was added to try to get the search to work correctly **/
.search {
	width:179px;
	height:15px;
	background:url(../images/bg-form.gif) no-repeat;
	padding:3px 5px 3px 7px;
	overflow:hidden;
	position:relative;
}
ul.content .ektronSearch ul.searchNavigation li {
    background-image:none;
    border-color:#4C4C4C #4C4C4C;
    border-style:solid solid none;
    border-width:1px 1px medium;
    display:block;
    float:left;
    margin:0 0.25em 0 0;
    clear: none;
    padding-left: 0px;
}
ul.content .ektronSearch div#navbar ul.ektronPaging li {
    background-image:none;
    border:1px solid blue;
    display:inline;
    font-weight:bold;
    margin:0 0.5em 0 0;
    padding:0.35em;
    clear: none;
}

.text {
	float:left;
	width:157px;
	padding:1px 0 0;
	border:0;
	background:none;
	font-size:10px;
	color:#8f8f8f;
}

.DynamicContentTitle 
{

color:#003E7E;
font-size:29px;
font-weight:normal;
line-height: 0.85; 


}


.whitetextindustrytool
{
	margin-right:16px;
	width:180px;
	float:left;
	font-size:11px;
	color:white;
	}
	
	
	.breadcrumbdisplay
{
	height:19px;
	line-height:25px;
	color:#595959;
	font-size:10px;	
	text-align:left;	
}

.breadcrumbdisplay a
{
	/*color:#595959;*/
	color:#595959;
	font-size:10px;
	padding:0px 0px 0px 0px !important;
}

.displaycallout
{
 background-color:#BFBFBF;
 color:#262626 !important;

}

.displaycallout h3
{
color:#333333;
font-size:12px;
font-weight:bold;
padding-bottom:4px;

line-height:15px;
margin:0;
padding:0;

font-family:Helvetica,Arial,sans-serif;
display:block;

}

.displaycallout a.normalLink {
display:block;
padding-top:4px !important;
}

.displaycallout a {
color:#666666 !important;
}


.displaycallout hr {
border:1px solid #CCCCCC;
margin-bottom:6px;
margin-top:6px;
}
.releaseItem
{
	display: block;
	float: none;
}
.releaseLink
{
	display: block;
	float: left;
	width: 570px;
	padding-bottom:12px;
}
.releaseDate 
{
	display: block;
	float: left;
	width: 60px;
	padding-bottom:12px;
}
#bottomWrapper .content .leftLess60
{
	width:630px !important;
	margin-right:98px !important;
}
#bottomWrapper .content .leftLess40
{
	width:350px !important;
	margin-right:32px !important;
}
#bottomWrapper .content .rightMore60
{
	width:525px !important;
	margin-left: 0px !important;
}
#bottomWrapper .content .left100
{
	width:940px !important;
	margin-left: 0px !important;
}


ul.content .large
{
    font-size:14px; 
    line-height:22px
}
ul.content .largest
{
    font-size:16px; 
    line-height:24px
}

ul.content h2.large, ul.content h2 a.large
{
    font-size:16px; 
    line-height:22px
}
ul.content h2.largest, ul.content h2 a.largest
{
    font-size:18px; 
    line-height:24px
}


#content .main .large sup
{
    font-size:12px;   
}

#content .main .largest sup
{
    font-size:14px;    
}

/*customer testimonial*/
div.vehicle
      {
          color: rgb(0,51,102);
          font-size: 15px;
		  margin-top:5px !important;
   }
/*fuel management disclaimer*/
div.fuelMgmtDisclaimer
	{
	     margin-top:40px;
		 border-top:1px solid;
	}
/*search page*/

div.ektronSearch ul.ektronPaging li
   {
	border:1px solid !important;
	background-image:none !important;
	font-weight:bold !important;
	margin-right:0.5em !important;
	padding:0.35em !important;
 }
 
 .benefits ul li
 {
    line-height:18px !important;
	background-position:left !important;
 }
  a.telematicsContactUs
 {
  font-size: 22px !important;
 }
 
 h2.leadershipteamHeading
 {
  font-size: 22px !important;
  margin-bottom:20px !important;
 }
 .customerInfo
 {
    color: rgb(102, 102, 102) !important;
	font-size: 14px !important;
	margin-bottom:3px !important;
 }





#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 0;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -35px -40px 0 0;
	border: 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

