/* -----[ 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;
	}
	.Banner img {
		display: block;
	}
	#cTA .Banner {
		display: inline;
		float: left;
		clear: none;
		padding: 0px;
		margin: 0 0 20px 0;
	}
	* html #cTA .Banner {
				float: none;
				margin: 0 0 20px 0;
			}
			* html #cTA .Banner img {
				display: inline-block;
				margin: 0 0 20px 0;
			}

/* === [ Left Hand Container ] === */
	#cLS .Banner {
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: left;
	}
	#cTL .Banner {
		padding: 0 0 0.6em 0;
	}
	* html #cTL .Banner {
		padding: 0 0 0.7em 0;
	}

/* === [ Right Hand Container ] === */
	#cRS .Banner {
		margin-top: 10px;
		margin-bottom: 20px;
	}
