/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ 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;
		display: block;
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
	.Banner img {
		display: block;
	}

/* === [ Left Hand Container ] === */
	#cLS .Banner {
	}

/* === [ Right Hand Container ] === */
	#cRS .Banner {
		margin: 0px 0px 10px 0px;
	}
	#cFA .Banner {
		float: left;
		clear: none;
		width: auto;
		display: inline;
	}
	#cFD .Banner {
		float: right;
		clear: both;
		margin: 0px 0px 15px 0px;
	} 
	
#outerWrapper.CustomerSurvey #cH .Banner {
	float: right;
}

@media screen and (max-width: 600px) {

	#outerWrapper.CustomerSurvey #cH .Banner {
		float: none;
	}

}

