/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #333333 /*url("bg_grad.jpg")*/ fixed;
	
}
#main_table {
	position: absolute;
	top: 60px;
	left: 230px;

}



/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #006633;
	text-decoration: none;
}

a:hover{
	
}

/************** header tag styles **************/

h1{
 font: bold 120% monotype corsiva;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 
 font: bold 100% Arial,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


************* globalNav styles ****************/




#globalNav{
	position: relative;
	width: 100%;
	
	height: 66px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-color:#000000;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#globalNav img{
	margin-bottom: -4px;
 
}


#globalLink{
	position: absolute;
	top: 11px;
	height: 22px;
	
	padding: 0px;
	margin: 0px;
	left: 14px;
	z-index: 102;
	background-color: #006633;
	border: 1px solid #cccccc;
	

}


a.glink, a.glink:visited{
  	font-size: 12px;
  	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 1px 3px 1px 3px;
	
	
	/*border-right: 1px solid #cccccc;*/
	
	
}

a.glink:hover{
	color: #999999;
	/*background: #000000;*/
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 80px;
	left: 40px;
	
	height: 20px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	z-index: 103;
	visibility: hidden;
	width: 470px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
	
}
#subglobal2{
left: 200px;
position: absolute;
font-size: 14px;

}


#subglobal4{
left: 225px;
font-size: 14px;
}






/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  /*url("bg_nav.jpg");*/
	font-weight: bold;
	
	padding: 3px 0px 3px 10px;
	color: #21536A;
	background-color: #009966;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}



/********************* end **********************/

