/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/


/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #0033CC;
}
				
input{
font-family: Arial,sans-serif;
}



/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(/energy/imgs/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 2px;
	left:0px;
	width: 3px;
	height: 30px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
	width: 100%x;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 730px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


#globalLink a.glink, a.glink:visited{
  	font-size: 12px;
  	color: #0033CC;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

#globalLink a.glink:hover{
  	background-image: url(/energy/imgs/glblnav_selected.gif);
	text-decoration: none;
}

