/*
	Filename         :	global-ie5win.css
	Created by       :	Peter Hammans
	Last modified by :	Peter Hammans
	Created          :	
	Last Updated     :	18 November 2004 14:28
	Comments         :	Provides overriding styles for IE 5 where box model problems may exists
*/

	/* Overiding height of bfi homepage link */
	#header a  {
		height:45px !important;
	}			
	
	/* Overiding height of page header */		
	#title h1 {
		height:2.3em !important;
	}

	/* Overrides existing styles for 2 column layout container */
	#content .halfWrapper {
		width:420px !important;
	}

	/* Styles to correct for inline/border right problems in Win IE 5.0 */
	/* Notes: Separating horizontal lines by background image */	
	#footer ul li {
		background: #FFFFFF url(/images/global/layout/bg_footer_separator.gif) no-repeat right middle !important;	
	}	
	
	#footer ul li a {
		border:none !important;
	}
	
	#footer ul li#lastItem {
		background:none !important;
	}			