/* This style sheet formats items specific to the EI Home page only */


/* container for content text blocks */
#homepg #text {
	z-index: 100;
	width: 28.3em;
	position: relative;
	margin: 0em;
	padding: 0em 2em 0em 0em;
	border-right-width: 0.1em;
	border-right-style: solid;
	border-right-color: #5E657E;
	clear: left;
	left: 2em;
	top: 2em;
}

/* containing box for big watermark E background */
#watermark {
	position: absolute; /* to aid z-index stacking and for positioning */
	left: 5.2em;
	z-index: 0; /* puts watermark at bottom of stacking order */
	height: 23em;
	width: 22em;
	margin: 0px;
	padding: 0px;
	top: 24em;
}

/* formats the size of the big watermark E background */
#watermark img {
	margin: 0px;
	padding: 0px;
	height: 23em;
	width: 22em;
	z-index: 0;
}

/* formats home menu item as the current page selection */
#homepg #navmenu #home {
	padding-right: 1.1em;
	padding-left: 1.1em;
	background-color: #D8933E;
}


/* WWRF PROMO at bottom of leftcol */

/* containing box for WWRF promo */
#WWRF_promo {
	background-color: #EAEBEE;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	border: .09em solid #5E657E;
}

/* promo headline */
#WWRF_promo h4 {
	font-weight: bold;
	margin: .6em 0 0;
	padding: 0px;
	line-height: 1.5em;
}

/* subheading of promo */
#WWRF_promo h5 {
	font-size: 0.9em;
	margin: .3em 0px 0px;
	padding: 0px;
	line-height: 1.3em;
	color: #5E657E;
}

/* paragraph formatting for promo text */
#WWRF_promo p {
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 1.3em;
	margin: 1em 0px 0px;
	font-size: 0.9em;
	padding: 0px;
	margin: 1em 0 0;
}

/* formatting for movie still image in promo */
#WWRF_still {
	height: 6.98em;
	width: 9.3em;
	float: left;
	margin-right: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* formatting for link to WWRF page */
#WWRF_link {
	text-decoration: underline;
}

