@import url("layoutCSS.css");
@import url("general.css");
@import url("iconListCSS.css");

/* HIDE NAVIGATIONAL ELEMENTS */
#navContainer, #secondaryNav, #footerNavMenu, .secMenu, #print, #leftCol{
	display:none;
}
#banner  {
 width:99%; 
 height:99%; 
}
#banner img {
display: inline;
width:99%; height:99%; 
}
/* OVERRIDE VARIOUS ELEMENTS css */
#container{
	border:none;
		width: 100%;
		left:0;
		margin-left:0;
}

#innerContainer {
	margin: 0;
	padding: 0;
	background-color: #FFF;
 
	position: relative;	
	width: 99%;
 
	border:none;
	}
	
#page{
	border:none;
		width: 100%;
		margin-left:20px;
		left:10%;


	}
/* SWAP OUT BRANDING ELEMENTS FOR PRINT */


#subFooter, #footer {
 		width: 620px;
		margin-left:20px;
	color:#CCCCCC;
}

#content{
		width: 90%;
	}
#innerContent{
	position:relative; /* positioned absolute relative to contentWrapper */
	top:20px;
		width: 90%;

}

img {
	margin: 0;
	padding: 0;
	}