/* ------------------------------------------------
Site:     Gateway 6
Author:   Bryan Sullivan
Version:  May 18, 2006
-------------------------------------------------- */

/* =Hide Elements
----------------------------------------------- */
#mainNav, #mainNav ul, #mainNav li, #content-sub, #photo, .noPrint {
	display: none;
}

/* =Modify Elements
----------------------------------------------- */
#page, #page2, #banner, #mainNav, #content, #content-main, #footer, #footerText, #complianceLogos {
	width: 100%;
	display: block;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
#footer {
	margin: 1em 0;
}
#footerText, #complianceLogos {
	height: auto;
	line-height: 1.5em;
}
