
/* ----------------------------------------- 
 ---------- Print CSS
----------------------------------------- */

html {
		height: auto;
}
body {
	line-height: 1.5em;
	font-size: 14px;
	height: auto;
	background: none;
}

.collapseForPrint {
	display: none;
}

a, a:visited {
	color:#3F3F3F;
}
	
	
	/* Headings ----------------------------------------- */

#wrapper,
#wrapperOuter,
#wrapperOuter1 {
	background: none;
}
#container {
	height: auto;
	padding: 0;
	width: 100%;
	background: none;
}
#mainContent {
	clear: both;
	width: 100%;
	padding: 0;
	background: none;
}
#push {
	display: none;
}
#sidebar {
	display: none;
}
#header {
	
}
#logo {
	display: none;
}
#logoPrint {
	width: 200px;
	display: block;
	margin: 0 auto;
}
#logoPrint img {
	width: 200px;
}

.dates, .subtitle, .subheading,
#records ul li .dates {
	color: #777;
}
#url {
	float: right;
	clear: none;
	font-size: 14px;
	padding: 17px 0 0 0;
}
#breadcrumb, #toolbar {
	display: none;
}
#heading {
	margin: 0  0 30px 0;
	display: none;
}
#footer {
	padding: 40px 0;
	clear: both;
	color:#3F3F3F;
	background: none;
}
#footer a, #footer a:visited {
	color:#3F3F3F;
}


#content {
	float: left;
	display: inline;
	width: auto;
}

#topNav, 
#subNav,
.link,
#splashImage {
	display: none;
}



	.section-home #content {
		float: left;
		width: 640px;
	}
	.section-home #content .additionalContent,
	.section-home #customArea1 .additionalContent {
		float: left;
		display: inline;
		width: 425px;
	}
	
	
	.section-home #sidebar {
		float: left;
		display: inline;
		clear: both;
		width: 240px;
	}


