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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.1;
	margin: 0px;
	background: #cccccc url(../images/bg_grad.jpg) fixed;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: small;
}

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

a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:link{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

h1{
 font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding-top:10px;
}

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

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 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: 150px;
	left: 10%;
	right:10%;
	width:80%;
	background-color: #ffffff;
	min-height: 490px;
	padding: 0px;
	}

#tl {
	position:relative;
	top: -8px;
	left: -2px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:relative;
	top: -10px;
	right: -2px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	float:right;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 10%;
	right: 10%;
	width:80%;
}

#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 0px 0px 0px;
	margin:0px 0px 0px 0px;
	margin-top:10px;
	background-color:white;
	width:100%;
	height:690px;
	min-height:690px;
	
	
}

#siteInfo{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	border-left: 1px solid #ccd2d2;
}

/***********************************************/
/************ ADDED ****************************/

DIV.pagewrapper {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	padding-top: 5px;
	margin-left:9%;
	margin-right:9%;
	WIDTH: 80%;
	height:100%;
	min-height:100%;
	max-height:100%;
}

DIV.ContentRow {
	font: medium serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	width: 100%;
	margin-bottom: 0px;
	

}

DIV.ContentRow P {
 font-size:medium;
 font-family:Arial, Helvetica, sans-serif;

}

DIV#footer {
	CLEAR: both; OVERFLOW: hidden;
	width:100%; 
}

DIV.right-column {
	FLOAT: right;
	WIDTH: 47%;
	margin-top: 0px;
	padding-top:10px;
	padding-bottom:10px;
	
	
}

DIV.right-column p {
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

DIV.right-column UL {
	list-style: none;
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:medium;
}



DIV.left-column {
	FLOAT: left;
	WIDTH: 47%;
	margin-top: 0px;
	padding-left: 5px;
	padding-top:10px;
	padding-bottom:10px;
	
	
	
}

DIV.left-column p{
		WIDTH: 95%;
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
	    
	}


.lpart { 
	background-color:#f0f0f0; 
	border-left:#ccc 2px solid;
	padding-bottom:25px;
	color:black;
}

.lpage { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px; font-weight:bold;
	color:black;
	
}





/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 5px 0px 8px 0px;
	color: #ffffff;
	font-weight: bold;
	font-size:20px;
	height:60px;

}

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

#utility{
	position:absolute;
	top: 25px;
	right:12%;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: medium;
	height:60px;
	float:right
	
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding:10px 5px 10px 5px;
    padding: 
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	width:97%;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding-top:10px;
	
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 7px;
	padding: 0px;
	margin: 0px;
	width: 87px;
	height: 76px;
}

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 50px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(../images/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: 15px;
	height: 40px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink:visited{
  	font-size: medium;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}


a.glink{
  	font-size: medium;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(../images/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:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:link {
	font-size: 80%;
	color: #ffffff;
}

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



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

.story {
	font-size: medium;
	float:right;
	width: 48%;
	min-height:395px;
	padding: 10px;
	
}

.story p {
	padding: 0px 0px 0px 0px;
	width:360px;
	line-height:120%;
	margin-bottom:7px;
	margin-top:0px;
}


.storyLeft {
	font-size: medium;
	float:left;
	width: 45%;
	min-height:395px;
	padding: 10px;
}
.storyLeft p {
	padding: 0px 0px 5px 0px;
	width:360px;
}




.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}


.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: x-small;
	color:  gray;
	padding: 1% 1% 1% 1%;
	margin-top: 0px;
	background-color: #FFFFFF;
	}


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

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:link {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* 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 **********************/
.style1 {
	margin-left: 10px;
	margin-right: 10px;
}

.style2 {
	text-align: center;
}

