/* only used for tweaks in IE for versions below IE7 */
#container-main {width:expression(document.body.clientWidth > 1002 ? "1000px" : "770px" );}
#contents{height:950px;} /* because there is no min height in early IEs */
#breadcrumb{margin-top:-15px;position:relative;z-index:90;} /* just to get the breadcrumb to show */



ul.slidingmenu a:link, ul.slidingmenu a:visited {display:block;}

#newsletter {width:122px;left:-1px;}
#localHead {left:3px;}


#TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}