@import url("basic.css");
@import url("design.css");

@media screen
{
	/* Outermost website wrapper */
	div#websiteWrapper { margin: 3% auto 0 auto; }

	/* Header */
	div#header { height: 85px; background: url(/images/grey-grad-header-bg.jpg) repeat #c3c4c6; }

	/* Cabot logo */
	img#cabotLogo { float: none; margin: 20px 0 0 20px; }

	/* Cabot financial group text */
	p#cabotFinancialGroupText { position: absolute; font-size: 30px; font-family: Arial, Times, serif; right: 20px; top: 25px; }

	/* Middle wrapper */
	div#middleWrapper { height: 290px; }

	/* Splash compat image */
	div#splashBannerWrapper { position: relative; height: 288px; padding: 1px 0 1px 0; text-align: right; }

	/* Intro wrapper */
	div#introWrapper { position: relative; width: 370px; height: 100px; margin-left: 50px; margin-top: -260px; overflow: hidden; }

	/* Leading the way in debt purchase text */
	span#leadingTheWayText { position: absolute; right: 10px; top: 10px; color: #fff; font-size: 12px; }

	/* Links */
	div#splashLinksWrapper { position: absolute; left: 50px; bottom: 14px; }
	h1.jumpButton { margin: 0 0 8px 0; float: none; }
}