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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
                width: 750px;
	margin: 0px;
	padding: 0px;
	background: #cccccc url(bg_grad.jpg) fixed;
}

/******* 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: #334d55;
 margin: 0px;
 padding: 0px;
}

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

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: 90% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;

}

h6{
 font: 80% 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;
       z-index: 1;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#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: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	width:125px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	font: Verdana,sans-serif;
}





#content{

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




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

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

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

/************** pageDate styles ****************/

#pageDate{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font: 75% Arial,sans-serif;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333333;
}


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

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


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

a.glink:hover{
  	background-image: url(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: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: 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{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;

                
}


.feature {

                height: auto;

}

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

.feature h4{
	font: bold 140% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature h5{
	font: bold 120% Arial,sans-serif;
	color: #000000;

	padding: 30px 0px 5px 0px;
}

.feature h6{
	font: normal 120% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}




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

}

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

.featurelong h3{
	font: bold 140% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}



/********************************************/

table.datapresent20 {

width: 100%;
border: 1px solid #111111;
padding: 1px;

} 


table.datapresent20 th{

font: bold 85% Verdana,sans-serif;
font-color: #333333;
background-color: #ccffff;
border: 1px solid #111111;
margin: 1px;
padding: 1px;
text-align: center;

} 


table.datapresent20 td{

font: bold 65% Verdana,sans-serif;
font-color: #333333;
background-color: #f0f8ff;
border: 1px solid #111111;
margin: 1px;
padding: 1px;
text-align: center;

} 


table.dataalert01 {

width: 100%;
border: 1px solid #111111;
padding: 1px;

} 


table.dataalert01 th{

font: bold 85% Verdana,sans-serif;
font-color: #333333;
background-color: #f0f8ff;
border: 5px solid #111111;
margin: 1px;
padding: 1px;
text-align: center;

} 


table.dataalert01 td{

font: bold 85% Verdana,sans-serif;
font-color: #333333;
background-color: #f0f8ff;
border: 5px solid #111111;
margin: 1px;
padding: 1px;
text-align: center;

} 


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

.storyheadings {
                           text-align: center;

}

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

}

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

.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;
}


#NewsArchive img{
	float: center;
                border: 0px;
	padding: 0px 0px 0px 0px;
                margin: 0px 0px 0px 0px;
}




/*************** maplinks styles ******************/

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

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

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

.maplinks p {
	padding: 0px 0px 10px 0px;
}

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

#sectionLinks a:link, #sectionLinks a:visited {
	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: #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;
}


/**************** bar images *****************/

#Bar123 {
	float: left;
	display: inline;
}



/**************** Window styles *****************/


#WindowMainBody {
        position: relative;
        display: block;
        z-index: 1;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	width: 498px;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #CCCCCC;
	border-right: 5px solid #999999;
	border-bottom: 5px solid #999999;
	border-left: 5px solid #CCCCCC;
}

#WindowLeft {
	float: left;
	width: 131px;
	display: block;
	background: #eeeeee;
}

#WindowLeft a {
	display: block;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 2px 1px;
}

#WindowLeft  h1{
	background: #abaaaa;

}

#WindowLeft  h2 {
	font-size: 11px;
	color: #FFFFFF;
	background: #aaaabb;
	height: 15px;
	padding-top: 2px;
                padding-bottom: 2px;
	padding-left: 2px;
	border-top: 3px solid #CCCCCC;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #CCCCCC;
                margin: 2px;
                text-align: center;
}

#WindowLeft  h4 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
                margin: 0px 1px 9px 1px;
	padding: 0px;
                text-align: left;
}


#WindowLeft  h5 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
                margin: 0px 1px 0px 1px;
	padding: 0px;
                text-align: left;
}


#WindowLeft img {
	border: 0px;
                margin: 1px;
                padding: 0px;
	text-decoration: none;
                background-color: #bbbbbb;
}


#WindowRight {
	float: right;
	width: 136px;
	display: block;
	background: #eeeeee;
}

#WindowRight a {
	display: block;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 2px 1px;
}

#WindowRight h1 {
	background: #abaaaa;
}

#WindowRight  h2 {
	font-size: 11px;
	color: #FFFFFF;
	background: #aaaabb;
	height: 15px;
	padding-top: 2px;
                padding-bottom: 2px;
	padding-left: 2px;
	border-top: 3px solid #CCCCCC;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #CCCCCC;
                margin: 2px;
                text-align: center;
}


#WindowRight img {
	border: 0px;
                margin: 0px;
	text-decoration: none;
                background-color: #bbbbbb;
}



#WindowCenter {
	margin-left: 133px;
                margin-right: 138px;
	display: block;


}

#WindowCenter a {

}

#WindowCenter a:hover {
	background: #DDEEFF;
                text-decoration: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}


#WindowCenter a:visited {
	color: #3300ff;
	text-decoration: none;
}

#WindowCenter h2 {
	font-size: 14px;
	color: #FFFFFF;
	background: #aaaabb;
	height: 21px;
	padding-top: 4px;
                padding-bottom: 4px;
	padding-left: 8px;
	border-top: 3px solid #CCCCCC;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #CCCCCC;
                margin: 0px 2px 2px 2px;
                text-align: center;
}

#WindowCenter h3 {
	font-size: 10px;
	color: #555555;
	background: #ffffff;
	height: 11px;
	padding-top: 2px;
	padding-left: 8px;
	border-top: 0px;
                margin: 2px 2px 6px 1px;
                text-align: center;
}



#WindowCenter h3 a:hover {
	color: #ff33ff;
	text-decoration: underline;
}


#WindowCenter h5 {
	font-size: 8px;
	color: #334d55;
	background: #ffffff;
	height: 9px;
	padding-top: 2px;
	padding-left: 8px;
	border-top: 0px;
                margin: 2px 2px 2px 1px;
                text-align: center;

}


#WindowCenter h5 a:hover {
	color: #ff33ff;
	text-decoration: underline;
}


#WindowCenter img {
	text-decoration: none;
                margin: 1px 0px 1px 0px;
                border-top: 3px solid #D9D9D9;
                border-bottom: 6px solid #D9D9D9;
                background-color: #bbbbbb;
}



#Windowbg {

}



Window h1 {
	font-size: 14px;
	color: #FFFFFF;
	background: #2952AE repeat-x;
	height: 21px;
	padding-top: 2px;
	padding-left: 0px;
	border-top: 3px solid #CCCCCC;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #CCCCCC;
                margin: 0px 0px 2px 0px;
                text-align: center;
}


Window h2 {
	font-size: 14px;
	color: #FFFFFF;
	background: #aaaabb;
	height: 21px;
	padding-top: 5px;
                padding-bottom: 5px;
	padding-left: 8px;
	border-top: 3px solid #CCCCCC;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #CCCCCC;
                margin: 0px 2px 1px 2px;
                text-align: center;
}



Window h3 {
	font-size: 10px;
	color: #555555;
	background: #ffffff;
	height: 11px;
	padding-top: 2px;
	padding-left: 8px;
	border-top: 0px;
                margin: 4px 2px 7px 1px;
                text-align: center;

}



Window h5 {
	font-size: 8px;
	color: #334d55;
	background: #ffffff;
	height: 9px;
	padding-top: 2px;
	padding-left: 8px;
	border-top: 0px;
                margin: 2px 2px 2px 1px;
                text-align: center;

}




table.WindowDisplayShow a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

 table.WindowDisplayShow a:hover {
	color: #ff33ff;
	text-decoration: underline;
}

 table.WindowDisplayShow img {
	border: 0px;
	text-decoration: none;
        background-color: #bbbbbb;
}




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









