/*ArcelorMittal styles*/

/*------------------------------ BASIC PAGE SETTINGS --------------------------------*/
*{
	margin:0; 
	padding:0;
}
body {
	margin:0; 
	padding:0; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#6A6B6D;
	background-color:#B7B8B1;
	text-align:center;
}


/*------------------------------ GENERAL TEXT STYLES --------------------------------*/
h1{
	font-size:1em;
	color:#ff3700;
	padding-bottom:0.4em;
}
h2{
	font-size:1em;
	color:#ff3700;
	font-weight:normal;
	padding-bottom:0.4em;
	padding-top:0.5em;
}
h3{
	font-size:1em;
	color:#3E3E40;
	font-weight:normal;
	padding-bottom:0.4em;
	padding-top:0.5em;
}
h4{
	font-size:1em;
	color:#666666;
	font-weight:bold;
	padding-bottom:0.4em;
	padding-top:0.5em;
}
p{
	font-size:1em;
	padding-bottom:0.8em;
}

a:link{
	color:#3E3E40;
	text-decoration:none;
}
a:visited{
	color:#3E3E40;
	text-decoration:none;
}
a:hover{
	color:#ff3700;
	text-decoration:underline;
}
hr{
	size:0;
	color:#FFFFFF;
	border:0;
	border-top:0.09em dotted #666666;
}




/*-----------------------------  CUSTOM STYLES ------------------------------*/
.clearfloat{
	clear:both;
}
.rightaligned{
	text-align:right;
}

/* for all bar the homepage, shift info down */


.info th{
	font-size:1em;
	padding:3px;
	color:#FFFFFF;
	background-color:#FF3700;
	font-weight:normal;
	text-align:left;
	padding-top: 9px;
	background-image:url(content/info_bg_corner.gif);
	background-repeat:no-repeat;
	background-position:bottom right;	
	
}
	#homepage .info th{
		color:#FF3700;
		background-color:#FFFFFF;
	}
	.info td{
		font-size:1em;
		padding:3px;
		color:#6A6B6D;
		font-weight:normal;
	}
/*---------------------------  Tables   --------------------------*/
.table th{
	font-size:1em;
	padding:3px;
	color:#FFFFFF;
	background-color:#ff3700;
	font-weight:normal;
	text-align:left;
}
.table td{
		font-size:1em;
		padding:3px;
		color:#6A6B6D;
		font-weight:normal;
		text-align:left;
	}
td.smallsize, th.smallsize {
font-size:0.9em;
}

#homepage .title{
	font-size:1.4em;
	color:#FF3700;
	font-weight:bold;
}

#homepage .subtitle{
	font-size:1.1em;
	color:#FF3700;
	font-weight:bold;
}

#homepage .subsubtitle{
	font-size:1.1em;
	color:#FF3700;
}


/* --------------------------  MAIN PAGE WRAP --------------------*/

#wrap {
	border: 0px dotted blue;
	width:71.43em;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	top: 0px;
}

/*colour scheme for content pages*/
#maincontent{
	padding-top:32px;
	padding-bottom:0;
	padding-left:2.4em;
	padding-right:1.78em;
	border:0;
	background-color:#FFFFFF;
}
/*CORRECTION FOR HOMEPAGE*/
#homepage #maincontent{
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	border-left:1.78em solid #6A6B6D;
	border-right:1.78em solid #6A6B6D;
	border-top:1.07em solid #6A6B6D;
	border-bottom:1.07em solid #6A6B6D;
	background-color:#6A6B6D;
	color:#3E3E40;
}

#maincontent ul{
    list-style: none;
	padding-bottom:0.5em;
}
#maincontent li {
	padding-left:0.62em;
    background:transparent url(content/bullet_underscore.gif) no-repeat;
}
#maincontent li a:link, #maincontent li a:visited{
	text-decoration:none;
	color:#666666;
}
#maincontent li a:hover{
	text-decoration:underline;
	color:#FF3700;
}



/*------------------------------ HEADER --------------------------------*/

#header{
	height:115px;
	background-color:#4C4C4E;
	border:0;
}

	#printheader{
		display:none;
	}
	#header p{
		/*float:right;*/
	}
	 #header ul{
		 list-style:none;
		 list-style-type:none;
	 }
	 #header ul li{
		 position:relative;
		 left: 40px;
		 top:0px;
		 float:left;
		 padding: 5px 21px 0px 0px;
		 background-image: url(content/nav_dotted.gif);
		 background-position: right top;
		 background-repeat: no-repeat;
		 /* IE corrections  - IE 6 and 7 only */
		 .left:44px;
	 }
	 
	 #header ul li.last{
		 background-image: none;
	 }
	#header p a:link,#header p a:visited{
		color:#DCDCDC;
	}
	#header p a:hover{
		color:#DCDCDC;
		text-decoration:underline;
	}
	
	#headersearch{
		float: left;
		margin-top:-7em;
		margin-left:530px;
		color:#DCDCDC;
		
		/* IE corrections  - IE 6 and 7 only */
		.margin-top:-7em;
		.margin-left:530px;
		.float: none;
		
	}
	
	#headersearch h1{
		color:#DCDCDC;
		font-weight:normal;
	}

	.searchbutton{
		height:16px;
		width:16px;
		float:left;
		position:relative;
		top:0px;
		border-left:0;
		/* IE corrections  - IE 6 and 7 only */
		.top:0px;
	}

	.headerspan{
		background-color: #FFFFFF;
		padding:0px;
		width: 180px;
		height:28px;
		border: 1px solid #4c4c4e;
		
	}
	
	span input
	{
		width: 180px;
		display: inline;
		float:left;
		color:#DCDCDC;
		height:16px;
		border: 1px solid #DCDCDC;
		font-size:1.02em;
		background-color: #4c4c4e;
	}

	
	#searchterm{
	}
		
/*----------------------- NAVIGATION -------------------------*/


#navigation{
	height:3.5em;
	background-color:#FFFFFF;
	background-image:url(content/navigation_bg_corner.gif);
	background-repeat:no-repeat;
	background-position:bottom right;	
}

/* ---------  HOMEPAGE SLIDE SHOW IMAGES ---------*/

#mainimage_1{
	margin-bottom: -3px;
/*
	height:236px;
	width:71.43em;
	background-image:url(content/homepage_noflash.jpg);
	width:800px; 
	height:236px;
	color:#FFFFFF;
*/
}
#mySlideshow{
	
}


/*--------------------------- COLUMN 1 ---------------------------*/

/* column 1 for content page layouts*/
#column_1{
	width: 275px;
	background-color:none;
	float:left;
	padding-left:0;
}
	#contentpage_2 #column_1,#contentpage_3 #column_1{
		width: 202px;
	}
	/*CORRECTION FOR HOMEPAGE*/
	#homepage #column_1, #homepage #column_2, #homepage #column_3{
		/*width:18.57em;*/
		width:33%;
		float:left;
		padding-bottom: 9px;
		background-color:none;
		border-right:0.09em solid #6A6B6D;
	}
		/* homepage: sub sections for first col*/
		#column_1_white{
			width:93%;
			background-color:#FFFFFF;
			padding:5px, 0px, 5px, 0px;
			margin-top:5px;
			background-image:url(content/column_bg_corner_br.gif);
			background-repeat:no-repeat;
			background-position:bottom right;
			float:left;
			padding: 7.5px;
		}
		#column_1_white .separator{
			background-image:url(content/column_bg_corner_bl.gif);
			background-repeat:no-repeat;
			background-position:top left;
			height:15px;
			margin-left:-0.59em;
			border:0px solid black;
		}
		#column_1_grey{
			width:93%;
			background-color:#D9DADB;
			padding:5px, 0px, 5px, 0px;
			background-image:url(content/column_grey_bg_corner_br.gif);
			background-repeat:no-repeat;
			background-position:bottom right;
			margin-top:5px;
			float:left;
			padding: 7.5px;
		}


		/*---------------------------- SIDE NAVIGATION FOR COLUMN 1 -----------------------*/
		
		#column_1 .sideinfo{
		font-size:1em;
		line-height:0.7em;
		width:100%;
		padding:0.0em;
		padding-right:0;
		margin-right:0.0em;
		float:left;
		padding-bottom:0em;
		
		position:relative;
		top:-30px;
		}
		
		#column_1 .sideinfo ul{
			list-style-type:none;
			list-style:none;
			list-style-position:outside;
			background:none;
			margin-left:0.36em;
		}
		#column_1 .sideinfo  li {
			padding:0.36em;
			padding-left:0;
			background:none;
		}
		/* correct line height for plain text */
		.side_plaintext{
			line-height:1.2em;
		}
		
		#column_1 .sideinfo ul .highlighted a:link, #column_1 .sideinfo ul .highlighted a:visited{
			color:#FF3700;
			background:none;
			
		}

		#sidenav {
			padding-bottom:31px;
		}
		#sidenav div{
			margin-bottom:-0.6em;
		}
		#sidenav .separator{
			height:52px;
			width:36px;
			position:relative;
			left:0;
			top:-2em;
			margin-left:-2.4em;
			background-image:url(content/sidenav_bg_corner.gif);
			background-repeat:no-repeat;
			background-position:bottom left;
		}
		
		#sidenav h1 a:link,#sidenav h1 a:visited{
			padding:0;
			font-size:2.3em;
			color:#FF3700;
			font-weight:normal;
		}
		
		#sidenav h2 a:link,#sidenav h2 a:visited{
			padding:0;
			margin:0;
			font-size:2.3em;
			color:#3E3E40;
			font-weight:normal;
		}
		#sidenav h2 a:hover, #sidenav h1 a:hover{
			font-size:2.3em;
			color:#FF3700;
			text-decoration:none;
		}
		#sidenav h3 a:link, #sidenav h3 a:visited, #sidenav h4 a:link, #sidenav h4 a:visited{
			padding:0;
			font-size:2.3em;
			color:#B7B8B1;
			font-weight:normal;
		}
		/*#sidenav h3 a:hover, #sidenav h4 a:hover{
			color:#B7B8B1;
			text-decoration:none;
		}*/
		
		#sidenav h3 a:hover, #sidenav h4 a:hover{
			color:#FF3700;
			text-decoration:none;
		}
	
		/* fix the text format before being replaced with SIFR flash text */
		#sidenav h1 a:link, #sidenav h2 a:link, #sidenav h3 a:link, #sidenav h4 a:link{
		
				padding:0;
				margin:0;
				font-size:2.3em;
				line-height:1em;
				/*
				letter-spacing:0.18em;
				line-height:1em;
				*/
		}
		
	
	/*-------------------------------------- SIDE NAV ROLLOVERS --------------------------------------*/
		
		#sidenavigation
		{
			/*height: 645px;*/
		}
		
		#sidenavigation ul {
			width: 200px;
			list-style: none;
		}
		
		#sidenavigation ol {
			width: 200px;
			list-style: none;
			border-bottom:0.09em dotted #6a6b6d;
			background-color: #f8f8f8; 
			margin-top: 1px; 
			padding-bottom: 5px;
		}
		
		#sidenavigation a {
			display: block;
			width: 200px;
			padding-right:0;
			left: auto;
		}
		
		#sidenavigation li {
			/* change this for leading adjustment */
			line-height:0.9em;
			margin-bottom:-5px;
			/*For IE6*/
			.margin-right: -20px;	
		}
		
		#sidenavigation li a{
			border-bottom:0.09em dotted #6a6b6d;
			/*background-image:url(content/sidenav_bg_dots.gif);
			background-position:bottom;
			background-repeat:repeat-x;*/
			text-decoration:none;
			line-height: 1.3em;
		}
		
		#sidenavigation li .folder:link,#sidenavigation li .folder:visited{
			background-image:url(content/raquo.gif);
			background-position:right;
			background-repeat:no-repeat;
		}	
		
		#sidenavigation li .highlighted:link,#sidenavigation li .highlighted:visited{
			color:#FF3700;
			text-decoration:none;
		}	
		
		#sidenavigation li .highlightedfolder:link,#sidenavigation li .highlightedfolder:visited{
			color:#FF3700;
			text-decoration:none;
			background-image:url(content/raquo_selected.gif);
			background-position:right;
			background-repeat:no-repeat;
		}
		
		#sidenavigation .spacer{
			/*
				this creates a "safe" area for the mouse to roll out from the left column 
				and possibly up to the top to get to the items in the second col. 
				otherwise this would trigger a rollout event and the submenu would disappear
			*/
			
			height:50em;
			width:9em;
			margin-left:-1em;
			position:absolute;
			top:0;
			left:9em;
			border:0px solid black;
		}
		
		#sidenavigation li:hover a{
			border-bottom:0.09em dotted #6a6b6d;
			/*background-image:url(content/sidenav_bg_dots.gif);
			background-position:bottom;
			background-repeat:repeat-x;*/
			text-decoration:none;
		}
		
		#sidenavigation li a:hover{
			/*for IE 6, first column*/
			background-image:url(sidenav_bg_dots.gif);
			background-position:bottom;
			background-repeat:repeat-x;
			text-decoration:none;
		}
		
		/* add some padding in between nav items */
		#sidenavigation li a{
			padding-bottom:3px;
			/*
			background-color:#FFFFFF;
			*/
		}
		
		#sidenavigation li .folder:hover{
			background-image:url(content/raquo_selected.gif);
			background-position:right;
			background-repeat:no-repeat;
		}
		
		#sidenavigation ol li a, #sidenavigation ol li a:hover, #sidenavigation ol li:hover a, #sidenavigation ol:hover li a{
			border-bottom:none;
			padding: 2px 0px 2px 15px;
			width: 185px;
		}
		
		#sidenavigation li:hover ol li a{
			border-bottom:none;
		}
	
	
/*-------------------------------------- END SIDE NAV ROLLOVERS --------------------------------------*/	


#info {
	color:#3e3e40;
	border-bottom:10px 
	white solid; 
	padding-left:0.32em; 
	padding-right:0.32em;
	width = 500px;
}

#info table th{
	font-size:14px;
	color:#FFFFFF;
	background-color:#FF3700;
	font-weight:bold;
	text-align:left;
}

#info table td a{
	background-image:url(content/sidenav_bg_dots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-decoration:none;
}

#info table td a:hover{
	/*border-bottom:0.09em dotted #6a6b6d;*/
	background-image:url(content/sidenav_bg_dots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-decoration:none;
}

#info p{
	padding: 0px 0px 0px 0px;
}

#info .title{
	font-size:1.4em;
	color:#FF3700;
	font-weight:bold;
}

#info .subtitle{
	font-size:1.1em;
	color:#FF3700;
	font-weight:bold;
}

#info .subsubtitle{
	font-size:1.1em;
	color:#FF3700;
}

#info ul{
	padding-bottom:0.5em;
	padding-top:0.5em;
}
#info li {
	list-style: disc;
	margin-left: 20px;
	background: none;
}



/*-------------------------------------- COLUMN 2 --------------------------------------*/

#contentpage #column_2{

	/*width:100px;*/
	font-size:1.1em;
	/**/
	background-color:#FFFFFF;
	
	padding-right:0.36em;
	padding-left:0;
	margin-left:25px;
	padding-top:0;
	padding-bottom:5px;
	float:right;
	width: 35em;
}

/* underline all links in main text areas */
#contentpage #column_2 li a:link,
#contentpage #column_2 li a:visited, 
#contentpage #column_2 a:link,
#contentpage #column_2 a:visited{
 text-decoration:underline;
}

#contentpage #column_2 p{
	padding: 0px 0px 0px 0px;
}

#contentpage #column_2 .title{
	font-size:1.4em;
	color:#FF3700;
	font-weight:bold;
}

#contentpage #column_2 .subtitle{
	font-size:1.1em;
	color:#FF3700;
	font-weight:bold;
}

#contentpage #column_2 .subsubtitle{
	font-size:1.1em;
	color:#FF3700;
}

#contentpage #column_2 ul
{
	padding-left: 22px;
	margin-left: 0px;
}

#contentpage #column_2 ul li ul
{
	padding-left: 0px;
	margin-left: 22px;
}
/*
#contentpage #column_2 ul{
	padding-bottom:0.5em;
	padding-top:0.5em;
	padding-left: 20px;
}*/
#contentpage #column_2 li {
	list-style: disc;
	/*margin-left: 20px;*/
	background: none;
}

#contentpage #column_2 ul li ul li
{
	list-style: circle;
}

	/*---------- MODIFICATIONS FOR OTHER TEMPLATES -----------------*/
	
	/* exception for link style on homepage*/
	/*#homepage #column_2 li a:link,*/
	/*#homepage #column_2 li a:visited, */
	/*#homepage #column_2 a:link,*/
	/*#homepage #column_2 a:visited{*/
	/* text-decoration:none;*/
	/*}*/
	/*#homepage #column_2 li a:hover,#homepage #column_2 a:hover{*/
	/* text-decoration:underline;*/
	/*}*/
	/**/
	/**/
	/**/
	/*#homepage #column_2{*/
	/*	padding:0.36em;*/
	/*	width:17.86em;*/
	/*	font-size:1em;*/
	/*	padding-bottom:0;*/
	/*	margin:0;*/
	/*	float:left;*/
	/*	border-bottom:0.36EM solid #ffffff;*/
	/*}*/
	.greycell{
		background-color:#D9DADB;
		color:#3E3E40;
		padding:0.62em;
		padding-bottom:0.32em;
	}
	
	.greycell_light{
		background-color:#E6E6E6;
		color:#3E3E40;
		padding:0.62em;
		padding-bottom:0.32em;
	}

	#contentpage_2 #column_2{
		width:33em;
		font-size:1.1em;
		background-color:#FFFFFF;
		padding-right:0.36em;
		padding-left:0;
		margin-left:9.0em;
		padding-top:0;
		padding-bottom:0;
		float:left;
	}
	#contentpage_2 #column_2 .smalltext{
		font-size:0.9em;
	}
	#contentpage_3 #column_2{
		width:41.5em;
		font-size:1.1em;
		background-color:#FFFFFF;/**/
		padding-right:4px;
		padding-left:0;
		padding-top:0;
		padding-bottom:0;
		margin-left:0.62em;
		float:left;
	}
		#contentpage #column_2 .table{
		width:100%;
		border-bottom:0.09em dotted #6A6B6D;
	}
	#contentpage #column_2 td, #contentpage #column_2 th{	
		padding:0.36em;
		padding-top:0.17em;
		padding-bottom:0.62em;
		margin-right:1.07em;
		
	}

	#contentpage_3 #column_2 table{
		width:100%;
		border-bottom:0.09em dotted #6A6B6D;
	}
	#contentpage_3 #column_2 td, #contentpage_3 #column_2 th{	
		padding:0.36em;
		padding-top:0.17em;
		padding-bottom:0.62em;
		margin-right:1.07em;
		
	}
	#contentpage_3 #column_2 .tablespacer{
		padding:0em;
		width:0.36em;
	}
	.columnwidth{
		width:7em;
	
	}
	
	
	/*-----------------  gallery page------------------ */
	.galleryimage{
		width:10.15em;
		border-top:1px dotted #B7B8B1;
		padding:0.09em;
		padding-top:1em;
		float:left;
	}
	.galleryimage h2 a:link,.galleryimage h2 a:visited{
		color:#FF3700;
		text-decoration:none;
	}
	.galleryimage p,.galleryimage_large p {
		font-size:0.9em;
	}
	.galleryimage p a:link,.galleryimage p a:visited,.galleryimage_large p a:link,.galleryimage_large p a:visited{
		
		color:#6A6B6D;
		text-decoration:none;
	}
	.galleryimage h2 a:hover,.galleryimage p a:hover,.galleryimage_large h2 a:hover,.galleryimage_large p a:hover{
		color:#3E3E40;
		text-decoration:underline;
	}
	.galleryimage_large{
		width:16.0em;
		border-top:1px dotted #B7B8B1;
		padding:0.09em;
		padding-top:1em;
		float:left;
	}
	.galleryimage_desc{
		width:16.0em;
		border-top:1px dotted #B7B8B1;
		padding:0.09em;
		margin-left:0.62em;
		padding-top:1em;
		float:left;
	}

/*-------------------------------------COLUMN 3--------------------------------------*/

#contentpage #column_3{
	width:16.2em;
	margin-left:0.38em;
	background-color:#FFFFFF;
	padding-right:0.36em;
	padding-top:0;
	padding-bottom:0;
	float:left;
	border:0;
}
#contentpage #column_3 img{
	padding-bottom:0.62em;
}

#contentpage #column_3 li a:link,
#contentpage #column_3 li a:visited,
#contentpage #column_3 a:link,
#contentpage #column_3 a:visited {
 text-decoration:underline;
}

	/* MODIFICATIONS FOR OTHER TEMPLATES */
	
	/* exception for link style on homepage*/
	/*#homepage #column_3 a:link,*/
	/*#homepage #column_3 a:visited,*/
	/*#homepage #column_3 li a:link,*/
	/*#homepage #column_3 li a:visited {*/
	/* text-decoration:none;*/
	/*}*/
	/*#homepage #column_3 li a:hover,#homepage #column_3 a:hover{*/
	/* text-decoration:underline;*/
	/*}*/
	/**/
	/**/
	/*#homepage #column_3{*/
	/*	width:18.57em;*/
	/*	background-color:#FFFFFF;*/
	/*	padding-left:0.36em;*/
	/*	padding-top:0.62em;*/
	/*	padding-right:0em;*/
	/*	padding-bottom:0.68em;*/
	/*	margin:0;*/
	/*	float:left;*/
	/*	border-left:0.09em solid #6A6B6D;*/
	/*	*/
	/*		*/
	/*}*/
	/*	#homepage #column_3 img,#homepage #column_4 img{*/
	/*		padding:0;*/
	/*	}*/

		.greybox_square{
			width:8.18em;
			height:8.18em;
			margin-right:0.36em;
			margin-bottom:0.36em;
			padding:0.17em;
			padding-left:0.36em;
			padding-right:0.36em;
			background-color:#D9DADB;
			float:left;
		}
		.whitebox_square{
			width:8.18em;
			height:8.18em;
			margin-right:0.36em;
			margin-bottom:0.36em;
			padding:0.17em;
			padding-left:0.36em;
			padding-right:0.36em;
			background-color:#FFFFFF;
			float:left;
		}
	
		.orangecellborder{
			border-top:0.09em dotted #FF3700;
		}
		.greycellborder{
			border-top:0.09em dotted #6A6B6D;
		}

/*---------------------------- COLUMN 4 (HOMEPAGE ONLY) -----------------------*/

 #column_4{
		width:31%;
		float:left;
		background-color:#D9DADB;
		background-image:url(content/column_grey_bg_corner_br.gif);
		background-repeat:no-repeat;
		background-position:bottom right;
		margin-top:5px;
		padding: 0.69em;
	}
	.zeroheight{
		height:0px;
		padding:0;
		margin:0;
	}
/*---------------------------- SHAREPRICE IFRAME -----------------------*/

#shareprice_iframe{
	width:46em;
	height:40em;
	position:relative;
	bottom:60em;
	border:0.09em dotted #6A6B6D;
	left:21.2em;
}
.iframe_spacer{
	height:40em;
	width:10em;
}

.noborder{
	border:0;
}


/*-------------------------------- FOOTER -----------------------------*/


#footer{
	border:0;
	height:6.64em;
	padding-left:1.78em;
	padding-right:2.85em;
	margin-bottom:10em;	
	text-align:left;
	background-repeat:no-repeat;
	background-position:bottom right;
}
	
	#footer p{
		width:8.7em;
		margin-right:1.25em;
		/*border-bottom:0.09em dotted #B7B8B1;*/
		background-image:url(content/footer_bg_dots_white.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		padding-top:1em;
		padding-bottom:1em;
	}
	
	#footer p a:link,#footer p a:visited{
		color:#B7B8B1;
		position:relative;
		top:0.89em;
	}
	#footer p a:hover{
		color:#FF3700;
		text-decoration:underline;
	}
	#contentpage #footer, #contentpage_2 #footer,#contentpage_3 #footer{
		background-color:#FFFFFF;
		background-image:url(content/footer_bg_corner_white.gif);
	}
	/* correct settings for homepage*/
	#homepage #footer{
		color:#FFFFFF;
		height:5.64em;
		background-color:#6A6B6D;
		background-image:url(content/footer_bg_corner.gif);
	}

	#homepage #footer p{
		padding-top:0em;
		/*border-bottom:0.09em dotted #FFFFFF;*/
		background-image:url(content/footer_bg_dots.gif);
		background-position:bottom;
		background-repeat:repeat-x;
	}
	
	#homepage #footer p a:link,#homepage #footer p a:visited{
		color:#FFFFFF;
	}
	#homepage #footer p a:hover{
		color:#FF3700;
		text-decoration:underline;
	}


/*------------------------------- DROP DOWN	--------------------------------*/

#navigation li a:link{
	text-decoration:none;
	color:#666666;
}
#navigation li a:visited{
	text-decoration:none;
	color:#666666;
}
#navigation li a:hover{
	text-decoration:underline;
	color:#FF3700;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	margin-left:1.78em;
	height:31px;
	z-index:10;
}
#nav{
	padding-left:0.62em;
	}
#nav a {
	display: block;
	width: 6.9em;
}
#nav li { /* all list items */
	float: left;
	width: 6.9em; /* width needed for Opera*/
}

.mainnav_item{
	/**/
	background-image:url(content/navigation_bg_dots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:2.8em;
	padding-top:0.62em;
	float:left;
	margin-left:0;
	margin-right:0.62em;
	padding-left:0;
	padding-right:0;
	display:inline;
	color: #000000;
	text-decoration: none;
	border:0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	margin-left:-0.62em;
	padding-left:0;
	top:153px;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#contentpage #nav li ul, #contentpage_2 #nav li ul , #contentpage_3 #nav li ul  { /* second-level lists */

}

#nav li ul li{ /* second-level lists */
	padding-left:0.62em;
	padding-right:0.62em;
	padding-top:0.26em;
	padding-bottom:0.36em;
}

#nav li ul ul { /* third-and-above-level lists */

	margin: -10px 0 0 104px;
	width: 208px;
	height:21.07em;
	background-image:url(content/flyout_bg_corner.gif);
	background-repeat:no-repeat;
	background-position:-17px 0 ;
	top:11px;
	color:#666666;
	font-size:1.4em;
	
	/* IE corrections  - IE 6 and 7 only */
	.margin: -10px 0 0 98px;
	.width: 312px;
	.background-position:-11px 0 ;
}
#nav li ul ul p{
	padding:0em;
	margin-left:-4px;
}

/*correct position for the last nav tabs -- flyout needs to sit on the left*/


#nav li ul li .flyout_left{
	margin: -7px 0 0 -206px;
	width: 210px;
	height:17.6em;
	background-image:url(content/flyout_bg_corner.gif);
	background-repeat:no-repeat;
	background-position:-15px 0 ;
	top:8px;
	color:#666666;
	font-size:1.4em;
	/* IE corrections  - IE 6 and 7 only */
	.margin: -7px 0 0 -215px;
	.width: 210px;
	.background-position:-15px 0 ;
}



#nav li ul li .flyout_left{	
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
}

#content {
	clear: left;
	color: #CCCCCC;
}
.current_item{
	color:#FF3700;
}

.dropdown_item{
	background-color:#EFEFEF;
	/*
	font-size:1.2em;
	background-image:url(content/dropdown_grey_bg_dots.gif);
	*/
	background-repeat:repeat-y;
}

.dropdown_item_folder{
	background-color:#EFEFEF;
	background-image:url(content/raquo_grey.gif);
	background-position: right;
	background-repeat:no-repeat;
}

.dropdown_item_folder:hover{
	background-color:#EFEFEF;
	background-image:url(content/raquo_selected_grey.gif);
	background-position: right;
	background-repeat:no-repeat;
}


.dropdown_end{
	background-image:url(content/dropdown_grey_end_corner.gif);
	height:15px;
	background-repeat:no-repeat;
	background-position:right;

}
#homepage .dropdown_item{
	background-color:#FFFFFF;
	/*
	background-image:url(content/dropdown_bg_dots.gif);
	*/
}

#homepage .dropdown_item_folder{
	background-color:#FFFFFF;
	background-image:url(content/raquo.gif);
	background-position: right;
	background-repeat:no-repeat;
}

#homepage .dropdown_item_folder:hover{
	background-color:#FFFFFF;
	background-image:url(content/raquo_selected.gif);
	background-position: right;
	background-repeat:no-repeat;
}

#homepage .dropdown_end{
	background-image:url(content/dropdown_end_corner.gif);
}
.noscriptcontent{

	background-image:url(content/homepage_noflash.jpg);
	width:800px; 
	height:236px;
	color:#FFFFFF;
}

/* --------------------- advanced search template: half-column width container --------------------------*/
.halfcolumn_left{
	width:49%;
	border-top:1px dotted #B7B8B1;
	padding-top:0.32em;
	margin-right:7px;
	float:left;
}
.halfcolumn_right{
	width:49%;
	border-top:1px dotted #B7B8B1;
	padding-top:0.32em;
	float:left;
}






/*------------------------SIFR - FLASH TEXT REPLACEMENT---------------------*/


/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Special for sitemap ---*/
#contentpage #column_2 .sitemap {  padding-left: 0px; color:#B7B8B1; text-decoration: none;}
#contentpage #column_2 A:link.sitemap 		{  text-decoration:none; color:#B7B8B1; }
#contentpage #column_2 A:active.sitemap 	{  text-decoration:none; color:#B7B8B1; }
#contentpage #column_2 A:visited.sitemap	{  text-decoration:none; color:#B7B8B1; }
#contentpage #column_2 A:hover.sitemap 	{  text-decoration:none; color:#B7B8B1;  font-weight:bold;}

#column_2 .simplebox
{
	border : none;
	border-collapse: collapse;
	padding : 2px 2px 2px 2px;
}

#column_2 .simpleboxgray
{
	border : none
	border-collapse: separate;
	padding : 0px 0px 0px 5px;
	background-color : none;
	border-bottom:0.09em dashed black;
	font-size: 14px;
	
}

/*---------- Weblist colors ------------*/
.colA {	 color: #ff6666;}
.colB {	 color: #66ccff;}
.colC {	 color: #FFCC33;}
.colD {	 color: #66CCCC;}
.colE {	 color: #66CC66;}
.colF {	 color: #FF66CC;}
.colG {	 color: #9966CC;}
.colH {	 color: #ff9933;}

#bgcolA { background-color: #ff6666; }
#bgcolB { background-color: #66ccff; }
#bgcolC { background-color: #FFCC33; }
#bgcolD { background-color: #66CCCC; }
#bgcolE { background-color: #66CC66; }
#bgcolF { background-color: #FF66CC; }
#bgcolG { background-color: #9966CC; }
#bgcolH { background-color: #ff9933; }

#bgcolA a { background-color: #ff6666; color: #FFFFFF; }
#bgcolB a { background-color: #66ccff; color: #FFFFFF; }
#bgcolC a { background-color: #FFCC33; color: #FFFFFF; }
#bgcolD a { background-color: #66CCCC; color: #FFFFFF; }
#bgcolE a { background-color: #66CC66; color: #FFFFFF; }
#bgcolF a { background-color: #FF66CC; color: #FFFFFF; }
#bgcolG a { background-color: #9966CC; color: #FFFFFF; }
#bgcolH a { background-color: #ff9933; color: #FFFFFF; }

#agency{

	width:88%;
	font-size:1.1em;
	/**/
	background-color:#FFFFFF;
	
	padding-right:0.36em;
	padding-left:0;
	margin-left:25px;
	padding-top:0;
	padding-bottom:0;
	float:left;
	text-align:left;
}

/* underline all links in main text areas */
#agency li a:link,
#agency li a:visited, 
#agency a:link,
#agency a:visited{
 text-decoration:underline;
}

#agency p,{
	padding: 0px 0px 0px 0px;
}

#agency td{
	font-size: 0.7em;
	padding: 0px 0px 0px 0px;
}

#agency .title{
	font-size:1.4em;
	color:#FF3700;
	font-weight:bold;
}

#agency .subtitle{
	font-size:1.1em;
	color:#FF3700;
	font-weight:bold;
}

#agency .subsubtitle{
	font-size:1.1em;
	color:#FF3700;
}

#agency ul{
	padding-bottom:0.5em;
	padding-top:0.5em;
}
#agency li {
	list-style: disc;
	margin-left: 20px;
	background: none;
}