/* RE: '#divFooter' AND '#divNewsImageBtm' BELOW: */
/* Taken from: "http://forums.aspfree.com/web-layout-43/ie-vs-firefox-css-58278.html" - How to position the 'News/Volunteers' image absolutely, but have this image be fluid with page resizing. */
/* "You could use absolute positioning, just don't forget to set the container to "relative", otherwise they'll be positioned relative to the body element. (or the next positioned parent element). So, if you want to have an element positioned absolutely (relative to its parent), but don't want its parent positioned absolutely... then you give the parent position: relative; without any position properties, which means that it has both "position" and without moving anywhere." */
#divFooterContainer 
{
	margin:0px;border:0px;padding:0px;
	width:961px; height:21px; 
	background:url(../images/design/footer/BG.gif) 0 0 no-repeat;	
}
#divFooter 
{
	margin:0px;border:0px;padding:0px;padding-top:3px; padding-right:15px;
}
/*
#divFooterLinks 
{
	margin:0px;border:0px;padding:0px;
	padding-left:5px;
	color:#FFFFFF;font-family:Tahoma, Verdana, Arial;
	<% If os = "mac" Then %>font-size:9px;<% Else %>font-size:10px;<% End If %>			
}
*/
#ExternalLinks
{
	float:left;
	/*text-align:left;*/
}
#InternalLinks
{
	float:right;
	/*text-align:right;*/	
}
#spanPipeFooter
{
	margin:0px;border:0px;padding:0px;padding-right:8px;padding-left:8px;
	padding-top:5px;	
	color:#10447e;font-weight:normal;   
}
#divFooterLinks a:link, #divFooterLinks a:visited, a#nafooterlink:link, a#nafooterlink:visited 
{
	margin:0px;border:0px;padding:0px;padding-top:5px;
	color:#10447e;font-weight:normal;text-decoration:none;
}
#divFooterLinks a:hover, #divFooterlinks a:active, a#nafooterlink:hover, a#nafooterlink:active 
{
	padding-top:5px;
	color:#10447e;font-weight:normal;text-decoration:none;
}
#divFooterLinks 
{
	margin:0px;border:0px;padding:0px; margin-left:187px;
	padding-left:5px; 
	color:#10447e;font-family:Arial, Verdana; font-weight:bold; font-size:11px;
}
/*
#nafooterspan
{
	margin:0px;border:0px;padding:0px;
	padding-top:5px;padding-right:7px; padding-left:18px;
	color:#FFFFFF;font-family:Tahoma, Verdana, Arial;font-weight: bold;
	<% If os = "mac" Then %>font-size:9px;<% Else %>font-size:10px;<% End If %>	
}
*/
/*
#divNewsImageBtm 
{
	position:absolute;
	top:-109px; _top:-102px; right:45px;
	margin:0px; border:0px; padding:0px; 
}
*/

