/* CSS Document for NELC - Blue curvy banner background - see IE hacks for transparency problem override */
#mainSpace {
	background-color:#F1F4F9;
	border-bottom:1px solid #dee9f4;
	/* the default banner for the style could be set here */
	/*background-image: url(../../graphics/bannerImages/tower.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
.sectionStyle {
	background-repeat: no-repeat;
	background-position: center top;
	/*padding-top:118px;*/
	/*background-image: url(../../graphics/themes/blue/banner-curve-blue.png);	/* see modules/banners.css */
}

.tube.outer {
	background-image: url(../../graphics/eyeCandy/transparent-white-23.png);
}
	.tube.middle {
		background-color:#f1f4f9;
	}
		.tube.inner {
			background-color:#FFFFFF;
		}




/* chrome */

			.chrome #contents .ieFix {
				display:block;
				width:482px;
				height:10px;
				margin-bottom:-10px;
				z-index:500;
				position:relative;
				background-image: url(../../graphics/IE/IE7middleColumnTop-default.jpg);
			}
				.chrome .noRightColumn#main #contents .ieFix {
					display:block;
					width:728px;
					height:10px;
					margin-bottom:-10px;
					z-index:500;
					position:relative;
					background-image: url(../../graphics/IE/IE7middleAndRightColumnTop-default.jpg);
				}
				.chrome .noLeftRightColumn#main #contents .ieFix {
					display:block;
					width:974px;
					height:10px;
					margin-bottom:-10px;
					z-index:500;
					position:relative;
					background-image: url(../../graphics/IE/IE7middleOnlyColumnTop-default.jpg);
				}
				.chrome .noLeftColumn#main #contents .ieFix {
					display:block;
					width:728px;
					height:10px;
					margin-bottom:-10px;
					z-index:500;
					position:relative;
					background-image: url(../../graphics/IE/IE7middleAndNoLeftColumnTop-default.jpg);
				}
			.chrome #contents .columnEnd { 
				display:block;
				width:100%;
				height:10px;
				margin-top:-10px;
				z-index:500;
				position:relative;
				background-image: url(../../graphics/IE/IE7sideColumnBottom-default.gif);
			}
			.chrome #leftColumn .ieFix,
			.chrome #rightColumn .ieFix {
				display:block;
				width:240px;
				height:10px;
				margin-bottom:-10px;
				z-index:500;
				position:relative;							
			}
			.chrome #leftColumn .ieFix {background-image: url(../../graphics/IE/IE7sideColumnTopLeft-default.jpg);	}
			.chrome #rightColumn .ieFix {background-image: url(../../graphics/IE/IE7sideColumnTopRight-default.jpg); }
			.chrome #leftColumn .tube.middle,
			.chrome #rightColumn .tube.middle { min-height:200px; }
			.chrome #leftColumn .columnEnd,
			.chrome #rightColumn .columnEnd { 
				display:block;
				width:240px;
				height:10px;
				margin-top:-10px;
				z-index:500;
				position:relative;
				background-image: url(../../graphics/IE/IE7sideColumnBottom-default.gif);
			}
			
			.chrome #bottomNavigation .tube.outer {
					 background-image:none;
					 background-color:#f4f6fa;
			
			}
