/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	background-image:url(pictures/bg.gif);
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
/************************************/

/************************************/
/* hyperlink and anchor tag styles  */
/************************************/
a{
	color: #005FA9;
	text-decoration: none;
}

a:link{
	color: #005FA9;
	text-decoration: none;
}

a:visited{
	color: #005FA9;
	text-decoration: none;
}

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

/************************************/
/* Header tag styles                */
/************************************/
h1{
 font-family: 'Vonness Medium',Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: 'Vonness Medium',Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
/************************************/

/************************************/
/* List Tags                        */
/************************************/
ul{
 list-style-type: square;
}

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

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

/************************************/
/* Form and related Tags            */
/************************************/  
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}
/************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 551px;
	left: 88px;
	right: 2%;
	width:700;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
	background-color: #990000;
}

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

/************************************/
#row1{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:80%;
	
}
/************************************/

/************************************/
#col2{
	margin:0px 178px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #ccd2d2;
}
/************************************/

/***********************************************/
/* End Layout Divs                             */
/***********************************************/

/***********************************************/
/*Component Divs                               */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
}

#siteName h1{
	color: #0000FF;
	font-size: x-large;
	font-weight: normal;
}
/************************************/

#utility{
	font-family: Verdana,sans-serif;
	font-size: 9pt;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
	left: 750px;
	width: 219px;
}

#utility a{
	color: #339999;
}

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

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

#pageName h2{
	font-family: Arial,sans-serif;
	font-size: 21pt;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}
/************************************/

/************************************/
#globalNav{
position: absolute;
left:130px;
width: 72%;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("pictures/glbnav_background.gif");
}

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

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

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

#globalLink{
	position: absolute;
	top: 5px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	z-index: 100;
	overflow: hidden;
	width: 587px;
}

#globalLink img{
	display: block;
}

a.glink:link{
  	font-size: 10pt;
  	color: #000000;
	font-weight: bold;
	left:150px
	margin: 0px;
	padding: 2px 8px 4px 8px;
	border-right: 1px solid #8FB8BC;
}

a.glink:visited{
  	font-size: 10pt;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 8px 4px 8px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  font-size: 80%;
	margin: 0px;
	font-weight: bold;
	padding: 2px 8px 4px 8px;
  	background-image:  url("glblnav_selected.gif");
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
	color: #000000;
}
/************************************/

/************************************/
.subglobalNav{
	position: absolute;
	top: 80px;
	left: 120px;
	width: 100%;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #000000;
}

.subglobalNav a:link{
	font-size: 80%;
	color: #000000;
	text-decoration: none;
}

.subglobalNav a:visited{
	font-size: 80%;
	color: #000000;
}

.subglobalNav a:hover{
	font-size: 80%;
	color: #00CCCC;
	text-decoration: none;
}
/************************************/

/************************************/
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #0066FF;
	padding: 10px 10px 10px 10px;
}

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

/***********************************************/
/*End Component Divs                           */
/***********************************************/
