/************************/
/* Home Page Styles */
/************************/
div#topContainer {
	background: url(/media/images/home/back_topcontent.gif) 0px 0px no-repeat;
}
div#mainContent {
	height: 341px;
	overflow: hidden;
}
div#homeFlash {
	width: 890px;
	height: 305px;
}
div#breakNewsBar {
	width: 890px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 11px;
	overflow: hidden;
}
div#breakNewsBar p.label {
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
}
div#breakNewsBar h2 {
	display: inline;
	font-size: 13px;
	font-weight: normal;
}
div#breakNewsBar p.author {
	display: inline;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	color: #e1e1e1;
}
div#breakNewsBar h2 a:link, div#breakNewsBar h2 a:visited {
	color: #fff;
}
div#breakNewsBar h2 a:hover, div#breakNewsBar h2 a:active {
	color: #fff;
}

ul#mainNav li.lastItem {
	display: block;
}


/************************/
/* Left Column Styles */
/************************/



/************************/
/* Main Content Styles */
/************************/



/************************/
/* Right Column Styles */
/************************/



/************************/
/* Bottom Content Styles */
/************************/
div#rankings {
	position: relative;
	z-index: 2;
}

div#bottomContent div.caseDetails {
	font-size: 13px;
}
div.caseIMG {
	position: absolute;
	top: 8px;
	left: 4px;
	width: 175px;
	height: 172px;
	overflow: hidden;
}
div#bottomContent div.caseDetails h4 {
	position: absolute;
	top: 65px;
	left: 215px;
	width: 330px;
/*	Max Height Change
	height: 35px;
*/
	height: 50px;
	font-size: 13px;
	color: #bee27b;
	overflow: hidden;
}
div#bottomContent div.caseDetails div.caseNarrative {
	position: absolute;
/*	Max Height Change
	top: 115px;
*/
	top: 118px;
	left: 280px;
	width: 265px;
	height: 65px;
	/*
	font-family: "Times New Roman", Times, Georgia, serif;
	*/
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
}
div#impactNav {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 517px;
	font-size: 10px;
	line-height: 25px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}
div#impactNav p.howButton {
	display: block;
	float: left;
	text-transform: uppercase;
}
div#impactNav p.nextButton {
	display: block;
	float: right;
	text-transform: uppercase;
}
a#howButton:link, a#howButton:visited,
a#nextButton:link, a#nextButton:visited {
	padding: 2px 0px 3px 20px;
	background: url(/media/images/global/arrow_white_grey.gif) 0px 0px no-repeat;
}
div#impactNav ol {
	float: right;
	height: 25px;
	line-height: 25px;
	list-style: none;
}
div#impactNav li {
	float: left;
	margin: 0px 0px 0px 17px;
}
div#impactNav ol img {
	margin: 4px 0px 0px 0px;
}
div#impactNav a:link, div#impactNav a:visited {
	color: #bee27b;
}
div#impactNav a:hover, div#impactNav a:active {
	color: #fff;
}
div.caseDetails div {
	display: none;
}
div.caseDetails div div,
div.caseDetails div.firstItem {
	display: block;
}
div#bottomContent div.tabContent span.date {
	color: #fff;
}

div#display {
	width: 155px;
	float: left;
	margin-right: 5px;
}
div#description {
	width: 138px;
	float: right;
}
div#description p.moreLink {
	position: absolute;
	right: 20px;
	bottom: 20px;
	line-height: 16px;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}
div#description p.moreLink a:link, 
div#description p.moreLink a:visited {
	color: #bb0059;
	padding: 1px 0px 4px 20px;
	background: url(/media/images/global/arrow_white_green.gif) 0px 0px no-repeat;
}
div#description p.moreLink a:hover, 
div#description p.moreLink a:active {
	color: #84c049;
}
