/* financial statements = dark green */
#financialstatements #container {
	background-image: url(../../images/nav/financialNav_background.gif);
}
.font_alt,
.notes {
	font-family: Arial, Helvetica, sans-serif;
}
#financialstatements #main {
	background-image: url(../../images/contentBkg/content_background_financia.gif);
	/*border-left: 1px solid #78642d;*/
}
 
#financialstatements h1,
.highlight,
.signOff h3 {
	color: #624b0d;
}
.signOff p {
	font-weight: bold;
}
#financialstatements #main h2 {
	background: #eeefdf url(../../images/h2/financialTop.gif) top no-repeat;
}
#financialstatements #main h2 span{
	background: #eeefdf url(../../images/h2/financialBottom.gif) bottom no-repeat;
}

#financialstatements h3 span.subhead {
	color: #624b0d;
	font-weight:bold;
}

/* Navigation */
#financialstatements ul#navigation li.parent a {
	background-image: url(../../images/nav/financial_lev1_current.gif);
}

#financialstatements ul#navigation li#nav5.parent a,
#financialstatements ul#navigation li#nav7.parent a,
#financialstatements ul#navigation li#nav8.parent a {
	background-image: url(../../images/nav/financial_lev1_current_large.gif);
	background-position: left top;
}

#financialstatements ul#navigation li.parent ul {
	background-color:#e5e0d2;
}
#financialstatements ul#navigation li.parent ul li a,
#financialstatements ul#navigation li#nav5.parent ul li a {
	background-color:#e5e0d2;
	background-image: none;}
	
#financialstatements ul#navigation li.parent ul li.current a,
#financialstatements ul#navigation li.parent ul li a:hover,
#financialstatements ul#navigation li#nav5.parent ul li.current a,
#financialstatements ul#navigation li#nav5.parent ul li a:hover {
	background-color: #cdc6a7;
}
#financialstatements ul#navigation li.parent li.parent li a,
#financialstatements ul#navigation li#nav5.parent li.parent li a {
	background-image: url(../../images/nav/financial_lev3_arrow.gif);
	background-color:#e5e0d2;
	background-position: 12px 6px;
}
#financialstatements ul#navigation li.parent li.parent li a:hover,
#financialstatements ul#navigation li.parent li.parent li.current a,
#financialstatements ul#navigation li#nav5.parent li.parent li a:hover,
#financialstatements ul#navigation li#nav5.parent li.parent li.current a {
	background-image: url(../../images/nav/financial_lev3_darkarrow.gif);
	background-color: #cdc6a7;
}
#financialstatements ul#navigation li.parent li.parent li.parent a {
	background-image: url(../../images/nav/financial_lev3_down.gif);
}
#financialstatements ul#navigation li.parent li.parent li.parent a:hover {
	background-image: url(../../images/nav/financial_lev3_downhov.gif);
}
#financialstatements ul#navigation li.parent li.parent li.parent li a  {
	background-image: url(../../images/nav/financial_lev4_arrow.gif);
}
#financialstatements ul#navigation li.parent li.parent li.parent li.current a,
#financialstatements ul#navigation li.parent li.parent li.parent li a:hover {
	background-image: url(../../images/nav/financial_lev4_darkarrow.gif);
}

a {
	color: #5c550d;
}

#financialstatements #content ul li {
	background: url(../../images/bullets/Financial_bullet.gif) no-repeat 0 5px;
	padding-left: 20px;

}

#financialstatements #content ul ul li {
	background: none;
	padding-left: 10px;
	margin-bottom: 0;
}

span.top {
	float:right;
}
span.top a{
	font-size:1.2em;
}


/* note special cases */

.notes h3 {
	font-size: 1.2em;
}
.notes h4 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}
.notes h5 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-style: italic;
}
#content .tabintro {
	margin: 0;
}

table td {
	border-bottom-color: #C5B369; /* needs real hex value from the pdf */
}
table {
	border-top: 1px solid #000;
}

#financialstatements #content table.notopline
{
	border-top : none;
	border-bottom : none;
}

.rowhighlight {
	background-color: #F0E9D0; /* needs real hex value from the sunnit */
}
table td.first,
table thead th.first {
	text-align: left;
	vertical-align:top;
	}
table thead th.first.colhead {
	vertical-align:bottom;
}
table td.first,
table thead th.first span {
	font-size:1.2em;
	text-align: left;
	vertical-align:top;
	}
table td.first.indented {
	padding-left: 1em;
}
table td.second,
table thead th.second {
	text-align: left;
	vertical-align:bottom;
	}
#financialstatements #content ul.account {
	width:20em;
	float:left;
}
#financialstatements #content ul.accountright {
	width:20em;
	float:right;
}

#financialstatements #content ol.lalpha {
	list-style-type: lower-alpha;
	font-size: 1.2em;
	margin-left: 18px;
}
#financialstatements #content ol.lalpha li {
	margin-bottom: 0;
}
