/* 
    Government of Alberta Style Sheet for Internet Explorer Windows Only versions 5.x to 7.x
    CSS2 Definitions for Layout
    developed by YellowPencil.com - February 2007
*/
/* Definitions specifically for Internet Explorer 5-6 but hidden from IE Mac \*/
* html #logo {padding-bottom:17px;}
* html #searchForm {margin-top:6px;}
* html #textResizer {margin-right:-25px;}
* html #mainNav {padding-bottom:4px;}
* html #bannerPremier {height:1%;}
* html .banner img {margin:-16px -10px 0 -7px;}
/* html .columnLeftThird {width:50%;} */
* html #servicesNav, * html #page {height:1%;}
/* html #servicesNav .columnLeft {margin-left:-10px;} */
* html .sidebar ul, .sidebar2 ul, .sidebar3 ul {margin:-10px 0 0 20px;}
/* html .subhead1{margin-left: 0;} */
/* IE versions of the clearing elements */
.columnRight, #mainNav ul, #leadStories, #breadcrumb, .photoGallery, .photoGalleryBig, .photoGallerySmall {display:inline-block;}
/* Hide for IE-Mac \*/
* html .columnRight, * html #mainNav ul, * html #leadStories, * html #breadcrumb, * html .photoGallery, * html .photoGalleryBig, * html .photoGallerySmall {height:1%;display:block;}
/* The above definitions fix IE<=6x */

/* * html #pageWrap {width: 800px /* fallback value */; width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1125 ? "1100px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 780 ? "760px" : "99.7%")); }*/
/* IE <=6 Uses a Fixed Width because it does not support Min-Width */ 
* html #pageWrap {width: 960px /* fallback value */; width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 960 ? "960px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 960 ? "960px" : "100%")); }
/* IE <=6 Uses a Fixed Width because it does not support Min-Width */
 
@media print {#content {width:700px;}}