/* 
	
	CSS for new 2009 Headers
	By Mike McMillan 05-14-09
	
*/	


a, div, object, img, fieldset, form {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
/* 		vertical-align: baseline; */

}


/******************* HEADER *******************/

#header2 { 
	position:relative;
	width:848px; 
	height:80px;
	z-index:10;
	padding: 0;
	margin: 0;
	border: 0;	 
	background:url(/images2/FCI_Header_2009_848x80.jpg);
	background-color:#ffffff;
	text-align:left;
} 

#tagline2
{ 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	
	position:absolute;
	width:280px;
	height:auto;
	top: 51px;
	left: 144px;
	z-index:21;
	font-family: Arial, Helvetica, sans-serif;  
	font-size:9px;
	color: #006699;
	/* background-color:Lime; */	

}

#LangBox2
{
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;

	position:absolute;
	width:110px;
	top:21px;
	left:580px;
	z-index:20;
}

#LangBoxText
{
	margin: 0;
	padding: 0;
	border: 1px solid #999;
	outline: 0;

	width:110px;
	height:17px;
	font-family: Arial; 
	font-size:9px;
	text-align:center; 
	vertical-align:bottom; 	
}

#searchBox2 
{
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;

	position:absolute;
	width:120px;
	top:21px;
	left:715px;
	z-index:20;
/* 	background-color: red; */
}	

input.SearchText
{
	margin: 0;
	outline: 0;
	border: 1px solid #999;
	
	padding: 2px 0 0 0;
	width:100px;
	height:13px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:9px;
	color:#000000;	
 	text-align:center;
	vertical-align:bottom; 
}

input.search_btn
{
	margin: 0;
	height:14px;
	border-style: none;
	border-width: 0px;
	padding: 1px 0 0 0;	 
}

#miniNav
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	position:absolute;
	width:210px;
	top:56px;
	left:608px;
	z-index:20;
	text-align:left;
	font-size:9px;
	color: black;
	/* background-color:Lime; */ 	
}

#miniNav a:link, 
#miniNav a:visited, 
#miniNav a:hover
{
	font-family: Arial; 
	font-size:9px; 
	color: black;
	text-align:left;	
	text-decoration: none; 
}




