/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageNav{
	float: right;
	width:225px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}


/************** utility styles *****************/


/************** pageName styles ****************/

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("../img/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("../img/glblnav_selected.gif");
	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;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}




/************ 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("../img/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #E9E9E9;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

.h {overflow: hidden;}

#red a:link, #red a:visited { overflow: hidden;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background: #C60101;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ffffff;
}

#red a:hover{ overflow: hidden;
	border-top: 1px solid #cccccc;
	//background-color: #DDEEFF;
	background: #EB5353;
	font-weight: bold;
	text-decoration: none;
}
#green a:link, #green a:visited {overflow: hidden;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background: #23A429;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ffffff;
}

#green a:hover{ overflow: hidden;
	border-top: 1px solid #cccccc;
	//background-color: #DDEEFF;
	background: #56CD5C;
	font-weight: bold;
	text-decoration: none;
}

#orange a:link, #orange a:visited {overflow: hidden;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background: #E0AA18;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ffffff;
}

#orange a:hover{overflow: hidden;
	border-top: 1px solid #cccccc;
	//background-color: #DDEEFF;
	background: #ECBC3B;
	font-weight: bold;
	text-decoration: none;
}


