/*

ie.css - global
*/

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.zoom {
	zoom: 1;
}

#header form {
	margin-bottom: 44px;
}

#header dl {
	margin-top: -44px;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .iam {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#meta {
	width: 0px;
}

#headline h1 {
	line-height: 2em;
	margin-top: -0.5em;
}

#utility li {
	padding-left: 7px;
	white-space: nowrap;
}


