/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
/**	background: #fff url("bg_grad.jpg") fixed; */
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:visited{
	color: #116;
}

a:hover{
	text-decoration: underline;
}


/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 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: #334d55;
 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;
}



/*************** list tag styles ***************/

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: none;
}

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: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}



#pageNav{
	float: right;
	width:173px;
	margin-top: 10px;
	background-color: #F5f7f7;
	border: 1px solid #bbb;
	border-right: none;
	font: small Verdana,sans-serif;
}



/***********************************************/
/* Component Divs                              */
/***********************************************/


/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	float:right;
	color: #919999;
}

#utility a{
	color: #ffffff;
	padding: 3px 6px;
	border: 1px solid #bbb;
}

#utility a:hover{
	text-decoration: none;
	border: 1px dotted #666;
}

/************** pageName styles ****************/

#pageName{
	#padding: 15px 0px 15px 10px;
	padding: 0px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	z-index: 3;
} 

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	#float: right;
	top: 15px;
	right: 2%;
	padding: 0px;
	margin: 0px;
	width: 40%;
}

#pageName #content{
	padding: 0px 0px 15px 10px;
	margin: 0px;
	width: 55%;
}

/************* globalNav styles ****************/

#header {
	float:left;
	clear:left;
}

#globalNav{
	float:left;
	clear:left;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #bbb;
	padding: 0px;
	margin: 0px;
	background-image:  url("glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	float:left;
	margin-top: 6px;
	margin-left: 16px;
	height: 22px;
	min-width: 640px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 6px 20px 4px 20px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("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: #444;
	text-decoration: none;
	
}

/*************** search styles *****************/

#search{
	float:right;
	margin-top: 5px;
	margin-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;
}




/************** feature styles *****************/

.feature{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 20px 0px 5px 0px;
}

.feature h6{
 font: 105% Arial,sans-serif;
 color: #000066;
 margin: 0px;
 padding: 7px 0px 0px 0px;
}

.feature img{
	float: left;
	padding: 0px;
	margin: 10px 20px 10px 10px;
	border-right: 1px solid #ccd2d2;
	border-left: 1px solid #ccd2d2;
	border-top: 1px ridge #ccd2d2;
	border-bottom: 1px ridge #ccd2d2;

	max-height: 180px;
	
}

/************** siteInfo styles ****************/

#siteInfo{
	float:left;
	clear: left;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #bbb;
	font-size: small;
	color: #666;
	background-color:inherit;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

/** DONT USE THIS ONE 
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #bbb;
}
**/

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #bbb;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #bbb;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #103249;
}

/************ Main Section link ***************/


#mainSectionLink{
	margin: 0px;
	padding: 0px;
}

#mainSectionLink a:link, #mainSectionLink a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #bbb;
	background-image:  url("bg_nav.jpg"); 
	font-weight: bold;
	font-size: 120%;
	padding: 3px 0px 3px 10px;
	color: #21536a;
}

#mainSectionLink a:hover{
	border-top: 1px solid #bbb;
	background-color: #DDEEFF;
	color: #103249;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

.relatedLinks a:links, a:visited{
	color: #ff6600;
	text-decoration: none;
}

.relatedLinks a:hover {
	text-decoration: underline;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/************* Email Style ********************/
.email a:link, .email a:visited{
	font-family: sans-serif, Arial;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	color: #116;
}

.email a:hover{
	color: #000000;
	border-bottom: 1px dotted red;
}

/********************* end **********************/






