/* CSS Document- LiteracyCounts.org designed &amp; developed by Rob McIntosh */

#Zfoundation {margin: 0 auto; min-width: 776px; max-width: 920px;  /*-Sets width depending on browser-*/}
/* The below is a proprietary expression only for IE, as it doesn't support max-width or min-width. This expression breaks validation and therefore has been separated from layout.css. */
*html #Zfoundation {width: expression(document.body.clientWidth < 776? "776px" : document.body.clientWidth > 920? "920px" : "auto");}

.clearboth {zoom: 1; /* triggers hasLayout */}  /* Only IE can see inside the conditional comment and read this CSS rule. Don't ever use a normal HTML comment inside the CC or it will close prematurely. */


/***- New PNGs?  Copy & modify script to accomodate new ones! -***/

#ZaccessibilityBar-top {
position: absolute; behavior: url(includes/wPngIMGfix.htc); height:26px; width:100%; background-image:url(images/top-shadow.png); background-position:bottom; background-repeat:repeat-x; z-index:100;
  left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
/* Fixes PNG images in IE 6, 
Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */ 
}

#example {
behavior: url(includes/wPngIMGfix.htc); background-image:url(images/gradientfulltop.png); background-position:top; background-repeat:repeat-x; z-index:100;
  left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
/* Fixes PNG images in IE 6, 
Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */ 
}




