/* 
Title:     Fixes for IE/win
*/

	}
	

/* self-clearing floats
----------------------------------------------------- */

/* trigger hasLayout and target ie5+6/win only */
* html #header-PNW,
* html ul#navH-PNW,
* html #content-PNW,
* html #content-LF,
* html #header,
* html #header-nav,
* html #footer-nav,
* html #mainFull,
* html #content,
* html .sections-pod,
* html #week-partners-pod,
* html #top,
* html #bottom,
* html #offerHeader,
* html #recrutHeader,
* html .ctrlHolder,
* html .pagin {
	height: 1%;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html #header-PNW,
*:first-child+html ul#navH-PNW,
*:first-child+html #content-PNW,
*:first-child+html #content-LF,
*:first-child+html #header,
*:first-child+html #header-nav,
*:first-child+html #footer-nav,
*:first-child+html #mainFull,
*:first-child+html #content,
*:first-child+html .sections-pod,
*:first-child+html #week-partners-pod,
*:first-child+html #top,
*:first-child+html #bottom,
*:first-child+html #offerHeader,
*:first-child+html #recrutHeader,
*:first-child+html .ctrlHolder,
*:first-child+html .pagin {
	min-height: 1px;
}