/*
	Site:       Apache Cayenne
	Title:      IE Fixes
	Author:     Bruce Martin, design@brucemartin.net
	Updated:    January 8, 2007
*/

body {
	font-size: x-small;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	} html>body { 
	font-size: small; 
	}

/*\*/
* html #wrap { width:expression(document.body.clientWidth > 1000 ? "940px" : "auto"); }

* html #wrap,
* html #header,
* html #container,
* html #nav,
* html #nav li a,
* html #nav li li,
* html #nav li li a,
* html #nav li li li a {
	height: 1%;
	}
	
*+html #wrap { width:expression(document.body.clientWidth > 1000 ? "940px" : "auto"); }
*+html #wrap,
*+html #header,
*+html #container,
*+html #nav,
*+html #nav li a,
*+html #nav li li,
*+html #nav li li a,
*+html #nav li li li a  {
	height: 1%;
	}
/**/


/* --- IE5 Mac Only - Band Pass Filter --- */
	
/*\*//*/
#wrap,
#header,
#container,
#nav,
#footer,
#subnav { display: inline-table; }
/**/