/**
	Triangle Transit IE hacks stylesheet 
		by Chris Jones, Web Developer, OnWired LLC
		http://onwired.com
		copyright (c) 2008 Triangle Transit
**/


/* Replace nav bar background -- no shadow :( */
* html #page #main_nav {
	background: none;
	background: transparent url(/images/main_nav_ie_bg.gif) no-repeat top left;
}


/* Fix IE double-margin float bug */
* html #trip_planner,
* html #feature,
* html #main_content,
* html #sub_content,
* html #quick_links {
	display: inline;
}


/* PNG fix */
* html #page { behavior: url(/scripts/iepngfix.htc); }
