/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.side_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: 100;
	line-height: 14px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	color: #003366;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.head1{
	color: #003366;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2{
	color: #D80022;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.head2{
	color: #D80022;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.h2underline {
	color: #003366;
	margin: 0px 0px 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-style: solid;
	border-top-color: #003366;
	border-top-width: 1px;
	background-image: url(images/line_bg.gif);
	
}
.tabler_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	background-image: url(images/column_line2_bg.jpg);
	color: #FFFFFF;
}
.red_bar {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C20C3E;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
}




h3 {
	color: #003366;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.head3 {
	color: #003366;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}

h4 {
	color: #003366;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;

}

.head4 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #D80022;
 	margin: 0px;
 	padding-top: 10px;
}

h5 {
	color: #D80022;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;

}

a.tlink, a.tlink:visited{
	font-size: x-small;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 1px 5px 4px 5px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: .03em;
	font-style: normal;
}

a.tlink:hover{
	text-decoration: none;
	background-color: #D80025;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0 0px 10px;
	line-height: 125%;
}


.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 4px;
	padding: 0px;
	line-height: 120%;
}



/*************** list tag styles ***************/

ul{
	list-style-type: square;
	list-style-position: outside;
	font-size: 12px;
	line-height: 125%;
	padding-top: 0px;
	margin-top: 0px;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	margin: 0 auto;
	width:900px;
	background-color: #ffffff;

}

#masthead{
	position: relative;
	margin: 0 auto;
	top: 5px;
	width:900px;
	height: 78px;
	background-color: #ffffff;
}

#pageNav{
	float: left;
	width:160px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#sidebar{
	float: right;
	width:175px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 1px;
	overflow: auto;
	font-size: small;
	color: #333333;
	
}

#content{
	float: left;
	border-left: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2;
	width: 530px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#sitename{
	position: absolute;
	top: 4px;
	right: 4px;
	letter-spacing: 0.1em;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
}


/************** utility styles *****************/

#utility{
	position: absolute;
	top: 39px;
	right: 2px;
	letter-spacing: 0.1em;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
}

#utility a{
	color: #333333;
}

#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: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	top: 58px;
	width: 100%;
	min-width: 640px;
	height: 21px;
	color: #cccccc;
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	background-color: #132767;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: -1px;
	height: 21px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
	font-size: x-small;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: .1em;
	font-style: normal;

}

a.glink:hover{
	text-decoration: none;
	background-color: #1C2F6D;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/
.subglobalNav{ 
behavior: url('IEFixes.htc');
  }
  
.subglobalNav {
	position: absolute;
	top: 80px;
	left: 5px;
	height: 25px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
	width: 614px;
}
  
.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 65%;
	color: #ffffff;
}
.subglobalNav a:hover, .subglobalNav a.hover{
	color: #cccccc;
}


.sidebarhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
	padding-top: 10px;
	font-weight: bold;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: small;
	min-height: 200px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	font-family: Arial, Helvetica, sans-serif;
	
}

.story h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.smalllist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: xx-small;
	color: #666666;
	padding: 5px;
	margin-top: 0px;
}


/************ sectionLinks styles **************/
.sectionhead {
	color: #D80022;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 3px;
	line-height: 18px;
}

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#sectionLinks a:hover{
	background-image: none;
	font-weight: bold;
	text-decoration: underline;
	color: #D80022;
}

/************ Sub-Nav styles **************/
.subnav {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 3px;
	line-height: 18px;
}

#subnav{
	margin: 0px;
	padding: 0px;
}

#subnav h3{
	padding: 10px 0px 2px 10px;
}

#subnav a:link, #subnav a:visited {
	display: block;
	font-weight: bold;
	font-size: 11px;
	color:#666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#subnav a:hover{
	background-image: none;
	font-weight: bold;
	text-decoration: underline;
	color: #D80022;
}
/* The "Latest News" section on the main page */
.latest-news {
	line-height: normal;		/* override the line-height that's set earlier in the cascade */


.latest-news p {
	padding: 0;		/* undo the padding set on p tags in browser's default stylesheet */
}

.latest-news-date {
	font-size: 9px;
}
.paragraph_underscore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 115%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

