/* -This style sheet is specific to the EI News page only<--- */

#newspg h2 {
	margin-left: 1.4em;
}
#newspg h3 {
	margin-top: 0em;
	margin-bottom: 0.7em;
	color: #5E657E;
	line-height: 1.5em;
}

/* formats the text showing the date of each news item */
h4.date {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	color: #000000;
	font-size: 1em;
	border-bottom-width: 0.09em;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative; /* this is a hack for IE6 to display the borders */
}

/* formats news menu list item as current page selection */
#newspg #navmenu #news {
	padding-right: 1.1em;
	padding-left: 1.1em;
	background-color: #D8933E;
}

/* formats copy text in news items */
#newspg p.infotext {
	line-height: 1.8em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
}

/* formats the containing box for content text in leftcol */
#newspg #text {
	width: 32.3em;
	margin: 0em;
	padding: 0em;
	border-right-width: 0.1em;
	border-right-style: solid;
	border-right-color: #5E657E;
	clear: left;
}

/* formats the containing boxes of each news item */
div.newscontent {
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 0.8em;
	padding-top: 0.5em;
	margin: 0em;
}

/* highlights news item box when mouse rolls over it */
div.newscontent:hover {
	background-color: #EAEBEE;
}

/* formats and floats the thumbnail image for each news item */
div.newscontent img {
	float: left;
	width: 6em;
	height: 6em;
	margin-top: 0em;
	margin-left: 0em;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-top: .4em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*styles the Flash links to video */
#loft25link {
	width: 15.83em;
	height: 1.25em;
	margin: 0.5em 0em 0em;
	padding: 0em;
}
#altcontentA, #altcontentB {
	font-weight: bold;
	color: #5E657E;
}
#mechanismlink {
	height: 1.25em;
	width: 18.17em;
	margin: .5em 0em 0em;
	padding: 0px;
}
