/* -----[ BANNER ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

	.Banner {
		position: relative;
		margin: 0px;
		padding: 0px;
		text-align: center;
		clear: both;
	}

/* === [ Left Hand Container ] === */
	#cLS .Banner {
		margin: 10px 0px 10px 0px;
	}

/* === [ Center Container ] === */
	#cPC .Banner {
	}
		.layout1 #cPC .BannerImage {
			margin: -4px 0px 10px 0px;
			width: 380px;
		}
		.layout2 #cPC .BannerImage {
			margin: -4px 0px 10px 0px;
			width: 596px;
			text-align: right;
		}

/* === [ Right Hand Container ] === */
	#cRS .Banner {
		margin: 0px 0px 10px 0px;
	}
