/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-size: 11px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0000CC;
	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 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 90% 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 {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#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: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: right;
	width:170px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 0px none #cccccc;
	border-bottom: 0px none #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	border-right: 1px solid #ccd2d2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd2d2;
	left: 0px;
	padding-right: 0px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
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{
	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("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;
}


/************* 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;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {
	height: auto;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px;
	font-size: 70%;
}

.story h3{
	font: bold 105% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: none #DFDFDF;
	font-size: 10px;
	color: #CCCCCC;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	font-weight: bolder;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;

}

#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 #E6E6E6;
	background-image:  url(images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px;
	color: #21536A;
	left: 10px;
	top: 3px;
	right: 0px;
	bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #003300;
	background-color: #E2F3FC;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 1px;
	/*border-bottom: 1px solid #cccccc;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	display: inline;
}

.relatedLinks a{
	display: inline;
	padding: 3px;
	font-size: 8px;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
.toplhsbck {
	background-attachment: fixed;
	background-image: url(images/toplhsbrds.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#lghbrd {
	border: 1px solid #CCCCCC;
}
.botRHSimg {
	background-image: url(images/botbrd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bluborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #075B9E;
	border-right-color: #075B9E;
	border-bottom-color: #075B9E;
	border-left-color: #075B9E;
}
.botlgbrd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#yelbrd {
	border: 1px solid #FFCC00;
}
#blubrd {
	border: 1px solid #006699;
}
.rfhsbrd {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#LinkTo {

	clear: both;
	border-top: none #cccccc;
	font-size: 10px;
	color: #FF9900;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
.story2 {
	padding: 0px;
	font-size: 70%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr {
	border: 1px dotted #D0E4F4;
}
#lghbrd2 {
	border-top: 1px solid #DCF1FA;
	border-right: 1px solid #DCF1FA;
	border-bottom: 1px solid #DCF1FA;
	border-left: 1px solid #DCF1FA;
}
#lghbrd3 {
	border-right: 1px solid #DCF1FA;
	border-bottom: 1px solid #DCF1FA;
	border-left: 1px solid #DCF1FA;
}
#titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #000066;
	text-decoration: none;
}
.tickerDiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}
#siteInfo1 {
	clear: both;
	border-top: 1px solid #DFDFDF;
	font-size: 10px;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#topbar {
	background-image: url(images/top_bar.jpg);
	background-repeat: no-repeat;
}
#input {
	border: 1px solid #0083C1;
}
.tickls {
	color: #FF6600;
}
.vr_sep {
	background-image: url(images/page_sep.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.hr_sep {
	background-image: url(images/hr_page_sep.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.story table {
	padding: 0px 0px 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.curPage {
	font-weight: 700;
	text-transform: uppercase;
	border: 1px none #EEEEEE;
	font-size: 10px;
	background-color: #FFFFFF;
}
.curArrow {
	font-size: 14px;
	font-weight: 600;
	font-variant: normal;
	color: #FF9900;
	border: 1px none #716F64;
	background-color: #ECE9D8;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.footer {
	background-image: url(images/images/template_27.jpg);
	background-repeat:repeat
}
.jobCorner {
	background-color: #41473D;
	border: 1px solid #CCCCCC;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.leftBxCorner {
	background-image: url(images/images/index_box_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.rightBxCorner {
	background-image: url(images/images/index_box_05.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.botLeftBx {
	background-image: url(images/images/index_box_17.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.botRHSBx {
	background-image: url(images/images/index_box_18.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.LhsBox {
	background-image: url(images/blue_backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.botBox {
	background-image: url(images/images/index_box_20.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.RhsBox {
	background-image: url(images/blue_backgrnd2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.combckgrnd {
	background-image: url(images/images/template_07.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.whatNew {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}
.topbrd {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3F699B;
}

#topbrd {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #3F699B;
	border-bottom-color: #3F699B;
}

.sideLinks {
	background-attachment: fixed;
	background-image: url(images/images/template_10.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.nLBody{
	padding: 0px 0px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.paragraph {
	text-indent: 20pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.lghbrd {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.pollResult {
	color: #FFFFFF;
}
/**************Progress Meter**********************/
.prog-border {
  height: 9px;
  width: 420px;
  background: #fff;
  border: 1px solid silver;
  margin: 0;
  padding: 0;
}

.prog-bar {
  height: 7px;
  margin: 1px;
  padding: 0;
  background: #C9DDEC;
}


ul#progressMeter {
 list-style-type: none;
 color: #7c9fbf;
 font-size: 10px;
 margin: 0px 0 6px 0;
 padding: 0;
 clear: both;
}
ul#progressMeter li {
 float: left;
 text-align: center;
 padding: 0 9px 12px 9px;
 background: url(images/progress_2.gif) repeat-x center bottom;
}
ul#progressMeter li:first-child {
 padding-left: 0;
}
ul#progressMeter li:last-child {
 padding-right: 0;
}
ul#progressMeter li.incomplete {
 background-image: url(images/progress.gif);
 width:110px;
}
ul#progressMeter li.complete {
 color:#FFCC00;
 font-weight:bold;
 background-image: url(images/progress.gif);
 width:110px;
}

ul#progressMeter li.current {
 font-weight: bold;
 color: #369;
 background-image: url(images/progress_1.gif);
}
/*************************SLIDER ***********************************/
#slider-wrapper {
	margin: 0 0 0 40px;
	cursor: pointer;
}
#slider-back {
	padding: 0 0 0 10px;
	width: 550px;
	height: 60px;
	background: white url(slider_back.png) top left no-repeat;
}
#slider-thumb {
	width: 19px;
	height: 19px;
	padding-top: 5px;
}
#slider-labels {
	padding-left: 10px;
	padding-bottom: 20px;
}
#slider-labels li {
	display: block;
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
}

/*	Article Items
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			
		#contents .listItem {
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			float: left;
			background-color: #fff;
			margin: 5px 5px 0px 0px;
			background-color: #FFFDF3;
			overflow: hidden;
			line-height: 1em;
			text-decoration: none;}
			
			
		#contents .listItem a,		
		#contents .listItem a:visited {
			display: block;
			color: #333;
			width: 250px;
			height: 107px;
			background-image: none;
			margin: 1px;}
	   #contents .listItem img {
			border: solid 1px;
			border-color: #333 #333 #333 #333;
			padding: 1px 1px 1px 1px;
			margin:2px;
			text-decoration:none;}
			
		#contents .listItem a {
			border: solid 1px;
			border-color: #333 #333 #333 #333;
			padding: 15px 5px 3px 5px;
			text-decoration:none;}
			
		#contents .listItem a:visited {
			border: solid 1px;
			border-color: #e7e7e7 #fff #fff #fff;
			background-image: none;}
			
		#contents .listItem a:hover {		
			text-decoration: none;
			background-image: none; 
			display: block;
			margin: 0px;
			border: solid 2px #cc3300;}
			
		#contents .listItem a span {
			font-family: Georgia, serif;
			font-weight:bolder;
			color:  #003F7E;
			padding: 0px 0px 3px 0px;}
			
		#contents .listItem a:visited span {
			font-weight: normal;}
					
		#contents .listItem a:hover span {
			color:  #cc0000;}
		
		#contents .listItem p {
			padding: 0px;
			margin: 0px;}
			
			
.homeimg
{
	border:1px solid #F0F0F0;
	padding:3px;
	margin-right:10px;
}

/*********************************************************************************
									GALLERY
**********************************************************************************/

ul.gallery {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
		ul.gallery li {
			display: block;
			float: left;
			margin: 0 5px 0 0;
		}
		
			ul.gallery li a {
				padding: 2px;
				display: block;
				border: 2px #9db2b9 solid;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				line-height: 0;
			}
			
			ul.gallery li a:hover { border: 2px #313739 solid; }
