body {
  margin: 0px;
  background-color: #d1d5de;  /* d5d8e0 dbdee6 */
  text-align: center;
  behavior: url('/style/csshover.htc');
  }


#main {

  /* Moz */
  max-width: 1200px;
  min-width: 720px;

  /* IE Crutch (if body wider than 1200px, set width to 1200px), iggy by everyone else */
  width:expression(document.body.clientWidth > 1200? "1200px": "auto" );

  margin: auto;
  border: 1px solid #bbb;
  background-color: #fff;
  }



#header {
  position: relative;
  display: block;
  height: 120px;  /* 68   95  */
  background-color: #056;  /* green2: #9ACC99; green: #B9CE8F;  dk blue: #485168; */
  text-align: left;
  background-image: url('/images/miottawa_banner_winter.jpg');   /* Spring: miOttawa_banner_spring.jpg Summer: miOttawa_banner_summer.jpg Fall: miOttawa_banner_fall.jpg Winter:miottawa_banner_winter.jpg */
  background-position: left top;
  background-repeat: no-repeat;
  }

#header-search {
  position: absolute;
   right: 1px;
   z-index: 20;
   margin-top: 77px;   /* 55px */
   margin-bottom: 0px;
   padding-bottom: 0px;
   padding-right: 10px;
   width: 230px;
   text-align: right;
   float: right;
  }

#home-banner, #home-banner2 {
  position: relative;
   z-index: 1;
   display: block;
   height: 129px; 
   background-image: url('/images/multi.jpg');
   background-position: left-top;
   background-repeat: repeat-x;
   text-align: left;
   border-bottom: 1px dotted #888;
   }

#home-banner2 {
  background-image: url('/images/multi2.jpg');
   height: 106px;
  }

#top-nav {
  position: relative;
   z-index: 5;
   display: block;
   height: 35px; 
   background-image: url('/images/nav.jpg');
   background-position: left-top;
   background-repeat: repeat-x;
   text-align: left;
   }

#content {
  position: relative;
  background-color: #fff;
  text-align: left; 
  padding: 10px;
  }

#testcontainer {
  position: relative;
  }

#content-2col {
  position: relative;
  top: 0px;
  margin-left: 205px;
  text-align: left;
  }

#content-1col {
  position: relative;
  top: 0px;
  margin-left: 0px;
  text-align: left;
  }

#left-col {
  float: left;
  }


#left-col, #left-col-grey, #left-col-green, #left-col-blue, #left-nav {
  position: relative;
  left: 0px;
  z-index: 3;
  width: 188px;
  padding: 3px;
  margin-right: -200px;
  margin-bottom: 4px;
  margin-top: 0px;
  padding-bottom: 1px;
  padding-top: 1px;
  color: #333; 
  clear: left;
  display: block;
  }

#left-col-grey {
  position: relative;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #240; 
  width: 180px;
  }


#left-col-green {
  background-color: #f2f5ec;
  border: 1px solid #bca;
  color: #240; 
  width: 180px;
  }

#left-col-blue {
  background-color: #ecf0f5;
  border: 1px solid #abc;
  color: #024; 
  width: 180px;
  }

#right-box {
  position: relative;
  display: block;
  float: right;
  }

img {
  position: relative;
  }




#footer {
  z-index: 2;
  position: relative;
  clear: both;
  display: block;
  height: 75px;
  background-color: #f5f5f5;
  color: #555;
  text-align: left;
  border-top: 1px solid #bbb;
  background-image: url('/images/footerGray.jpg');
  background-repeat: repeat-x;
  }

/* HOME STYLES */


#HomeServiceFeature, #HomeContentFeature {
  background-color: #f4f7fb;  /* ecf0f5  */
  border: 1px solid #bcd;  /* abc */
  display: block;
  float: left;
  clear: left;
  padding: 2px;
  margin-bottom: 3px;
  width: 225px;
  }
/*
#HomeServiceFeature {
 behavior: url('csshover.htc');
 }
*/
#HomeServiceFeature a {
 display:block;
 height: 100%;
 }

#HomeServiceFeature:hover {
  background-color: #fefeff;  /* #f7fbf4; ecf0f5  */
  border: 1px solid #cde;  /* abc */
 }

#HomeServiceFeature img {
 border: 1px solid #bbb;
 margin-right: 5px;
 }

#HomeContentFeature {
  border: 0px;
  background-color: #fff;
  background-image: url('/images/Green.jpg');
  background-repeat: repeat-x;
  width: 100%;
  margin-bottom: 8px;
  }




#hiddenLayer {
  z-index = 0;
  position: absolute;
  top: 10;
  left: 10;
  }
