/***********************************************/
/* Default.css                                 */
/* Set as the StyleSheetTheme in web.config.   */
/* Loaded for all clients and overridden by    */
/* SuperClient specific CSS in their Theme.    */
/***********************************************/

/*  Add background-image if the client has a background image for their banner.
		The background-color may also be set to match the client's banner.  */
.header {
	margin: 0;
	padding: 0;
	height: 140px;
	z-index: 1;
	color: #333333;
	background-color: #FFFFFF;
	/*background-image: url(Images/bannerImage.jpg);
	background-repeat: no-repeat; */
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #336699;
}
.headerLogo {
  height: 90px;
  width: 93px;
}