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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #555555;   /* Was 333333 -- 7/16/09  */
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	/* background: #cccccc url(../Pics/bg_grad_yellow2.JPG) fixed; */
	background-color: #ffffff /*url(../Pics/glbnav_background_solid.GIF) fixed;*/
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	/* color: #005FA9; */
	color: #FF6600;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

h1{
 font: bold 120% Arial,sans-serif;
 color: #000000;                        /*  #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: #000000;    /*334d55  */
 margin: 0px;
 padding: 0px;
}

h6{
 font:  200% Arial, sans-serif;
 color: #666666;
margin:0px 0px 10px 0px;  /* top-right-bottom-left */
 padding: 0px;
}

h4{
 font: bold 125% Arial,sans-serif;
 color: #000000;    /*  334d55  */
 margin-top: 10px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #6A6B6D;     /* 334d55  */   /*Try darker: #6A6B6D    Kimberly:  7e7f81  */
 margin: 0px;
 padding: 0px;
}

h5b{
 font: 40% Arial,sans-serif;
 color: #6A6B6D;     /* 334d55  */   /*Try darker: #6A6B6D    Kimberly:  7e7f81  */
 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-family: 14pt Arial,sans-serif;
 color: #6A6B6D;
}
				
input{
font-family: 14pt Arial,sans-serif;
color: #21536A;
margin:5px 5px 5px 25px;  /* top-right-bottom-left */
border-top: 1px solid #9eA0a2;;  
border-right: 1px solid #9eA0a2;  
border-bottom: 1px solid #9eA0a2;  
border-left: 1px solid #9eA0a2;  
/*
border-top: 1px solid #21536A;;  
border-right: 1px solid #21536A;  
border-bottom: 1px solid #21536A;  
border-left: 1px solid #21536A;  */
padding: 5px 5px 5px 5px;
}


textarea{
font-family: Arial,sans-serif;
color: #21536A;
margin:5px 5px 5px 25px;  /* top-right-bottom-left */
border-top: 1px solid #9eA0a2;;  
border-right: 1px solid #9eA0a2;  
border-bottom: 1px solid #9eA0a2;  
border-left: 1px solid #9eA0a2;  
padding: 5px 5px 5px 5px;

}

select{
font-family: Arial,sans-serif;
color: #7e7f81;
margin:5px 5px 5px 25px;  /* top-right-bottom-left */
border-top: 1px solid #9eA0a2;;  
border-right: 1px solid #9eA0a2;  
border-bottom: 1px solid #9eA0a2;  
border-left: 1px solid #9eA0a2;  
padding: 0px 0px 0px 0px;

}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 230px;      /*   Changed from 220 to 230 pix at 7:30pm July 17  */
	left: 0px;
	right: 5%;
	width:100%;
	height: auto;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	width: 5px;
	height: 4px;
}
#tlbig {
	position:absolute;
	top: 30px;
	left: 80px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	width: 83px;
	height: 83px;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 5%;
	width:100%;
	height: 380px;
	background: #ffffff url(../Pics/white.JPG) fixed;

	
}

#pageNav{
	float: right;
	width:170px;
	padding: 45px 0px 4px 80px;
	margin-bottom: 150px;
	margin-right: 10%;
	height: 800pt;      /*  NOTE:  The combo of padding-left at 80px and height at 100% fixed a FireFox spacing problem between */
					/* the content/feature area and the pageNav bar, which is now on the right.   */
/*	background-color: #FFFF99;   */
	background-color: #FFFFFF;
	 /* border-left: 1px solid #cccccc;  */
	/* border-bottom: 1px solid #cccccc;  */
	font: small Arial,sans-serif;
	color: #9eA0a2;   /*  9eA0a2  */
}

#SelectPageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #FF9933;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Arial,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 90px;  /* top-right-bottom-left
	/*border-left: 1px solid #ccd2d2; */
	min-width: 300px;

}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Arial,sans-serif;   /** was Verdana **/
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 1px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	left: 861px;
}

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

#globalNav{
position: absolute;
top: 160px;;
width: 100%;
min-width: 640px;
height: 150px;
color: #555555; 
padding: 0px;
margin: 0px;
/* background-image:  url(../Pics/glbnav_background.gif);  */
background: #555555 url(../Pics/glbnav_background_solid2.JPG) fixed;   /* The color in this file is 555555  */
/*  was   background-image:  url(../Pics/white.JPG);   */
}

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

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 5px;
	height: 25px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 83px;
	z-index: 100;
	width: 555px;
	background: #555555 url(../Pics/glbnav_background_solid2.JPG) fixed;

}


a.glink, a.glink:visited{
  	font-size: 9pt;
  	color: #FFCC00; /* Oranger color:  #FFCC00;  */   /* Greener (Kimberly):  #dac039  /*  Was 000000  */
	/*font-weight: bold;  */
	margin: 0px;
	padding: 0px 10px 4px 5px;
	/*  border-right: 1px solid #8FB8BC;  */
	border-right: 1px;

}

a.glink:hover{
  	/* background-image:  url(../Pics/glblnav_selected.gif); */
	/*font-weight: bold; */
	color: #FFFFFF;
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
	left: 729px;
	width: 141px;
}


 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Arial,sans-serif;    /** Was Verdana **/
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 15px 50px 10px 0px;
	font-size: 80%;
	min-height: 200px;
	max-width: 475px;
	min-width: 300px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #333333;
	font-size: small;
	color: #cccccc;
	padding: 5px 10px 10px 0px;
	margin-top: 0px;
	margin-left:90px;
	margin-right:8%;
	white-space:nowrap;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link, #siteInfo a:visited {
  	font-size: 8pt;
  	color: #666666;
	/*font-weight: bold;  */
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin-left: 10px;  /*  was margin: 0 px with sectionLinks a:link Padding below set to 10px for LEFT  */
	padding: 0px;
	color: #9eA0a2;


}

#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(../Pics/white.JPG);
	font-family: Arial,sans-serif;
	/*font-weight: bold; */
	padding: 3px 0px 3px 0px;
	color: #9ea0a2;       /*9eA0a2 */
	/* color: #21536A; */
	
}

#sectionLinks a:hover{
	/*border-top: 1px solid #cccccc; */
	/*background-color: #FFFF99; */
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #FF9933
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	/* border-bottom: 1px solid #cccccc;  */
}

.relatedLinks h3{
	padding: 10px 0px 2px 10px;
}

.relatedLinks a:link, .relatedLinks a:visited{
	display: block; 
	border-top: 1px solid #ffffff;
	/*border-bottom: 1px solid #cccccc;  */
	background-image:  url(../Pics/white.JPG);
	font-family: Arial,sans-serif;
	/*font-weight: bold; */
	padding: 3px 0px 3px 10px;
	color: #FF6600;}

.relatedLinks a:hover{
	/*border-top: 1px solid #cccccc; */
	/*background-color: #FFFF99; */
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #FF9933
}

.hidden { display: none; }
.unhidden { display: block; }

/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/

