@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.twoColHybLtHdr #container { 
	min-width: 750px;
	max-width: 1000px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/** html div#container { 
	width: expression( document.body.clientWidth > 999 ? "1000px" : "auto" ); /* sets max-width for IE */
	/*width: expression( document.body.clientWidth < 751 ? "750px" : "auto" ); /* set min-width for IE */
/*}*/
.twoColHybLtHdr #header { 
	background: #fff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColHybLtHdr #leader {
	margin:0;
	padding: 0;
	padding-top: 20px;
	width: 100%;
	height: 316px;
}
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #rightBar {
	float: right; 
	width: 15.6em; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	margin: 0;
}
.twoColHybLtHdr #rightBar a { 
	color: #0066FF;
	text-decoration: underline;
}
.twoColHybLtHdr #leftBar {
	float: left; 
	width: 17em; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.twoColHybLtHdr #leftBar div.blockhead, .twoColHybLtHdr #rightBar div.blockhead { 
	margin: 0;
	padding: 0;
}
.twoColHybLtHdr #leftBar h3, .twoColHybLtHdr #rightBar h3 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: .3em 0;
	padding: .1em 0;
	border-bottom: solid 1px #993333;
}
.twoColHybLtHdr #leftBar h3, .twoColHybLtHdr #leftBar p {
	/* margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColHybLtHdr #leftBar p,.twoColHybLtHdr #rightBar p {
	/*font-size: 0.85em;*/
	/*background-color: #fff;*/
	/*padding: 5px;*/
	padding-bottom: 10px;
	margin: 0;
	margin-bottom: 1em;
	/*border-top: solid 1px #fff;*/
}
.twoColHybLtHdr #leftBar a {
	color: #167492;
}
.twoColHybLtHdr #leftBar a.biglink { 
	color: #CCCCCC;
	text-decoration: none;
}
.twoColHybLtHdr #leftBar a:hover {
	color: #CC0000;
}
.twoColHybLtHdr #leftBar ul, .twoColHybLtHdr #leftBar ol {
	padding: 0;
	font-size: 0.85em;
}
.twoColHybLtHdr #leftBar ul {
	margin: 0;
	padding: 5px 0px;
	list-style-type: none;
}
.twoColHybLtHdr #leftBar ul li.press {
	padding: 0 0 3px 27px;
	background:url(../images/bullet_news.png) no-repeat top left;
	background-position: 0 0em;
	margin-left: 10px;
	line-height: 1.3em;
}
.twoColHybLtHdr #leftBar ul li.press a {
	line-height: 1.4em;
	color: #333333;
	text-decoration: underline;
}
.twoColHybLtHdr #leftBar ul span.date {
	font-size: 0.9em;
	color: #b7ada5;
	text-transform:uppercase;
	display:block;
	line-height: 1.4em;
}
.twoColHybLtHdr #leftBar ol {
	padding: 0;
}
.twoColHybLtHdr #leftBar ul.normal li {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 5px 15px;
	background: url(../images/bullet_red.gif) 0 6px no-repeat;
	border-bottom:dotted #CCCCCC 1px;
}
.twoColHybLtHdr #leftBar ul.grey {
	border-bottom: dotted #CCCCCC 1px;
	padding: 0 0 20px 0;
}
.twoColHybLtHdr #leftBar ul.grey li, .twoColHybLtHdr #leftBar ol.grey li {
	margin: 0;
	padding: 2px 0 2px 15px;
}
.twoColHybLtHdr #leftBar ol.grey li {
	margin: 0;
	margin-left: -15px;
	padding: 2px 0 7px 0;
}
.twoColHybLtHdr #leftBar ul.grey a, .twoColHybLtHdr #leftBar ol.grey a {
	/*color: #0099FF; */
	color: #333333;
}
.twoColHybLtHdr #leftBar ul.grey a:hover, .twoColHybLtHdr #leftBar ol.grey a:hover {
	color: red;
}
.twoColHybLtHdr #leftBar table.stocksHome {
	border-collapse: collapse;
	width: 100%;
	padding: 10px;
	background-color: #faf8f5;
	margin-top: 7px;
}
.twoColHybLtHdr #leftBar table.stocksHome th {
	border: 1px solid #ECE3D9;
	background-color: #0066ac;
	padding: 2px;
	text-align: center;
	font-size:1.2em;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color: #fff;
}
.twoColHybLtHdr #leftBar table.stocksHome td {
	border: 1px solid #ECE3D9;
	padding: 1px;
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent { 
	margin: 0 18.5em 0 19em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}
.twoColHybLtHdr #mainContent p { 
	text-align: justify;
	line-height: 1.4em;
}
.twoColHybLtHdr #mainContent a { 
	color: #0066FF;
	text-decoration: underline;
}
.twoColHybLtHdr #mainContent a.biglink { 
	color: #CCCCCC;
	text-decoration: none;
}
.twoColHybLtHdr #mainContent a:hover { 
	color: red;
}
.twoColHybLtHdr #mainContent div.blockhead { 
	margin: 20px 0 10px 0;
	padding: 3px 0;
}
.twoColHybLtHdr #mainContent h1 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	font-weight: 600;
	margin-bottom: 5px;
	padding: 1px;
}
.twoColHybLtHdr #mainContent ol, .twoColHybLtHdr #mainContent ul {
	margin: 0;
	padding: 5px 20px;
	line-height: 0.9em
}
.twoColHybLtHdr #mainContent ul {
	list-style-type: circle;
}
.twoColHybLtHdr #mainContent ol li, .twoColHybLtHdr #mainContent ul li {
	background: none;
	border-bottom: none;
	line-height: 1.4em
}
.twoColHybLtHdr #mainContent div.blockhead h1, .twoColHybLtHdr #mainContent div.blockhead h2, .twoColHybLtHdr #mainContent div.blockhead h3 { 
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #993333;
	margin: 0;
	padding: 0;
	padding-bottom: .3em;
	border-bottom: solid 1px #993333;
}
.twoColHybLtHdr #mainContent div.blockhead h2, .twoColHybLtHdr #mainContent div.blockhead h3 {
	font-size: 1.2em;
 	color: #666666;
 }
.twoColHybLtHdr #mainContent p.startparagraph {
	color: #98141f;
}
.twoColHybLtHdr #mainContent p.summary {
	color: #666;
}
.twoColHybLtHdr #mainContent div.personblock {
	margin: 3em 0 1em 0;
}
.twoColHybLtHdr #mainContent span.title {
	font-style: italic;
	color: #000000;
}
.twoColHybLtHdr #mainContent h2, .twoColHybLtHdr #mainContent h3 {
	font-weight: bold;
}
.twoColHybLtHdr #mainContent h2, .twoColHybLtHdr #mainContent span.name {
	color: #98141f;
	text-transform: capitalize;
}
.twoColHybLtHdr #mainContent span.name {
	font-weight: bold;
	line-height: 1.3em;
}
.twoColHybLtHdr #mainContent h2 {
	font-size: 1.1em;
	margin-top: 3em;
}
.twoColHybLtHdr #mainContent h3 {
	font-size: 1em;
	color: #000;
}
.twoColHybLtHdr #mainContent table {
	width: 100%;
	text-align: left;
}
.twoColHybLtHdr #mainContent table p {
	text-align: inherit
}
.twoColHybLtHdr #mainContent table tr {
	height: 18px;
}
.twoColHybLtHdr #mainContent table.header {
	padding: 0;
	margin: 0;
	margin-top:3em;
	border: 0;
}
.twoColHybLtHdr #mainContent table.header td.headercolor, .twoColHybLtHdr #mainContent table.header td.headergrey { 
	border: 0px;
	border-bottom: #CCCCCC solid 2px;
	padding-bottom: 0;
	text-align: left
}
.twoColHybLtHdr #mainContent table.header td.headercolor { 
	border-bottom-color: #993333;
	text-transform: uppercase;
} 
.twoColHybLtHdr #mainContent table.header td.headergrey { 
	width: 100%;
	text-align: right;
}
.twoColHybLtHdr #mainContent table tr.Section {
	color: #98141f;
}
.twoColHybLtHdr #mainContent table tr.Total {
	font-weight: 600;
	border-top: solid 1px #98141f;
}
.twoColHybLtHdr #mainContent table.ir_table{

}
.twoColHybLtHdr #mainContent table.ir_table_calculator{
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	border: 0;
	border-bottom: 1px dotted #CCCCCC;
}
.twoColHybLtHdr #mainContent table.ir_table_calculator td {
	padding-bottom: 0.6em;
	color: #333333;
}
.twoColHybLtHdr #mainContent table tr.TopRow th, table.ir_table tr.TopRow td {
	border-bottom: #990033 solid 2px;
	padding-bottom: 7px;
	vertical-align: bottom;
	font-weight: 600;
	font-size: 100%;
	color: #990033;
}
.twoColHybLtHdr #mainContent table tr.rowHighlight td, table.ir_table tr.rowHighlight td {
	font-weight: normal;
	font-style: italic;
	color: #990033;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 1.5em;
}
.twoColHybLtHdr #mainContent table td.Date {
	display: table-cell;
	vertical-align: top;
	color: #990033;
	width: 20%;
}
.twoColHybLtHdr #mainContent table span.lightened {
	color: #666666;
}
.twoColHybLtHdr #mainContent table.narrow td {
	/*display: table-column;*/
	padding-right: 6px;
	border-right: 1px dotted #CCCCCC;
	font-size: 0.8em
 }
.twoColHybLtHdr #mainContent table.narrow td.solidrightborder {
	border-right: #990033 1px solid;
 }
.twoColHybLtHdr #mainContent table ul.lightened {
	color: #666666;
	list-style: square;
	margin: 0;
	padding: 0;
	padding-left: 2em;
	line-height: 1.5em;
	font-size: 100%;
}
.twoColHybLtHdr #mainContent table tr.Color1, table.ir_table tr.row1 {
	color: #333333;
}
.twoColHybLtHdr #mainContent table tr.Color2, table.ir_table tr.row2 {
	color: #333333;
}
.twoColHybLtHdr #mainContent table td, table.ir_table td {
	border-bottom: dotted 1px #CCCCCC;
	padding: 5px 0;
}
.twoColHybLtHdr #mainContent table td.cellHighlight, table.ir_table td.cellHighlight {
	color: #990033;
}
.twoColHybLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-left: 17em;
	margin-bottom: 20px;
	background:#fff;
}
.twoColHybLtHdr div.footerbar {
	border-top: solid 5px #990033;
	margin-left: 2em;
	margin-top: 3em;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColHybLtHdr #footer a {
	color: #167492;
	text-decoration: none;
}
.twoColHybLtHdr #footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.redruler {
	color: #903;
	background-color: #903;
}
table .textright { text-align: right }
.twoColHybLtHdr #mainContent tr.red_thin td { border-bottom: solid 1px #903 }
.twoColHybLtHdr #mainContent tr.red_tablebottom td { border-bottom: solid 2px #903 }
.twoColHybLtHdr #mainContent div.portfolioblock {
	padding: 2px 0 0 0;
	margin: 0 0 5px 0;
	background-color:#903;
	text-align: center;
	vertical-align: middle;
	width: 250px;
	height: 54px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif
}
.twoColHybLtHdr #mainContent div.portfolioblock a {
	color: #FCC;
	line-height: 54px;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: 700;
	margin-left: 10px
}
.twoColHybLtHdr #mainContent div.portfolioblock a:hover { color: #FFF }
.twoColHybLtHdr #mainContent div.reportblock { 
	float: left;
	margin: 0 30px 50px 0
}
.twoColHybLtHdr #mainContent div.reportblock img.report {
	border: 1px solid #DDD;
	padding: 3px
}
.twoColHybLtHdr #mainContent div.reportblock .head { color: #C00 }
.twoColHybLtHdr #mainContent div.reportblock .size { color: #999 }
input.Calculation, input.Calculated {
	width: 100px;
	padding: 2px 3px;
	margin-left: 20px;
	text-align: right
}
input.Calculation {
	 color:#999;
	 font-weight: bold
}
input.Calculated {
	border: 0;
	background-color: #FCC;
	font-weight: bold;
}
input.Calculated, td.Calculated {
	color: #903;
}
