﻿/*
	FE Print CSS Document
*/

#wrapper #mainLogo {
	text-indent: 0;
	display: block;
	font-size: 2em;
	width: 400px;
	position: static;
	margin: 0;
}
#header,
#site-controls,
.devPanel {
	display: none;
}
#wrapper,
#wrapper #shadow-border #repeater #top-image #bottom-image #content {
	float: none;
	margin: 0;
	padding:9px 0pt 0pt;
	width:auto;	
}
#aboutPage .txtContent, 
#contactPage .txtContent
{
	width:700px;
}

/*
	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
		Individual Pages 
	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
*/

/**
	Project Search page
*/
#projectSearchPage .panel {
	display: none !important;
}

/**
	Text Only Pages
*/
#textOnlyPage h2 {
	font-size: 1.4em;
}
#textOnlyPage dl.faqList dt {
	padding-left: 0;
	font-weight: bold;
}

