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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
*{
	margin:0;
	padding:0;
}

body{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #00003;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #CCCCCC;
}

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

a:link, a:visited{
	color: #FBDB6E;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

h1{
 font: bold 120% Arial,sans-serif;
 color: #6C4712;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #573711;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #6C4712;
 margin: 0px;
 padding: 0px;
}
s
h4{
 font: 100% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #6C4712;
 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: #FBDB6E;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 256px;
	left: 0px;
	right: 2%;
	padding: 0;
	width:1024px;
	background-color: #FFFFCC;
}

#tl {
	position:absolute;
	top: 1.2em;
	left: 0px;
	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: 0px;
	right: 0px;
	width:100%;
	
}

#pageNav{
	float: center;
	width:190px;
	padding: 0px;
	background-color: #FFFFCC;
	border-bottom: 1px solid #6C4712;
	font: small Verdana,sans-serif;
}

#content{
	position: absolute; 
	top: 0;
	padding: 0px;
	margin: 0px 0px 0px 195px;
	border-left: 1px solid #6C4712;
	z-index: 160;
}


/************** #containerul styles **************/


#containerul, #containerul ul{
	display:block;
	font-size:90%;
  	text-align:left;
  	margin: 0px 0px 0px 10px; /* Removes browser default margins applied to the lists. */
  	padding:0 0 0 10px; /* Removes browser default padding applied to the lists. */
	border-bottom: 1px solid #684817;
}
/*Start Commented Backslash Hack \*/
* html #containerul ul{height:1%;width: 245px; margin-right:-5px; overflow:hidden;}
/*Close Commented Backslash Hack */

#containerul a:link,
#containerul a:visited {
	color: #003300;
}
	
#containerul li{
 	margin:0; /* A left margin to indent the list items and give the menu a sense of structure. */
  	padding:0; /* Removes browser default padding applied to the list items. */
  	list-style-type:disc;
	
}
/*Start Commented Backslash Hack \*/
* html #containerul li{height:1%;width: 250px; margin-right:-5px; overflow:hidden;}
/*Close Commented Backslash Hack */

#containerul ul li {
	font-size:100%;
 	 margin:0; /* A left margin to indent the list items and give the menu a sense of structure. */
  	padding:0; /* Removes browser default padding applied to the list items. */
  	list-style-type:circle;
}
#containerul ul li a:link,
#containerul ul li a:link{
	color: #003300;
}

#containerul ul li ul li{
	font-size:100%;
 	 margin:0; /* A left margin to indent the list items and give the menu a sense of structure. */
  	padding:0; /* Removes browser default padding applied to the list items. */
  	list-style-type:circle;
}

#containerul ul li ul li ul li{
	font-size:100%;
 	 margin:0 0 0 25px; /* A left margin to indent the list items and give the menu a sense of structure. */
  	padding:0; /* Removes browser default padding applied to the list items. */
	list-style-type:square;
}
/*Start Commented Backslash Hack \*/
* html #containerul{height:1%;width: 250px; margin-right:-5px; overflow:hidden;}
/*Close Commented Backslash Hack */


#containerul h3{
	padding: 10px 0px 2px 5px;
	color:#684817;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 1em;
	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: #6C4712;
	margin:0px;
	padding: 0px;
}

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

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

#globalNav{
position: relative;
width: 1024px;
min-width: 1024px;
height: 256px;
color: #CCE8CB;
padding: 0 0px 0px 0px;
margin: 0px;
background-color:#FFFFFF;
	text-align:center;

}

#globalNav img{
	margin-bottom: 0;
	z-index: 100;
 
}

#gnl {
	position: absolute;
	top: 242px;
	left:0px;
		text-align:center;
	margin-left: 5em;
	font-weight:bold;
	font-size:12px;
}

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

#globalLink{
	position: absolute;
	top: 0;
	height: 150px;
	/*width: 100%;*/
	min-width: 1024px;
	padding: 0;
	.......
	margin: 0px;
	left: 0px;
	z-index: 82;
	background-color: #6C4712;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #99CCFF;
	font-weight: bold;
	margin: 0px;
	padding: 0 .5em 0 5px;
	border-right: 1px solid #FCA61A;
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
	color: #25492B;
}

.skipLinks {display: none;}

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

.subglobalNav{
	position: absolute;
	top: 500px;
	left: 230px;
	width:inherit;
	height: 1.25em;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
	color: #000000;
	font-weight: bold;
	background-color: #779b41;
	text-align:left;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #000000;
}

.subglobalNav a:hover{
	color: #cccccc;
}

.subglobalNav p{
	font-size: 80%;
	margin-top: inherit;
}

.subglobalNav2{
	position: absolute;
	top: 4.6em;
	left: 330px;
	width:inherit;
	height: 1.25em;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
	color: #000000;
	font-weight: bold;
	background-color: #779b41;
	text-align:left;
}

.subglobalNav2 a:link, .subglobalNav2 a:visited {
	font-size: 80%;
	color: #000000;
}

.subglobalNav2 a:hover{
	color: #cccccc;
}

.subglobalNav2 p{
	font-size: 80%;
	margin-top:inherit;
}

.subglobalNav3{
	position: absolute;
	top: 4.6em;
	left: 475px;
	width:inherit;
	height: 1.25em;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
	color: #000000;
	font-weight: bold;
	background-color: #779b41;
	text-align:left;
}

.subglobalNav3 a:link, .subglobalNav3 a:visited {
	font-size: 80%;
	color: #000000;
}

.subglobalNav3 a:hover{
	color: #cccccc;
}

.subglobalNav3 p{
	font-size: 80%;
	margin-top:inherit;
}
.subglobalNav4{
	position: absolute;
	top: 4.6em;
	left: 580px;
	width:inherit;
	height: 1.25em;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
	color: #000000;
	font-weight: bold;
	background-color: #779b41;
	text-align:left;
}

.subglobalNav4 a:link, .subglobalNav4 a:visited {
	font-size: 80%;
	color: #000000;
}

.subglobalNav4 a:hover{
	color: #cccccc;
}

.subglobalNav4 p{
	font-size: 80%;
	margin-top:inherit;
}

/************* #search styles ***************/
#siteDate{
position:absolute;
margin-left: 10px;
	font-size: 80%;
	color: #EEEEEE;
	top: 1px;
	text-align:left;
	min-height: 1px;
	z-index: 120;
}

#search{
	clear:both;
	position: absolute;
	margin-left: 900px;
	top: 1px;
	max-width: 955px;
	z-index: 101;
	text-align: left;
	font-weight:bold;
	font-size: 80%;
	color:#FFFFFF;
}

#search input{
   margin: 0 0 0 10px;
 }
 
#search a:link, #search a:visited {
	color:#FBDB6E;
	
}

#search a:hover{
	margin: 0;
}

#login{
	clear:both;
	position: absolute;
	margin-left: 794px;
	top: 40px;
	max-width: 955px;
	z-index: 115;
	text-align: left;
	font-weight:bold;
	font-size: 80%;
	color:#6C4712;
}

#login input{
   margin: 0 0 0 10px;
 }

#login a:link, #login a:visited {
	color:#FBDB6E;
	
}
/************* breadCrumb styles ***************/

#breadCrumb{
	padding: .4em 0px 5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #AAAAAA;
	background-color:#6C4712;
}

#breadCrumb a{
	color: #AAAAAA;
}

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


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

.feature{
	position: absolute; left: 195px; top: 5px;
	padding: 0px 0px 10px 1px;
	font-size: 80%;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: .1em 0px 5px 0px;
}

.feature img{
	position: absolute; left: 195px; top: 1px;
	margin: -50px 0px 0px 195px;
	padding: 0px .6em 8px 0px;
}


.clearfix: after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}		


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

.story {
	padding: .5em 10px 0px 10px;
	font-size: 80%;
	font: Arial,sans-serif;
	color:#6C4712;
	border-bottom: 2px solid #6C4712;
	background-color:#D6C39D;
	width:810px;
	margin-right:10px;
}

.story a{
	font: bold 1em Arial,sans-serif;
	color: #25492B;
	}
	
.story h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin: 10px 0px 5px -5px;
	border-bottom: 2px solid #6C4712;
}

.story h2 a{
	color:#6C4712;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
	margin: 10px 0px 5px -5px;
	border-bottom: 2px solid #6C4712;
}

.story h3 a{
	color:#000000;
}
.story h4{
	font: bold 125% Arial,sans-serif;
	color: #003399;
	margin: 5px 0px 5px 0px;
}

.story h4 a{
	color:6C4712;
}
	
.story p {
	padding: 0px 0px 10px 0px;
}

.story tr td{
	padding: 10px;
	}
	
.story blockquote {
	padding: 0px 0px 10px 50px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #D6C39D;
	display:block;
	padding-bottom: .5em;
}

.story a.capsule:hover{
	text-decoration: underline;
}

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

.story ul{
	margin-left: 15 px;
	}

.story li{
font-size:inherit;
list-style-type:disc;
list-style-position:inside;
	}

/************ column areas styles **************/

.column1{
	z-index:130;
	width: 566px;
	height: 200px;
	font-family:"Times New Roman", Times, serif;
	font-size: 1.2em;
  	color: #FFFFCC;
	font-weight: bold;
	text-align: center;
	background-color:#D6C39D;
	background-repeat: repeat-y;
	padding: .6em 0px 0px .6em;
	float: left;
}	

.column1 p{
	font-family:"Times New Roman", Times, serif;
	font-size: .7em;
	font-weight: normal;
	color: #6C4712;
	text-align: left;
}

.column1 p a{
	color:#25492B;
	font-weight:bold;
}

.column1 h3{
	color: #000000;
	text-align:left;
}

.column1 h3 a{
	color: #000000;
	text-align:left;
}
	
.column2{
	width: 240px;
	height: 200px;
	font-family:"Times New Roman", Times, serif;
	font-size: 1.2em;
  	color: #FFFFCC;
	font-weight: bold;
	text-align: center;
	background-color:#D6C39D;
	background-repeat: repeat-y;
	padding: .6em 0px 0px .6em;
	float: left;
}	

.column2 p{
	font-family:"Times New Roman", Times, serif;
	font-size: .7em;
	font-weight: normal;
		color: #6C4712;
	text-align: left;
}

.column2 p a{
	color:#25492B;
	font-weight:bold;
}

.column2 h3{
	color: #000000;
	text-align:left;
}

.column2 h3 a{
	color: #000000;
}


.clear{
	clear: both;
}


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

#siteInfo{
	font-size: small;
	color: #FFFFFF;
	padding: 0 0 0 0px;
	position:relative;
	min-height: 1px;

}

#siteInfo img{
	padding: .25em 0 45px 50px;
	vertical-align: middle;
	color:#FFFFFF;
}

#siteFooter{
	clear:both;
	font-size: small;
	color: #999999;
	border-top: 3px solid #6C4712;
	padding: 0.5em 0.6em 10px 10px;
	position: relative;
	min-height: 1px;
	text-align: left;
	width:813px;
}

#siteFooter a{
color:#6C4712;
}

.siteBottomNav p{
	width: 1024px;
	border-top: 3px solid #6C4712;
	font-size:small;
	color:#666666;
	margin-left: 5px;
	padding: 5px 0 0 0;
	position:inherit;
}
.siteBottomNav p a{
color:#6C4712;
}

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

#sectionLinks{
	margin: 0px;
	min-height: 115px;
	padding: 0px;
	background-color:#FFFFCC;

}

#sectionLinks h2{
	padding: 1em 0px 2px 20px;
}

#sectionLinks h3{
	padding: 1em 0px 2px 20px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	border-top: 1px solid #ffffff;
	font-weight: bold;
	color: #573711;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-decoration: none;
}
#sectionLinks p{
margin-left:20px;
margin-top: 15px;
}

#sectionLinks p a{
color: #573711;
}
/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: .6em 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


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

#advert{
	padding: .6em;
}

#advert img{
	display: block;
}

/**************** frames *****************/
#frmToolbar{
	width: 237col;
	margin:0px;
	border: 6px;
	border-color: #999999;
}

#frmDrawing{
	margin:10px;
	}

/********************* end **********************/
