/*	
	ht-print.css
	-	Print stylesheet for Heron Tower website

******************************************************************************/
html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72.5%;
	color: #675A56;
}
body{
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
}
#home #flashModule{
	display: block;
	height: 550px;
	width: 806px;
	padding: 0;
	background: url('/img/flashbgs/home.gif') no-repeat top left;
}
h1, h2, h3, h4{
	font-weight: normal;
}
h1{
	font-size: 1.5em;
	color: #8757FF;
}
h2.intro{
	font-size: 1.2em;
}
h2#intro-gallery{
	background: none;
}
#logo{
	display: none;
}
ul#access{
	display: none;
}
#flashModule{
	display: none;
}
#navigation{
	display: none;
}
img#print-logo{
	display: block;
}
img#print-map{
	display: block;
}
#header h2.hidden{
	display: none;
}
#theCols div#col_1.col,
#theCols div#col_2.col{
	height: auto;
}
#theCols div#col_2.col.flash{
	display: none;
}
#footer #utils{
	display: none;
}
#footer{
	margin-top: 25px;
}
#footer p{
	font-size: .7em;
	margin: 0;
	line-height: 1.1em;
}
a{
	color: #8757FF;
}
#schedule .fullWidth{
	display: none;
}
#specs #theCols div#col_2,
#theCols div#col_2 div.col.barLinks{
	display: none;
}

