/*
Title:		screen.css
Author: 	Fred. : fboursier@vsapartners.com
--
Notes:
	= Controlling stylesheet for screen rendering; imports other sheets;
		defines rules for the highest-level layout containers
*/
@import url("/fdc_site/_styles/lib/baseline.css");
@import url("/fdc_site/_styles/lib/common.css");
@import url("/fdc_site/_styles/lib/shell.css");
@import url("/fdc_site/_styles/lib/blocks.css");
@import url("/fdc_site/_styles/lib/sitenav.css");
@import url("/fdc_site/_styles/lib/leadership.css");

/* 
Set base font-size based on default browser setting of 16px  
	[ 10px = 0.625em | 11px = 0.6875em | 12px = 0.75em | 14px = 0.875em |  16px = 1em | 18px = 1.125em ] */
body { font-size: 0.75em; /* 12px */ position: relative; }

/*	====================================
	PAGE CONTAINERS
*/
#body { position: relative; margin: 0 auto; width: 990px; }

/* See homeBoxen(); function in custom.js. These styles are for dynamically generated elements: */
div#swfShadowBox,
div#swfFeature {
	position: absolute;
	left: 0;	
	width: 100%;
	display: none;
}
div#swfShadowBox {
	top: 0;
	z-index: 997;
	background: #02141f;
}
div#swfFeature {
	top: 32px;
	z-index: 1000;
	text-align: center;
}
* html div#swfFeature { top: 30px; }
*+html div#swfFeature { top: 30px; }
	div#featureSWFBox {
		margin: 0 auto;
		height: 560px;
		width: 990px;
		text-align: left;
	}
.headline sup { font-size: 25%; }
#investors #SH_Confirm_Investor_Type_Note { position: absolute; left: -9999px;}
#homeFlashPrint { display: none; }



/* NOTE: THESE ARE TO BE APPLIED TO EACH LANDING PAGE SEPARATELY, ACCORDING TO THE URL IN THE COMMENT THAT PRECEDES THE CSS. */
/* products/corporate-billers */ .landing .landing-content {background-image:url(../../_images/bg-landing/CorpBillers.jpg);}
/* products/financial-institutions */ .landing .landing-content {background-image:url(../../_images/bg-landing/FinancialServices.jpg);}
/* products/government */ .landing .landing-content {background-image:url(../../_images/bg-landing/Government.jpg);}
/* products/transportation */ .landing .landing-content {background-image:url(../../_images/bg-landing/Transportation.jpg);}
/* products/merchants */ .landing .landing-content {background-image:url(../../_images/bg-landing/Merchants.jpg);}

