/* import CSS for compliant browsers */
/* ------------------------------------------------------- */
@import url(reset.css);
/* stops the nasty horizontal shift with centered layouts in moz etc */
/* html { height: 100%; margin-bottom: 1px; } */


body {
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
	background-color: #ddd;
}

a {outline: none;}

#container {
	width: 920px;
	margin: 0 auto;
	padding: 0 20px 0px 20px;
	background-color: #fff;
}
#home #container {
	padding-bottom: 0;
}
#skip {
	text-indent: -9999em;
	position: absolute;
}
#header {
	padding-left: 0;
	padding-bottom: 7px;
}
#header img.logo {
	float: left;
	margin-top: 70px;
	display: inline;
}

.hide {
	position: absolute;
	top: -9999px;
	top: -99999px;
}

#pagetools {
	width: 530px;
	float: right;
	text-align: right;
	padding-right: 0;
	padding-top: 1px;
	display: block;
	margin-bottom: 12px;
}
#pagetools ul {
	width: 345px;
	margin-bottom: 3px;
	float: left;
	text-align: center;
}
#pagetools ul li a {
	color: #999;
	text-decoration: none;
	height: 16px;
	padding: 34px 8px 0 8px;
	display: block;
	float: left;
}
#pagetools ul li a:hover {
	color: #000;
	text-decoration: none;
}

#pagetools ul li {
	font-size: 1em;
	text-align: center;
	display: inline;
}

#pagetools ul li#addprintbasket a {
	background: #fff url(../images/template/function_addprint.gif) center 1px no-repeat;
}

#pagetools ul li#addprintbasket a:hover {
	background: #fff url(../images/template/function_addprint.gif) center -46px no-repeat;
}

#pagetools ul li#viewprintbasket a {
	background: #fff url(../images/template/function_viewprint.gif) center top no-repeat;
}

#pagetools ul li#viewprintbasket a:hover {
	background: #fff url(../images/template/function_viewprint.gif) center -40px no-repeat;
}

#pagetools ul li#emailpage a {
	background: #fff url(../images/template/function_email.gif) center top no-repeat;
}

#pagetools ul li#emailpage a:hover {
	background: #fff url(../images/template/function_email.gif) center -40px no-repeat;
}

#pagetools ul li#downloads a {
	background: #fff url(../images/template/function_downloads.gif) center top no-repeat;
}

#pagetools ul li#downloads a:hover {
	background: #fff url(../images/template/function_downloads.gif) center -40px no-repeat;
}

#pagetools form {
	float: right;
	text-align: right;
	margin-top: 22px;
	display: inline;
	padding-top: 0;
	font-size: 1em;
}

#pagetools form p {
	margin:0;
	}
#pagetools form input#zoom_query {
	border: none;
	background: #ccc;
	padding: 3px;
	font-size: 1.2em;
	width: 138px;
}
#pagetools form input#goButton {
	border: none;
	color: #fff;
	background: #666;
	font-size: 1.2em;
	padding: 2px;
}

h1 {
	background: url(../images/template/08_09.gif) right top no-repeat;
	float: right;
	width: 240px;
	padding-top: 30px;
	font-size: 1.4em;
	color: #990233;
	font-weight: bold;
	text-align: right;
	clear: right;
	display: inline;
	margin-right: 0;
	letter-spacing: -1px;
}


#nav {
	position:relative;
	margin-bottom: 0;
	padding-bottom: 0;
	border-top: 1px solid #990033;
	border-bottom: 3px solid #990033;
	width: 100%;
	background: #fff;
}
#nav ul {
	
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 0;
	margin: 0;
}
#nav ul li {
	font-size: 1.25em;
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	color: #999;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding: 0 10px 0 3px;
	background: url(../images/nav/navsep.gif) right 2px no-repeat;
}
#nav ul li a:hover {
	color: #990033;
}
#nav ul li.current a {
	color: #000;
	font-weight: bold;
}

#nav ul li#nav1 a {
	padding-left: 0;}

#nav ul li#nav8 a {
	background-image: none;
	padding-right: 0;
	}
	
#main {
	background: #EBEFF7;
	min-height: 400px;
	margin: 0;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #666;
	}
	
#main.two_column_layout {	
	background: #fff url(../images/main_bkg.gif) repeat-y top left;	
}
	
#main.purple {
	background: #EBEFF7;
}

	
#col1 {
	width: 190px;
	float: left;
	min-height: 400px;
}
#secnav {
	width: 180px;
	padding: 30px 10px 10px 10px;
	background: #fff;
	float: left;
}
#secnav ul {
}
#secnav ul li {
	border-bottom: 1px solid #999;
}
#secnav ul li a {
	display: block;
	width: 164px;
	text-decoration: none;
	color: #000;
	padding: 8px;
	font-size: 1.25em;
}
#secnav ul li a:hover, #secnav ul li.parent li a:hover, #secnav ul li.parent li.parent li a:hover {
	color: #990033;
	background: #eee;
}
#secnav ul li.current a, #secnav ul li.parent a, #secnav ul li.parent li.current a, #secnav ul li.parent li.parent a, #secnav ul li.parent li.parent li.current a {
	font-weight: bold;
	background: #f2f5fa;
	color: #990033;
}
#secnav ul li.parent li.current a, #secnav ul li.parent li.parent a, #secnav ul li.parent li.parent li.current a {
	font-weight: bold;
}
#secnav ul li.parent li a {
	font-weight: normal;
	background: #f2f5fa;
	font-size: 1.05em;
	padding: 2px 8px 2px 8px;
	width: 164px;
	color: #000;
}

#secnav ul li.parent li {
	border-bottom:0;
	}
	
#secnav ul li.parent a{
	padding-bottom: 4px;
	}
	
#secnav ul li.parent li.parent li a {
	font-weight: normal;
	font-size: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	width: 152px;
	color: #000;
}
#col2 {
	width: 765px;
	float: left;
}



#content {
	background: #EBEFF7;
	padding-top: 35px;
	padding-bottom: 30px;
	padding-right: 30px;
	width: 630px;
	float: left;
	margin-left: 40px;
}

#boardpage #content {
	background: #EBEFF7;
	padding-top: 35px;
	padding-bottom: 30px;
	padding-right: 0;
	width: 660px;
	float: left;
	margin-left: 40px;
}

.full_width #content {
	width: 830px;
}

.case_studies #main {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

.case_studies .full_width #content {
	padding: 0;
	margin: 0;
	width: 920px;
	background: #FFFFFF;
}

.case_studies_panel {
	width: 648px;
	height: 425px;
	background: #990033;
	position: relative;
}

.case_studies_panel .text_box{
	color:#FFFFFF;
	left:16px;
	padding:0 10px 10px;
	position:absolute;
	top:60px;
	width:227px;
}
#content .case_studies_panel .text_box p, #content .case_studies_panel .text_box h3{
	color: #FFFFFF;
	font-size: 1.1em;	
}
#content .case_studies_panel .text_box p.last{
	margin-bottom: 0;}

#content .case_studies_panel .text_box h3 {
	margin: 0;
	font-size: 1.1em;}



.case_studies #profile_1_init {background: #FFFFFF url(../images/casestudies/communicate_bg.jpg) no-repeat top left;}
.case_studies #profile_2_init {background: #FFFFFF url(../images/casestudies/comprehensive_bg.jpg) no-repeat top left;}
.case_studies #profile_3_init {background: #FFFFFF url(../images/casestudies/competitive_bg.jpg) no-repeat top left;}

#homepage .left_col, .case_studies .left_col {
	float: left;
	width: 648px;}
#homepage .left_col .image{
	width: 648px;
	height: 425px;
	background: #FFFFFF url(../images/casestudies/competitive_bg.jpg) no-repeat top left;
}
#homepage .right_col, .case_studies .right_col {
	float: right;
	width: 252px;}

.case_studies #content .right_col ul li {
	background: none;
	padding: 0;
	margin-bottom: 10px;
}
.case_studies .right_col ul li a {
	display: block;
	background: red;
	width: 252px;
	height: 129px;}

.case_studies #content .right_col ul li.communicate a{background: #FFFFFF url(../images/casestudies/communicate_thumb.jpg) no-repeat top left;}
.case_studies #content .right_col ul li.communicate a:hover, .case_studies #content .right_col ul li.communicate a.current{background: #FFFFFF url(../images/casestudies/communicate_thumb_current.jpg) no-repeat top left;}
.case_studies #content .right_col ul li.comprehensive a{background: #FFFFFF url(../images/casestudies/comprehensive_thumb.jpg) no-repeat top left;}
.case_studies #content .right_col ul li.comprehensive a:hover, .case_studies #content .right_col ul li.comprehensive a.current{background: #FFFFFF url(../images/casestudies/comprehensive_thumb_current.jpg) no-repeat top left;}
.case_studies #content .right_col ul li.competitive a{background: #FFFFFF url(../images/casestudies/competitive_thumb.jpg) no-repeat top left;}
.case_studies #content .right_col ul li.competitive a:hover, .case_studies #content .right_col ul li.competitive a.current{background: #FFFFFF url(../images/casestudies/competitive_thumb_current.jpg) no-repeat top left;}



.two_column_layout #content {
	width: 384px;
}


#content p.intro {
	color: #666;
	font-size: 1.5em;
}

.purple #right_panel {
	padding-left: 0;
}

#homepage #content, #case_study #content {
	width: 920px;
	margin-bottom: 0;
	padding-right: 0;
	padding-top:0;
	margin-left: 0;
}

p strong.black {color:#000 !important;}

#homepage #main{
	margin:0;
	padding:0;
	background: #FFFFFF;
}

#homepage #content {
	background: #FFFFFF;
}

#right_panel {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 236px;
	overflow: hidden;
}

#right_panel img{	
	margin-bottom: 10px;}

#right_panel img.comp{
	margin-top: 25px;
}	

#right_panel .promo, .right_col .promo{
	padding: 10px 15px 15px 15px;
	background: #990033 url(../images/promo_bkg.gif) no-repeat bottom right;
	margin-bottom: 15px;
}
#right_panel.glance .promo {
	margin-left: 10px;
}

#right_panel .promo p, .right_col .promo p{
	font-size: 1.6em;
	line-height: 1.2em;
}

.highlightpage #right_panel .promo p { font-size: 1.4em; line-height: 1.3em;}

#right_panel .promo p.sig, .right_col .promo p.sig{
	margin-top: 10px;
	font-size: 1.2em;
}
#right_panel .promo p.quote, .right_col .promo p.quote{
	background: url(../images/quote.gif) no-repeat top left;
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 35px;
	margin-bottom: 10px;
}

#right_panel .promo p, #right_panel .promo h3, #content .right_col .promo p, .right_col .promo h3{
	color: #FFFFFF;
}

#right_panel .promo h3.bold_h3{
	font-weight: normal;
}


#footer {
	width: 920px;
	margin: 5px auto 0 auto;
	text-align: right;
	padding: 5px 0px 20px 0px;
}
#footer ul.footer_left {
	float: left;
	text-align: left;
	width: 60%;
}

#footer ul.footer_right {
	float: right;
	text-align: right;
	width: 30%;
}
#footer ul li {
	display: inline;
	color: #666;
}
#footer ul.footer_left li a{
	color: #666;
	}
#footer ul.footer_right li a{
	color: #000;
	}
#footer ul li a {
	text-decoration: none;
	padding: 0 10px 0 5px;
}

#footer ul li.first a {
	padding-left: 0;
}
#footer ul li.last a {
	padding-right: 0;
}
#footer ul li.homePageLink a {
	border: none;
	padding: 0;
	font-weight: normal;
	}
	
#footer ul li a:hover {
	text-decoration: underline;
}
/* site-wide typography */

h2 {
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 12px;
	color: #990033;
	clear: both;
}
h3 {
	font-size: 1.6em;
	color: #990033;
	font-weight: bold;
	margin-top: 12px;
}
#home h3 {
	margin-top: 0;
	margin-bottom: 0;
}
h4, .faux4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	color: #000;
}
h5, .faux5, .faux5a {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
}

.faux5a {
	color: #990033;
}

.red, .faux_red, h5.red {
	color: #990033;
}
#content p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 15px;
	color: #444;
}

#content p.nomargin {
	margin-bottom: 0;}

#content p.bullet_head {
	margin-bottom: 0;
}

#home #content p {
	width: 350px;
	padding-right: 20px;
}
#content p.footnote {
	font-size: 1em;
	vertical-align:bottom;
	line-height:3em;
}
#content p.footnote2 {
	font-size: 1em;
}
#content span.footnote {
	font-size: 0.9em;
}
#content span.red, table td.red {
	color: #990033;
}
a {
	color: #990033;
}
p#breadcrumbs {
	color: #666;
	float: left;
	font-size: 1em;
	margin-bottom: 5px;
}
#content ul#breadcrumb {
	float: left;
	list-style: none;
	font-size: 1em;
	}
	
#content ul#breadcrumb li {
	list-style: none;
	display: inline;
	padding: 0;
	background-image: none;
	font-size: 1em;}

#content ul#breadcrumb a {
	color: #666;
	margin-left: 7px;
}
#content ul#breadcrumb a:hover {
	color: #333;
}


#content p.intro {
	font-size: 1.6em;
}
acronym {
	border-bottom: 1px dotted #000;
}
#content ul, #right_panel ul {
	width: auto;
	margin-bottom: 12px;
}

#content ul li, #right_panel ul li {
	padding-left: 14px;
	font-size: 1.2em;
	color:#444;
	line-height: 1.4em;
	background: url(../images/bullet.gif) left 5px no-repeat;
}
#content ul ul li, #right_panel ul ul li {
	font-size: 1em;
	margin-bottom: 2px;
	margin-top: 2px;
	background: url(../images/grey_bullet.gif) left 5px no-repeat;
}

#content ul.downloads_list {
	margin-top: 20px;

}

#content ul.downloads_list li{
	background: none;
	padding-left: 0;
	font-size: 1.4em;
}


#content ul.bullet_space li {
	margin-bottom: 10px;
}

#content ol {
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 10px;
}
#content ol li {
	font-size: 1.1em;
	padding-left: 1px;
	margin-bottom: 12px;
	line-height: 1.5em;
}

#content p.pdf_list {
	background: url(../images/pdf_icon.gif) left 4px no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content ul.pdf li{
	background: url(../images/pdf_icon.gif) left 4px no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style:none;
}
.displayNone{
display:none;}
/* we are the kcom group page */
.kcom_group {
	border-bottom: 1px solid #990033;
	padding: 8px 0;
}
.kcom_group .col1, .kcom_group .col2 {
	width: 240px;
	padding-right: 40px;
	float: left;
}
.kcom_group .col3 {
	width: 150px;
	float: right;
}
#content .kcom_group .col3 p {
	text-align: right;
	margin-bottom: 25px;
}
#content .kcom_group .col3 p span {
	font-size: 1.4em;
	color: #990033;
	display: block;
	padding: 4px 0;
	text-align: right;
}
#content .kcom_group .col3 p span strong {
	font-size: 2em;
}
#content .kcom_group .col1 p, #content .kcom_group .col2 p {
	width: auto;
}
#content .kcom_group .col3 p {
	width: 150px;
}
#content .kcom_group p.intro {
	width: 600px;
}

#content p sub, #right_panel p sub {position:relative;top:2px;}
/* chairman's message page */
	
.subcol1 {
	width: 280px;
	float: left;
	margin-right: 35px;
	display: inline;
}
#chairman_message #content {
	padding-right: 0;
}
#content .subcol1 p {
	width: 280px;
}
#content .subcol2 p {
	width: 270px;
}
.subcol2 {
	width: 270px;
	float: left;
	border-right: 1px solid #990033;
	padding-right: 20px;
}
.subcol2 img {
	margin-bottom: 15px;
}
.highlights_col {
	width: 145px;
	float: right;
	margin-right: -6px;
}
.highlights_col h5 {
	text-align: right;
	margin-bottom: 15px;
	padding-right: 30px;
}
#content .highlights_col p {
	width: 115px;
	color: #666;
	font-weight: bold;
	font-size: 1em;
	border-bottom: 1px solid #990033;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 12px;
}
#content .highlights_col p.noborder {
	border-bottom: none;
}
#content .highlights_col span.noborder_note {
	border-bottom: none;
	color: #666;
	text-align: left;
	font-weight: normal;
	padding-right: 0;
}
#content .highlights_col p span {
	font-size: 2em;
	color: #990033;
}

#content p span.highlight {
	color: #990033;
}
/* end chairman's message page */
	
/* directors report section */

#fin_review_nav {
	width: 100%;
	margin-bottom: 20px;
}
#content ul.finreview {
	float: left;
}
#content ul.fr1 {
	width: 29%;
}
#content ul.fr2 {
	width: 30%;
}
#content ul.fr3 {
	width: 40%;
}
#content ul.finreview li {
	font-size: 1em;
	margin-bottom: 8px;
	background: transparent;
	padding-left: 0;
	line-height: 1.2em;
}
#content ul.finreview li a {
	padding: 2px 2px 2px 1px;
}
#content ul.finreview li a:hover {
	background: #990033;
	color: #fff;
	text-decoration: none;
}
/* board committees */
.committee_overview {
	width: 360px;
	margin-top: 12px;
}
.committee_overview p.footnote {
	padding-top: 5px;
}
.committee_overview img {
	float: left;
}
.committee_head {
	width: 200px;
	background: #990033;
	color: #fff;
	min-height: 38px;
	float: right;
}
#content .committee_head p {
	line-height: 1.3em;
	margin: 4px 0 0 8px;
	width: 170px;
}
#content .committee_head p span.footnote {
	font-size: 1em;
}
.committee_list {
	width: 200px;
	float: right;
	background: #ccc url(../images/board/board_comm_bg.gif) bottom right no-repeat;
	min-height: 75px;
}
#content .committee_list p {
	font-size: 1em;
	line-height: 1.4em;
	width: 160px;
	margin: 5px 0 0 8px;
}
/* board of directors */
#board_of_directors #content {
	padding-right: 0;
}
.board_member {
	width: 225px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	display: inline;
}
.board_member_bio {
	width: 225px;
	min-height: 180px;
	background: #990033 url(../images/board/board_bg.gif) left bottom no-repeat;
	margin-top: -3px;
	padding-bottom: 8px;
}
#content .board_member_bio h4 {
	color: #fff;
	font-weight: bold;
	width: 185px;
	padding-left: 10px;
	padding-top: 10px;
}
#content .board_member_bio p {
	width: 195px;
	font-size: 1em;
	line-height: 1.3em;
	color: #fff;
	padding-left: 10px;
}
/*business review */
.leftcol {
	width: 364px;
	float: left;
}
#content .leftcol p, #content .leftcol ul {
	width: 360px;
}
.rightcol {
	width: 320px;
	float: right;
	background: #eee url(../images/rightcol_bg.gif) bottom right no-repeat;
	padding: 15px;
}
#content .rightcol p, #content .rightcol ul {
	width: 320px;
	margin-bottom: 20px;
	font-size: 1.1em;
}
#content .rightcol ul.highlights {
	margin-bottom: 10px;
}
#content .rightcol ul.highlights li {
	float: left;
	width: 315px;
	border-bottom: 1px solid #990033;
	padding-bottom: 5px;
}
#content .rightcol ul.highlights li.last {
	border-bottom: 2px solid #990033;
}
#content .rightcol ul.highlights li span.left {
	width: 180px;
	float: left;
}
#content .rightcol ul.highlights li span.right {
	float: right;
	width: 130px;
	padding-top: 4px;
	text-align: right;
	color: #990033;
}
#content .rightcol ul.highlights li span strong {
	font-size: 2em;
	display: inline;
}
/* end directors report section */

/* Start of the Remuneration Section */
#tsr {
	width:100%;
}
#content ul.tsr_list {
	background: url(../images/bullet.gif) left 5px no-repeat;
	float:left;
}
#content ul.tsr_leftlist {
	width:48%;
}
#content ul.tsr_rightlist {
	width:48%;
}
#content ul.tsr_list li {
	width:48%;
}
/* End of the Remuneration Section */
p.backtotop {
	text-align: right;
	border-bottom: 1px dotted #ccc;
	margin-top: -2px;
	margin-bottom: 25px;
	padding-bottom: 1px;
}
p.backtotop a {
	padding: 4px;
	border: 1px dotted #ccc;
	border-bottom: none;
	text-decoration: none;
}
p.backtotop a:hover {
	border: 1px solid #ccc;
	text-decoration: underline;
	background: #eee;
}
/*TABLES*/

table {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 1em;
}
table.narrow {
	width: 50%;
}
table.nomargin {
	margin-bottom: 0.2em;
}
table.noborder th, table.noborder td {
	border: none;
}
table th.vertical_align_top, table td.vertical_align_top {
	vertical-align:top;
}
table th, table td {
	padding: 1px 3px;
	text-align: right;
	vertical-align: bottom;
	font-weight: normal;
	color: #000;
}
table th {
	line-height: 12px;
	font-size: 1em;
}
table td {
	font-size: 1.2em;
	color: #000;
}
table th.strong, table td.strong {
	font-weight: bold;
}
table th.no_sep, table td.no_sep {
	border-bottom: none;
}
table th.larger {
	font-size: 12px;
}
table td.highlight {
	color: #4E2582;
}
table td.highlight_name {
	color: #4E2582;
	font-weight: bold;
}
table td.currentyear, table th.currentyear {
	background-color: #eee;
}
table th.currentyear {
	font-weight: bold;
}
table td.title, table th.title {
	text-align:center;
}
table td.first, table th.first {
	text-align: left;
}
table td.indent, table th.indent {
	padding-left: 20px;
}
table thead th, table tr.separator td, table tr.separator th, table td.separator, table th.separator {
	border-bottom: 1px solid #990033;
}
table tr.thicksep td, table tr.thicksep th, table td.thicksep, table th.thicksep {
	border-bottom: 2px solid #990033;
}
table tr.separatorBoth td, table tr.separatorBoth th, table td.separatorBoth, table th.separatorBoth {
	border-top: 1px solid #990033;
	border-bottom: 1px solid #990033;
}
table tr.topline td, table tr.topline th, table td.topline, table th.topline {
	border-top: 1px solid #999;
}
table tr.bottomline td, table tr.bottomline th, table td.bottomline, table th.bottomline {
	border-bottom: 1px solid #999;
}
table tr.topline_red td, table tr.topline_red th, table td.topline_red, table th.topline_red {
	border-top: 1px solid #990033;
}
table td.leftline, table th.leftline {
	border-left: 1px solid #999;
	padding-left: 3px;
}
table td.rightline, table th.rightline {
	border-right: 1px solid #999;/*	padding-right: 3px; */
}
table td.leftsep, table th.leftsep {
	border-left: 3px solid #fff;
}
table tr.topborderline td{
	border-top:1px solid #000;
}
table td.midborderline_left {
	border-left:1px solid #000;
}
table td.midborderline_right {
	border-right:1px solid #000;
}
table tr.bottomborderline td {
	border-bottom:1px solid #000;
}
/* end tables */
/*Start of KPI table*/

table td.kpi_list {
	background:url(../images/bullet.gif) no-repeat 1px 0.6em;
	padding-left: 12px;
}
/*End of KPI table*/
/*Start of notes*/
#content ul.statementleft,
#content ul.statementright {
	width: 30em;
	float: left;
}
#content ul.statementleft li, #content ul.statementright li{
	background:none;
	padding: 0;
	margin: 0 0 7px 0;
}
#content ul.notes li {
	background:none;
}
/*End of Notes*/
/* search */

.result_block,
.result_altblock {
	padding: 8px 0 8px 0;
	font-size: 1.1em;
	border-bottom: 1px dotted #eee;
	}

/* clearfixin */
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.structural {
	position: absolute;
	left: -9999px;
}
.homeLeft {
	float: left;
	width: 580px;
}
.homeRight {
	float: right;
	width: 370px;
	padding-top: 165px;
}


.highlight_box {
	background: #fff;
	padding: 13px 15px 5px 15px;
	border-top: 1px solid #990033;
}

.highlight_margintop {margin-top:34px;}

.highlight_box.last {
	margin-bottom: 20px;
	border-bottom: 1px solid #990033;
}

.highlight_box strong{
	color: #000;
}

.highlight_box img{
	float: left;
}

.highlight_box .figure{
	float: right;
}

#content .highlight_box p.small_figure {
	float:left;
	line-height:2.2em;
	margin-left:15px;
	margin-top:0;
	width:auto;
	margin-bottom: 0;
}

#content .highlight_box .figure p{
	color: #990033;
	font-size: 3em;	
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0;
	width: auto;
}

.glance_layout #content {
	padding-right: 0;
	width: 414px
}



.glance_layout #right_panel {
	padding: 0;
	width: 246px;
	
}

.glance_layout #right_panel .panel {
	height: 409px;
	overflow:hidden;
	border-top: 1px solid #990033;}

.glance_layout #content p{
	margin-right: 30px;
}

.glance_layout #content p strong{
	color: #000000;
}

.glance_box {
	border-top: 1px solid #990033;
	margin-right: 20px;
	margin-bottom: 32px;
	margin-top: 32px;
	padding-top: 12px;
}

.glance_box.set2, .glance_box.set3 {
	border-top: 0;
	padding-top: 0;
}



.glance_box.set3 {
	height: auto;
}


#right_panel .figures {
	margin-bottom: 10px;
	margin-left: 10px;
	
	padding: 10px 10px 10px 0;
	background: #e5e5e5;
}

#right_panel .panel.first {
	margin-top: 10px;
}
#right_panel .panel.last {
	border-bottom:  1px solid #990033;
}

#right_panel .figures p{
	
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px 15px 5px 15px;
	margin-left: 10px;
}

#right_panel .figures p span{
	color: #990033;
	font-size: 1.2em;
}

#right_panel .figures p span strong{
	line-height: 0.8em;
	font-size: 2.8em;
}


	.figure_panel {
		border-top: 1px solid #990033;
		border-bottom: 1px solid #990033;
		background: #f5f7fb;
		height: 173px;
		margin-top: 24px;
	}
	.figure_panel .figures{
		float: left;
		width: 175px;
		padding: 20px 20px 0 20px;
	}	
	#content .figure_panel .figures p {
		color: #000;
		font-weight: bold;
	}
	#content .figure_panel .figures p.last {
		margin-bottom: 0;
	}	
	#content .figure_panel .figures p span{
		color: #990033;
		font-size: 2.5em;
		padding: 5px 0;
		display: inline-block;
		
	}	


h4.toggle {
	position: relative;
	padding-left: 45px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom:10px;
	padding-top: 23px;
}

div.line{
	margin-top: 20px;
	border-top: 1px solid #990033;
}
#content h4.closed {
	background: url(../images/arrow_down.gif) no-repeat bottom right;
}
#content h4.open {
	background: url(../images/arrow_up.gif) no-repeat bottom right;
}
h4.toggle img{
	position: absolute;
	left: 0;
}

.toggle_content {
	background: url(../images/a.gif) no-repeat left 4px;
	padding-left: 45px;
	padding-right: 20px;	
}


.sepline {border-top: 1px solid #990033;margin-bottom:32px;margin-top:32px;}
.board_sepline {margin-right: 15px;}

#right_panel .data{
	background: #FFFFFF;
	width: 215px;
	padding: 10px; 
	margin-top: 174px;
}

#right_panel .data p{
	font-size: 1.1em;
}

#right_panel .data p.small_figure{
	float:left;
	line-height:2.3em;
	margin-bottom:0;
	margin-left:30px;
	margin-top:9px;
	width:auto;
}

#right_panel .data_field {
	padding-bottom: 20px;
	border-bottom: 1px solid #990033;
	margin-bottom: 20px;
}

#right_panel .data_field p {
	width: 60%;
	float: left;
	vertical-align: bottom;
}

#right_panel .data_field p.figure {
	color: #990033;
	font-size: 1.2em;
	width: 40%;
	padding-top: 20px;
}
#right_panel .data p.figure span{
	font-size: 2.5em;
	line-height: 1em;
}

#right_panel .data img{
	margin: 10px 0;
	border-bottom: 1px solid #990033;
	padding-bottom: 20px;
}

#right_panel .bullet_list {
	border-bottom: 1px solid #990033;
	margin-bottom: 20px;
	padding-bottom: 10px;
}


#right_panel .highlight_box {
	padding: 10px 0;
}
#right_panel .highlight_box.last {
	border-bottom: 1px solid #990033;
}		
#right_panel .highlight_box img{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}		
#right_panel .highlight_box .figure p{
	color: #999999;
	font-size: 1.6em;
	text-align: right;
	padding-top: 30px;
}	
#right_panel .highlight_box .figure p span{		
	color: #990033;
	font-size: 1.6em;
}

#content div.board {position:relative;}
#content div.board #bg_img3 {position:relative; right:206px;}
#content div.board #bg_img4 {position:relative; left:15px;}
#content div.board #bg_img5 {position:relative; left:221px;}
#content div.board #bg_img7 {position:relative; right:206px;}

#content div.board #bg_info2 {position:relative; left:221px;}
#content div.board #bg_info3 {position:relative; left:442px;}
#content div.board #bg_info4 {position:relative; right:427px;}
#content div.board #bg_info5 {position:relative; right:221px;}
#content div.board #bg_info6 {position:relative; left:442px;}

.board_box {
	width: 206px;
	height: 148px;
	float: left;
	margin-right: 15px;
	background: #FFFFFF;
}

.board_box.image {
	background: #EBEFF7;
}

.board_box.adjust {
	height: 133px;
	margin-bottom: 15px;
}


.board_box.indent1 {
	margin-left: 221px;
}
.board_box.indent2 {
	margin-left: 442px;
}					
.board_box.last {					
	margin-right: 0;
}
#content .board_box h3{
	margin: 0 5px 0 5px;
	font-size:2em;
}
#content .board_box h4, #content .board_box h5 {
	margin: 0 5px 0 5px;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
}

#content .board_box h4{
	color: #990033;
}

#content .board_box h5 {
	color: #000000;			
}

#content .board_box p {
	margin: 0 5px 0 5px;
	font-size: 1em;
	line-height: 1.2em;
}			

#notes_nav {
	margin-bottom: 20px;
}				
					
#notes_nav ul {
	width:684px;
	clear: both;
	padding-bottom: 15px;
}

#notes_nav ul li {
	margin: 0 3px 2px 0;
	padding: 0;
	width: 16px;
	height: 19px;
	float: left;
}
#notes_nav ul li.last {
	margin-right: 0;
}
#notes_nav ul li a{
	background: url(../images/notes/bkg.gif) no-repeat top left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	display: block;
	width: 12px;
	height: 15px;
}					
#notes_nav ul li a:hover{
	background: url(../images/notes/bkg_hover.gif) no-repeat top left;
}
#notes_nav ul li.current a{
	background: url(../images/notes/bkg_current.gif) no-repeat top left;
}


.kpis th {
	color: #990033;
	font-size: 1.3em;
	text-align: left;
	border-bottom: none;
	padding: 5px;	
}

.kpis td {
	background: #FFFFFF;
	text-align: left;
	padding: 0 5px;
}

.kpis td.first, .kpis th.first {
	border-right: 10px solid #EBEFF7;
}

.kpis td.last, .kpis th.last {
	border-left: 10px solid #EBEFF7;
}

.kpis td.highlight {
	background: #EBEFF7;
	color: #000000;
	text-align: right;
}

.kpis th.highlight {
	background: #EBEFF7;
	text-align: right;
}

.kpis td.highlight_red {
	color: #990033;
}

.kpis td.bullet {
	background: #FFFFFF url(../images/bullet.gif) no-repeat 5px 5px;
	padding-left: 15px;
	color: #666666;
}

.kpis td.text {
	color: #666666;
}

dl.footnote { float: left; padding:0 0 10px 0; font-size:1.1em; line-height:1.2em; color:#444; width: 100%;}
dl.footnote dt {float:left; margin-right:1%; clear:left; }
dl.footnote dd {float:left; display:block; width:96%; margin-bottom:5px;}
dl.footnote sup {font-size:0.9em;} 

#content p.footnote {font-size:1.1em; color:#444; line-height: 1.2em;}

.btmMargin {margin-bottom:30px !important;}



.promo_box {
	width: 252px;
	height: 180px;
	background: url(../images/homepage/question.jpg) no-repeat top left;
	margin-bottom: 14px;
	position: relative;
}
#content .promo_box p{
	position: absolute;
	top: 90px;
	left: 11px;
	font-size: 1.3em;
	font-weight: bold;
}
#content .promo_box p a{
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 10px;
	color: #444;
	text-decoration: none;
}
#content .promo_box p a:hover{
	text-decoration: underline;
}
#content .right_col .promo h3{
	margin: 0 0 10px 0;
}

#content .right_col .promo {
	padding-bottom: 9px;
	position: relative;
}

#content .right_col .promo .figure p {
	margin-bottom: 10px;
}
#content .right_col .promo .figure p.last {
	margin-bottom: 0;
}

#content .right_col .promo .figure p span{
	font-size: 2.8em;
	line-height: 0.9em;
}	
#content .right_col .promo p.link{
	color:#FFFFFF;
	left:142px;
	line-height:1em;
	margin:0;
	position:absolute;
	top:189px;			
}
#content .right_col .promo p.link a{color: #FFFFFF; text-decoration: none;}
#content .right_col .promo p.link a:hover{text-decoration: underline;}

p.alert{color:#cc3300 !important;}

/*TABLES*/



table {

	width: 100%;

	border-collapse:collapse;

	margin-bottom: 1em;

}

table.narrow {

	width: 50%;

}

table.nomargin {

	margin-bottom: 0.2em;

}

table.noborder th, table.noborder td {

	border: none;

}

table th.vertical_align_top, table td.vertical_align_top {

	vertical-align:top;

}

table th, table td {

	padding: 1px 3px;

	text-align: right;

	vertical-align: bottom;

	font-weight: normal;

	color: #000;

}

table th {

	line-height: 12px;

	font-size: 1em;

}

table td {

	font-size: 1.2em;

	color: #000;

}

table th.strong, table td.strong {

	font-weight: bold;

}

table th.no_sep, table td.no_sep {

	border-bottom: none;

}

table th.larger {

	font-size: 12px;

}

table td.highlight {

	color: #4E2582;

}

table td.highlight_name {

	color: #4E2582;

	font-weight: bold;

}

table th.current_year {	font-weight: bold;}
table td.current_year {font-weight: bold !important;}

table td.title, table th.title {

	text-align:center;

}

table td.first, table th.first {

	text-align: left;

}

table td.indent, table th.indent {

	padding-left: 20px;

}

table thead th, table tr.divider_bb td, table tr.divider_bb th, table td.divider_bb, table th.divider_bb {border-bottom: 1px solid #990033;}
tr.divider_bb_top th, tr th.divider_bb_top, tr.divider_bb_top td, tr td.divider_bb_top {border-top: 1px solid #990033;}

table tr.thicksep td, table tr.thicksep th, table td.thicksep, table th.thicksep {

	border-bottom: 2px solid #990033;

}

table tr.separatorBoth td, table tr.separatorBoth th, table td.separatorBoth, table th.separatorBoth {

	border-top: 1px solid #990033;

	border-bottom: 1px solid #990033;

}

table tr.topline td, table tr.topline th, table td.topline, table th.topline {

	border-top: 1px solid #999;

}

table tr.bottomline td, table tr.bottomline th, table td.bottomline, table th.bottomline {

	border-bottom: 1px solid #999;

}

table tr.topline_red td, table tr.topline_red th, table td.topline_red, table th.topline_red {

	border-top: 1px solid #990033;

}

table td.leftline, table th.leftline {

	border-left: 1px solid #999;

	padding-left: 3px;

}

table td.rightline, table th.rightline {

	border-right: 1px solid #999;/*	padding-right: 3px; */

}

table td.leftsep, table th.leftsep {

	border-left: 3px solid #fff;

}

table tr.topborderline td{

	border-top:1px solid #000;

}

table td.midborderline_left {

	border-left:1px solid #000;

}

table td.midborderline_right {

	border-right:1px solid #000;

}

table tr.bottomborderline td {

	border-bottom:1px solid #000;

}

/* end tables */
#content p.list_intro { margin: 0; }
#content .tight_list li { margin: 0; }







/* 
CSS FOR funtionalities includes customisable css for jquery modal dialogs.
 
jqModal base Styling courtesy of;
 Brice Burgess <bhb@iceburg.net> */
 
/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
 the Window's z-index value will be set to 3000 by default (via jqModal.js). */
 
.jqmWindow {
    display: none;
    position: fixed;
    top: 12%;
    left: 50%;
    margin-left: -300px;
    background-color: #EBEFF7;
    color: #333;
    border: 1px solid black;
    padding: 12px;
    min-width: 120px;
  max-width: 700px;
  width: 90%;
}
 
.jqmOverlay { background-color: #000; }
 
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
 width: expression(this.parentNode.offsetWidth+'px');
 height: expression(this.parentNode.offsetHeight+'px');
}
 
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(6 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
     width: 500px;
     max-width: 500px;
}
 
.actions {
 font-size:1.1em;
 padding: 30px 30px 30px 0px;
 width: 450px;
}
.highlight {
 color: red;
}
 
#CancelSend,#CancelNote,#CancelExit{
display: none;
}
 
#dialog{
 font-family:Arial,Helvetica,sans-serif;
}

.exit_page {width:600px !important;}
#dialog h2 {
 font-size:1.8em;
 font-weight:bold;
 text-transform:uppercase;
}
 
#dialog p {
 font-size:1.2em;
 margin:0 0 13px;
}
 
#popup.email{min-height:392px;}
#popup.notes {min-height:200px; background-image:url(../images/template/bkg_popup_note.gif);}
#popup.exit {width:500px;min-height:148px; background-image:url(../images/template/bkg_popup_exit.gif); padding-top:55px;}
#popup .linkholder {height:8.5em; background:#FFF; padding:1em;}
#popup h1, #popup h2, #popup p {margin:0; padding:0; font-size:1.4em; font-family:Arial, Helvetica, sans-serif; }
#popup .linkholder p {padding:0 0 1em 0; color:#000;}
#popup h1 {font-size:2em; font-weight:bold; text-transform:uppercase; color:#fff;}
#popup h2 {color:#ff0; font-size:1.3em;}
#popup .requiredfield {color:#ff0;}
#popup a {color:#c2db91;}
#popup .linkholder a {color:#3E5D1E;}
#popup p {font-size:1.2em; padding:10px 0 0;}
#popup p.link {padding:0 0 10px 0;}
#popup form input {border:1px solid #fff; border-top:3px solid #fff; border-bottom:3px solid #fff;}
#popup form #frmCode {border:3px solid #fff; border-top:5px solid #fff; border-bottom:5px solid #fff;}
#popup p.highlight {padding:0; color:#FFFF00;}
#popup span.highlight {float:left!important; margin:3px 0 0 8px; color:#FFFF00; text-align:left!important;}
/* popup buttons */
 
a#CancelSend, a#CancelNote {float:left; display:block; width:61px; height:22px; margin:10px 5px 5px 5px; background:url(../images/content/lightbox/cancel_btn.gif) no-repeat 0 0; color:#fff;}
a#ActionSend, a#ActionNote {float:left; display:block; width:61px; height:22px; margin:10px 0 5px 5px; background:url(../images/content/lightbox/send_btn.gif) no-repeat 0 0; color:#fff;}
a#SaveNote {float:left; display:block; width:61px; height:22px; margin:10px 0 5px 5px; background:url(../images/content/lightbox/save_btn.gif) no-repeat 0 0; color:#fff;}
a#EnterLink {float:left; display:block; width:61px; height:22px; margin:10px 0 5px 5px; background:url(../images/content/lightbox/enter_btn.gif) no-repeat 0 0; color:#fff;}
a#CancelSend span, a#CancelNote span, a#ActionSend span, a#ActionNote span, a#SaveNote span, a#EnterLink span {display:none;}
 

/* forms */
form {font-size:1.1em; padding-top:10px;}
form label {float:left; clear:left; width:128px; padding-top:2px;}
.download_page_content form label {float:none; clear:none; width:inherit; padding-top:0px;}
form label.extraPadLabel {padding-top:6px;}
form input {float:left;}
form input.field {width:190px; margin-bottom:10px;}
form textarea {float:left; width:310px; background:#f8face; margin-bottom:10px; border:1px solid #f8face;}
form #frmCode {width:149px; font-size:1.3em; padding:2px 0; margin-left:0;}
form .captcha {padding-left:5px; float:left;}
form .submission_buttons input {float:left; width:140px; margin-bottom:10px; clear:none; background:#1f5a00; border:1px solid transparent;}
form .actions {clear:left; text-align:right;}
form .error{
 color: red;
 font-weight: bold;
 font-size: 1.1em;
}
table.skip {display:none;}
 
/******************************************************************************************************/
.frmFeedback {width:780px!important;}
 
.clear {clear:both;}
.clearFloat {clear:both; display:block; margin:0; padding:0; height:0; line-height:1px; font-size:1px; visibility:hidden;}
.radio {border:none!important;}
.radioRow {clear:both; margin-left:12px;}
.radioRow input {margin-top:1px;}
.formrow {float:left; padding-top:5px;}
.formrow label {float:left; margin-left:0!important; width:auto; margin-right:5px; clear:none!important;}
.formrow .last {margin-right:5px;}
.formrow .labelFloat input {float:left!important; margin-right:5px; clear:none!important;}
.formrow .labelFloat label {float:left;}
.formrow textarea {margin:10px 0 0 11px;}
.formrowEmail {clear:both;}
.frmColRight .highlight {margin-left:5px;}
.questionLabel {width:350px!important;}
.frmColLeft {float:left; width:370px;}
.frmColLeft span, .frmColRight span {float:left; margin:2px 3px 0 0;}
.frmColLeft label {margin-top:1px;}
.frmColRight {float:left; width:340px;}
.frmColLeft .formrow, .frmColRight .formrow {margin-bottom:15px;*margin-bottom:5px;}
img.captcha {margin:0 0 0 1px;}
#closeX {float:right; margin-right:5px;}
.validationImage {margin:0; float:left; margin-left:8px;}
#note_ta {width:435px; height:150px;}
div.note {margin:5px 0;}
img.leaderboard {padding-bottom:10px;}
p.alert {color:#cc3300;}
body#body  #popup.email div#frm {width:100%;}
body#body form#survey {width:775px;}
body#body form#survey div.formrow {padding:0;}
#NotepadForm input{
    width: auto;
}
td.print label{float:right; width: 70px;}
td.delete label {float:right; width: 80px;}
td.print input, td.delete input {float:none !important; position:relative;top:-2px;left:4px;}
table#notelist td input {float:right;}
table#notelist thead td {border-bottom: 1px solid #990033;}
table#notelist tbody td {padding-bottom: 5px;padding-top:8px;border-bottom:1px solid #eee;vertical-align:top;}
table#notelist .submit_cmd {margin-right: 0;padding:3px;}
table#notelist td h4 {font-size:1.1em; font-weight:normal;}

#exitpage {
 margin:50px 0px; padding:0px;
 text-align:center;
 
}

body#exitpage {background:#fff;text-align:center;}
 
#exitcontent {
 width:500px;
 margin:0;
 text-align:left;
 padding:15px;
 font-size: 1.1em;
}
 
#exitcontent h1{
 font-size: 1.5em;
 font-weight: bold;
}
 
ul.downloads li{
 padding: 10px;
 display: block;
}
 
.skip {
 display: none;
}
 
table#notelist td {
  text-align: left;
}
 
.submit_cmd,.submit_anchor  {
  border: none;
  padding: 5px;
  background: #990033;
  color: #FFFFFF;
  font-weight: bold;
   margin-right: 10px;
}