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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Tahoma, Georgia, Verdana, Arial, sans-serif;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-size: 11px;
	cursor: hand;
}

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

h1{
 font: bold 11px Tahoma,Georgia,Verdana,Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 11px Tahoma, Georgia, Verdana, Arial, sans-serif;
 color: #990000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 11px Tahoma,Georgia,Verdana,Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 11px Tahoma,Georgia,Verdana,Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 11px Tahoma,Georgia,Verdana,Arial,sans-serif;
 color: #334d55;
 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: bold 1em Tahoma,Georgia,Verdana,Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Tahoma,Georgia,Verdana,Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 133px;
	left: 5px;
	right: 2%;
	width:769px;
	background-color: #ffffff;
	list-style-type: disc;

	height: auto;
	font-size: 11px;
	font-family: Tahoma, Georgia, Verdana;
	border-top: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

#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;
}

#masthead{
	position: absolute;
	top: auto;
	left: 5px;
	right: 2%;
	width:764px;
	height: 125px;
	background-color: #000000;
	padding: 2px;
	
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #333333;
	border-left: 1px solid #CCCCCC;
	font: small Tahoma, Georgia, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	top: 32px;
	height: auto;
	z-index: auto;
	right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#content{
	padding: 3px 8px 0px 0px;
	margin:0px 178px 0px 0px;
	cursor: hand;
	font-family: Tahoma, Georgia, Verdana;
	font-size: 11px;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #CCCCCC;
}


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



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

#pageName{
	padding: 3px 0px 12px 10px;
	margin: 0px;
	font-size: 11px;
	vertical-align: 5%;
	font-family: Tahoma, Georgia, Verdana;
	background-image: url(glbnav-background.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #000000;
padding: 0px;
margin: 0px;
background-image:  url(glbnav-background.jpg);
}

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

.skipLinks {display: none;}

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

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
	font-size: 11px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.subglobalNav a:hover{
	color: #cccccc;
	font-size: 11px;
	text-decoration: none;
}



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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 11px;
	font-family: Tahoma, Georgia, Verdana;
	cursor: hand;
	
}
html>body .feature {
	height: auto;
	font-family: Tahoma, Georgia, Verdana;
	font-size: 11px;
}

.feature h3{
	font: bold 100% Tahoma, Georgia, Verdana, Arial, sans-serif;
	color: #990000;
	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 100% Tahoma, Georgia, Verdana, Arial, sans-serif;
	color: #990000;
}

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

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


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

#siteInfo{
	clear: both;
	border-top: 1px solid #999999;
	font-size: 11px;
	padding: 2px;
	margin-top: 1px;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(glbnav-background.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Georgia, Verdana;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #333333;
	height: 30px;
	vertical-align: middle;
}


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

#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: none;
	color: #000000;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-image:  none;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #000000;
	background-image: url(glblnav_selected.gif);
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #666666;
	color: #CCCCCC;
	background-color: #333333;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #666666;
}

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

.relatedLinks a{
	display: block;
	color: #CCCCCC;
	font-family: Tahoma, Georgia, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.relatedLinkshover {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Tahoma, Georgia, Verdana;
	text-decoration: none;
}


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

#advert{
	padding: 10px;
	background-color: #000000;
	font-family: Tahoma, Georgia, Verdana;
	font-size: 10px;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	cursor: hand;
}
a:link {
	text-decoration: none;
}
