/* -----[ 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;
		width: auto;
	}
	.Banner img {
		display: block;
	}

/* === [ Left Hand Container ] === */
	#cLS .Banner {
	 	width: auto;
		text-align: center;
		clear: both;
	}
	.home #cLS .Banner {
	 	width: auto;
		text-align: left;
		clear: both;
		display: block;
	}
	#cLS .Banner img {
		display: block;
	}

/* === [ Right Hand Container ] === */
	.home #cRS .Banner {
		margin-bottom: 10px;
		text-align: left;
		clear: both;
	}
	#cRS .Banner {
		margin-bottom: 10px;
		text-align: center;
	}
/* === [ Right Hand Container ] === */
	#cS .Banner {
		float: right;
		clear: none;
		margin: 8px 10px;
		width: 102px;
		height: 30px;
	}
	

