/*	SITE TEMPLATE
-----------------------------------------------
1.	Universal
2.	Template Layout
3.	Branding / Logo elements
4.	Footer elements 
5.	Miscellaneous
----------------------------------------------- */

/*= 1. Universal
----------------------------------------------- */
html {
	padding:0;
	margin:0;
	overflow-y: scroll;
}
body {
	background: url(../images/site_objects/bg_body.gif) left top repeat-x #ededed;
	color: #000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 100%;
	line-height: 1em;
	margin: 0;
	padding: 0 0 3% 0;
}
img {border: 0;}
.hidden {
	height: 0;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}

/*= 2. Template Layout
----------------------------------------------- */
#sitewrapper {
	background: #FFF;
	/*border-bottom:1px solid #e4e2e2;  adds black line to wide pages in FF3. Looks like browser bug*/ 
	border-left:1px solid #e4e2e2;
	border-right:1px solid #e4e2e2;
	font-size: 75%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	text-align: left;
	width: 996px;
}
#header {
	background: #FFF;
	border-bottom:3px solid #db092e;
	display: inline;
	float: left;
	height: 117px;
	margin:0 0 0 20px;
	width: 956px;
}
html>body #header {
	height:auto;
	min-height: 117px;
}
#contentwrapper {
	display: inline;
	float: left;
	margin: 0 5px;
	padding: 0 10px 40px 15px; 
	width: 960px;
}
#subnavigation {
	display: inline;
	float: left;
	margin: 0 0 10px 0;
	padding: 51px 0 0 0;
	width: 242px;
}
#contentwrapper #content {
	color:#333333;
	display: inline;
	float: left;
	margin: 0;
	width: 715px;
}
#contentwrapper div.content {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	width: 470px;
}
#contentwrapper div.content_wide {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	width: 710px;
}
#contentwrapper div.subcontent {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	width: 230px;
}
#contentwrapper div.content_wide div.subcontent {
	margin-right: 0;
}
#footer {
	border-top: solid 1px #dfdfdf;
	color:#999999;
	clear: both;
	display:block;
	font-size: 100%;
	height:auto;
	margin: 0 5px 0 20px;
	padding: 20px 0 20px 0;
	width: 956px;
}

/*= 3. Branding / Logo elements
----------------------------------------------- */
#header #branding {
	display: inline;
	float: left; 
	margin: 23px 0 0 0;
	width: 242px;
}
#header div.title {
	float: left;
	height:53px;
	padding:14px 0 0 0;
	width: 714px;
}
#header div.title div.search {
	display: inline;
	float: right; 
	margin: 0;
	padding:2px 0 0 0;
	width: 209px;
}
#header div.title div.label {
	color:#282828;
	display: block;
	float: left;
	font-size:120%;
	line-height: 1em;
	margin:0;
	padding:4px 0 0 0;
	width:380px;
}
#header div.title div.label h1 {
	color:#282828;
	font-size:100%;
	padding:0;
	margin:0;
}

#header #navigation {
	float: left;
	margin:12px 0 0 0;
	width: 714px;
}

/*= 4. Footer elements
----------------------------------------------- */
#footer .copyright {
	display:inline;
	padding: 0 40px 0 0;
	width: 200px;
	float:left;
}


/*= 5. Miscellaneous
----------------------------------------------- */
/* search form */

#header div.title div.search form {
	float:right;
	text-align:right;
}

#header div.title div.search input {
	border:1px solid #cdcdcd;
	color:#999999;
	font-size:70%;
	margin:0;
	padding:0;
}
#header div.title div.search input.search {
	border-right:none;
	padding:4px 4px 4px 10px;
	width:163px;
}
html>body #header div.title div.search input.search {
	margin:0 0 1px 0;
}
#header div.title div.search input.submit, #header div.title div.search input.button_f2 {
	background:#f2f4f4;
	border:1px solid #cdcdcd;
	color:#333333;
	cursor: pointer;
	height:25px;
	padding:0 2px;
}
html>body #header div.title div.search input.submit, html>body #header div.title div.search input.button_f2 {
	background:#cdcdcd url(../images/site_objects/bg_searchinput.gif) top left repeat-x;
	border:transparent 1px solid;
	height:27px;
}
#header div.title div.search input.submit_f2 {
	color:#db092e;
	text-decoration:underline;
}
.wider { width: 120px;
	}/*	subnavigation
-----------------------------------------------
1.	Access keys hidden menu
2.	Main navigation
3.	Sub navigation
4.	Page trail
5.	Footer navigation
----------------------------------------------- */

/*= 1. Access keys hidden menu
----------------------------------------------- */
#accessiblenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#accessiblenav li {
	display: inline;
	list-style: none;
	margin: 0;	
	padding: 0;

}
#accessiblenav a:link, #accessiblenav a:visited {
	top: 5px;
	left: 20%;
	font-size: 75%;
	height: 0;	
	overflow: hidden;
	position: absolute;
	width: 0;
	z-index: 1002;
}
#accessiblenav a:active, #accessiblenav a:focus { /* Only show skiplinks on focus */
	background: #FFF;
	border: 0;
	height: auto;
	margin: 0;
	overflow: visible;
	padding: 4px 6px 4px 6px;
	position: absolute;
	text-decoration:underline;
	width: auto;
	z-index: 10000;
	border:1px solid #000;
}
/*= 2. Main navigation
----------------------------------------------- */
#navigation ul {
	float:left;
	font-size: 108.5%;
	font-weight: normal;
	height:38px;
	list-style-type:none;
	margin: 0;
 	padding: 0;
}
#header #navigation ul li {
	float:left;
	white-space:nowrap;
	vertical-align:bottom;
}
#header #navigation ul li.lit {
	background:url(../images/site_objects/bg_menushadow.gif) right bottom #FFFFFF no-repeat;
	font-weight: bold;
	padding:0 4px 0 0;
	float:left;
}
#navigation ul li a.first, #navigation ul li a.first:visited {
	border-left:1px solid #cccccc;
}
#navigation ul li a, #navigation ul li a:visited {
	background: url(../images/site_objects/bg_topmenu.gif) bottom left repeat-x #FFFFFF; 
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	margin:3px 0 0 0;
	color: #333333;
	float:left;
	padding: 8px 14px 10px 14px;
	text-decoration: none;
}
#navigation ul li.lit a, #navigation ul li.lit a:visited {
	background: url(../images/site_objects/bg_topmenu_selected.gif) top left repeat-x #db092e; 
	border-bottom:1px solid #db092e;
	border-left:1px solid #db092e;
	border-right:1px solid #db092e;
	border-top:1px solid #db092e;
	margin:0;
	color: #FFFFFF;
	float:left;
	padding: 8px 14px 12px 14px;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a:focus {
	/*background: #db092e;
	border-left:1px solid #db092e;
	border-top:1px solid #db092e;*/
	color: #df0030;
	text-decoration:underline;
}
#navigation ul li.lit a:hover, #navigation ul li.lit a:active, #navigation ul li.lit a:focus {
	color: #FFFFFF;
}
/*= 3. Sub navigation
----------------------------------------------- */
.subnav ul {
	border-bottom: solid 1px #cccccc;
	list-style-type:none;
	margin: 0; 
	padding:0;
	width: 210px;
}
.subnav ul li {
	border-top: solid 1px #cccccc;
	margin: 0; 
	padding:0;
	position: relative;
	width: 210px;
}
.subnav ul li a:link, .subnav ul li a:visited {
	background: url(../images/site_objects/arw_red_right.gif) no-repeat 2px 8px;
	color: #000;
	display:block;
	padding: 5px 12px 5px 15px;
	text-decoration:none;
	width: 196px;
}
.subnav ul li a:hover, .subnav ul li a:active, .subnav ul li a:focus {
	color: #db092e;
	font-weight: normal;
	text-decoration:underline;	
}
.subnav ul li.lit {
	background:#eaeded url(../images/site_objects/bg_leftmenu_shade.gif) top left repeat-x;
}
.subnav ul li.lit a:link, .subnav ul li.lit a:visited {
	background: url(../images/site_objects/arw_red_down.gif) no-repeat 1px 10px;
	color: #db092e;
	font-weight: bold;
	text-decoration:none;
}
.subnav ul li.lit a:focus, .subnav ul li.lit a:hover, .subnav ul li.lit a:active {
	color: #db092e;
	font-weight: bold;
	text-decoration:underline;
}

/* subnavigation - level 2*/
.subnav ul li ul {
	border-bottom: 0;
	padding:0 0 20px 0;
}
.subnav ul li ul li, .subnav ul li ul li.lit {
	border:none;
	background:none;
}
.subnav ul li ul li a:link, .subnav ul li ul li a:visited, .subnav ul li.lit ul li a:link, .subnav ul li.lit ul li a:visited  {
	background:none;
	color: #000;
	display:block;
	font-weight:normal;
	padding: 5px 12px 5px 25px;
	text-decoration:none;
	width: 170px;
}
.subnav ul li ul li a:focus, .subnav ul li ul li a:hover, .subnav ul li ul li a:active, .subnav ul li.lit ul li a:focus, .subnav ul li.lit ul li a:hover, .subnav ul li.lit ul li a:active {
	color: #db092e;
	font-weight: normal;
	text-decoration:underline;	
}
.subnav ul li ul li.lit a:link, .subnav ul li ul li.lit a:visited {
	background:none;
	color: #db092e;
	font-weight: bold;
	text-decoration:none;
}
.subnav ul li ul li.lit a:hover, .subnav ul li ul li.lit a:focus, .subnav ul li ul li.lit a:active {
	color: #db092e;
	font-weight: bold;
	text-decoration:underline;
}

/* subnavigation - level 3*/
.subnav ul li ul li ul {
	padding: 0; 
}

.subnav ul li ul li ul li a:link, .subnav ul li ul li ul li a:visited, .subnav ul li ul li.lit ul li a:link, .subnav ul li ul li.lit ul li a:visited {
	color: #000;
	display:block;
	font-weight: normal;
	padding: 3px 12px 3px 40px;
	text-decoration:none;
	width: 166px;
}
.subnav ul li ul li ul li a:focus, .subnav ul li ul li ul li a:hover, .subnav ul li ul li ul li a:active, .subnav ul li ul li.lit ul li a:focus, .subnav ul li ul li.lit ul li a:hover, .subnav ul li ul li.lit ul li a:active {
	color: #db092e;
	font-weight: normal;
	text-decoration:underline;	
}
.subnav ul li ul li ul li.lit a:link, .subnav ul li ul li ul li.lit a:visited {
	color: #db092e;
	font-weight: normal;
	text-decoration:none;
}
.subnav ul li ul li ul li.lit a:focus, .subnav ul li ul li ul li.lit a:hover, .subnav ul li ul li ul li.lit a:active {
	color: #db092e;
	font-weight: normal;
	text-decoration:underline;
}

/* subnavigation - level 4*/
.subnav ul li ul li ul li ul li a:link, .subnav ul li ul li ul li ul li a:visited {
	color: #000;
	display:block;
	padding: 3px 12px 3px 47px;
	text-decoration:none;
	width: 146px;
}
.subnav ul li ul li ul li ul li a:focus, .subnav ul li ul li ul li ul li a:hover, .subnav ul li ul li ul li ul li a:active {
	color: #000;
	font-weight: normal;
	text-decoration:underline;	
}
.subnav ul li ul li ul li ul li.lit a:link, .subnav ul li ul li ul li ul li.lit a:visited {
	color: #000;
	font-weight: bold;
	text-decoration:none;
}
.subnav ul li ul li ul li ul li.lit a:focus, .subnav ul li ul li ul li ul li.lit a:hover, .subnav ul li ul li ul li ul li.lit a:active {
	color: #000;
	font-weight: bold;
	text-decoration:underline;
}


/*= 4. Page trail
----------------------------------------------- */
ul.inpagenav {
	display:inline;
	list-style:none;
	margin:0 0 0 14px;
	width:40px;
}
ul.inpagenav li {
	display:inline;
	list-style:none;
	padding:4px 6px 0 8px;
	/*border:none;
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	width:auto;*/
}
ul.inpagenav li a:link, ul.inpagenav li a:visited {
	/*background:none;
	border:none;
	float:left;
	margin:0;
	padding:0;
	text-align:left;*/
}

/*= 5. Footer navigation
----------------------------------------------- */
#footer ul {
	display:inline;
	margin: 0;
	padding: 0 10px 0 0;
}
#footer ul li {
	display: inline;
	padding: 0 22px 0 0;
	white-space:nowrap;
}
#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration:none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color:#db092e;
	text-decoration:underline;
}
/*	LAYOUT
-----------------------------------------------
1.	Grid
2.	Miscellaneous
----------------------------------------------- */


/*= 1. Grid
----------------------------------------------- */
div.col_wrapper_span1, div.col_wrapper_span2, div.col_wrapper_span3, div.col_wrapper_span4 {
	display: inline;
	float: left;
}
/*
******** GRID *********
	column = 230px
	gutter = 12px 
***********************
*/

div.col_wrapper_span1 {width: 242px;} /* 1 column + 1 gutter */
div.col_wrapper_span2 {width: 484px;} /* 2 column + 2 gutter */
div.col_wrapper_span3 {width: 726px;} /* 3 column + 3 gutter */
div.col_wrapper_span4 {width: 956px;} /* 4 column + 3 gutter (max no. of gutters is 3) */

div.column, div.column_span1, div.column_span2, div.column_span3, div.column_span4 {
	display: inline; 
	float: left;
	height:167px;
}
html>body div.column, html>body div.column_span1, html>body div.column_span2, html>body div.column_span3, html>body div.column_span4 {
	height:auto;
	min-height:167px;
}
div.short_column {
	height:120px;
}
html>body div.short_column {
	height:auto;
	min-height:120px;
}
/*div.column {
	margin: 0 12px 10px 0;
}*/
div.col_1 {
	float:left;
	margin:0 10px 0 0;
	width:200px;
}
div.col_1_second {
	margin:0 0 0 30px;
	float:left;
}

div.column {width: 230px;} 
div.column_span1 {width: 242px;} /* 1 columns + 1 gutter */
div.column_span2 {width: 472px;} /* 2 columns + 1 gutter */
div.column_span3 {width: 714px;} /* 3 columns + 2 gutters */

div.title {
	color:#db092e;
	font-size:140%;
	padding:0 2px 9px 0;
}
div.title a.reporttitle:link, div.title a.reporttitle:visited {
	color:#df0030;
	text-decoration:none;
}
div.title a.reporttitle:hover, div.title a.reporttitle:focus, div.title a.reporttitle:active {
	text-decoration:underline;
}

div.column_content {
	float:left;
	display:inline;
	padding:14px 8px 10px 15px;
}
div.internal_column_content {
	float:left;
	display:inline;
	padding:0 8px 0 0;
}
div.bordertop {
	border-top:1px solid #dfdfdf;
}
div.borderbottom {
	border-bottom:1px solid #e2e2e2;
}
div.column_span1_borderright {
	border-right:1px solid #cccccc;
	width: 240px;
}
div.column_borderright {
	border-right:1px solid #cccccc;
	width: 229px;
}
div.column_span1_borderleft {
	border-left:1px solid #e2e2e2;
	width: 241px;
}
div.column_content div.textheight {
	height:100px;
}

.gutter_top {
	margin-top:15px;
}
.gutter_double_top {
	margin-top:30px;
}
.gutter_double_bottom {
	margin-bottom:30px;
}
.halfwidth {
	width:100px;
}
div.column_content h2, div.column_content h3, div.column_content p, div.column_content ul.relatedlist, div.column_content ul.download {
	margin-left:4px;
}
div.fullpage {
	float:left;
	width:100%;
}

/*= 2. Miscellaneous
----------------------------------------------- */
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clearboth {
	clear:both;
}
.displaynone { /*only used for ajax stuff */
	display:none;
}
.nowrap {
	white-space:nowrap
}
.print {
	display: none;
}
.nomarginbottom {
	margin-bottom: 0;
}
.lightgreybg {
	background:#f2f3f4;
}
.greybg {
	background:#ebecee;
}
.pagecontent {
	float:left;
	width:532px;
}
.textcontent {
	width:532px;
	clear:both;
}
/*.rightcolumn {
	float:right;
	font-size:90%;
	line-height:1.2em;
	width:150px;
}*/
.rightcolumn {
	float:right;
	font-size:90%;
	line-height:1.2em;
	width:164px;
}

.pullout {
	background:url(../images/site_objects/bg_pullout.gif) bottom left repeat-x;
	float:left;
	width:715px;
	margin:0 0 40px 0;
}
.pullout div.text {
	/*color:#61161f;*/ color:#4B4B4B;
	display:inline;
	float:left;
	padding:18px 0 12px 40px;
	width:416px;
}
.pullout div.img {
	display:inline;
	float:left;
	width:230px;
}
.pullout div.img img {
	display:block;
}

.width670 {
	width:670px!important;
}

.width244 {
	width:244px!important;
	margin-right:35px!important;
}
html > body .width244 {
	margin-right:42px!important;
}

.width180 {
	width:180px!important;
}

/*picture nav for case studies*/

.picturenav {
	margin-top:-245px;
	z-index:2000;
	position:relative;
	text-align:right;
	float:right;
}
.picturenav ul {
	list-style:none;
}
.picturenav ul li {
	display:inline;
}
#s2 {
	/*display:none;*/
}
.imgborder {
	/*display:none;*/
	width:430px;
	border:1px solid #ddd;
	padding:10px;
	margin-bottom:20px;
}
img.borderpad {
	width:430px;
	border:1px solid #ddd;
	padding:10px;
}
img.border { border:1px solid #ddd; }/*	TYPOGRAPHY
-----------------------------------------------
1.	Headings
2.	Paragraphs
3.	Blockquotes
4.	Links
5.	Lists
----------------------------------------------- */

/*= 1. Headings
----------------------------------------------- */
h1, .h1 {  
	color: #df0030;
	font-size:230%;
	font-weight:normal;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	width:423px;
}
h1.logo {
	line-height: 1em;
	margin: 0;
	padding: 0;
}
div.header1 {
	height:70px;
	display:block;
	margin:41px 0 0 0;
}
html>body div.header1 {
	height:auto;
	min-height:70px;
}
div.header_twoline {
	height:110px;
}
html>body div.header_twoline {
	height:auto;
	min-height:110px;
}
div.header_oneline {
	height:50px;
}
html>body div.header_oneline {
	height:auto;
	min-height:50px;
}
div.h1_img { margin-top: 41px;
	}
h2.bighead, .bighead {  
	color: #5a141e;
	font-weight:bold;
	line-height: 1em;
	font-size:166.7% !important;
	margin: 0; 
	padding: 7px 0 0 0;	
}

h2.redh2, .redh2 {  
	color: #df0030;
	font-size:168%;
	line-height:1em;
	margin: 0 0 45px 0; 
	padding: 0;	
}
div.subcontent h2 {  
	color: #df0030;
	font-size:130%;
	margin: 0 0 8px 0; 
	padding: 0;	
}
div.column_content h2 {  
	color: #df0030;
	font-weight:bold;
	font-size:150%;
	line-height:1.1em;
	margin: 0 0 10px 4px; 
	padding: 0;	
}
div.column_content h2.subhead {  
	color: #df0030;
	font-weight:normal;
	font-size:130%;
}
h2, .h2 {  
	/*color:#db092e;*/
	/*color:#5a141e;*/
	color:#4B4B4B;
	font-size:133.4%;
	line-height:1.2em;
	margin: 0;	
	padding: 7px 0;	
}
h2.nopad {  
	padding: 0;	
}
h3, .h3 {  
	/*color:#db092e;*/
	color:#df0030;
	font-size:116.7%;
	padding: 0 0 3px 0; 
	margin: 0;	
}
h4, .h4 {  
	color:#4b4b4b;
	padding: 0 0 3px 0; 
	margin: 0;	
	font-size:100%;
	font-weight:bold;
}
h4.charttitle {  
	color:#df0030;
	padding: 0 0 3px 0; 
	margin: 0;	
	font-size:116.7%;
	font-weight:bold;
}
h5 {  
	color:#4b4b4b;
	padding: 10px 0 3px 0; 
	margin: 0;	
	font-size:100%;
	font-weight:bold;
	/*font-style:italic;*/
}
h5 span.noitalic {
	font-style:normal;
}
h6 {
	color:#666666;
	padding: 0 0 3px 0; 
	margin: 0;	
	font-size:100%;
	font-weight:bold;
}
h6.h7 {
	color:#000000;
	padding: 0 0 3px 0; 
	margin: 0;	
	font-size:100%;
	font-weight:bold;
}
h2.text, h3.text {  
	color: #4e0210;
	font-weight:bold;
	line-height: 1em;
	font-size:120%;
	margin: 0 0 7px 0; 
}
h3.text {  
	font-weight:normal;
}
/*= 2. Paragraphs
----------------------------------------------- */
p {
	margin: 0 0 16px 0;
	padding: 0;
	text-align:left;
}
p.halfspace, .halfspace {
	margin: 0 0 8px 0;
	padding: 0;
	text-align:left;
}
p.padtop, .padtop {
	padding-top: 14px !important;
}
p.doublepadtop, .doublepadtop {
	padding-top: 30px;
}
p.nopad, .nopad {
	margin: 0;
	padding: 0;
}
p.subtitle {  
	font-size:180%;
}
p.doublespace, .doublespace {
	margin: 0 0 32px 0;
}
.red18, h2.red18, h3.red18, h4.red18, h5.red18, h6.red18 {
	color:#df0030;
	font-size:150%;
	font-weight:bold;
	margin: 7px 0 7px 0; 
	padding: 0;	
}

/*= 3. Blockquotes
----------------------------------------------- */
blockquote {
	padding: 0;
	margin: 0;
}
blockquote p {
	/*color:#df0031;*/ color:#4B4B4B;
	font-size:160%;
	line-height:1.1em;
	padding:0 10px 12px 0;
	margin:0;
}

/*= 4. Links
----------------------------------------------- */
a:link, a:visited { 
	background: transparent;
	color: #000;
	text-decoration: underline; 
}
a:hover, a:focus, a:active { 
	background: transparent;
	color: #db092e;
	text-decoration: none; 
}
ul.button li a:link, ul.button li a:visited {
	background:url(../images/buttons/bg_red_gradient.gif) top left repeat-x #db092e;
	border:1px solid #db092e;
	color:#FFFFFF;
	display:block;
	float:left;
	font-weight:bold;
	padding:4px 8px 4px 10px;
	text-decoration:none;
}
ul.button li a:hover, ul.button li a:focus, ul.button li a:active {
	text-decoration:underline;
}
ul.relatedlist li a:link, ul.relatedlist li a:visited {
	background:url(../images/site_objects/arw_red_right.gif) no-repeat 0 4px;
	color:#505050;
	display:block;
	padding:0 0 0 12px;
	text-decoration:none;
}
ul.relatedlist li a:hover, ul.relatedlist li a:focus, ul.relatedlist li a:active  {
	text-decoration:underline;
	color:#DB092E;
}

ul.displayinline li a:link, ul.displayinline li a:visited, ul.displayinline li a:hover, ul.displayinline li a:focus, ul.displayinline li a:active {
	display: inline;
}

a.excel:link, a.excel:visited {
	background:url(../images/buttons/icon_excel.gif) no-repeat top left;
	padding:2px 0 4px 24px;
	text-decoration:none;
}
a.excel:hover, a.excel:focus, a.excel:active {
	text-decoration:underline;
}
a.pdf:link, a.pdf:visited {
	background:url(../images/buttons/icon_pdf.gif) no-repeat top left;
	padding:0 0 4px 24px;
	text-decoration:none;
	display:block;
}
a.pdf:hover, a.pdf:focus, a.pdf:active {
	text-decoration:underline;
}
ul.download a:link span.filesize, ul.download a:visited span.filesize, a:link span.filesize, a:visited span.filesize {
	color:#999999;
}
ul.download a:hover span.filesize, ul.download a:focus span.filesize, ul.download a:active span.filesize, a:hover span.filesize,  a:focus span.filesize, a:active span.filesize {
	color:#df0030;
}

table.financial tr th.notes a:link, table.financial tr th.notes a:visited, table.financial tr td.notes a:link, table.financial tr td.notes a:visited {
	color:#777777;
}
table.financial tr th.notes a:hover, table.financial tr th.notes a:focus, table.financial tr th.notes a:active, table.financial tr td.notes a:hover, table.financial tr td.notes a:focus, table.financial tr td.notes a:active {
	color: #df0030;
}

div.column_content h2 a:link, div.column_content h2 a:visited {
	background:url(../images/site_objects/arw_red_right.gif) no-repeat 0 6px;
	color:#df0030;
	display:block;
	padding:0 0 6px 12px;
/*	margin-left:-12px;*/
	text-decoration:none;
}
div.column_content h2 a:hover, div.column_content h2 a:focus, div.column_content h2 a:active {
	text-decoration:underline;
}
p.backtotop {
	clear:both;
	font-size:92%;
	padding:0;
	margin:0;
}
p.backtotop a:link, p.backtotop a:visited {
	background:url(../images/site_objects/arw_red_up.gif) 0 5px no-repeat !important;
	float:left;
	padding:0 0 0 16px;
	margin:35px 0 0 0;
	text-decoration:none;
}


/*= 5. Lists
----------------------------------------------- */
ul {
	margin:0 0 14px 16px;
	padding: 0;
}
ol {
	margin:0 0 14px 24px;
	padding: 0;
}
ul li, ol li {
	margin: 0 0 1px 0;
	padding:0;
}
ul.inline {
	clear: both;
	display: inline;
	float: left;
	margin: 0 0 14px 0;
}
ul.inline li {
	list-style-type:none;
	display: inline;
	margin: 0;
 	padding: 0 3px 0 6px;
	white-space:nowrap;
}
ul.relatedlist {
	margin: 0 0 14px 0;
}
ul.relatedlist li {
	list-style: none;
	margin: 0 0 10px 0;
}
div.column_content ul.relatedlist {
	margin: 0 0 0 4px;
}
div.column_content ul.relatedlist li {
	margin: 0;
	padding:0 0 7px 0;
}
ul.download {
	list-style: none;
	margin: 10px 0 12px 0;
}
ul.download li {
	list-style: none;
	margin: 0 0 10px 0;
}
ul.button {
	margin:0;
	padding:0;
	display:block;
	float:left;
}
ul.button li {
	list-style:none;
	margin:0;
	padding:0;
}
ul.padding li { padding-bottom: 6px;
	}
ul.key_pie {
	font-size:90%;
	list-style-type:none;
	margin:6px 0 0 0;
	padding:0;
}

ul.key_pie li {
	background:url(../images/charts/key_red1.gif) no-repeat left 3px;
	color:#333333;
	margin:0;
	padding:0 0 4px 17px;
}
ul.key_pie li.red1 {
	background:url(../images/charts/key_red1.gif) no-repeat left 3px;
}
ul.key_pie li.grey1 {
	background:url(../images/charts/key_grey1.gif) no-repeat left 3px;
}
ul.key_pie li.grey2 {
	background:url(../images/charts/key_grey2.gif) no-repeat left 3px;
}
ul.key_pie li.grey3 {
	background:url(../images/charts/key_grey3.gif) no-repeat left 3px;
}
ul.key_pie li.grey4 {
	background:url(../images/charts/key_grey4.gif) no-repeat left 3px;
}
/*= 6. Miscellaneous
----------------------------------------------- */
.bold {font-weight: bold;}
.nobold {font-weight: normal !important;}
.smalltext {font-size:90%;}
.redsmalltext {
	color: #df0030;
	font-size:90%;
	line-height:1.1em;
}
.quote {font-size:150%;line-height:1.1em;}
.bigtext {
	font-size:120%;
	line-height:1.16em;
	font-weight:bold;
}
.intro {
	color: #4b4b4b;
	font-size: 170%;
	font-weight:normal;
	line-height:1.15em;
	padding: 0 0 14px 0;
	margin:0;
}
.error {
	background: transparent;
	color: #FF0000; 
}
.redtext {color: #df0031 !important;}
.blacktext {color: #000000 !important;}
.greytext {color: #666666!important;}
.redtext {color: #df0031;}
/*	FORMS
----------------------------------------------- */
legend {
	/* this is impossible to style consistently
	accross browsers, so is set to display: none */
	display: none;
}
form, fieldset  {
	border:0;
	margin:0;
	padding:0;
	width:auto;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	margin: 0;
	padding: 1px;
}
input.button, input.button_f2 {
	background: transparent;
	border: 0;
	cursor: pointer;
	float: left;
	font-weight:bold;
	margin: 0;
	overflow: visible;
	padding:0;
	text-align:left;
	text-decoration: underline;
	width: auto;
}
input.button_f2 {
	text-decoration: none;
}
input.formbutton, input.formbutton_f2 {
	background: url("../images/site_objects/backgrounds/bg_button.gif") top left repeat-x #000;
	border: 0;
	color: #FFF;
	cursor: pointer;
	float: left;
	font-size:110%;
	font-weight:bold;
	margin: 0;
	overflow: visible;
	padding: 1px 5px;
	text-align:left;
	text-decoration: none;
	width: auto;
}
input.formbutton_f2 {
	text-decoration: underline;
}

.marginright10 {
	margin-right:10px!important;
}/*	TABLES
-----------------------------------------------
1.	Generic
2.	Information
3.	Financial
----------------------------------------------- */


/*= 1. Generic
----------------------------------------------- */
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: 0 4px 2px 0;
}
th.smalltext {
	line-height:1.3em;
}
th.left, td.left {
	text-align:left;
}
th.top, td.top {
	vertical-align:top;
}
th.nobold {
	font-weight:normal;
}
th.indent, td.indent {
	padding-left:10px;
}


/*= 2. Information
----------------------------------------------- */
table.info {
	margin: 0 0 40px 0;
	text-align:left;
	width: 100%;
}
table.info td, table.info th {
	padding: 8px;
	vertical-align: top;
	border-bottom: solid 1px #e3d5ab; 
}
.bordertop {
	border-top: solid 1px #e3d5ab; 
}
table.info td.noborder {
	border-bottom: 0; 
}
/*= 3. Financial
----------------------------------------------- */

table.financial {
	border-top:2px solid #333333;
	margin: 0 0 40px 0;
	width: 100%;
}
table.financial tr th, table.financial tr td {
	padding: 4px 8px 4px 4px; 
	vertical-align:bottom;
}
table.financial tr th.notes, table.financial tr td.notes {
	color:#777777;
	font-size:90%;
	font-weight:normal;
}
table.financial tr th.shade, table.financial tr td.shade {
	background: #d9dade;
}
table.financial tr th.center, table.financial tr td.center {
	text-align:center;
}
table.financial tr th.highlight, table.financial tr td.highlight {
	background: #ebebeb;
}
/* thead */
table.financial thead tr th, table.financial thead tr td {
	/*border-bottom:1px solid #000000;*/
}
table.financial tr.thickline th, table.financial tr.thickline td, table.financial tr th.thickline, table.financial tr td.thickline {
	border-bottom: 2px solid #000000;
}
/* tbody */
table.financial tbody tr th, table.financial tbody tr td {
	border-bottom:1px solid #d3d3d3;
}
table.financial tr td.indent {
	padding-left:16px;
	text-align:left;
}
table.financial tr td.doubleindent {
	padding-left:28px;
	text-align:left;
}
table.financial tr.line th, table.financial tr.line td, table.financial tr th.line, table.financial tr td.line {
	border-bottom: 1px solid #000000;
}
table.financial tr th.borderleft, table.financial tr td.borderleft {
	border-left: 1px solid #df0030;
	margin-left: 2px;
}
table.financial tr th.borderright, table.financial tr td.borderright {
	border-right: 1px solid #df0030;
}
table.financial tr.bottomline th, table.financial tr.bottomline td {
	padding-bottom: 8px;
	border-bottom: 1px solid #df0030;
}
table.financial tr th.sup_padding, table.financial tr td.sup_padding {
	padding-top: 0px;
}
table.financial tr.toppadding td, table.financial tr.toppadding th {
	padding-top: 18px;
}
table.financial tbody tr.hover th, table.financial tbody tr.hover td {
	background: #ebecee;
}
table.financial tbody tr.hover th.highlight, table.financial tbody tr.hover td.highlight {
	background: #d9dade;
}

table.financial tr.noline td, table.financial tr.noline th, table.financial tr th.noline, table.financial tr td.noline {
	border-bottom: none; 
}
/* tfoot */
table.financial tfoot tr td {
	font-size: 91.75%;
	padding: 18px 75px 0 0;
	text-align:left;
}
a.notelink:link, a.notelink:visited {
	color:#777777;
	font-size:83.3%;
	font-weight:normal;
	vertical-align:top;
}
table.financial tr.smalltext a.notelink:link, table.financial tr.smalltext a.notelink:visited, table.financial th.smalltext a.notelink:link, table.financial th.smalltext a.notelink:visited {
	font-size:92.65%;
	vertical-align:bottom;
}
table.financial tr.smalltext a.notelink:hover, table.financial tr.smalltext a.notelink:focus, table.financial tr.smalltext a.notelink:active, table.financial th.smalltext a.notelink:hover, table.financial th.smalltext a.notelink:focus, table.financial th.smalltext a.notelink:active {
	color:#df0030;
}


table.featuretable {
	text-align:left;
}
table.featuretable tr td, table.featuretable tr th {
	vertical-align:top;
}
/*= TABS
--------------------------------------------- */
#navigation #toolstab { 
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
	float:right;
	font-size:100%;
}
#toolstab li {
	display: inline;
	white-space: nowrap;
}
#navigation ul#toolstab li a, #navigation ul#toolstab li a:visited {
	background:none;
	border:1px solid #FFFFFF;
	border-bottom:none;
	color:#333333;
	font-weight: normal;
	padding:9px 8px 8px 8px;
}

#navigation ul#toolstab li a.lit, #navigation ul#toolstab li a.lit:visited {
	color:#FFFFFF;
	background:#db092e url(../images/buttons/bg_red_gradient.gif) repeat-x top left;
	border:1px solid #db092e;
}

/*= tools_shortcuts
----------------------------------------------- */
div.tools_shortcuts {
	position:absolute;
	right:17px;
	text-align:right;
	width:225px;
}

div.tools_shortcuts ul {
	display:inline;
	float:right;
	margin:52px 0 0 0;
	padding:0;
	list-style-type:none;
}
div.tools_shortcuts ul li {
	display:inline;
	float:left;
	list-style-type:none;
	margin:0 10px 0 2px;
	padding:0;
}
div.tools_shortcuts ul li a:link .plus {
	padding:0 2px 0 0;
}
div.tools_shortcuts ul li a:link, div.tools_shortcuts ul li a:visited {
	text-decoration:none;
}
div.tools_shortcuts input.button_save, input.button_save_f2 {
	padding:0;
}
div.tools_shortcuts ul li input:hover {
	color:#DB092E;
}
form.savepageform {
	float:left;
}
form.savepageform fieldset {
	float:left;
}

/*= AUTOCOMPLETE
----------------------------------------------- */
.ac_odd {background: #f9f9f9;}				/* bg colour of odd rows */	
.ac_results strong {color: #000;} 			/* colour of matching text */
.ac_over {background: #444;color: #FFF;}	/* hover state */
.ac_over strong {color: #59b337;}			/* hover state - colour of matching text */

.ac_results {
	padding: 0px;
	border: 1px solid #ccc;
	background: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	cursor: pointer;
	list-style-position: outside;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ac_results li {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 16px;
	margin: 0px;
	overflow: hidden;
	padding: 2px 5px;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
#toolstab_content {
	background:#FFFFFF url(../images/tools/bg_tab_content.gif) no-repeat scroll right bottom;
	float:left;
	position:absolute;
	right:17px;
	width:295px;
}
#toolstab_content form {
}
#toolstab_content .noteform {
	float:left;
	display:inline;
	padding:26px 18px 0 20px;
}
#notestab textarea#note {
	border:1px solid #cccccc;
	width:250px;
}
#toolstab_content p {
	clear:both;
}
#toolstab_content ul.button {
	padding:0 0 28px 22px;
}
#toolstab_content div.tool_link {
	display:inline;
	padding:0 20px 10px;
	clear:both;
	float:left;
	width:120px;
}
#notestab div.tool_link {
	padding:0 20px 0 20px;
	margin-top:-40px;
}
#toolstab_content ul.relatedlist a:link, #toolstab_content ul.relatedlist a:visited {
	background:url(../images/site_objects/arw_red_grey.gif) no-repeat 0 4px;
}
#notestab ul.button {
	clear:both;
	float:left;
}
#toolstab_content a.closetab:link, #toolstab_content a.closetab:visited {
	background:url(../images/buttons/close.gif) no-repeat 100% 2px;
	float:right;
	color:#666;
	padding-bottom:0px;
	padding-right: 19px;
	text-decoration:none;
}
#toolstab_content a.closetab:hover, #toolstab_content a.closetab:active, #toolstab_content a.closetab:focus   {
	color:#db092e!important;
}
#toolstab_content p.viewnotes a:link, #toolstab_content p.viewnotes a:visited  {
	color:#db092e!important; 
	padding:0;
	text-decoration:underline;
}
#toolstab_content p.viewnotes a:hover, #toolstab_content p.viewnotes a:active, #toolstab_content p.viewnotes a:focus  {
	color:#db092e!important;
}
#notestab div.savenote {
	display:block;
	float:right;
}
#toolstab_content p.closebtn {
	padding:5px 11px 0 0;
	margin:0;
	text-align:right;
}
#notestab p.viewnotes {
	float:left;
	padding:0 0 0 22px;
}
.latestpages {
	padding:0 0 0 22px;
}
.savepage {
	padding:30px 0 0 22px;
}
.savepage p {
	color: #db092e;
}
div.latestpages ul {
	list-style:none;
	padding:0;
	margin:7px 26px 16px 0;
	border-top:1px solid #CCC;
}
div.latestpages ul li {
	list-style:none;
	padding: 3px 0;
	margin:0;
	border-bottom:1px solid #CCC;
}

div.latestpages ul li a:link, div.latestpages ul li a:visited   {
	text-decoration:none;
}
div.latestpages ul li a:hover, div.latestpages ul li a:active, div.latestpages ul li a:focus    {
	text-decoration:underline;
}
#toolstab_content a.vieweditnotes:link, #toolstab_content a.vieweditnotes:visited {
	background:url(../images/site_objects/arw_red_right.gif) no-repeat 0 3px;
	color: #db092e;
	display:block;
	padding:0 0 40px 12px;
}
.plus {
	font-size:110%;
}
input.button_save, input.button_save_f2 {
	font-size:100%;
	border: 0;
	cursor: pointer;
	float: left;
	font-weight:normal;
	overflow: visible;
	padding: 1px 0 12px 0;
	text-align:left;
	text-decoration: none;
	width: auto;
	color:#000000;
	background:none;
}
input.button_save_f2 {
	text-decoration: none;
	color:#df0030!important;
}

input.button_savenote, input.button_savenote_f2 {
	background:#db092e url(../images/buttons/bg_red_gradient.gif) repeat-x top left;
	border:1px solid #db092e;
	color:#FFFFFF;
	cursor: pointer;
	display:inline;
	padding:3px 12px;
	float:right;
	font-size:100%;
	font-weight:bold;
	margin:0px;
	overflow:visible;
	text-align:left;
	text-decoration:none;
	width:auto;
}
input.button_savenote_f2 {
	text-decoration:underline;
}
html>body input.button_savenote, html>body input.button_savenote_f2  {
	border:transparent 1px solid;
}

/*= OTHER
----------------------------------------------- */
.hidetool {display: none;}
.showtool {display: block!important;}/*#contentwrapper #content {
	width:956px;
}
div.threecol {
	width:710px;
	float:left;
}
div.threecol div.column {
	display: inline;
	float: left;
	margin:0;
	width:237px;
}
*/
#contentwrapper #content {
	width:auto;
}
#homeslide, #homeslidecontent {
	position:relative;
}
#homeslidecontent a:link, #homeslidecontent a:visited, #homeslidecontent a:hover, #homeslidecontent a:focus, #homeslidecontent a:active {
	display:block;
	color:#FFFFFF;
} 
#dycontent {
	height:350px;
}
#homeslide {
	border-top:none;
	display:block;
	float:left;
}
div.hpcontent {
	border:1px solid #dedddd;
	height:342px;
	width:954px;
	position:absolute;
	z-index:1000;
}
div.hpcontent_open {
	border-right:none;
	border-top:none;
}
ul.hplink, ul.hplink li {
	list-style-type:none;
	margin:0;
	padding:8px 0 0 0;
}
ul.hplink {
	clear:both;
	padding:8px 0 24px 0;
	float:left;
	width:100%;
}
ul.hplink li a:link, ul.hplink li a:visited {
	background:url(../images/buttons/bg_red_gradient.gif) top left repeat-x #db092e;
	border:1px solid #db092e;
	color:#FFFFFF;
	display:block;
	float:left;
	font-weight:bold;
	font-size:150%;
	padding:9px 18px 9px 18px;
	text-decoration:none;
}
ul.hplink li a:hover, ul.hplink li a:focus, ul.relatedlist li a:active  {
	text-decoration:underline;
}
p.title {
	font-size:200%;
	color:#2d2c2c;
}
.bg_slide1 {
	background:url(../images/pictures/slide1.jpg) no-repeat top left;
}
#slidecontent_1 {
	background:url(../images/pictures/slide2.jpg) no-repeat top left;
}
#slidecontent_2 {
	background:url(../images/pictures/slide3.jpg) no-repeat top left;
}
#slidecontent_3 {
	background:url(../images/pictures/slide4.jpg) no-repeat top left;
}
#slidecontent_4 {
	background:url(../images/pictures/slide5.jpg) no-repeat top left;
}
#slidecontent_5 {
	background:url(../images/pictures/slide6.jpg) no-repeat top left;
}
#slidecontent_6 {
	background:url(../images/pictures/slide7.jpg) no-repeat top left;
}
#slidecontent_7 {
	background:url(../images/pictures/slide8.jpg) no-repeat top left;
}
div.hpcontent div.text {
	padding:40px 0 0 40px;
}
.bgchiefexec, div.threecol div.bgchiefexec {
	background:url(../images/pictures/bg_chiefexec.jpg) no-repeat bottom right;
}
.gradient {
	background:url(../images/site_objects/bg_gradient_1.gif) repeat-x bottom left;
}
.reportbg {
	background:url(../images/pictures/bg_report_portrait.jpg) bottom right no-repeat;
}
div.col_finhighlights {
	background:#ebecee;
	float:right;
	width:230px;
}
#slidenav {
	/*height:100px;*/	
	left:auto;
	position:absolute;
	right:0;
	top:0;	
	width:120px;
	z-index:1001;
}

/*#slidenav .closebtn {
	position:absolute;
	right:0;
	top:475px;
}*/

#slidenav ul.navbtn {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:30px;
}
#slidenav ul.navbtn li {
	display:inline;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}

#slidenav ul.navbtn li a:link, #slidenav ul.navbtn li a:visited, #slidenav ul.navbtn li img {
	display:block;
}


/*.hptext {
	padding:45px 0 0 40px;
}
.hptext p {
	color:#61161f;
	font-size:167%;
	line-height:1.2em;
	width:370px;
}
*/

.hptext {
	padding:97px 0 0 45px;
}
.hptext p {
	color:#61161f;
	font-size:160%;
	line-height:1.3em;
	width:350px;
}
.hptext p.whitetext {
	color:#fff;
}

.hptext ul.hplink li a:link, .hptext ul.hplink li a:visited {
	background:url(../images/buttons/bg_red_gradient.gif) top left repeat-x #db092e;
	border:1px solid #db092e;
	color:#FFFFFF;
	display:block;
	float:left;
	font-weight:bold;
	font-size:140%;
	padding:9px 18px 9px 18px;
	text-decoration:none;
}
.hptext ul.hplink li a:hover, .hptext ul.hplink li a:focus, .hptext ul.hplink li a:active {
	text-decoration:underline;
}

ul.hplink li a:hover, ul.hplink li a:focus, ul.hplink li a:active {
	text-decoration:underline;
}


ul.relatedlist li a:link, ul.relatedlist li a:visited {
	color:#000000;
}
ul.relatedlist li a:hover, ul.relatedlist li a:focus, ul.relatedlist li a:active {
	color:#DB092E;
}

a.arrow, a.arrow:link, a.arrow:visited {
	background:url(../images/site_objects/resp_bg_arrow.gif) 0 2px no-repeat;
	padding:0 0 0 10px;
	font-size:89.85%;
	text-decoration:none;
	color:#DB092E;
	font-weight:bold;
	display:block;
	line-height:1.2em;
}
a.arrow:hover, a.arrow:focus, a.arrow:active {
	text-decoration:underline;
}

p.hplink  {
	clear:both;
	padding:8px 0 22px 0;
	float:left;
	width:100%;
	position: absolute;
	bottom: 0;	
	line-height: 1em;
}
.hptext p.hplink a:link, .hptext p.hplink a:visited {
	background: url(../images/buttons/bg_red_gradient.gif) top left repeat-x #db092e;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 78.1%;
	font-weight: bold;
	margin: 0;
	overflow: visible;
	padding: 4px 10px;
	text-align: left;
	text-decoration: none;
	width: auto;
}
.hptext p.hplink a:hover, .hptext p.hplink a:focus, .hptext p.hplink a:active  {
	text-decoration:underline;
}