/* Press Releases Module / In The News Page -------------------------------------*/
.articles
{
	white-space:nowrap;
}
.articles h2
{
	position:relative;
	line-height:20px;
	height:20px;
	width:100%;
	cursor:pointer;
	margin:0 0 0.5em 0;
	display:none;
}
.articles h2.top { display:block }
.articles li
{
	padding:0;
	margin:0;
	display:block;
}
.articles li a
{
	cursor:pointer;
	display:block;
	width:100%;
	background:url(../img/articles/gradient-li.png) 0 0 repeat-x;
	border-top:1px solid #e5ebf0;
}
.articles li.last a
{
	border-bottom:1px solid #e5ebf0;
}
.articles li a:hover
{
	background-position:0 -500px;
}
.articles li p
{
	line-height:1.1em;
	margin:10px 10px 10px 0;
	padding:0;
}
.articles li p.title
{
	white-space:normal;
	font-weight:bold;
	margin:10px 10px 10px 0;
	line-height:20px;
}
.articles li p.info
{
	white-space:normal;
	margin:10px 10px 10px 0;
}
.articles li p.description
{
	white-space:normal;
	margin:10px 10px 10px 0;
}
.articles li a p.info,
.articles li a p.description
{
	color:#666;
}
.articles li a:hover p.info,
.articles li a:hover p.description
{
	color:#304a64;
}
.articles li .date,
.articles li .publisher
{
	font-weight:normal;
}

/* Individual Releases */
body#release
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-style:normal;
	line-height:normal;
	font-weight:400;
	color:#333;
	position:relative;
}
#release #main
{
	width:550px;
	position:absolute;
	left:50%;
	margin-left:-275px;
}
#release a
{
	color:#2B71A9;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
#release a:hover
{
	color:#304A64;
	outline:none;
	text-decoration:none;
}
#release h1
{
	font-size:14px;
	font-weight:400;
	color:#00407a;
	font-family:Arial, Helvetica, sans-serif;
}
#release h2
{
	font-size:12px;
	font-weight:700;
	color:#00407a;
	font-family:Arial, Helvetica, sans-serif;
}
#release h3
{
	color:#00407a;
	font-family:Arial,Helvetica;
	font-size:17px;
}
#release p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:18px;
}
#release b
{
	font-weight:700;
}
#release .pr
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
}
#release .toc
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#333;
}
#release .footer
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#release .intro
{
	line-height:18px;
	font-size:12px;
	color:#00407a;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
}
#release .toc2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#00407a;
	font-weight:700;
}
#release .intro2
{
	color:#00407a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
#release li
{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	list-style-position:outside;
	list-style-type:disc;
	line-height:18px;
	padding-left:3px;
	margin-bottom:6px;
}
#release sup
{
	font:9px/10px Arial, Helvetica, sans-serif;
	vertical-align:super;
}
