/**********************************************************
Name:			leftColumn.css
Description:	CSS definitions for the left column on the site pages.
Date:			10/08/2007
Author:			Andrei Vais
**********************************************************/

/*	Start leftColumn elements style rules	*/
/*	Define leftColumn and basic elements	*/
#leftColumn
{
	clear: both;
	float: left;
	margin: 0 3% 0 0;
	padding: 0 0 0 0;
	width: 20%;
}

#leftColumn p
{
	float: left;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

#leftColumn p img
{
	border: 1px solid #EAEAEA;
	float: right;
	margin: 0 0 0 0; 
	padding: 4px 4px 4px 4px;
}

#secondaryNav
{
	background-color: #D1D1D1;
	border: 1px solid #666666;
	clear: both;
	color: #666666;
	float: left;
	font-size: 85%;
	line-height: 150%;
	margin: 7px 0 0 0;
	min-height: 391px;
	padding: 10px 0 27px 17px;
	width: 100%;
}

#secondaryNav h2
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	letter-spacing: -1px;
}

#secondaryNav a
{
	color: #666666;
	text-decoration: none;
}

/*	Define secondary navigation to be displayed in the leftColumn	*/
#secondaryNav ul
{
	clear: both;
	float: left;
	list-style-type: none;
	margin: 30px 0 20px 0;
	padding: 0 0 0 0;
	width: 100%;
}

#secondaryNav li
{
	float: left;
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	width: 100%;
	background-image: url('../images/newsLink.gif');
	background-repeat: no-repeat;
	background-position: 0% 15%;
}

#secondaryNav li.navitem_withnestednav
{
	background-position: 0% 5%;
}

#secondaryNav ul li.navitem_withnestednav ul.nestednav
{
	display: inline;
	float: left;
	margin: 0 0 0 14%;
	padding: 0 0 5px 0;
	width: 80%;
}

#secondaryNav ul li.navitem_withnestednav ul.nestednav li
{
	background-position: 0% 50%;
	font-size: 90%;
	line-height: 120%;
	margin: 5px 0;
	padding: 0;
}

/* Added to allow for bg-image */
#secondaryNav ul li a{
	margin-left: 25px;
	display: block;
}

#secondaryNav a img
{
	border-width: 0;
	margin-right: 10px;
}

/*	Define news intro to be displayed in the leftColumn	*/
#secondaryNav dt
{
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-transform: uppercase;	
	letter-spacing: -1px;
}

#secondaryNav dd
{
	margin: 0 0 21px 0;
	padding: 0 0 0 0;
	
}

#secondaryNav dd.StoryDate
{
	font-style: italic;
	margin: 0 0 5px 0;
}

#secondaryNav strong
{
	font-style: italic;
	font-weight: bold;
}
/*	End leftColumn style rules	*/

#consortiumPreview
{
	margin: 0 0 30px -10px;
	padding: 0 0 0 0;
	float: left;
	text-align: center;
}

#consortiumPreviewPress
{
	margin: 0 0 0 -10px;
	padding: 0 0 0 0;
	float: left;
	text-align: center;
}

 #consortiumPreview object, #consortiumPreview object embed,
 #consortiumPreviewPress object, #consortiumPreviewPress object embed
{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 180px;
	height: 140px;
}

#consortiumPreviewExtra
{
	margin-bottom: 20px !important;
	text-align: center;
}

#consortiumPreviewExtra a
{
	text-decoration: underline;
}