/* Begin Additional CSS Styles */
.g1 {
background: #4ca390; background: -moz-linear-gradient(top, #4ca390 0%, #4ca390 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ca390), color-stop(100%,#4ca390)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca390', endColorstr='#4ca390',GradientType=0 ); color: #ffffff;
padding:20px;
}

.g2 {
background: #205a81; background: -moz-linear-gradient(top, #205a81 0%, #205a81 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#205a81), color-stop(100%,#205a81)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205a81', endColorstr='#205a81',GradientType=0 ); color: #ffffff;
padding:20px;
}

.g3 {
background: #009ee0; background: -moz-linear-gradient(top, #009ee0 0%, #009ee0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009ee0), color-stop(100%,#009ee0)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ee0', endColorstr='#009ee0',GradientType=0 ); color: #ffffff;
padding:20px;
}
/* End Additional CSS Styles */

/* Logo placement (moved from CustomModules; VersionLoader no longer required) */
#HeaderLogDivResponsive {
	display: none;
}
.CustomLogo {
	/* Sit below the horizontal menu (menu is absolute at top of header) */
	top: 55px !important;
}
#HeaderLogDiv {
	background-repeat: no-repeat;
	background-image: url("/images/DomLogo.png");
	width: 352px;
	height: 138px;
	z-index: 25;
}
.default-responsive #HeaderLogDiv {
	display: none !important;
}
.default-responsive .CustomLogo {
	top: 0px !important;
	width: 100% !important;
}
.default-responsive #HeaderLogDivResponsive {
	display: block !important;
	width: 100%;
	z-index: 25;
}
.default-responsive #LogoResoponsive {
	width: 200px;
}
