@charset "utf-8";
/* CSS Document */

#footerBackground{
	background-image:url(/Portals/0/Graphics/Shared/Footer/footerBg.jpg);
	margin-left:auto; 
	margin-right:auto; 
	height:150px; 
	width:814px; 
	background-repeat:repeat-x; 
	opacity:1;
}
#footerContainer{
	margin-left:5px; 
	margin-right:5px; 
	width:784px; 
	height:100px; 
	padding-top:25px; 
	padding-left:10px; 
	padding-right:10px; 
	text-align:left;
}
#footerTopContainer{
	width:784px; 
	height:50px;
}
#footerLogoContainer{
	width:184px; 
	height:50px; 
	float:left;
}
#footerNavContainer{
	width:600px; 
	height:50px; 
	float:left;
}
#footerNavigation{
	width:600px; 
	height:25px; 
	text-align:right;
}
#footerCopyright{
	width:600px; 
	height:25px; 
	text-align:right;
}
#footerCopyright p{
	color:#CCCCCC; 
	font-size:10px;
}
#footerBottomContainer{
	width:784px; 
	height:50px; 
	text-align:right; 
	clear:both;
}
#footerSearchForm{
	margin:0px; 
	width:784px; 
	padding:0px;
}
#footerSearchBox{
	background-color:#333333; 
	width:150px; 
	height:16px; 
	font-size:12px; 
	color:#999999; 
	border-color:#999999; 
	border-style:solid; 
	border-width:1px;
}
#footerSearchSubmit{
	background-image:url(/Portals/0/Graphics/Shared/Footer/searchBtnBg.jpg);
	background-repeat:repeat-x; 
	color:#333333; 
	font-size:10px; 
	height:20px; 
	font-weight:bold; 
	border-color:#999999; 
	border-style:solid; 
	border-width:1px; 
	background-color:#333333; 
	border-spacing:0px; 
	cursor:pointer; 
	margin-left:5px;
}
#footerSearchSubmit:Hover{
	opacity:.5;
	filter:alpha(opacity=50);
}
