/* 3-Cols Layout */
#blocker {
	display: none;
	visibility: hidden;
	height: 0;
	width: 0;
}

#cols {
	display: table;
	padding: 0;
	clear: both;
	border-spacing: 0;
	background-color: #FFF;
}

#allCols {
	display: table-row;
}

#navCol, #content, #metaCont {
	margin: 0;
	padding-bottom: 0.2em;
	vertical-align: top;
	display: table-cell;
	overflow: hidden;
	background-color: #FFF;
}


#navCol {
	width: 12.0625em;
	border-right: 0.125em solid #FFF;
	z-index: 3;
	background: #FFF;
}
.iNavCol {
	padding-right: 13px;
}

#content {
	width: 32.75em;
	z-index: 1;
	background: #FFF;
}
.iContent {
	padding: 0 16px;
}

#metaCont {
	width: 14.875em;
	border-left: 0.125em solid #FFF;
	z-index: 2;
	background: #FFF;
}
.iMetaCont {
	padding-left: 13px;
}

