/***********************************************/
/* masterStyles.css                            */
/* Author:   EDS User Experience			   */
/* Version:  October 2006					   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/*margins set to 0 in order to eliminate default margins in IE, Firefox, Mozilla and Netscape*/
/*padding set to "0" in order to eliminate default padding in Opera*/
/*text-align: center set to center the page in Internet Explorer 5.0 & 5.5*/

html
{font-size: 100.01%;}

body {
	margin: 0;
	padding: 0;
	/*background: #e7e7e7 url(../images/graphics/pageBackground01.jpg) repeat-y center top;*/
	/*background: #fefefe url(../images/graphics/pageBackground01.jpg) repeat-y center top;*/
	font: 1em/1.5 arial, helvetica, sans-serif;
	color: #666666;
}

a:link{
	color: #3F6BB2;
	text-decoration: none;
	
}

a:visited{
	color: #8B9FBC;
	text-decoration: none;
}

a:hover{
	color: #3F6BB2;
	text-decoration: underline;
}

p {
font: 0.8em/normal Arial, Helvetica, sans-serif;
line-height: 1.6em;
color: #474747;
margin: 0 0 10px 5px;
}

/* Heading Levels 
---------------------------------------------------------------------------------------------------------------------------*/
h1
{margin: 10px 0 5px 5px;
  padding: 0;
  font: bold 1em arial, Helvetica, sans-serif;
  text-transform: none;
  text-align: left;
  color: #851D1C;
  }

h2
{margin: 5px 0 5px 5px;
  padding: 0;
  font: bold 0.9em arial, sans-serif;
 /* text-transform: capitalize;*/
  text-align: left;
  color: #183886;
  
  }

h3
{margin: 5px 0 5px 5px;
  padding: 2px 0 0 0;
  font: bold 0.8em arial, sans-serif;
/*  text-transform: capitalize;*/
  text-align: left;
  color: #851D1C;}

h4
{margin: 5px 0 5px 5px;
  padding: 0;
  font: normal .8em arial, sans-serif;
/*  text-transform: capitalize;*/
  text-align: left;
  color: #666;}
  
label{
 font: 0.8em arial, helvetica, sans-serif;
 font-weight: normal;
 color: #000000;
 
}


/* Main Page Container
---------------------------------------------------------------------------------------------------------------------------*/
#container{
	width: 778px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
}

/* top of pages - header area 
---------------------------------------------------------------------------------------------------------------------------*/

.header {
	background: #FFFFFF url(../images/graphics/web_header_8.gif) repeat-x center top;
	height: 90px;
	width: 778px;
	/*border-bottom: 1px solid #474747;*/
	z-index: 1;
	margin: 0;
	padding: 0px;
	color: #FFFFFF;
}

.logo {
	position:absolute;
	top: 17px;
	left: 0px;
	width: 100px;
	height: 68px;
	border: 0;
	z-index: 2;
	background: url(../images/graphics/Logo1.gif) no-repeat left;
	margin: 0px;
	padding: 0px;
}

/* search in header area
---------------------------------------------------------------------------------------------------------------------------*/

#searchbox
{text-align: right;}

#search
{	position: absolute;
  	top: 5px;
 	left: 52%;
 	width: 45%;
  	padding: 10px 10px 5px;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	/*color: #474747;*/
	text-align: right;
	line-height: 1.2em;
	margin: 0px;
	}

#search form 
{margin: 0;
  padding: 0;}


#search p
{
	text-align:right;
	margin-top: 2px;
	color: #474747;
}

#search a:link {
	color: #474747;
}

#search a:hover {
text-decoration:underline; }

#search a:visited {
	color: #474747;
}

#searchbtn
{ margin-left: 5px;
  padding: 0;
  width: 55px;
 }

/* tabbed navigation at top of pages
---------------------------------------------------------------------------------------------------------------------------*/


.tabNav{
	margin: 7px 0 0;
	padding: 0;
	height: 26px; /*21px for ie 7*/
	width: 778px;
	border-bottom: 1px solid #666666;
}

/*
.tabNavTabs
{
	width: 568px;
	background-color:Maroon;
	float:left;
	clear:both;
}

.tagLineContainer
{
	width: 200px;
	background-color:Aqua;
	float:right;
}
*/
.tabNav ul {
	margin: 7px 0 0 3px;
	padding: 0;
	
	}

.tabNav ul li {
	list-style: none;
	display: inline;
	font: 11px Arial, Helvetica, sans-serif;
	
}
	
.tabNav ul li a:link, .tabNav a:visited {
	color: #000000;
	text-align: center;
	margin: 0 0 1px 0;
	padding: 4px 8px 5px;
	background: url(../images/graphics/tabGray.gif) repeat-x left top;
	border-top: 1px solid #474747;
	border-right: 1px solid #474747;
	border-bottom: 0;
	border-left: 1px solid #474747;
	height: 21px;
}
	
.tabNav ul li a:hover {
	margin: 0 0 1px 0;
	padding: 4px 8px 5px;
	color:#474747;
	background: #FFFFFF url(../images/graphics/tabRed.gif) repeat-x left top;
	border-top: 3px solid #3F6BB2;
	border-right: 1px solid #474747;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #474747;
	text-decoration: none;
	height: 21px;
}


#activeTab .CustomersTab {
	margin: 0;
	padding: 4px 8px 5px;
	background: url(../images/graphics/tabRed.gif) repeat-x left top;
	border-top: 3px solid #851d1c;
	border-right: 1px solid #474747;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #474747;
	height: 21px;
	
}

#activeTab .Owner_OperatorsTab {
	margin: 0 0 1px 0;
	padding: 4px 8px 5px;
	background: url(../images/graphics/tabRed.gif) repeat-x left top;
	border-top: 3px solid #3f6bb2;
	border-right: 1px solid #474747;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #474747;
	height: 21px;
}


#activeTab .Partner_ProgramsTab {
	margin: 0 0 1px 0;
	padding: 4px 8px 5px;
	background: url(../images/graphics/tabRed.gif) repeat-x left top;
	border-top: 3px solid #669933;
	border-right: 1px solid #474747;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #474747;
	height: 21px;
}

#activeTab .About_SCGTab, #activeTab .ServicesTab, #activeTab .Contact_UsTab {
	margin: 0 0 1px 0;
	padding: 4px 8px 5px;
	background: url(../images/graphics/tabRed.gif) repeat-x left top;
	border-top: 3px solid #474747;
	border-right: 1px solid #474747;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #474747;
	height: 21px;
}


.tagline {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #851d1c;
	letter-spacing: 0.1em;
	float: right;
	margin-top: -20px;
	background-color: transparent;
	padding: 0px 3px 0px 0px;
}




/* left column left havigation start
---------------------------------------------------------------------------------------------------------------------------*/

#navBar{
	float: left;
	width: 150px;
	margin: 0 0 0 3px;
	padding: 5px 0px 0px;
	background-color: #FFFFFF;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}

#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


#sectionLinks{
	margin: 10px 0 0 0;
	padding: 0px;
	display: block;
	border-top: 1px solid #CCCCCC;
	font: 0.8em Arial, Helvetica, sans-serif;
	}
	
#sectionLinks ul{
	list-style-type: none;
	}

#sectionLinks li {
	color: #474747;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
	text-indent: 0px;
	clear: right;	
}

#sectionLinks  li a {
	color: #474747;
	display: block;
	margin: 0;
	padding: 2px 0 2px 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	vertical-align: middle;
}

#sectionLinks  .on {
	color: #000000;
	background-color: #f2f2f2;
}

#sectionLinks .indented{
	color: #000000;
	text-align: left;
	padding-left: 20px;
}

#sectionLinks .indentedOn {
	color: #000000;
	text-align: left;
	padding-left: 20px;
	background-color: #f2f2f2;
}


#sectionLinks li a:hover{
	color: #3F6BB2;
}

#sectionLinks .divider{
	border-bottom: 2px solid #851d1c;
}

#fuelicon {
	position: relative;
	top: 0px;
	left: 15px;
	border: 0;
}

.trackingBox {
	background: url(../images/graphics/bkgrdBoxes.gif) repeat-x left top;
	border: 1px solid #999999;
	margin: -5px 0 25px;
	width: 145px;
	
}

.trackingBox h2{
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #474747;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.trackingBox p{
	font-family: normal 0.8em Arial, Helvetica, sans-serif;
	text-transform: none;
	font-variant: normal;
	color: #474747;
	text-align: center;
	vertical-align: middle;
	margin: 7px 0 7px 0;
	padding: 0;
	line-height: 0.9em;
}

#navBar .trackingBox a {
	font-family: normal 0.9em Arial, Helvetica, sans-serif;
	text-transform: none;
	font-variant: normal;
	color: #3F6BB2;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.trackingBox form
 {
	margin: 0;
 }

.trackingBox form input
 {
	margin: 5px 0 0 13px;
	padding: 0px;

}
  
.trackingBox .btn {
	margin: 3px 0 0 30px;
	padding: 0;
	width: 55px;

	/*margin: 3px 5px 0px 30px;
	padding: 0;
	width: 55px;
	float: right;*/
  }


/* Center Column - Main Content Area
---------------------------------------------------------------------------------------------------------------------------*/

#content{
	float: left;
	width: 450px;
	padding: 5px 0 0 9px;
	background-color: #FFFFFF;
	margin-bottom: 10px;	
}

.roleimages {
	background-color: #FFFFFF;
	width: 445px;
	text-align: left;
	padding-bottom: 5px;
	font: 0.9em/normal Arial, Helvetica, sans-serif;
	color: #474747;
}


.feature img {
	padding-left: 7px;
	background-color: #FFFF00;
	padding-top: 0px;
}

#mainimageCaption {
	color: #474747;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em; /*need to resolve this fighting style if time permits*/
}

.leftRoleSM {
	width: 190px;
	margin: 5px 5px 0 0;
	border-bottom: 3px solid #851d1c;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

.middleRoleSM {
	width: 190px;
	margin: 5px 5px 0 0;
	border-bottom: 3px solid #3F6BB2;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

.rightRoleSM {
	width: 190px;
	float: left;
	border-bottom: 3px solid #669933;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	margin: 5px 0 0 0;
}



.leftRole {
	width: 145px;
	margin: 5px 5px 0 0;
	border-bottom: 3px solid #851d1c;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

.middleRole {
	width: 145px;
	margin: 5px 5px 0 0;
	border-bottom: 3px solid #3F6BB2;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

.rightRole {
	width: 145px;
	float: left;
	border-bottom: 3px solid #669933;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	margin: 5px 0 0 0;
}

.roles ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

.roles ul li {
	list-style: none;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #474747;
	background-color: #FFFFFF;
}

.roles li a:link {
	line-height: 1.75em;
	color: #474747;
}

.roles li a:visited {
	color: #8B9FBC;
	line-height: 1.75em;
}

.roles li a:hover {
	color: #3F6BB2;
	text-decoration: underline;
	line-height: 1.75em;
}



/* Second Level Pages — single column or 2 columns witin #content
---------------------------------------------------------------------------------------------------------------------------*/

.breadcrumb {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #474747;
	padding: 0;
	margin: 0 0 5px 5px;
	font-weight: normal;
	}

.breadcrumb a:link {
	color: #3F6BB2;
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-decoration: none;}

.breadcrumb a:visited {
	color: #8B9FBC;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	}

.breadcrumb a:hover {
	text-decoration: underline;
}

.leftContent {
	width: 220px;
	float: left;
	background-color: #FFFFFF;
	padding:0 0 5px 0;
	margin: 0 0 5px 0;
}

.rightContent {
	width: 220px;
	float: left;
	background-color: #FFFFFF;
	padding:0 0 5px 0;
	margin: 0 0 5px 0;
}


.leadText {
	width: 213px;
	margin: 0 0 10px 5px;
	padding: 0 5px 0 0;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.5em;
}

.leadTextwider{
	width: 300px;
	margin: 0 0 10px 5px;
	padding: 0 5px 0 0;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.5em;
}




.box h2 {
	color:#000000;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	padding: 0 0 10px 5px;
	text-align: left;
}

.box ul {
	background-color: #FFFFFF;
	width: 205px;
	border-top: 3px solid #851d1c;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px 0 5px;
	padding: 5px 0 5px 5px;
	}

.box li {
	font: 0.8em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 2px;
	text-align: left;
	background-color: #FFFFFF;
}

.box li a:link{
	color:#474747;
	text-decoration: underline;
	padding: 0 0 0 5px;
}

.box li a:visited{
	color: #8B9FBC;
	padding: 0 0 0 5px;
	text-decoration: underline;
}

.box li a:hover{
	color: #3F6BB2;
	padding: 0 0 0 5px;
	text-decoration: underline;
	}
	

/* right column start
---------------------------------------------------------------------------------------------------------------------------*/

#rightcolumn
{
	float: right;
	margin: 0 2px 0 0;
	padding: 0;
	background-color: #FFFFFF;
	width: 150px;
}

#rightcolumn img
{
	margin: 0 0 0 10px;
}


/*--rTrack Login Box ****/
.loginBox {
	background-image: url(../images/graphics/bkgrdBoxes.gif);
	background-repeat: repeat-x;
	border-top: 3px solid #851d1c;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 145px;
	margin: 5px 7px 0 5px;
	padding: 0 0 5px;
}

.loginBox form { margin: 0; }

.loginBox img {
	margin: 0;
	padding: 8px 0 3px 8px;
	vertical-align: middle;
  }


.loginBox p {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #474747;
	padding: 0 0 0 3px;
	margin: 0;
	clear: right;
	}

.loginBox input
 {float: right;
  margin: 0 5px 5px 0;
 }
	
.loginBox label {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #474747;
	text-align: right;
	font-weight: normal;
	float: left;
	margin: 0;
	padding: 7px 0 5px 3px;
}
  
.loginBox .btn {
	margin: 0px 5px 0px 25px;
	padding: 0;
	width: 35px;
	float: right;
  }

.loginBox a:link, .loginBox a:visited{
	color: #183886;
	text-decoration: none;
	padding-bottom: 3px;
}

.loginBox a:hover{
	color: #3F6BB2;
	text-decoration: underline;
}

/***Login box for Driver Seat ***/

.loginBoxDrivers {
	background-image: url(../images/graphics/bkgrdBoxes_Blue.gif);
	background-repeat: repeat-x;
	border-top: 3px solid #183886;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 145px;
	margin: 5px 7px 0 5px;
	padding: 0 0 5px;
}

.loginBoxDrivers form { margin: 0; }

.loginBoxDrivers img {
	margin: 0;
	padding: 8px 0 3px 8px;
	vertical-align: middle;
  }


.loginBoxDrivers p {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #474747;
	padding: 0 0 0 3px;
	margin: 0;
	clear: right;
	}

.loginBoxDrivers input
 {float: right;
  margin-bottom: 5px;
  margin-right: 5px;
  }
	
.loginBoxDrivers label {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #474747;
	text-align: right;
	font-weight: normal;
	float: left;
	margin: 0;
	padding: 7px 0 5px 3px; 
}
  
.loginBoxDrivers .btn {
	margin: 0px 5px 0px 25px;
	padding: 0;
	width: 35px;
	float: right;
  }

.loginBoxDrivers a:link{
	color: #183886;
	text-decoration: none;
	padding-bottom: 3px;
}

.loginBoxDrivers a:visited{
	color: #3F6BB2;
	text-decoration: none;
}

.loginBoxDrivers a:hover{
	color: #3F6BB2;
	text-decoration: underline;
}



/***Login box for Partners ***/

.loginBoxPartners {
	background-image: url(../images/graphics/bkgrdBoxes_Green.gif);
	background-repeat: repeat-x;
	border-top: 3px solid #2f6024;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 145px;
	margin: 5px 7px 0 5px;
	padding: 0 0 5px;
}

.loginBoxPartners form { margin: 0;}

.loginBoxPartners img {
	margin: 0;
	padding: 8px 0 3px 8px;
	vertical-align: middle;
  }


.loginBoxPartners p {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #474747;
	padding: 0 0 0 3px;
	margin: 0;
	clear: right;
	}

.loginBoxPartners input
 {float: right;
	margin: 0 5px 5px 0;
}
	
.loginBoxPartners label {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #474747;
	text-align: right;
	font-weight: normal;
	float: left;
	margin: 0;
	padding: 7px 0 5px 3px;
}
  
.loginBoxPartners .btn {
	margin: 0px 5px 0px 25px;
	padding: 0;
	width: 35px;
	float: right;
  }

.loginBoxPartners a:link{
	color: #183886;
	text-decoration: none;
	padding-bottom: 3px;
}

.loginBoxPartners a:visited{
	color: #3F6BB2;
	text-decoration: none;
}

.loginBoxPartners a:hover{
	color: #3F6BB2;
	text-decoration: underline;
}

#caption{
font: 0.7em Arial, Helvetica, sans-serif;
color:#808080;
padding-left: 10px;
}


/* Clear Floats
---------------------------------------------------------------------------------------------------------------------------*/
#clear
{clear: both;
 height: 1px; 
 overflow: hidden;}



/* Footer
---------------------------------------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	/*background: url(../images/graphics/footer.jpg) no-repeat center bottom;*/
	padding: 4px 0;
	vertical-align: middle;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 0.85em;*/
	color: #474747;
	text-align: center;
	width: 778px;
	}

#footer a:link {
	color: #474747;
	text-align: center;
	padding: 0 2px 0 2px;
	font-size: 0.8em;
	}
	
#footer a:visited {
	color: #3F6BB2;
	font-size: 0.8em;
}

#footer a:hover {
	color: #3F6BB2;
	text-decoration: underline;
}

#footerText {
	padding: 4px 0;
	vertical-align: middle;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}



/***** style for go to TOP of page links ******/

.top a {
	font-size: 0.8em;
	text-align: right;
	vertical-align: bottom;
	color: #3f6bb2;
}

/*--------------- News links ---------------*/
.news{
	width: 145px;
	margin: 5px 0 5px 5px;
	float: left;
	text-align: left;
}


.newsBullet
{
	background-color: White;
	float: left;
	margin-top: 2px;
	padding-left: 5px;
	color: #851d1c;
	padding-right: 3px;
	width: 10px;
	/*background: url(../images/graphics/swooshTiny.gif) no-repeat left;*/
	background: url(../images/graphics/arrow.gif)  no-repeat left;
	clear:both;
}

.newsTitle {
	float: left;
	width: 125px;
}
	
.news h3 {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #851d1c;
	padding-bottom: 5px;
}

.news h3 a {
	color: #851d1c;
}

.news h3 a:visited {
	color: #851d1c;
}

.news h2 a{
	font: 0.8em/normal  Arial, Helvetica, sans-serif;
	color: #183886;
	line-height: 1.0em;
	padding: 0 0 5px 0;

}

.news a:visited{
	color: #8B9FBC;
	
}

.news a:hover{
	color: #3F6BB2;
	text-decoration: underline;
}


/* Right Column Flexible Content...can be for links , testimonials
---------------------------------------------------------------------------------------------------------------------------*/


.rightColFlex {
	background-color: #FFFFFF;
	width: 145px;
	margin: 5px 7px 0 5px;
	padding: 0 0 5px;
	text-decoration: none;
}

.rightColFlex h3 {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #183886;
	padding: 0;
	background-color: #FFFFFF;
}

.rightColFlex p {
	font-size: 0.8em;
	color: #3F6BB2;
	font-weight: normal;
	background-color: #FFFFFF;
}

.rightColFlex a:link {
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #3F6BB2;
	background-color: #FFFFFF;
}

.rightColFlex a:visited {
	color: #8B9FBC;
}

.rightColFlex a:hover{
	color: #3F6BB2;
	text-decoration: underline;
}


/* Clear Floats
---------------------------------------------------------------------------------------------------------------------------*/
#clear
{clear: both;
 height: 1px; 
 overflow: hidden;}


/* Misc styles
---------------------------------------------------------------------------------------------------------------------------*/
/*style for signs and extras for left and right column*/
#navBar .greenBox, .greenBox {
	background-image: url(../images/graphics/boxGreenBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 150px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}


#navBar .greenBox h5, .greenBox h5 {
	font-size: 1em;
	font-weight: bold;
	background-image: url(../images/graphics/boxGreenTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 0 5px 5px;
	text-align: center;
}

#navBar .greenBox ul, .greenBox ul {
	margin: 0;
	padding: 10px 5px 10px 10px;
	list-style:none;
	
}

#navBar .greenBox ul li, .greenBox ul li {
	margin: 0 0px 10px 5px;
	padding: 0;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
	width: 125px;
	border: 0;
}

#navBar .blueBox, .blueBox {
	background-image: url(../images/graphics/boxBlueBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 150px;
	color: #FFFFFF;
	
}

#navBar .blueBox a:hover, #navBar .greenBox a:hover, #navBar .whiteBox a:hover, .blueBox a:hover, .greenBox a:hover, .whiteBox a:hover
{
	cursor:hand;
	text-decoration:none;
}
#navBar .blueBox h5, .blueBox h5 {
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/graphics/boxBlueTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 0 5px 5px;
	text-align: center;
}

#navBar .blueBox ul, .blueBox ul {
	list-style:none;
	left: 5px;
}

#navBar .blueBox ul li, .blueBox ul li {
	margin: 0 0 20px 6px;
	padding: 0;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	width: 135px;
	border: 0;
}

#navBar .whiteBox, .whiteBox {
	background-image: url(../images/graphics/boxWhiteBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 150px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
#navBar .whiteBox h5, .whiteBox h5 {
	font-size: 1em;
	font-weight: bold;
	background-image: url(../images/graphics/boxWhiteTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	margin: 0;
	padding: 5px 0 5px 5px;
	text-align: center;
}

#navBar .whiteBox ul, .whiteBox ul {
	margin: 0;
	padding: 10px 5px 10px 10px;
	list-style:none;
	left: 5px;
}

#navBar .whiteBox ul li, .whiteBox ul li {
	margin: 0 0 10px 6px;
	padding: 0;
	font-size: 0.9em;
	color: #000000;
	text-align: center;
	width: 135px;
	border: 0;
}

li.generic {
	list-style-image: url(../images/graphics/arrow.gif);
	line-height: 1.6em;
	font-size: 0.8em;
}

ul.generic {
	line-height: 1.6em;
	font-size: 0.8em;
	list-style-type: none;
}


dt {
	font-size: .8em;
	font-weight: bold;
	color: #183866;
}
dd {
	font-size: 0.8em;
	line-height: 1.1em;
	color: #474747;
	margin-bottom: 10px;
}

img {
border: 0;
margin: 0;}

.fuelCurrent {
	width: 250px;
	margin: 5px;
	padding: 3px;
	border-top: 2px solid #851d1c;
	border-bottom: 2px solid #851d1c;
	
}

.fuelCurrent h2, .fuelFuture h2 {
	margin: 0 0 0 -2px;  /* Added this style as otherwise the Fuel surcharge labels were indented a bit too much.*/
}

.fuelFuture {
	width: 250px;
	margin: 5px;
	padding: 3px;
	border-top: 2px solid #3F6BB2;
	border-bottom: 2px solid #3F6BB2;
	
}

/*Manish Added for adobeReader to align with loginBox*/
.adobeReader {
	margin: 5px 7px 0 5px;
	padding: 0 0 5px;
}

#rightAlignedImage
{
	margin-left: 5px;
	float:right;
}
