﻿
#menuBar
{
	top: 123px;
}
#superWrap
{
	background-image: url(../Images/mainBackingHome.jpg);
}
#headerWrap
{
	position: relative;
	height: 123px;
	background-position: 95px 0px;
	background-repeat: no-repeat;
}
#headerQuote
{
	position: absolute;
	left: 341px;
	top: 33px;
	width: 295px;
	background-image: url(../Images/mainBackingHomeQuote.jpg);
	visibility: visible;
}
#headerQuote blockquote
{
	margin: 2px 4px;
}
#headerQuote blockquote a
{
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.25;
	color: #c84423;
}
#headerQuote a.readMore
{
	float: left;
	margin: 5px 0px 5px 10px;
	font-size: 0.75em;
	text-decoration: none;
	text-transform: uppercase;
	color: #003399;
}

#leftCol
{
	padding: 10px 10px 20px 5px;
	width: 167px;
}
#middleCol
{
	border-right: solid 1px #003399;
	width: 441px !important;
}
#rightCol
{
	width: 315px; /* was 320, reduced to 315 for IE6 */
	padding-left: 10px;
}

#news h2
{
	font-size: 1em;
	margin-bottom: 0;
}
#news p
{
	margin-top: 0;
}


/* Print formatting ======================================= */

@media print
{
	#headerWrap, #menuBar, #leftCol, #footerWrap
	{
		display: block;
	}
	#middleCol
	{
		float: left !important;
		border-left: solid 1px #003399;
		padding: 10px 20px 20px 20px;
		width: 441px !important;
	}
	#mainWrap
	{
		margin: 70px 0 0 5px;
		border-bottom: solid 1px #003399;
		width: 995px;
	}
}
