﻿/* 
-------------------------------------------------------------- 
IE Only
All Filters Developed by Tantek Celik
http://tantek.com/CSS/Examples/
-------------------------------------------------------------- */


/* IE6 and older
-------------------------------------------------------------- */

* html #content {zoom:1; _height:1%;} /* Clearfix for main content area */
#content {zoom:1;_height:1%;} /* need to test in IE7 */

* html .clearfix {zoom:1; _height:1%;}
.clearfix {zoom:1; _height:1%;} /* need to test in IE7 */

* html .hollyhack {height:1%;}
* html .peekaboo {position:relative;}
* html .doublemargin {display:inline;/* Fixes the Double Margin Float Bug in IE */}

* html #navigation {padding-left:0;}
* html div#local li {height:1%;} /* Holly Hack - Fixes you are here affect of Last li element as 'active' */

/* Cosmetic */
* html body.home div#contentWrapper {position:relative; top:-1px;}

/* IE5.x Mid Pass Filter
-------------------------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import url('ie5x.css'); /*";}}/* */


/* IE5.5 Band Pass Filter:
-------------------------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}}@m; @import url('ie55.css'); /*";}}/* */


/* IE5 Band Pass Filter:
-------------------------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import url('ie5.css'); /*";}}/* */


/* IE5/Mac Band Pass Filter: 
-------------------------------------------------------------- */
/*\*//*/
  @import url("ie5mac.css");
/**/

