/* -----[ 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 10px 0px;
		padding: 0px;
		text-align: center;
		clear: both;
	}

/* === [ Left Hand Container ] === */
	#cLS .Banner {
	}

/* === [ Right Hand Container ] === */
	#cRS .Banner {
	}
	
.wbanner {
	float:left;
	height:216px;
	width:100%;
}
.wbanner-left {
	background:transparent url(/Templates/_images/banner-left.jpg) no-repeat scroll left top;
	float:left;
	height:216px;
	width:76px;
}
.wbanner-right {
	background:transparent url(/Templates/_images/banner-right.jpg) no-repeat scroll left top;
	float:left;
	height:216px;
	width:74px;
}

#cB {
	background:transparent url(/Templates/_images/banner.jpg) no-repeat scroll left top;
	float:left;
	height:216px;
	width:765px;
	margin:0px;
}
	