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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	/* background-color:#093a7f; */
	background-color:#CCCCCC;
	color:#666465;
	margin-left: 10px;
}

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

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

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/
/* styles all available headings */ 
h1, h2, h3, h4, h5, h6 
{
	margin-bottom: 0px;	
	/* color: #000099;  */
	color: #005FA9;
	font-size: 24px;
}
h1 
{ 
	color: #0000FF; 
	margin-bottom: 10px;
	text-transform: lowercase;
}
#full_width h1
{
	margin-bottom: 0px;
}

h1.smaller 
{ 
	font-size: 10px;
	color: #194D8D; 
	margin-bottom: 10px;
	text-transform: lowercase;
}

h2 { font-size: 18px; }
h3 
{ 
	font-size: 12px;
}
h4 
{ 
	clear: both;
	font-size: 12px; 
	font-weight: bold;
	margin-bottom: 0px;
	word-spacing: 0.2em;
}
h5 { font-size: 12px; }
h6 { font-size: 12px; }



/*************** 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                                 */
/***********************************************/
#maincell{
	position: relative;
	top: 5px;
	margin: 0px auto; /* centers the page */ 
 	width: 792px;
	background-color: #ffffff;
}

#pagecell1{
	position: relative;
	top:5px;
	margin: 0px auto; /* centers the page */ 
 	width: 792px;
	background-color: #ffffff;
	border:thin;
}

#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: relative;
	top: 0px;
	margin: 2px auto;
	width:788px;
	border-bottom:thin dotted #CCCCCC;
	border- :#CCCCCC thin;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left: 1px;
	border-right: 1px;
	border-top:thick #000066;
}

#pageNav{
	padding: 1px 0px 0px 0px;
	font: small Verdana,sans-serif;
	
			width: 200px;
		margin: 0px 0px 0px 0px;
		padding-top: 1px;
		background-color: #F3F4F7;
		background-image: url(../img/info_block_top.gif);
		background-repeat: no-repeat;
	text-align: center;
}

.block_bottom
	{
		width: 200px;
		height: 15px;
		padding: 0px;
		white-space: nowrap;
		margin: 0px;
		background-color: #ffffff;
		background-image: url(../img/info_block_bottom.gif);
		background-repeat: no-repeat;
	}
#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	border-right: 1px solid #ccd2d2;
	width: auto;
	height: auto;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 8px 20px 0px 8px ;
	color: #ffffff;
	font-weight: normal;
}

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

#utility{
	font: Verdana,sans-serif;
	position: absolute;
	top: 13px;
	right: 3px;
	color: #FF9900;
	font-size: 10px;
}

#utility a{
	color: #FF9900;
}

#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 165% Arial,sans-serif;
	color: #666666;
	margin:0px;
	padding: 0px;
}

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

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
padding: 0px;
margin: 0px;
}

#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;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#093a7f;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color:#093a7f;
	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 **************/

/*
 * sub navigation 
 * gray all caps and separated by bullets
 */
ul#sub_nav
{
	clear: both;
	float: left;
	width: 730px;
	margin-left: 10px !important;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style: none inside none;
}

ul#sub_nav li
{
	float: left;
	white-space: nowrap;
	font-size: 12px;
}

ul#sub_nav a.active
{
	color: #FF9900;
	font-weight: bold;
}

.links a,
#sub_nav a
{
	color: #666465;
	text-decoration: none;
	text-transform: uppercase;
}

.links a:hover, 
#sub_nav a:hover
{ 
	text-decoration: underline;
	color: #666465;
}

.subglobalNav{
	position:absolute;
	top:140px;
	left: 6px;
	color: #000066;
	font-size:13px;
	visibility:hidden;
}

.subglobalNav a:link, .subglobalNav a:visited {
	color: #FF9900;
}

.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-size:10px;
	font:  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;
}
html>body .feature {height: auto;}

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

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

.mainpanel{
	padding: 0px 10px 0px 24px;
	top:0px;

}
.mainpanel img{
	float: right;
}



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

.story {
	padding: 5px 0px 0px 10px;
	font-size: 12px;
}

.story p {
	padding: 5px 10px px 0px;
}

.headline h2{
	color: #005FA9;
	display:block;
	text-align:center;
	background-color: #F3F4F7;
    padding-bottom: 15px;	
    padding-top: 15px;	

}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #005FA9;
	display:block;
	text-align:center;
	background-color: #F3F4F7; 
    padding-bottom: 10px;	
    padding-top: 10px;	
}

.subheading h3{
	font: bold 125% Arial,sans-serif;
	color: #005FA9;
	/*display:block; */
	background-color: #FFFFFF;	
	text-align:center;
	margin: 1px;
	text-decoration:underline;
    padding-bottom: 1px;	
    padding-top: 1px;	
}

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

.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: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	margin-bottom:0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


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

#sectionLinks{
	margin: 0px;
	padding: 0px;
	text-align:left;

}

#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;
	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;
	border-bottom: 1px solid #cccccc;
}


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

.relatedLinks{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
		text-align:left;
}

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

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#sidepannel{
	padding: 0px 5px 0px 5 px;
}

#advert img{
	display: block;
}

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