/**
 * Print Stylesheet
 *
 * Copyright Fusionary Media, 2004
 */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #363636;
}


/* CONTAINER styles
-------------------------------------------*/
#container{
	width: 100%;
	position: relative;
	left: 0;
	margin: 0px;
}


/* HEADER styles
-------------------------------------------*/
#header{
	margin: 0px;
	height: 80px;
	position: relative;
}
	#header h1 {
		margin: 0px;
		position: absolute;
		top: 23px;
		left: 0px;
	}
		#header h1 a {
		background: none;
		display: block;
		width: auto;
		color: #ECE5D5;
		padding: 0px; 
		height: auto !important;
		overflow: auto;
		font-size: 36px;
		text-decoration: none;
		font-weight: bold;
		border-bottom: 2px solid  #ECE5D5;
		}

	#header-nav, #header-nav-sup{
		display: none;
	}

	#header #login-box{
		display: none;
	}


/* CONTENT styles
-------------------------------------------*/
#content{
	margin: 10px;
	padding: 0px;
	background: #fff;
	width: 100%;
	float: left;
	display: inline;
	color: #404040;
}

#history td{
	border: 1px solid #cccccc;
}

.pullquote{
	width: 200px; 
	float: right; 
	margin: 0 10px 10px 10px; 
	border: 1px solid #FAEFCF; 
	background: #FAF6EA; 
	padding: 10px;
}


/* SIDEBAR styles
-------------------------------------------*/
#sidebar{
	display: none;
}


/* FOOTER styles
-------------------------------------------*/
#footer{
	clear: both;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	background: transparent url(../images/bg_footer.gif) left bottom no-repeat;
	height: 70px;
	color: #B5B3A6;
}
	#footer #footer-nav{
		display: none;
	}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}