/* 	Style sheet: financials.css
	Site: FaHCSIA Annual Report 2007-08
	---------------------------------------------------------------------------------------

 	Global reset of all selectors to avoid inherency problems */
* {
	margin: 0;
	padding: 0;
}

/*********** Core styles ***********/
body {
	font: .75em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: url(../images/body_bkg.gif) top left repeat-y;
}
h1 {
	color: #006999;
	border-bottom: 1px solid #006999;
	font-size: 2.2em;
	padding-bottom: 3px;
	margin: 0 160px 6px 0;
}
h2 {font-size: 1.8em; line-height: 1.4em;}
h3 {font-size: 1.5em; line-height: 1.4em;}
h4 {font-size: 1.3em; line-height: 1.4em;}
h5 {font-size: 1.1em; line-height: 1.4em;}


/* Decendants of the Content div to avoid inherency problems */
#contentdiv p {line-height: 1.6em; margin-bottom: 10px;}
#contentdiv ul, #contentdiv ol {line-height: 1.6em; margin: 0 0 10px 20px;}
#contentdiv ul ul, #contentdiv ol ol {margin: 0 0 0 20px;}
#contentdiv a {color: #006999; text-decoration: underline;}
#contentdiv a:hover, #contentdiv a:focus {color: #545A5A; text-decoration: none;}
#contentdiv sup a {text-decoration: none;}

/* Financial Tables */
table {margin: 10px 0;}
caption {text-align: left; border-top: 1px solid #000; padding-top: 4px;}
th {
	font-weight: normal;
	padding: 2px 5px;
	border-bottom: 1px solid #DDD;
}
td {
	padding: 2px 5px;
	border-bottom: 1px solid #DDD;
}

.h_financials {
	font-weight:bold;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	font-size: 1.1em;
	margin: 30px 0 10px 0;
}
.h_financials em {text-transform: none;}

.fullborders {border-top: 1px solid #666; border-left: 1px solid #666;}
.fullborders th {border-bottom: 1px solid #666; border-right: 1px solid #666; padding: 5px;}
.fullborders td {border-bottom: 1px solid #666; border-right: 1px solid #666; padding: 5px;}

.cell_underline {border-bottom: 1px solid #000;}
.cell_outline {border-top: 1px solid #000; border-bottom: 1px solid #000;}
.cell_doubleline {border-bottom: 3px double #000;}
.cell_bold {font-weight:bold;}
.cell_italic {font-style: italic;}
.cell_uppercase {text-transform: uppercase; text-align: left; font-weight: bold; padding: 10px 0 4px 0;}
.cell_indent {padding-left: 15px;}
.cell_highlight {background-color: #EEE}
.row_highlight td {background-color: #EEE}

hr {
	color: #B4A76C; 
	background-color: #B4A76C; 
	border: none; 
	height: 1px; 
	margin-bottom: 10px;
}
acronym, abbr {border-bottom: 1px dotted #555;}

#rtt {margin: 15px 160px 0 0; padding-top: 5px; border-top: 1px solid #006999;}
#rtt a {
	font-weight: bold;
	background: url(../images/btt.gif) center left no-repeat;
	padding: 2px 0 2px 25px;
	color: #006999;
	text-decoration: none;
}
#rtt a:hover, #rtt a:focus {color: #545A5A; background: url(../images/btt_r.gif) center left no-repeat;}

#rtt_body {margin: 15px 10px 0 0; padding-top: 5px;}
#rtt_body a {
	font-weight: bold;
	background: url(../images/btt.gif) center left no-repeat;
	padding: 2px 0 2px 25px;
	color: #006999;
	text-decoration: none;
}
#rtt_body a:hover, #rtt a:focus {color: #545A5A; background: url(../images/btt_r.gif) center left no-repeat;}
/*********** Banner and Title Layout Styles ***********/
.firstlinks {
	position: absolute;
	top: 4px;
	right: 190px;
	font-size: .8em;
	color: #FFF;
}
.firstlinks a {color: #FFF; text-decoration: none; padding: 2px;}
.firstlinks a:hover {text-decoration: underline;}
.firstlinks a:focus {text-decoration: underline; background-color: #444;}

#banner {
	color: #FFF;
	background: #4D4D4D url(../images/banner_bkg.gif) top left no-repeat;
}
#banner img {
	float: left;
}
#banner p {
	text-align: right;
	background: url(../images/banner_pic.gif) bottom right no-repeat;
	padding: 29px 190px 11px 0;
	font-size: 1.8em;
	line-height: 50px;
}
.title_yrs {
	font-size: .78em;
	font-family: Georgia, Times, serif;
	font-style: oblique;
	font-weight: lighter;
	letter-spacing: .05em;
}
/*********** Topnav Layout Styles ***********/
#topnav {
	clear: both;
	color: #FFF;
	font-size: .85em;
	background-color: #006999;
	border-top: 5px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#topnav p {
	padding-right: 20px;
	line-height: 18px;
	text-align: right;
	background:  url(../images/topnav_bkg.gif) top left no-repeat;
}
#topnav a {	color: #FFF; text-decoration: none; padding: 1px;}
#topnav a:hover {text-decoration: underline;}
#topnav a:focus {text-decoration: underline; background-color: #259;}

/*********** Mainnav Layout Styles ***********/
#mainnav {
	float: left;
	width: 190px;
	background-color: #E5F2F6;	
}
#mainnav h1 {
	color: #FFF;
	background-color: #585858;
	font-weight: bold;
	font-size: 1em;
	border: none;
	margin: 0;
	padding: 0 0 0 11px;
	line-height: 20px;
}
#mainnav #parts {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #CDE4EC;
}
#mainnav ul {
	list-style-type: none; 
	padding: 8px 0 4px 8px;
	font-size: .9em;
}
#mainnav span {font-weight: bold; padding: 0 4px 0 2px; float: left; margin-bottom: 8px}
#mainnav li {background:  url(../images/nav_arrow_lgt.gif) top left no-repeat;  padding: 0 0 8px 10px;}
#mainnav li.selected {background:  url(../images/nav_arrow_drk.gif) top left no-repeat;}
#mainnav a {color: #000; text-decoration: none; padding: 2px;}
#mainnav a:hover {text-decoration: underline;}
#mainnav a:focus {text-decoration: underline; background-color: #FFF;}
#mainnav .selected a {font-weight: bold;}

/*********** Breadcrumbs Layout Styles ***********/
#crumbs {
	margin: 7px 0 4px 215px;
	color: #585858;
	font-size: .85em;
	font-weight: bold;	
}
#crumbs a {color: #585858; text-decoration:none; padding: 2px;}
#crumbs a:hover {text-decoration:underline;}
#crumbs a:focus {text-decoration:underline; background-color: #EEE; color: #333;}

/*********** Sectionnav Layout Styles ***********/
#sectionnav {
	width: 160px;
	float: right;
	background-color: #E5F2F6;
	margin: -56px 0 10px 20px;
}
#sectionnav h2 {
	background: #FFF url(../images/p5.gif) top right no-repeat;
	border-bottom: 1px solid #006999;
	line-height: 25px;
	color: #006999;
	font-weight: bold;
	padding-top: 25px;
	text-align: right;
	margin: 0;
	font-size: 1em;
}
#sectionnav ul {
	list-style-type: none;
	font-size: .9em;
	margin: 0;
}
#sectionnav li {background-color: #E5F2F6; padding: 4px 0 4px 20px; border-bottom: 1px solid #FFF;}
#sectionnav li.selected {background-color: #CDE4EC;}
#sectionnav a {color: #000; text-decoration: none; padding: 2px;}
#sectionnav a:hover {color: #000; text-decoration: underline;}
#sectionnav a:focus {color: #000; text-decoration: underline; background-color: #FFF;}
#sectionnav .selected a {font-weight: bold;}
#sectionnav li.selected li {background-color: #CDE4EC; margin-left: -40px; padding-left: 30px;}
#sectionnav li.selected li.selected {font-size: 1.08em;}

#sectionnav li.lih {
	font-weight: bold;
	line-height: 1.1em;
	background-color: #E5F2F6;
	padding: 5px;
	color:#000;
}
#sectionnav li.lih.selected {background-color: #CDE4EC;}

/*********** Content Area Margins ***********/
#contentdiv {margin: 10px 20px 10px 215px;}

/*********** Prevnext section Layout Styles ***********/
#prevnext {
	margin: 10px 250px 0 215px;
	padding: 6px 10px;
	line-height: 1.6em;
	background-color: #CDE4EC;
}
#prevnext p {margin: 5px 0}
#prevnext span {font-weight: bold; padding-right: 5px;}
#prevnext a {color: #000; text-decoration:none;}
#prevnext a:hover, #prevnext a:focus {text-decoration:underline;}

/*********** Footer Layout Styles ***********/
#footer {
	clear: both;
	margin: 10px 0 0 215px;
	font-size: .9em;
}
#footer p {margin-bottom: 10px;}
#footer a {color: #545A5A; text-decoration: none; padding: 2px}
#footer a:hover {color: #000; text-decoration: underline;}
#footer a:focus {color: #000;text-decoration: underline;}
#footer span {font-weight: bold;}

/*********** Custom Styles Below ***********/
.highlight_text {color:#545A5A; font-size: 1.2em; font-style: oblique; font-weight: bold;}
.small {font-size: .85em; padding-left: 20px;}
.nobr {white-space:nowrap;}
.nobullet {list-style-type: none;}
.shade {background-color: #E9E9E9;}
