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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #4E5581;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url(graphics/bpoe1989bkgrnd1500x.jpg); background-repeat:no-repeat; 
}

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

a:link, a:visited{
	color:#4E5581;
	font-weight:bold;
	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:  120% Arial,sans-serif;
 color: #4E5581;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #4E5581;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 110% Arial,sans-serif;
 color: #4E5581;
 font-weight:bold;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #cccccc;
 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;
}

hr {
	color: #ccd2d2;
	size: 1px;
	height: 1px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#masthead{
	position: absolute;
	text-align:center;
	top: 0px;
	left: 0px;
	padding-right:5px;
	width:980px;	
}

#pagecell{
	position:absolute;
	background-color:#FFFfff;
	top: 173px;
	left: 0px;
	width:975px;
	padding-right:5px;

}


#pageName{
	padding: 4px 0px 4px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
/*	border-top:1px solid #ccd2d2;	*/
}

#pageName h2{
	font: bold 100% Arial,sans-serif;
	color: #4E5581;
	margin:0px;
	padding: 0px;
}


#pageNav{
	float: left;
	width:180px;
	padding: 0px;
	background-color:#FFFFFF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; 
	font: Arial,sans-serif;
}

#righthandBar {
	float: right; /* since this element is floated, a width must be given */
	/*border-left:#2D3816 solid 4px;*/
	font-size:85%;
	color: #4E5581; 
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; 
	font: Arial,sans-serif;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
/************* jumpToLinks styles **************/

.jumpToLinks{
	margin: 0px;
	padding: 0px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	color: #4E5581;

}

.jumpToLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 110%;
}

.jumpToLinks a{
	font-weight:normal;
	display: block; 
	padding-top: 2px;
	line-height: 1;	
	font-size: 90%;
		font-weight:bold;
	
}


.contactInfo{
	position:relative;
	background-color:#FFFFFF;
	top: 50px;
	text-align:center;
 	vertical-align:bottom;
	margin:0px;
	font-size:9px;
}

.contactInfo p{
/*	padding-left:4px; */
	color: #4E5581;
}









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

#globalNav{
	position: absolute; 
	text-align:center;
	top:108px;
	left: 0px;
	width: 980px;
	height: 32px;
	color: #0D0B32;
	padding-right: -5px; 
	margin: 0px;
	background-color:#FFFFFF;
	border-bottom:32px solid #4E5581;
	border-top:1px solid #ccd2d2;	
 /*	background-image:  url("./graphics/glbnav_background.gif"); */
}



#globalLink{
	position: absolute;
	top: 6px;
	left:88px;
	height: 22px;
	min-width: 640px; 
	padding: 0px;
	margin: 0px;
	/*left: 60px; */
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
	color: #4E5581;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid ;
	font-size: 85%;
}
a.glink:hover{
	font-size: 85%;	
	text-decoration: none;
	padding: 2px 5px 4px 5px;
	color: #4E5581;
}



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

.subglobalNav{
	position: absolute;
	top: 148px;
	left: 0px;
	width: 980px;
	height: 32px;
	padding: 0px 10px 0px 10px;
	visibility: hidden;
	color: #FFFFFF;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size:85%;
	font-weight:bold;
	color: #ffffff;
}

.subglobalNav a:hover{
	font-size: 85%;
	text-decoration: underline;

}

#content{
	padding: 0px 0px 0px 0px;
	width: 575px;
	margin:0px 0px 0px 190px;
/*	border-left: 1px solid #ccd2d2;*/
}


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

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

.feature h3{
	font: 160% Arial,sans-serif;
	color: #4E5581;
	padding: 15px 0px 5px 0px;
}


.feature p{
	padding: 0px 0px 0px 0px;
}

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

.story {
	padding: 4px 0px 0px 5px;
	font-size: 90%;
}

.story h3{
	font: 150% Arial,sans-serif;
	color: #4E5581;

}

.story p {
	padding: 0px 0px 0px 0px;
}
.byline {
	font-style:italic;
	padding:0px;
}

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

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

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

.readMore {
	color: #005FA9;
	font-weight:bold;
}
/************** footer styles ****************/

#footer{
	clear: both;
	height:80px;
	border-top: 1px solid #cccccc;
	font-size:10px;
	color:#666666;
	padding-left: 165px;
	padding-top: 10px;
	margin-top: 0px;

}




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

#advert{
	padding: 10px;
	vertical-align:bottom;
}

#advert p {
	padding-left: 4px;
}

#advert img{
	display: block;
}

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