/* -----[ 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 0px 0px 0px;
		padding: 0px;
		text-align: center;
		clear: both;
	}

/* === [ Left Hand Container ] === */
	#cB .Banner {
	}

/* === [ Left Hand Container ] === */
	#cLS .Banner {
		margin: 0px 0px 10px 0px;
	}

/* === [ Right Hand Container ] === */
	#cRS .Banner {
		margin: 0px 0px 10px 0px;
	}

/* === [ Left Hand Container ] === */
	#cTL .Banner {
		position: relative;
		margin: 0px 12px 3px 0px;
		clear: none;
		float: left;
	}
	* html #cTL .Banner {
		margin: 0px -4px 3px 0px;
	}


/* === [ Right Hand Container ] === */
	#cTR .Banner {
		position: relative;
		margin: 0px 12px 3px 0px;
		float: left;
		clear: none;
	}
	* html #cTR .Banner {
		float: none;
	}
