/*
let's hide everything extraneous
*/

	#navigation, #banner, #right, #footer a, #footer .left #icons, #wrappa #headwrappa #header #banner_ext, #header #home, #news_item, #search_bar{
		display: none;
	}
	

/*
now slide everything left
*/

	#header #logo, #header{
		position: relative;
		left: 0;
		top: 0;
		border: 0;
	}

	
	#main #content {
		padding: 20px 0 0 40px;
		width: 550px;
		font-size: 14px;
		line-height: 16px;
		border: 1px solid #fff;
	}
	
	
	#footer {
		padding-left: 0px;
		width: 600px;
		position: absolute;
		left: 0px;
		height: 40px;
		color: #8E8E8E;
		font-size: 9px;
		margin: 10px 0 0 20px;
	}
	
	#footer .left {
		position: relative;
		float: left;
		width: 600px;
		border-top: 1px solid #808C49;
	}
	
	
	#footer .left #copyright {
		position: relative;
		margin-left: 10px;
	}


/* add back bullets */

	#main #content ul li {
		background: none;
		list-style: disc;
		padding-left: 0;
	}


/*
show contact info on press releases
*/

	.printOnly{		
		display: block;
	}
	
/*
show right colum on directions / map popup
*/

	body.directions #main #content {
		float: left;
		padding: 32px 0 32px 32px;
		font-size: 12px;
		line-height: 16px;
		width: 478px;
		voice-family: "\"}\""; voice-family:inherit;
		width: 380px;
	}
	
	body.directions #right{
		display: inline;
	}


