/* NOTE:  This stylesheet requires the presence of init.js */

/* abs layout styles ******************************************************* */
div#pageContainer{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:972px;
	background:#fff;
	border:1px solid #666;
	border-top:none;
}
div#header {
	height:90px;
	overflow:hidden;
	position:relative;
	margin-bottom:0;
}
div#col1 {
	position:absolute;
	top:102px;
	left:0px;
	width:140px;
	float:none;
	display:block;
}
div#col1 .content {
	padding:0;
}
div#col2 {
	background:#fff;
	margin:0 210px 0 150px;
	width:auto;
	float:none;
	display:block;
}
div#col2 div.content {
	padding: 5px;
}
div#col2 div.left_half div.content {
	padding: 0 5px 0 0;
} 

div#col2 div.right_half div.content {
	padding: 0 0 0 5px;
}

div#col3 {
	position:absolute;
	top:102px;
	right:0px;
	width:200px;
	float:none;
	display:block;
	padding:0;	
}
div#footer {
	width:auto;
	margin:5px 210px 0 150px;
	border-top:1px solid #666;
	overflow:hidden;
	height:50px;
}
div#col3 .content {
	padding-top: 5px;
}
.content {
	overflow:hidden;
}
/* end abs layout styles ___________________________________________________ */
