/* PRINT CSS */

/* Set background to white, and font size to 12pt */
body {
	background: white;
	font-size: 12pt;
}

/* Hide navigation */
#navMain,
.navSub,
#footer p.actions {
	display: none;
}

#wrapper,
#contentWrapper {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}
.logo {
	width: auto;
	clear: both;
	position: static;
	display: block;
}
#contentWrapper {
	padding-top: 1em;
	border-top: 1px solid #930;
}
div#header {
	height: auto;
}
body#home div#header {
	height: 50px;
}
#footer {
	margin-top: 5%
}
/* Link treatments gecko browsers will print the url of links after the link*/
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
/* For local links, this will append the domain */
#content a[href^="/"]:after {
  content: " (http://www.stuartfoundation.org" attr(href) ") ";
}

p.tagline {
	position: static;
	font-size: 12pt;
	text-align: left;
	display: block;
}
.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;
}
/* Page Specific */
#about fieldset {
	display: none !important;
}

