/* TABLE OF CONTENT
1 Headers
2 Text elements
3 Colours
4 Lists
5 Links
6 Form elements
7 Positioning
8 Tables
*/

/* ------- 1 HEADERS ---------- */

h1 {  
	font-size:120%;
	margin: 0;
	padding: 0;
}

h1.futuraLight {  /*non sifr h1 style*/
  /*visibility: hidden;*/
  font-family: verdana, arial, helvetica, sans-serif;
  color: #0066cc;
  line-height: 1.2em;
  font-size: 220%;
  margin: 0px;
  padding: 46px 0 0 0;
  font-weight:normal;
}

h2.futuraLight { /*non sifr h2 style*/
  /*visibility: hidden;*/
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 1.2em;
  font-size: 200%;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  color: #0066cc;
  height: 40px;
}

	html>body h2.futuraLight  {
		height: auto;
		min-height: 40px;
	}

h2 {
	font-size: 130%;
	line-height: 1.2em;
	font-weight: bold;
	padding: 8px 0 0px 0;
	color: #0066cc;
	margin: 0 0 7px 0; 
}

h2.top {
	padding-top: 0px;
}

h2.plain {
	font-size: 110%;
	margin: 0 0 7px 0; 
	padding: 0;	
	/*color: #0066cc;*/
	color: #000000;
	font-weight: bold;
}


h3 {
	font-size: 110%;
	margin: 0 0 4px 0; 
	padding: 10px 0 0 0;	
	/*color: #0066cc;*/
	color: #000000;
}

h4 {
	font-size:100%;
	/*color: #000000;*/
	color: #0066cc;
	margin-bottom: 0px;
}
h5 {
	font-size:100%;
	color: #000000;
	/*color: #0066cc;*/
	margin-bottom: 0px;
}

h6 {  
	font-size:100%;
	margin: 0 0 7px 0; 
	padding: 0;	
}

/* ------- 2 TEXT ELEMENTS ---------- */

p {
	margin: 0 0 14px 0;
	padding: 0;
	text-align:left;
}
p.halfspace, .halfspace {
	margin: 0 0 7px 0;
	padding: 0;
	text-align:left;
}
.bold {
	font-weight: bold;
}
.nobold {
	font-weight: normal;
}

blockquote {
	padding: 0;
	margin: 0;
}
.smalltext {
	font-size:90%;
}

p.introtext {
	font-size: 150%;
	line-height: 1.2em;
	font-weight: normal;
	padding: 6px 0 4px 0;
	margin-bottom: 5px;
}

.padtop20 {
	padding-top: 20px;
}

/* ------- 3 COLOURS  ---------- */
/* Add specific background and font colours for body content here */
.error, .redtext {
	background: transparent;
	color: #FF0000; 
}
.blue {
	color: #0066cc;
}

.grey {
	color: #7b7a7a;
}

.orange {
	color: #f6861f;
}

.green {
	color: #6fbd2b;
}
.purple {
	color: #9e6bb7;
}
.red {
	color: #da2027;
}

/* ------- 4 LISTS   ---------- */
/* Add definition, ordered and unordered list classes for body content here */
ul {
	margin:0 0 14px 16px;
	padding: 0;
}
ol {
	margin:0 0 14px 22px;
	padding: 0;
}

ol.roman{
	list-style-type:lower-roman;
	}
ol.letter {
	list-style-type:lower-alpha;
	}

ul li, ol li {
	margin: 0 0 1px 0;
	padding:0;
}

ul.relatedlist {
	margin: 0 0 14px 0;
	padding: 0;
}
ul.relatedlist li {
	list-style: none;
	margin: 0;
	padding:0;
}

ol.chartkey {
	margin: 10px 0 20px 26px;
}
ol.chartkey strong {
	padding-left: 12px;
}

div.bottomsection div.textcontent table.financial tfoot ol.footnote  { list-style-type: decimal;
	text-align: left;
	padding-right: 0;
	margin-top: 5px;
	font-size: 90%;
	}
/* ------- 5 LINKS   ---------- */
/* Add all  link specific classes  here */

a:link, a:visited { 
	background: inherit;
	color: #000;
	text-decoration: underline; 
}
a:hover, a:focus, a:active { 
	background: inherit;
	color: #000;
	text-decoration: none; 
}

/* blue body content links (and the print and add page links) */

div.bottomsection div.textcontent a:link, div.bottomsection div.textcontent a:visited, #toolkit div.toolkitcontent a.link:link, #toolkit div.toolkitcontent a.link:visited { 
	background: inherit;
	color: #0066cc;
	font-size: 90%;
	/*font-weight: bold;*/
	text-decoration: underline; 
}
div.bottomsection div.textcontent a:hover, div.bottomsection div.textcontent a:focus, div.bottomsection div.textcontent a:active, #toolkit div.toolkitcontent a.link:hover, #toolkit div.toolkitcontent a.link:focus, #toolkit div.toolkitcontent a.link:active { 
	background: inherit;
	color: #0066cc;
	text-decoration: none; 
}

div.bottomsection div.textcontent a.bodycopy:link, div.bottomsection div.textcontent a.bodycopy:visited {
	font-size: 100%;
	font-weight: normal;
}

/* ------- 6 FORM ELEMENTS   ---------- */
/* Add all  form specific classes  here */
legend {
	display: none;
}
form, fieldset  {
	border:0;
	margin:0;
	padding:0;
}
input, textarea, select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:90%;
}
input.button, input.button_f2 {
	background: #FFF;
	border: 0;
	color: #0066cc;
	cursor: pointer;
	float: right;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	margin: 0;
	overflow: visible;
	padding:0;
	text-align:right;
	text-decoration: underline;
	width: auto;
}
input.button_f2 {
	text-decoration: none;
}


/* ------- 7 POSITIONING   ---------- */
/* Add positioning classes  here eg: boxed ads,  special layouts etc */
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clearboth {
	clear:both;
}
.nowrap {
	white-space:nowrap
}

div.bottomsection div.textcontent {
	float: left;
	margin: 0;
	padding:0;
	width: 100%;
}

div.bottomsection div.textcontent p, div.bottomsection div.textcontent ul, div.bottomsection div.textcontent ol {
	padding-right: 100px;
}

div.bottomsection div.textcontent div.singlecolumn {
	float: left;
	margin: 0px;
	padding: 18px 0px 16px 0;
	width: 264px;
}
div.bottomsection div.textcontent div.singlecolumnfirst {
	margin-right: 12px;
}
div.bottomsection div.textcontent div.singlecolumn h2, div.bottomsection div.textcontent div.singlecolumn h3 {
	padding-right: 20px;
}
div.bottomsection div.textcontent div.singlecolumn p, div.bottomsection div.textcontent div.singlecolumn ul, div.bottomsection div.textcontent div.singlecolumn ol {
	padding-right: 0px;
}



/*div.navcasestudies {
	float: left;
	margin: 40px 0 0 0;
	padding: 0px;
}*/

div.feature {
	float: left;
	width: 100%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 30px 0px 30px 0;
	padding: 17px 0px 10px 0;
}

div.feature div.featuretext {
	float: left;
	width: 357px;
	padding: 0px;
	margin:0px;
}
div.feature div.featuretextwide {
	float: left;
	padding: 0px;
	margin:0 0 10px 0;
	width: 440px;
}

div.feature div.featureimage {
	float: left;
	width: 173px;
	padding: 0 0 10px 10px;
	margin:0px;
}

div.feature div.featureimagelarge {
	float: left;
	padding: 0  0 10px 0;
	margin:0px;
}

div.feature div.featuretext h2, div.feature div.featuretext h3 {
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 8px;
}
div.feature div.featuretext p, div.feature div.featuretextwide p {
	font-size: 110%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

div.downloads {
	float: left;
	width: 100%;
}

div.downloads p.toprow {
	border-bottom: 1px solid #999999;
	text-align:right;
	font-weight: bold;
	padding: 0 10px 0 0!important;
}

div.downloads div.downloadrow {
	float: left;
	border-bottom: 1px solid #e0e0e0;
	padding: 0px 8px 5px 2px;
	margin: 0px 0 11px 0;
	clear: both;
	height: 26px;
	width: 530px;
}

div.downloads div.downloadbutton label {
	float: left;
}
/*div.downloads div.downloadbutton input.button {
	clear: both;
	float: right;
	display: inline;
}
*/div.downloads div.downloadbutton input.checkbox {
	float: right!important;
}

div.statement {
	float: left;
	width: 165px;
	padding: 0 12px 0 0;
	margin: 0px;
}

div.statement p {
	font-size: 150%;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0px 0 0px 0;
}
div.statement_img {
	float: left;
	width: 357px;
	margin: 0px;
	padding: 6px 0 10px 0;
} 


/* ------- resources   ---------- */
div.resources {
	float: left;
	clear: both;
	margin: 42px 0 0 0;
	padding: 0 0 0 10px;
	width: 207px;
}

div.downloadlinks {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

div.reportcover {
	float: left;
	margin: 0px;
	padding: 3px 0 0 0;
	width: 66px;
}

/* links */

div.resources a:link, div.resources a:visited, div.homepagecontent a:link, div.homepagecontent a:visited { 
	color: #0066cc;
	text-decoration: underline; 
}
div.resources a:hover, div.resources a:focus, div.resources a:active, div.homepagecontent a:hover, div.homepagecontent a:focus, div.homepagecontent a:active { 
	color: #0066cc;
	text-decoration: none; 
}
/* ------- end of resources   ---------- */

/* ------- 8 TABLES   ---------- */
/* Add all  link specific classes  here */
table {
	clear:left;
	font-size: 100%; /* need to set for IE5/5.5 */
	margin: 0 0 14px 0;
	padding: 0;
	text-align:right;
	vertical-align:bottom;
}
caption {
	font-weight: bold;
	margin: 0;
	padding: 0 0 7px 0;
	text-align: left;
}
th, td {
	margin: 0;
	padding: 4px 4px 6px 6px;
	vertical-align:bottom;	
}
th.left, td.left {
	text-align:left;
}
th.top, td.top {
	vertical-align:top;
}
th.center {
	text-align:center;
	}
th.nobold {
	font-weight:normal;
}
th.indent, td.indent {
	padding-left:10px;
}
th.indentX2, td.indentX2 {
	padding-left:20px;
}

table sup {
	font-size: 90%;
}
table sup.normal {
	font-size: 100%;
}

/* financial tables */
table.financial {
	margin: 0px 0px 18px 0;
	width: 100%;
}
table.financialwide {
	width: 700px;
}
table.financial thead tr th, table.financial thead tr td {
	background: #ffffff;
	border-bottom: 1px solid #999999;
	padding-top: 10px;
	font-weight: normal;
	font-size: 90%;
}
table.financial tbody tr.header th, table.financial tbody tr.header td {
	background: #ffffff;
	border-bottom: 1px solid #999999;
	padding-top: 10px;
	font-weight: bold;
	font-size: 100%;
}

table.financial tr th.left, table.financial tr td.left {
	text-align: left;
}

table.financial tbody tr td, table.financial tbody tr th {
	background: #e5effa;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
}

table.financial tr td.highlight, table.financial tr th.highlight {
	color: #0066cc;
	font-weight: bold;
}

table.financial tr td ul {
	padding: 0px!important;
}

table.financial tr.linebottom td, table.financial tr.linebottom th{
	border-bottom:1px solid #0066cc;
}
table.financial tr.linebottomthick td, table.financial tr.linebottomthick th{
	border-bottom:2px solid #0066cc;
}
table.financial tr.linetop td{
	border-top:1px solid #0066cc;
}
table.financial tr.total td{
	border-top:1px solid #0066cc;
	border-bottom:2px solid #0066cc;
}

table.financial tr td.lineleft{
	border-left:1px solid #0066cc;
}
table.financial tr td.lineright{
	border-right:1px solid #0066cc;
}
table.financial tr td.noline{
	border-bottom:1px solid #FFF;
}
table.financial tr td.linebottom{
	border-bottom:1px solid #0066cc;
}
table.financial tr td.linebottomthick{
	border-bottom:2px solid #0066cc;
}


table.financial tr td a {
	font-weight: normal!important;
	color: #000000!important;
}

/*div.bottomsection div.textcontent table.financial tfoot tr td ol.footnote {
	margin-bottom: 0px;
	padding: 0px;
}

div.bottomsection div.textcontent table.financial tfoot tr td  ol.footnote li {
	background: #fff;
	text-align:left;
	vertical-align:top;
	font-size: 90%;
}*/

/*toolkit tables*/


table.toolkit {
	width: 100%;
}
table.toolkit thead tr th, table.toolkit thead tr td {
	border-bottom: 1px solid #999999;
}

table.toolkit tbody tr td {
	border-bottom: 1px solid #e0e0e0;
	padding: 12px 8px 12px 2px;
}

table.toolkit tbody tr td.left {
	text-align: left;
}




/* END OF THIS STYLESHEET
----------------------------------------------- */
 


