/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/


/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 800px;
min-width: 800px;
height: 25px;
color: #cccccc;
background-color: #666666;
padding: 0px;
margin: 0px;
z-index: 200;
/*background-image: url(glbnav_background.gif);*/
}



#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 0px;
	min-width: 800px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 200;
}


a.glink, a.glink:visited{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*border-right: 1px solid #FFFFFF;*/
}

a.glink:hover{
/*  	background-image: url(glblnav_selected.gif);*/
	text-decoration: none;
}

.outfitTruckPad{
	padding-left:25px;
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/************ subglobalNav styles **************/

.subglobalNav{
font-family: "Lucida Grande", Verdana, Arial;
	position: absolute;
	top: 130px;
	left: 0px;
	/*width: 100%;*/
	min-width: 800px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #000000;
	background-color: #FFFFFF;
	z-index: 100;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 10px;
	color: #000000;
}

.subglobalNav a:hover{
	color: #9d0000;
}


/************ Active page link styles **************/

.activePage{
font-family: "Lucida Grande", Verdana, Arial;
	position: absolute;
	top: 130px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: visible;
	color: #000000;
	z-index: 10;
}

.activePage a:link, .activePage a:visited {
	font-size: 10px;
	color: #000000;
}

.activePage a:hover{
	color: #9d0000;
}

.activeNav{
	top: 130px;
	font-family: "Lucida Grande", Verdana, Arial;
	color: #9d0000;
	z-index: 10;
	font-size: 10px;
}

.homePad{
padding:10px;
}

/************ subglobalNav styles **************/

.rentalChartHeader{
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 13px;
	color:#9d0000;
	font-weight: bold;
}

.rentalChartDesc{
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 13px;
	color:#666666;
	font-weight: bold;
}




.rentalDisclaimer{
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 10px;
	color:#666666;
}