@CHARSET "ISO-8859-1";
/* bottom callout - BEGIN */
div#bottom_callout
{
	clear: both;
	background: url(../Site_Gfx/bottom_callout_background.gif) no-repeat;
	padding: 44px 0 0 38px;
	width: 977px;
	height: 323px;
	margin-right: 3px;
}
div.fp_callout
{
	height: 257px;
	width: 287px;
	padding: 12px 0 0 35px;
	background: url(../Site_Gfx/fp_callout_divider.gif) no-repeat;
	float: left;
	display: inline;
}
div#middle_callout
{
	padding-right: 20px;
	width: 257px;
}

/* generic callouts */
div#middle_callout div.callout
{
	margin: 0 0 0 -15px;
	padding: 20px 10px 10px 15px;
	color: black;
	background: url(../Site_Gfx/border_dotted.gif) repeat-x;
}
div#middle_callout div.callout.first
{
	padding-top: 0;
	padding-bottom: 15px;
	background: none;
}
div#middle_callout div.callout h2
{
	color: #333333;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

div#middle_callout div.callout h2.rss
{
	padding: 4px 23px 2px 0;
	background: url(../Site_Gfx/callout/callout-icons-rss.gif) no-repeat 100% 5px;
	display: inline;
}
div#middle_callout div.callout h2.briefcase
{
	padding: 3px 0 2px 23px;
	background: url(../Site_Gfx/callout/callout-icons-briefcase.gif) no-repeat;
}
div#middle_callout div.callout h2.news_feeds
{
	padding: 4px 0 2px 23px;
	background: url(../Site_Gfx/callout/callout-icons-rss.gif) no-repeat;
}
div#middle_callout div.callout h2.dl_library
{
	padding: 4px 0 2px 23px;
	background: url(../Site_Gfx/callout/callout-icons-downloads.gif) no-repeat;
}
div#middle_callout div.callout h2.email_alerts
{
	padding: 5px 0 2px 23px;
	background: url(../Site_Gfx/callout/callout-icons-email-alert.gif) no-repeat;
}

div.fp_callout a.learn_more,
	div.fp_callout a.learn_more_multiline
{
	color: #46166b;
	padding: 0 10px 0 0;
	font-weight: bold;
	background: url(../Site_Gfx/callout_link_learn_more.gif) no-repeat 100% 50%;
}
div#middle_callout div.callout p
{
	margin: 5px 0;
}
/* generic callouts - END */

/* latest news */
div.news_item
{
	padding: 15px 10px 15px 0;
	margin: 0 0 0 0;
	
}
div#top_news
{
	padding-top: 5px;
}
div#bottom_news
{
	padding-left:10px;
	margin: 0 0 0 -10px;
	background: url(../Site_Gfx/border_dotted.gif) no-repeat 0 1px;
}
div.news_item div.icon
{
	float: right;
	margin: 0 0 0 10px;
}

div.news_item p.date
{
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
}
/* latest news - END */

div.stock_info p.datetime
{
	color: #000;
	font-size: 10px;
	margin: 5px 0 20px;
}


div.stock_info p.disclaimer
{
	color: #333333;
	font-size: 9px;
	line-height: 10px;
	margin: 15px 10px 0 0;
}

table#stock_info
{
	color: #666;
	width: 265px;
	margin: 0 -10px;
}
table#stock_info .label
{
	color: #000;
}
table#stock_info td
{
	background: url(../Site_Gfx/border_dotted.gif) no-repeat -10px 100%;
	padding: 7px 0 7px;
	border: 0px;
}
table#stock_info td.col1
{
	width: 165px;
	padding-left: 10px;
}
table#stock_info td.col2
{
	width: 40px;
	text-align: right;
}
table#stock_info td.col3
{
	padding-left: 3px;
}
table#stock_info td.last_cell
{
	background: none;
	padding-left: 10px;
}
/* bottom callout - END */