/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #878787;
	line-height: 1.366;
	margin: 0px;
	padding: 0px;
	font-size: 8.5pt;
	background: #cccccc url("bg_grad.jpg") fixed;
	z-index: 0;
	position: relative;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited
{
	color: #005FA9;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/************** header tag styles **************/
h1
{
	font: bold 120% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2
{
	font: bold 9pt 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: square;
}

ul ul
{
	list-style-type: disc;
}

ul ul ul
{
	list-style-type: none;
}

/********* form and related tag styles *********/
form
{
	z-index: auto;
	padding-right: 10px;
}

label
{
	font: bold 1em Arial,sans-serif;
	color: #334d55;
}

input
{
	font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container 
{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#pagecell1
{
	position: absolute;
	top: 125px;
	left: 2%;
	right: 2%;
	width: 95.6%;
	background-color: #ffffff;
	visibility: visible;
}

#tl
{
	position: absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
}

#tr
{
	position: absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
}

#masthead
{
	position: absolute;
	top: 5px;
	left: 2%;
	right: 2%;
	width: 95.6%;
	height: 0px;
}

#pageNav
{
	float: right;
	width: 195px;
	padding: 0px;
	background-color: #EBEBEB;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	list-style-type: square;
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	font-weight: normal;
}

#content
{
	padding: 0px 10px 0px 0px;
	margin: 0px 195px 0px 0px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName
{
	margin: 0px;
	padding: 10px 0px 16px 60px;
	color: #ffffff;
	font-weight: normal;
	font-size: 18pt;
	font-family: Arial, sans-serif;
	position: relative;
	top: 7px;
	left: 20px;
	z-index: 1000;
	width: 672px;
	height: 24px;
}

#siteNameBanner img 
{
	position: relative;
	top: 0;
	left: 0;
	z-index: -1;
}

/************** utility styles *****************/
#utility
{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 22px;
	right: 3px;
	color: #919999;
	visibility: visible;
}

#utility a
{
	color: #ffffff;
}

#utility a:hover
{
	text-decoration: underline;
}

/************** countrybuttons styles *****************/
#countryselected
{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 60px;
	right: 10px;
	color: #919999;
	visibility: visible;
	z-index: 1000;
}

/************** countryselector styles *****************/
#countryselector
{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 60px;
	right: 55px;
	color: #919999;
	visibility: visible;
	z-index: 1000;
}

/************** pageName styles ****************/
#pageName
{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom: 1px solid #ccd2d2;
}

#pageName h2
{
	font: bold 12pt Arial,sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px;
}

#pageName img
{
	position: absolute;
	top: 11px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/
#globalNav
{
	position: absolute;
	width: 100%;
	height: 32px;
	color: #cccccc;
	margin: 0px;
	background-image: url("glbnav_background.gif");
	padding: 0 0px 0px;
	top: 54px;
}

#globalNav img
{
	margin-bottom: -4px;
}

#gnl
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
}

#gnr
{
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: visible;
}

#globalLink
{
	position: absolute;
	top: 8px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	visibility: visible;
	width: 750px;
}

a.glink, a.glink:visited
{
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	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: 94px;
	left: 0px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #ffffff;
	width: 866px;
	visibility: hidden;
}

.subglobalNav a:link, .subglobalNav a:visited
{
	font-size: 95%;
	color: #ffffff;
}

.subglobalNav a:hover
{
	color: #cccccc;
}

/*************** search styles *****************/
#search
{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
	color: #FFFFFF;
}

#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;
}

/************* breadCrumb styles ***************/
#breadCrumb
{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a
{
	color: #AAAAAA;
}

#breadCrumb a:hover
{
	color: #005FA9;
	text-decoration: underline;
}

/************** feature styles *****************/
.feature
{
	padding: 0px 0px 10px 10px;
	/* Below is the original code */
	/*height: 200px;*/
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

.pushMeDown
{
	/* Below is the quick fix for the screen explosion */
	min-height: 300px;
	height: auto !important;
}

.pushMeDownMore
{
	/* Below is the quick fix for the screen explosion */
	min-height: 360px;
	height: auto !important;
}

.pushMeDownABitMore
{
	/* Below is the quick fix for the screen explosion */
	min-height: 410px;
	height: auto !important;
}

.pushMeDownEvenMore
{
	/* Below is the quick fix for the screen explosion */
	min-height: 460px;
	height: auto !important;
}


html>body .feature
{
	height: auto;
	text-align: left;
}

.feature h3
{
	font: bold 11pt Arial,sans-serif;
	color: #000066;
	padding: 30px 0px 5px 0px;
}

.feature img
{
	float: right;
	padding: 0px 0px 0px 20px;
}

/*************** story styles ******************/
.story
{
	padding: 10px 10px 0px 10px;
	top: 400px;
}

.story h3
{
	font: bold 125% Arial,sans-serif;
	color: #000066;
}

.story p
{
	padding: 0px 0px 10px 0px;
	text-align: left;
}

.story a.capsule
{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display: block;
	padding-bottom: 5px;
	text-align: left;
	font-size: 9pt;
}

.story a.capsule:hover
{
	text-decoration: none;
	border-bottom-width: 1px;
	text-align: left;
	padding-left: 0px;
}

td.storyLeft
{
	padding-right: 20px;
	text-align: left;
}

/************** siteInfo styles ****************/
#siteInfo
{
	clear: both;
	border-top: 1px solid #cccccc;
	color: #072e4c;
	padding: 10px;
	margin-top: -1px;
	font-size: 7.5pt;
}

#siteInfo img
{
	vertical-align: middle;
	padding: 0 10px 3px 2px;
}

/************ sectionLinks styles **************/
#sectionLinks
{
	margin: 0px;
	padding: 0px;
	font-size: 7.5pt;
	font-weight: bold;
}

#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("bg_nav.jpg");
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
}

#sectionLinks a:hover
{
	border-top: 1px solid #cccccc;
	background-color: #000066;
	background-image: url(navover2.jpg);
	text-decoration: none;
}

/************* relatedLinks styles **************/
.relatedLinks
{
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	padding: 0px 5px 10px 10px;
}

.relatedLinks h3
{
	padding: 10px 0px 2px 0px;
	font-size: 8pt;
}

.relatedLinks a
{
	display: block;
}

/**************** advert styles *****************/
#advert
{
	padding: 10px 17px 10px 10px;
	list-style-position: outside;
	list-style-type: none;
}

#advert img
{
	display: block;
}

/********************* end **********************/
#previews
{
	font-family: Arial, Helvetica, sans-serif;;
}

#previews h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #666699;
}

advert h3
{
	font-size: 160%;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
}

#advert h5
{
	color: #334d55;
	font-weight: bold;
}

#advert p
{
	font-size: 7pt;
}

#notifyform
{
	width: 175px;
	float: right;
	padding-right: 10px;
	height: 30px;
}

#header
{
	position: absolute;
	left: -1px;
	top: 0px;
}

.feature object
{
	float: right;
	padding-right: 10px;
}
