/* These styles correct some of the weird CM1 layout bugs introduced by the CM1 stylesheets. */
@import url(homepage.css);
.perc-region {
	min-height: 0;
}

#logo-container {
	z-index: 10;
	position: relative;
}

#header-title {
	position: absolute;
	top: 0;
	left: 240px;
	min-width: 200px;
	z-index: 100;
	min-height: 50px;
}

#header-title h1.title {
	left: 0;
}

.hspan_12 {
	width: auto;
}

.vspan_2 {
	height: auto;
}