
/*
==============================================================================
base
==============================================================================
*/

#Header,
#HeaderNav ul,
#GlobalNav ul,
#Contents,
.index #Contents li,
.pressrelease #Contents li,
#Contents .InvestLink ul,
#Contents .SubBlock,
#Contents .InvestLink li,
#FooterTop,
#FooterBottom,
#Footer,
#Contents .SubBlock dl
{
	overflow:hidden;
}

#Header:after,
#HeaderNav ul:after,
#GlobalNav ul:after,
#Contents:after,
.index #Contents li:after,
.pressrelease #Contents li:after,
#Contents .InvestLink ul:after,
#Contents .SubBlock:after,
#Contents .InvestLink li:after,
#FooterTop:after,
#FooterBottom:after,
#Footer:after,
#Contents .SubBlock dl:after
{
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}

/*\*/
* html #Header,
* html #HeaderNav ul,
* html #GlobalNav ul,
* html #Contents,
* html .index #Contents li,
* html .pressrelease #Contents li,
* html #Contents .InvestLink ul,
* html #Contents .SubBlock,
* html #Contents .InvestLink li,
* html #FooterTop,
* html #FooterBottom,
* html #Footer,
* html #Contents .SubBlock dl
{
	height:0;
	overflow:visible;
}
/**/

