/* =================================================
THREE COLUMN STYLE SHEET
================================================= */

p.access, .hideme{
	display: none;
}

/* General layout divisions */

body{
	font-family: sans-serif;
	margin:0;
	padding:0;
}

#wrapper{
	position:relative;
	background-color:white;
	margin:0 auto;
	border:none;
	padding:0;
	max-width:1000px;
	min-width:750px;
	/* width: auto; */
}

#content{
	background-color:white;
	position:relative;
	padding: 0;
	min-height:400px;
	width:auto;
}

#content-inner{
	margin:0;
	padding:0;
}

#content-secondary{
	position:absolute;
	top:10px;
	right:0;
	bottom:0;
	background-color:white;
	margin:0;
	border:none;
	padding:0;
	width:175px;
}

#content-main{
	position:relative;
	background-color:white;
	margin:0 175px 0 0;
	border:none;
	padding:0 1em 1em;
	text-align:left;
	min-height:392px;
	width:auto;
	/*overflow:auto;*/
}
.secondTier #content-main{
	position:relative;
	margin:0 175px 0 179px;
	overflow:visible;
}

#nav-container{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: white;
	margin: 0;
	border: none;
	padding: 0;
	width: 179px;
}


#branding{
	background:transparent;
	margin:0 auto;
	border:none;
	padding:0;
	width:auto;
}
#siteinfo{
	background: white;
	margin:0 auto;
	border:none;
	padding: 0;
	height:103px;
	clear: both; /*EPR fix*/
}

/* 
===========================================================
 new stuff added to home pages...
===========================================================
*/

#top-container{
	position:relative;
	margin:0 0 1em 0;
	padding:0;
	/*min-height:160px;*/
	width:auto;
	overflow:auto;
}

#topic-intro{
	position:relative;
	margin:0;
	padding:10px 10px 0 0;
	width:auto;
	clear:right;
}
	#topic-intro p{
		width:auto;
		clear:left;
	}