/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #330000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background:  #802400;
}

.BoldTxt{
  font-weight: bold;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #638500;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	text-decoration: underline;
}

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

h1{
	font: bold 120% Arial,sans-serif;
	color: #3E003E;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font: bold 116% Arial,sans-serif;
	color: #334d55;
	margin: 0px 0px 5px 15px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3{
 font: bold 110% Arial,sans-serif;
 color: #9E2800;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 105% Arial,sans-serif;
 color: #336666;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #996633;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: disc;
}

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: 212px;
	left: 20% ;
	right: 22.5%;
	width:707px;
	background-color: #FFE175;
}

#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: 20%;
	right: 2%;
	width:707px;
	margin-top: 0px;
	height: 185px;
	background: url(../images/OrangeTopLogo.jpg) left no-repeat;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #FFE175;
	border-right: 1px solid #FFD438;
	border-bottom: 1px solid #FFD438;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #FFD438;
}


/***********************************************/
/* 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 #FFD438;
}

#pageName h2{
	color: #6B1B00;
	margin: 8px 0px 0px 10px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
}

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

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

#globalNav{
position: absolute;
width: 707px;
height: 25px;
font-family:Arial, Helvetica, sans-serif;
color: #660033;
margin-top: 138px;
background: #FFCC33 url(../images/OrangeLeftNavBar.jpg) repeat-y left;
border-bottom: #FF9933  solid 3px;

}

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

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

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	/*position: absolute;*/
	position:relative;
	top: 3px;
	text-align:right;
	height: 25px;
	padding: 0px;
	/*margin: 0% 1% 1% 40%;*/
	z-index: 100;
	width: 707px;
}


a.glink, a.glink:visited{
  	font-size: smaller;
	text-align:right;
  	color: #660033;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #003300;
	
}

a.glink:hover{
	color: #666600;  	
	text-decoration: none;
}

.skipLinks {display: none;}

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

.subglobalNav{
	position: absolute;
	top: 300px;
	left: 0px;
	/*width: 100%;*/
	height: 20px;
	padding: 0px 0px 0px 10px;
	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: 15px 0px 0px 12px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-size: 9pt;
}

#breadCrumb a, #breadCrumb a:visited{
	color: #336600;
}

#breadCrumb a:hover{
	color: #638500;
	text-decoration: underline;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	color: #9E2800;
	padding: 30px 0px 5px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: bold;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	color: #9E7700;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
}

.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 #FFD438;
	font-size: 70%;
	color: #666633;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align:center;
	
}

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


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

#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #FFECA8;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #FFD438;
}
#sectionLinks br{
	padding: 0;
	margin: 0;
}
/*#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #FFD438;*/
	/*background-image: url(bg_nav.jpg);*/
	/*font-weight: bold;
	font-size: 85%;
	padding: 0px 0px 0px 9px;
	color: #333300;
}*/

/*#sectionLinks a:hover{
	border-top: 1px solid #FFD438;
	background-color: #FFCC00;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
#sectionLinks ul{
	list-style-type: none;
}
/*#sectionLinks li{
	list-style-type:none;
	margin-left: 0;
	margin-bottom: 2px;
	padding-left: 0;
	padding-bottom: 3px;
	
}

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

.relatedLinks{
	margin: 0px;
	padding: 0px 5px 10px 10px;
	font-size:80%;
	border-bottom: 1px solid #FFD438;
	background-color: #FFECA8;
}



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

.relatedLinks a{
	display: block;
	border-bottom: 1px dotted #FFD438;
	margin-bottom: 6px;
	font-weight:normal;
}


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

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}
/************************************************/
ul.makeMenu, ul.makeMenu ul {
  width: 170px;                 /* sets the size of the menu blocks */
  padding: 10px;
  background-color: #FFECA8;      /* a bg-color MUST be included for IE to work properly! */
  padding: 0px;           		/* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin: 0px;            		/* Opera 7 final's margin and margin-box model cause problems */
  font-size: 8pt;
  border: #FFECA8 1px solid;
}
ul.makeMenu li {
  list-style-type: none;       /* removes the bullet points */
  /*margin: 5px ;                 /* Opera 7 puts large spacings between li elements */
  padding:0px 0px 3px 10px ;
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #333300;                 /* sets the default font colour to white */
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #FFD438;     
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 2px;                    /* position slightly lower than the parent menu item */
  left: 78px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #FFD438;      /* gives the active menu items a yellow background */
  color: #333300;                 /* makes the active menu item text black */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a, ul.makeMenu li a:visited { color: #333300; display: block;  text-decoration: none; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #333300; text-decoration: none;}
ul.makeMenu li:hover > a { color: #333300; } /* supports links in branch headings - must not be display: block; */
/********************* end **********************/

