/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */
* html ul,
* html ol,
* html dl,
* html li,
* html *
 { position: relative; }
.hide
{
	display: none !important;
}
#outerColumnContainer
{
	margin:0 0 50px 0;
	border-left:#FFFFFF 225px solid;

}
#innerColumnContainer
{
	border: solid 1px #fff;
	border-width: 0 1px;
	margin: 0 -1px;		
	width: 100%;
	z-index: 1;
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	
	position: relative;	
}
#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}
#middleColumn
{
	float: right;
	width: 100%;
	z-index: 5;
	margin:0 0 0 -1px;
}
#leftColumn
{
	float: left;
	width:225px;
	z-index: 4;
	margin:0 0 0 -225px;
}

