﻿/***********************************************/
/* 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;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	padding: 0px;
	background-color:E9EAEB;
	
/*	background: #cccccc url("bg_grad.jpg") fixed;*/

}



.text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: x-small
}

.textBold {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: bold;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #294C49;
	text-decoration: none;
	font-weight: bold;
}

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: #714d00;
 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: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 0px; /* was 112px*/
	left: 0px; 
	right: 0px; 
	width:95.6%;
	background-color: #ffffff;
}


#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 0px; /*left was 178px */
/*	border-left: 1px solid #ccd2d2;*/
}


/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 0px 0px;  /* bottom was 14px*/
	margin: 0px;
/*	border-bottom:1px solid #ccd2d2;*/
	height: 525px;
	background-color:E9EaEB;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	left: 0px; /*was right */
	padding: 0px;
	margin: 0px;
}

/*************** story styles ******************/

.story {
	padding: 550px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bolder 125% Arial,sans-serif;
	color: #9ebe32;
}

.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;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #4a4a4a;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link, a:visited {
	color: #4a4a4a;
	text-decoration:none;
}

#siteInfo a:hover{
	text-decoration: underline;
}

/************ 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-color: #FDECF1;
	/*background-image:  url("bg_nav.jpg");*/
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #714D00;  /* text color */
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #F7B2C7;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #714D00;  /* text color */
}
