/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px 10px 10px 5px;
	padding: 0px;
	background:  #99CCCC;
	background-color: #FFFFFF;
	}

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

a:link{
	color: #C13828;
	text-decoration: none;
	
}
a:visited{
	color: #8E3120;
	text-decoration: none;
	
}

a:hover{
	color: #C13828;
	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: 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                                 */
/***********************************************/
#pagecell{
	position:absolute;
	top: 205px;
	left: 0px;
	right: 10px;
	width:800px;
	background-color: #ffffff;
	border-bottom-color: #FFFFFF;
	border-color: #FFFFFF;
	border-width: 0px;
	border-left-style: solid;
	border-style: solid;
}

#masthead{
	position: absolute;
	top: 7px;
	left: 0px;
	right: 0px;
	width:850px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
.mastheadlargetext {
	font-size: 22px;
	color: #c13828;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-family:Nobel-Bold;
	font-variant: small-caps;
	padding: 5px 0px 0px 5px;
}
.mastheadsmalltext {
	font-size: 12px;
	color: #C13828;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#pageNav{
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	font: 10px Arial,sans-serif #AC5017;
	height: inherit;
	padding-right: 0px;
	margin-left: 0px;
	background-image: url(images/gradient44625679.png);
	background-color: #FEFEFE;
	background-repeat: repeat-y;
}

#content{
	padding: 0px 0px 0px 200px;
	margin:0px 0px 0px 0px;
	background-color: #FFFFFF;
	border-right: 0px solid #C9E4E4;
	}
	
#pageNav2{
	padding: 10px 5px 5px 10px;
	font: 10px Arial,sans-serif #AC5017;
	height: inherit;
	background-color: #FEFEFE;
	width: 175px;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/


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

#utility{
	font: Verdana,sans-serif;
	position: absolute;
	top: 0px;
	right: 1px;
	color: #336600;
	font-size: 12px;
	width: 325px;
	height: 29px;
}

#utility a{
	color: #000000;
	
}

#utility a:hover{
	color: #AC5017;
}

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

#pageblock{
	padding: 15px 25px 0px 10px;
	margin: 0px 0px 0px 0px;
	height: 25px;
	font-size: 20px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #597043;
	}
#pageName{
	padding: 0px 0px 10px 5px;
	margin: 0px 10px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #000000;
	}

#pageName img{
	position: absolute;
	top: 3px;
	right: 6px;
	padding: 5px 5px 10px 5px;
	margin: 0px;
}

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

#globalNav{
	position: relative;
	width: 850px;
	height: 18px;
	color: #000000;
	font-size: 12px;
	top: 10px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 2px;
	text-align: left;
	}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	color: #000000;
	position: absolute;
	top: 9px;
	height: 30px;
	left: 1px;
	z-index: 100;
	width: 100%;
}


a.glink, a.glink:visited{
  	color: #000000;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 0px solid #C9E4E4;
}

a.glink:hover{
	color: #000000;
	padding: 2px 5px 4px 5px;
	text-decoration: none;
	text-transform: none;
	}

.skipLinks {display: none;}

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

.subglobalNav{
	position: absolute;
	top: 71px;
	left: 0px;
	/*width: 100%;*/
	height: 20px;
	padding: 0px 0px 0px 8px;
	visibility: hidden;
	color: #3C0077;
	text-align: left;
	width: 775px;
	font-size: 12px;
		}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 12px;
	color: #3C0077;
	text-align:center;
}

.subglobalNav a:hover{
	color: #000000;
	text-align:center;
}



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

.feature{
	padding: 10px 35px 0px 5px;
	font-size: 12px;
	height: auto;
	border-right: 0px solid #C9E4E4;
	color: #000000;
	}
body .feature {
	height: inherit;
	margin-right: 10px;
	margin-top: 10px;
	right: 10px;
	margin-left: 0px;
	padding: 0px 10px 10px 5px;
}

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

.featurestrongcenter {
	font-weight: bold;
	text-align: center;
}

.featurecenter {
	text-align: center;
}

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

.story {
	font-size: 12px;
	border-right: 0px solid #C9E4E4;
	margin-right: 10px;
	margin-left: 0px;
	height: inherit;
	padding: 0px 0px 5px 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
		}

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

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

.storylong {
	font-size: 12px;
	border-right: 0px solid #C9E4E4;
	margin-right: 10px;
	margin-left: -200px;
	height: inherit;
	padding: 0px 0px 5px 5px;
	margin-top: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
		}

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

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

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

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


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #C13828;
	font-size: 12px;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: -0.5px;
}


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

#sectionLinks{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	padding: 3px 5px 3px 5px;
	color: #000000;
}

#sectionLinks a:hover{
	background-image: none;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}


/************* relatedLinks styles **************/

.relatedLinks{
	padding: 0px 0px 0px 0px;
	margin: -3px 0px 0px 0px;
	font-style: normal;
	margin-left: 0px;
	text-indent: 10px;
}

.relatedLinks h3{
	padding: 0px 0px 0px 0px;
}

.relatedLinks a{
	display: block; 
}
/************** submenu styles *****************/

#submenu{
	font: 10px Arial,sans-serif #AC5017;
	height: inherit;
	background-color: #FEFEFE;
}

#submenu a{
	color: #00305E;
	
}

#submenu a:hover{
	color: #00305E;
	text-decoration: none;
}


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