/*-- hacks for IE family curses on them --*/
/*-- prefix property with underscore delivers only to IE6 --*/
/*-- prefix property with dot delivers to IE6/IE7 --*/

/* major home page hack */
#pid_home #p1s1_congrats {
  .float: none; /* IE6 hack - if all float at top then top of marh moves doen to top of next unfloated section */
  .width: 33.4%;  /* IE6 hack to stop rh column dropping*/
}


a{
  .border-right: 1px solid transparent;
  _border-right: 1px solid white; /*transparent; doesnt work in IE6 */
}
#header h1 a {
  _border-right: 1px solid #c2d09d;
}

#pid_home h2 a {
  _border-right: 1px solid #c2d09d;  /*in IE6 match to back color of home page h2's */
}

/* weird bug in IE7 - blockquote next to left float picture
   picture dissapears if p's inside block are italic!! */
#content blockquote.textright p{
  .font-style: normal;
}

