/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333;
	line-height: 1.166;
	margin: 0px;
	background-color: #fff;
	top: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: scroll;
	z-index: auto;
	height: auto;
	width: auto;
	left: auto;
}

/******* 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: #005fa9;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #005FA9;
 margin: 0px;
 padding: 0px;
}
.big	{
	font-size:30px!important;
	text-align:center;
}
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{
 list-style-position: inside;
}

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                                 */
/***********************************************/

#Layer1	{
	position:absolute;
	width:79px;
	z-index:auto;
	top:10px;
	left:86px;
	height: 202px;
}

#pageLogo	{
	width:720px;
	height:200px;
	left:172px;
	top:10px;
	position:absolute;
	background:url(images/mainimage3.JPG);
}

#global	{
	width:990px;position:absolute;
	left:50%;margin-left:-496px;
}

#topdiv{
	position:absolute;
	top: 0px;
	left: 15%;
	right: 2%;
	width:70%;
	min-width: 910px;
	height: 324px;
	background-color: #ffffff;
}

#pagecell1{
	position:absolute;
	top: 310px;
	left: -1px;
	right: 2%;
	width:990px;
	min-width: 910px;
	background-color: #ffffff;
	border: 1px solid #ffcc33;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin:0px;
	padding:0px;
	z-index: auto;
	height:17px;
	width:16px;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin:0px;
	padding:0px;
	z-index:auto;
	height:17px;
	width:16px;
}
#bl {
	position:absolute;
	top:143px;left:1px;
	margin:0px;padding:0px;
	z-index: 100;
}

#br {
	position:absolute;
	top: 138px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#flashscreen{
	position: absolute;
	top: 32px;
	left: 161px;
	width:889px;
	border: 1px solid #ffcc33;
	height: 156px;
}

#masthead{
	position: absolute;
	top: 206px;
	left: 45px;
	height: 121px;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 13px;
	color: #005FA9;
	font-weight: bold;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #666666;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 13px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 125% 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: 870px;
	min-width: 640px;
	height: 30px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	margin-left:13px;
	background:url(images/test_glbnav.gif);
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top:0px;left:0px;
	height:30px;width:16px; 	
}

#gnr {
	position: absolute;
	top:0px;right:0px;
	height:30px;width:16px; 
}

#globalLink{
	position: absolute;
	top: 0px;
	height: 30px;
	padding: 0px;
	padding-top:5px;
	padding-bottom:40px;
	margin: 0px;
	left: 70px;
	z-index: auto;
	width: 800px;

}

#globalLink li{
	list-style:none;
	float:left;
}

#globalLink li ul li{
	list-style:none;
	position:static ;float:left;
}

#globalLink li:hover ul{
	display:block;
}

#globalLink li.jshover ul{
	display:block;
}

#globalLink li:hover a.glink{
	color: #FFCC33;
}

#globalLink li.jshover a.glink{
	color: #FFCC33;
}

.subglobalNav	{
	position: absolute;
	top: 19px;
	left: 0px;
	width: 800px;
	padding: 15px 10px 0px 0px;
	_left:-38px;
	color: #333399;
	display:none;
	font-weight: bold;z-index:1000;
	background:url(images/blank.gif);
}

.subglobalNav a	{
	line-height:20px;	
}

a.glink, a.glink:visited{
  	font-size: 15px;
  	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 10px 6px 4px 6px;
}

a.glink:hover{
/*	background-image:  url("glblnav_selected.gif");*/
	color: #FFCC33;
	text-decoration: none;
	
}

a.glinksel, a.glinksel:visited{
    font-size: 80%;
  	color: #ffcc33;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
}	

a.edline, a.edline:visited{
	background:url(images/glblnav_selected.gif);
  	font-size: 80%;
  	color: #333399;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
}

a.edline:hover{

	text-decoration: none;
	color: #FFCC33;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{

}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
/*  	font-weight: bold;   */
	margin: 0px;
	padding: 2px 5px 4px 5px;
	color: #333399;
}

.subglobalNav a:hover{
	color: #FF9900;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: -30px;
	right: 10px;
	z-index: 101;
	left: 75%;
	width: 200px;
}

#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{
	font-size: 80%;
	min-height: 200px;
	height: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 150% Arial,sans-serif;
	color: #005fa9;
	padding: 20px 0px 5px 0px;
}

.feature img{
	float: left;
	margin: 10px 17px 25px 17px;
	border:4px solid #ffcc33;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #333333;
}

.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;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

.slinksel{
/*    display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");  */
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFCC33;
	background-color: #993399;
}	
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background:url(images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	width:168px
}

#sectionLinks a:hover{
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;	width:168px;
}
#sectionLinks a.margin{
	margin:15px 0;
}

.slinksel{
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFCC33;
	background-color: #800080;
}	


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/


.style4 {
	color: #666666;
	font-size: x-small;
}
.style8 {
	color: #999999;
	font-size: 100%;
}
.style9 {
	color: #005fa9;
	font-size: 100%;
}
.style10 {font-size: 36%}


.style4 {
	color: #666666;
	font-size: x-small;
}
.style8 {
	color: #999999;
	font-size: 100%;
}
.style9 {
	color: #005fa9;
	font-size: 100%;
}
.style14 {
	font-size: x-large;
	font-weight: bold;
}
.style23 {
	font-size: 36px;
	font-weight: bold;
}
.style15 {
	font-size: 16px;
	font-style: italic;
}

.cse-branding-right	{
	background:#FFF;
	color:#000;
	position:absolute;
	left:405px;
	top:16px;
	width:402px;
	z-index:auto;
}	
.cse-branding-right #cse-search-box input	{
	position:relative!important;float:left!important;clear:none;z-index:1000;
}	
.cse-branding-text, .cse-branding-logo	{
	position:absolute;
	z-index:auto;
	left:300px!important;
	padding:0!important;
	margin:0!important;
}
.cse-branding-text	{
	left:286px!important;
	top:0px!important;
}
