/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* {
	padding:0px;
	margin:0px;
	border:0px;
	}
	
body{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #000 url(images/body_background.jpg) repeat;
	text-align:center;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #000000;
 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;
}

/*  we dont' have any labels
label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
} */

input{
	background-color:#fff;
	border:1px #ccc solid;
	font-size:9px;
	font-family: Arial,sans-serif;
	padding:3px;
}

input.button{
	background-color: #EAEAEA;
	padding: 2px 4px 2px 4px;}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/* This is the invisible container div to get the contact link to float over the pagemainbody */
#Contact{
	z-index:200;
	position:absolute;
	top: 0px;
	width:785px; /* 800 px minus 15 px for the browser scroll bar */
	margin-right:auto;
	margin-left:auto;
	padding:0px;
}

/* this is used to center the content on the page. It's an invisible div */
#pagecenter{
		width:785px; /* 800 px minus 15 px for the browser scroll bar */
		margin-right:auto;
		margin-left:auto;
		margin-top: 0px;
		margin-bottom: 0px;
		padding:0px;
}

/* this is main content area with the white background */
#pagemainbody{
		width:755px; /* this width is so the gray lines over hang to left and right, but whole thing fits in 800 px window */
		margin-right: 14px;
		margin-left: 14px; /* margin is to position div in invisible #pagecenter div. IE7 is ignoring the top margin. Can't use padding since that will add background. Used an invisible spacer div to get the 10px gap at top.*/
		margin-top:0px;
		margin-bottom: 0px;
		padding:0px;
		background: #fff;
		border:1px #ccc solid;
		text-align:left;
		z-index: 1;	
}

#pagecell1{
/*	position:absolute;
	top: 112px;
	left: 0;
	right: 0; */
	margin-top:20px;
	width:720px;

}


#masthead{
/*	position: absolute;
	top: 0px;
	left: 0px; */
	width:720 px;
/*	left: 2%;
	right: 2%;
	width:95.6%; */
	
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	border-left: 1px solid #cccccc;
	/*border-bottom: 1px solid #cccccc;*/
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	z-index: 75;
	position:relative;
	/*border-right: 1px solid #ccd2d2;*/
}
#homecontent{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position:relative;
	z-index:200;
/*	border:1px solid #999; */
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
/************** contact tab *****************/
#contacttab{
	float:right;
	margin-right:25px;
	margin-top:-3px;
}

.floatinglink1{
	padding: 35px 5px 5px 5px;
	border:1px #ccc solid;
	background: #fff;
}

.floatinglink2{
	padding: 0px 5px 5px 5px;
}

/* not using this one - commented this area out.    DELETE THIS      */
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #000;
	font-weight: normal;
}

/************** utility styles DELETE THIS SECTION - NOT USING UTILITY LINKS*****************/

#utility{
	font: 75% Verdana,sans-serif;
/*	position: absolute;
	top: 16px;
	right: 0px; */
	float:right;
	margin-top:16px;
	color: #919999;
}

#utility a{
	color: #000;
}

#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{
	color: #cb2027;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
	text-align:center;
	z-index:80;
	width:750px;
	max-width:750px;
	height:61px;
/*	border:1px solid #999999; */
}


#globalLink{
	position:relative;
	width:755px;
	padding: 5px 0 5px 0;
	margin: 0px;
	z-index: 200;
	color:#cb2027;
/*	border:1px solid #999999;	*/
}


a.glink, a.glink:visited{
/*	  	font-size: small;
	font-weight: bold; */
	margin: 0px;
	padding: 5px 5px 0px 5px;
/*	border-right: 1px solid #8FB8BC;*/
	color:  #cb2027;
}

a.glink:hover{
/*  	background-image: url(glblnav_selected.gif); 
	text-decoration: none;*/
}

.skipLinks {display: none;}

/************ subLink styles **************/
#subLink{
/*	height: 22px;
	min-width: 640px; */
	position:relative;
	width:755px;
	padding: 0px 0 5px 0;
	margin: 0px;
/*	left: 5px;
	position: absolute;
	top: 6px; */
	z-index: 200;
	color:#339999;
	font-size:110%
}


a.slink, a.slink:visited{
/*	  	font-size: small;
	font-weight: bold; */
	margin: 0px;
	padding: 5px 5px 5px 5px;
/*	border-right: 1px solid #8FB8BC;*/
	color:  #339999;
}

a.slink:hover{
/*  	background-image: url(glblnav_selected.gif); 
	text-decoration: none;*/
}

/************ login styles **************/

#login{
	position:relative;
	width:720px;
	height:18px;
	padding: 0 0px 5px 0;
	margin: 0px;
	z-index: 200;
	color:#999999;
	font-size:9px;
	text-align:right;
	vertical-align: baseline;
/*	border:1px solid #999999; */
}


/************ subglobalNav styles  DELETE THESE - NOT USING Javascript subglobal nav**************/

.subglobalNav{
/*	position: absolute;
	top: 84px;
	left: 0px;
	width: 100%;
	min-width: 640px;*/
	height: 20px;
	padding: 0px 0px 0px 10px;
/*	visibility: hidden;*/
	color: #000;
	display: none;

}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #000;

}

.subglobalNav a:hover{
	color: #000;
}

/*************** search styles  - commented this from out from the screen. *****************/

#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 NOT USING BREADCRUMB - DELETE THIS SECTION ***************/

#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 *****************/

#homecontent .featurelink a {
	color:#339999;
	font-size:110%;
	font-weight:bold;
	text-decoration: underline;
}

.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: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** mission styles ******************/
.mission{
	padding: 30px 0px 10px 25px;
	margin:0;
	font-size: 80%;
	min-height: 200px;
	width: 180px;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	z-index: 200;
	position:relative;
	clear: none;
	float: left;
}

.mission h1{
	color: #555555;
	line-height: 21px;	
}

/*************** mission styles ******************/
.homefeature
{
	padding: 0px;
	margin-bottom:20px;
	font-size: 80%;
	min-height: 200px;
	height: 290px;
	width: 515px;
	float:right;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	position:relative;
/*	background-image: url(images/DDealsPromo.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
}

.homefeature h1{
	color: #000;
	font-size:200%;
	line-height:normal;
}

/*************** other promo styles ******************/

/*.OtherPromos{  DELETE - DON't USE THIS DIV ANYMORE
	width:755px;
	padding: 0px 0 0px 0;
	margin: 0px;
	color:#000;
	clear:both;
}	*/

.Promos{
	width:250px;
	height:278px;
	padding:0;
	margin:0;
	color:#000;
	float:left;
	z-index:80;
}

.promocontent{
	padding: 9px 20px 0 29px; 
	height: 220px; 
	line-height: 18px; 
	clear:both;
}	

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	clear:both;
}

.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;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: small;
	color: #999;
	padding-top: 10px;
	padding-bottom: 20px;	
	width:755px; /* this width is so the gray lines over hang to left and right, but whole thing fits in 800 px window */
	margin-right: 14px;
	margin-left: 14px; /* margin is to position div in invisible #pagecenter div. IE7 is ignoring the top margin. Can't use padding since that will add background. Used an invisible spacer div to get the 10px gap at top.*/
	background: #fff;
	z-index: 1;	
		
}



/************ 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;
}

/**************** graphic elelment styles *****************/
.line{
	background-image:url(images/Line_03.gif);
	background-repeat:repeat-x;
	height:2px;
	width:785px;
	z-index:100;
	padding: 0px;
	margin: 0px;
	position:relative;
	left: -15px; /* this is so it will over hang the #pagemainbody evenly on both sides*/
	top: -7px;
	clear:both;
	font-size:1px; /* IE6 needs this or the div is too tall - even though the height is specified. */
	}
	
.line2{
	background-image:url(images/Line_03.gif);
	background-repeat:repeat-x;
	height:2px;
	width:785px;
	z-index:100;
	padding: 0px;
	margin: 0px;
	position:relative;
	left: -15px; /* this is so it will over hang the #pagemainbody evenly on both sides*/
	top: 0px;
	clear:both;
	font-size:1px; /* IE6 needs this or the div is too tall - even though the height is specified. */
	}	

.line3{
	background-image:url(images/Line_03.gif);
	background-repeat:repeat-x;
	height:2px;
	width:785px;
	z-index:100;
	padding: 0px;
	margin: 0px;
	position:relative;
	left: -15px; /* this is so it will over hang the #pagemainbody evenly on both sides*/
	top: -14px;
	clear:both;
	font-size:1px; /* IE6 needs this or the div is too tall - even though the height is specified. */
	}
/* IE6 hacks - hides the previous attribute settings and uses these instead for IE6 only */
* html .line3 {
	top: -19px;
}
* html .line2 {
	top: -2px;
}


/********************* end **********************/
