@charset "utf-8";

/* CSS Document */
*
{
	margin:0;
	padding:0;
}

html
{
	margin-bottom:0px;
	min-height:100%;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	font-weight:normal;
	color:#3d3d3d;
}

h2
{
	padding:0px 0 0 0px;
	color:#007ac2;
	font-size:1.6em;
	font-weight:bold;
}

img, a img { border:0; }

a { text-decoration:none; }

a:focus { outline:none; }

ul li { list-style:none; }

ol li { list-style-type:decimal; }

/* Clear Fixes */
.clearfix { display: block; }

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear
{
	clear: both;
	font-size: 1%;
	height: 1%;
	line-height: 0;
}

/* /Clear Fixes */
.global
{
	width:889px;
	margin:0 auto;
}

.wrapper
{
	float:left;
	border:1px solid #9ecce8;
	width:889px;
}

/*Header css starts*/
.header
{
	float:left;
	width:889px;
}

/*Top navigation css starts*/
.top_nav
{
	float:left;
	background:url(../images/topnav_bg.jpg) repeat-x 0 0;
	color:#2d92cd;
	padding-bottom:2px;
}

.topnav_links
{
	float:left;
	width:679px;
}

.topnav_links ul { float:right; }

.topnav_links ul li
{
	float:left !important;
	background:url(../images/top_nav_seperator.gif) no-repeat 0 11px;
	font-size:1.1em;
	padding:8px 12px 4px 12px;
}

.topnav_links ul li.first
{
	float:left !important;
	background:none;
}

.topnav_links ul li a { color:#2d92cd; }

.topnav_links ul li.selected { color:#3d3d3d; }

.topnav_search
{
	float:left;
	padding:0 0 0 9px;
	width:201px;
}

.topnav_search p
{
	float:left;
	padding:8px 8px 4px 0;
	font-weight:bold;
}

.topnav_search input.go
{
	margin:12px 0px 0 0px;
	padding:0;
}

.topnav_search p a { color:#007ac2; }

.topnav_search .search
{
	float:left;
	border:1px solid #8bc4e5;
	width:124px;
	font-size:1em;
	margin:8px 10px 0px 0;
}

/*Top navigation css ends*/
/*Main navigation css starts*/
.main_nav
{
	float:left;
	padding:38px 0 0 10px;
	width:880px;
}

.company_logo h1
{
	float:left;
	padding:0 0px 0 0;
}

div.navigation
{
	position:relative;
	width:651px;
	float:right;
}

div.navigation ul
{
	float:right;
	list-style: none;
	padding: 0;
	margin: 0;
	color:#007AC2;
}

div.navigation ul li
{
	float:left !important;
	padding:19px 16px 7px;
	position: relative;
}

div.navigation ul li a
{
	color:#007AC2;
	display: block;
	text-decoration: none;
}

div.navigation ul li ul
{
	position: absolute;
	left: -999em;
	background:#edf7fc url(../images/menu_hover_bg.jpg) repeat-x 0 0px;
	border-left:1px solid #57a7d7;
	border-right:1px solid #57a7d7;
	border-bottom:3px solid #57a7d7;
	width:152px;
	padding-bottom:15px;
}

div.navigation ul li ul.review_drop
{
	position: absolute;
	left: -999em;
	background:#edf7fc url(../images/menu_hover_bg.jpg) repeat-x 0 0px;
	border-left:1px solid #57a7d7;
	border-right:1px solid #57a7d7;
	border-bottom:3px solid #57a7d7;
	width:137px;
	padding-bottom:15px;
}

div.navigation ul li ul.corp_gov_drop
{
	position: absolute;
	left: -999em;
	background:#edf7fc url(../images/menu_hover_bg.jpg) repeat-x 0 0px;
	border-left:1px solid #57a7d7;
	border-right:1px solid #57a7d7;
	border-bottom:3px solid #57a7d7;
	width:182px;
	padding-bottom:15px;
}

div.navigation ul li ul.finan_stmt_drop
{
	position: absolute;
	left: -999em;
	background:#edf7fc url(../images/menu_hover_bg.jpg) repeat-x 0 0px;
	border-left:1px solid #57a7d7;
	border-right:1px solid #57a7d7;
	border-bottom:3px solid #57a7d7;
	width:167px;
	padding-bottom:15px;
}

div.navigation ul li ul li
{
	float:none !important;
	padding:3px 0 2px 0;
	margin:0 auto;
	border-bottom:1px solid #c6e2f2;
	width:85%;
	font-size:1.2em !important;
}
div.navigation ul li ul li a
{
	text-decoration:none;
}
div.navigation ul li ul li a:hover, div.navigation ul li ul li a.sfhover
{
	text-decoration:underline;
}

div.navigation ul li:hover, div.navigation ul li.sfhover
{
	background:url(../images/menu_hover_bg.jpg) repeat-x 0 0;
	border-top:1px solid #57a7d7;
	border-left:1px solid #57a7d7;
	border-right:1px solid #57a7d7;
	padding:18px 0px 7px 0px;
}

div.navigation ul li ul li:hover, div.navigation ul li ul li.sfhover
{
	background:none;
	border-bottom:1px solid #c6e2f2;
	border-right:none;
	border-top:none;
	border-left:none;
	padding:3px 0 2px 0;
}

div.navigation ul li ul li.busi_over_sel1
{
	background:none;
	border-bottom:none;
	border-right:none;
	border-top:none;
	border-left:none;
	margin:18px 0 0 0;
	padding:0px 0 0px 0;
}

div.navigation ul li:hover ul, div.navigation ul li.sfhover ul
{
	top: 0px;
	left: -1px;
	display: block;
}

.navigation ul li.buis_over
{
	float:left !important;
	padding:19px 1px 7px 1px;
	width:152px;
}

.navigation ul li.buis_over a
{
	width:120px;
	margin:0 auto;
}

.navigation ul li.buis_over ul li.busi_over_sel
{
	border-bottom:none;
	padding:0;
	margin:18px 0 0 0px;
}

.navigation ul li.buis_over ul li.busi_over_sel a
{
	padding:0;
	margin:0 0 0 6px;
}

.navigation ul li.buis_over ul li.busi_over_sel1
{
	border-bottom:none;
	padding:0;
	margin:18px 0 0 0px;
}

.navigation ul li.buis_over ul li.busi_over_sel1 a
{
	padding:0;
	margin:0 0 0 6px !important;
}

.navigation ul li.buis_over_sel
{
	float:left !important;
	padding:19px 1px 7px 1px;
	width:152px;
}

.navigation ul li.buis_over_sel a
{
	width:120px;
	margin:0 0 0 4px;
}

.navigation ul li.buis_rev
{
	float:left !important;
	padding:19px 1px 7px 1px;
	width:137px;
}

.navigation ul li.buis_rev a
{
	width:105px;
	margin:0 auto;
}
.navigation ul li.buis_rev_sel
{
	padding:19px 1px 7px 1px;
	width:137px;
}

.navigation ul li.buis_rev_sel a
{
	width:117px;
	margin:0 auto;
}

.navigation ul li.buis_rev ul li.buis_rev_sel
{
	border-bottom:none;
	padding:0;
	margin:18px 0 0 0px;
}

.navigation ul li.buis_rev ul li.buis_rev_sel a
{
	padding:0;
	margin:0 0 0 10px;
}
.navigation ul li.buis_rev_sel ul li.buis_rev_sel1
{
	border-bottom:none;
	padding:0;
	margin:18px 0 0 0px;
}

.navigation ul li.buis_rev_sel ul li.buis_rev_sel1 a
{
	padding:0;
	margin:0 0 0 10px !important;
}

.navigation ul li.corp_gov
{
	float:left !important;
	padding:19px 1px 7px 1px;
	width:182px;
}

.navigation ul li.corp_gov a
{
	width:152px;
	margin:0 auto;
}
.navigation ul li.corp_gov_sel
{
	padding:19px 1px 7px 1px;
	width:182px;
}

.navigation ul li.corp_gov_sel a
{
	width:169px;
	margin:0 auto;
}

.navigation ul li.corp_gov ul li.corp_gov_sel
{
	border-bottom:none;
	padding:0;
	margin:18px 0 0 0px;
}

.navigation ul li.corp_gov ul li.corp_gov_sel a
{
	padding:0;
	margin:0 0 0 6px;
}
.navigation ul li.corp_gov_sel ul li.corp_gov_sel1
{
	border-bottom:none;
	padding:0;
	margin:18px 0 0 0px;
}

.navigation ul li.corp_gov_sel ul li.corp_gov_sel1 a
{
	padding:0;
	margin:0 0 0 6px !important;
}


.navigation ul li.fin_state
{
	float:left !important;
	padding:19px 1px 7px 1px;
	width:167px;
}

.navigation ul li.fin_state a
{
	width:137px;
	margin:0 auto;
}
.navigation ul li.fin_state_sel
{
	padding:19px 1px 7px 1px;
	width:167px;
}

.navigation ul li.fin_state_sel a
{
	width:155px;
	margin:0 auto;
}

.navigation ul li.fin_state ul li.fin_state_sel
{
	border-bottom:none;
	padding:0;
	margin:18px 0 0 0px;
}

.navigation ul li.fin_state ul li.fin_state_sel a
{
	padding:0;
	margin:0 0 0 6px;
}
.navigation ul li.fin_state_sel ul li.fin_state_sel1
{
	border-bottom:none;
	padding:0;
	margin:18px 0 0 0px;
}

.navigation ul li.fin_state_sel ul li.fin_state_sel1 a
{
	padding:0;
	margin:0 0 0 6px !important;
}

.navigation ul li.fin_state ul li.fin_state_sel
{
	border-bottom:none;
	padding:0;
	margin:18px 0 0 0px;
}

.navigation ul li.fin_state ul li.fin_state_sel a
{
	padding:0;
	margin:0 0 0 6px;
}

.nav_underline
{
	float:left;
	background:url(../images/main_nav_underline_bg.gif) repeat-x 0 5px;
	padding:0 0 0 128px;
	width:761px;
	font-size:1%;
}

/*Main navigation css ends*/

.annual_rpt
{
	border-bottom:1px solid #99cae7;
	width:868px;
	float:left;
	font-size:1%;
	padding: 9px 0 10px 22px;
}

/*Header css ends*/
.content_area { float:left; }

ol.notes { float:left; }

.notes, ol.notes li
{
	font-size:0.9em !important;
	background:none !important;
	padding:0 !important;
}

ol.list
{
	list-style-type:decimal;
	margin:0 0 0 18px;
}

ol.notes li
{
	font-size:1.0em !important;
	padding:0px 0 0px 0px !important;
	list-style-type:decimal;
	margin: 0 10px 0 20px;
}

/*Home banner css starts*/
.hm_banner
{
	float:left;
	width:862px;
	background:url(../images/hm_banner.jpg) no-repeat 0 0;
	padding:17px 0 181px 28px
}

.hm_banner p
{
	font-size:1.1em;
	color:#6a6a6a;
	padding:3px 0 0 31px;
}

.hm_banner p a
{
	font-size:1.1em;
	color:#01ab67;
	padding:0px 0 0 19px;
	background:url(../images/quick_link_bullet.gif) no-repeat 0 3px;
}

/*Home banner css ends*/
.hqd_area { float:left; }

/*css for highlight_content box below banner on home page starts here*/
.highlight_section
{
	float:left;
	width:330px;
	border-right:1px solid #94c7e6;
}

.hqd_area_hl_title
{
	float:left;
	padding:6px 0 6px 17px;
	background:#66afda;
	width:313px;
	font-size:1%;
}

.highlight_content
{
	background:#edf7fc url(../images/highlights_content_bg.jpg) repeat-x 0 0;
	padding:11px 0 14px 17px;
	width:313px;
	float:left;
}

.highlight_content .column_1_2
{
	float:left;
	padding:2px 0 9px 0px;
	width:145px;
	font-size:1.1em;
}

.highlight_content .column_2_2
{
	float:left;
	padding:2px 0 9px 0px;
	width:165px;
	font-size:1.1em;
}

.highlight_content .column_1_2 ul li, .highlight_content .column_2_2 ul li
{
	font-size:1.1em;
	color:#3d3d3d;
	padding:5px 0 0 0;
}

.highlight_content a.link_green_arr
{
	color:#01ab67;
	font-size:1.1em;
	padding:0px 0 0 19px;
	background: url(../images/quick_link_bullet.gif) no-repeat 0 3px;
}

/*css for highlight_content box below banner on home page ends here*/
/*css for quicklink box below banner on home page starts here*/
.quicklink_content
{
	float:left;
	background:#edf7fc url(../images/highlights_content_bg.jpg) repeat-x 0 0;
	padding:11px 0 3px 17px;
	font-size:1.2em;
	width:313px;
}

.hqd_area_ql_title
{
	float:left;
	padding:6px 0 10px 17px;
	background:#66afda;
	width:313px;
	font-size:1%;
}

.quicklink_content .column_1_2, .quicklink_content .column_2_2
{
	float:left;
	width:155px;
}

.quicklink_content .column_1_2 p, .quicklink_content .column_2_2 p { padding:5px 0 3px 0; }

.quicklink_content ul { margin:0px 0 0 0; }

.quicklink_content ul li
{
	font-size:0.9em;
	color:#3d3d3d;
	padding:0px 0 4px 19px;
	background: url(../images/quick_link_bullet.gif) no-repeat 0 4px;
}

.quicklink_content ul li a
{
	color:#01ab67;
	font-size:1.1em;
}

/*css for quicklink box below banner on home page ends here*/
/*css for download box below banner on home page starts here*/
.download_section
{
	float:left;
	width:227px;
}

.hqd_area_dwnd_title
{
	padding:6px 0 6px 17px;
	float:left;
	background:#66cda3;
	font-size:1%;
	width:210px;
}

.download_content
{
	float:left;
	background:#edf7fc url(../images/highlights_content_bg.jpg) repeat-x 0 0;
	padding:11px 0 2px 17px;
	width:210px;
}

.download_content .column_1_2, .download_content .column_2_2 { float:left; }

.download_content .column_2_2 { padding:7px 0 0 0; }

.download_content .column_1_2 p { }

.download_content p.download
{
	background: url(../images/download_bullet.gif) no-repeat 0 3px;
	padding:1px 0 0px 10px;
}

.download_content p a.link_green
{
	font-size:1.0em;
	color:#01ab67;
}

.download_content .column_2_2 p.adobe
{
	padding:35px 0 0 5px;
	color:#6c6c6c;
	width:100px;
}

.download_content p.adobe a.adb_reader
{
	font-size:1em;
	color:#6c6c6c;
}

/*css for download box below banner on home page ends here*/
/*css for footer starts here*/
.footer
{
	float:left;
	background:#f2f9fd;
	border-bottom:1px solid #91c6e5;
	padding:12px 10px 8px 18px;
	font-size:1.0em;
	color:#2d92cd;
	width:863px;
}

.copyright { float:left; }

.design_ft_link
{
	float:left;
	width:863px;
	padding:3px 0 0 0;
}

.design_develop
{
	float:left;
	width:372px;
}

.design_develop a { color:#2d92cd; }

.footer_links
{
	float:right;
	width:491px;
}

.footer_links ul { float:right; }

.footer_links ul li
{
	float:left;
	padding:0 4px 0 4px
}

.footer_links ul li a { color:#2d92cd; }

.footer_links ul li.selected { color:#3d3d3d; }

/*css for footer ends here*/

/*css for strategy  template starts here*/
.content_area_strategy
{
	float:left;
	background: #ecf7fd url(../images/strategy_subnav_bg.jpg) repeat-x 0 0;
	width:889px;
}

/*css for sub menu in L.H.S starts  */
.content_area_strategy .column1_2
{
	float:left;
	width:190px;
	padding:19px 12px 0 21px;
}

.sub_menu_title
{
	float:left;
	font-size:1%;
}

.sub_menu { float:left; /*font-size:1%;*/ }

.sub_menu ul
{
	width:189px;
	margin:9px 0 0 0;
}

.sub_menu ul li
{
	border-bottom:1px solid #c7e3f2;
	padding: 4px 0 2px 0;
	font-size:1.4em;
	color:#007ac2;
}

.sub_menu ul li.selected
{
	border-bottom:1px solid #c7e3f2;
	padding: 4px 0 2px 0;
	font-size:1.4em;
	color:#007ac2;
	background:url(../images/submenu_select.gif) no-repeat 100% 88%;
	font-weight:bold;
}

.sub_menu ul li a { color:#007ac2; }

/*css for sub menu in L.H.S starts  */
/*css for Content area starts  */
.content_area_strategy .column2_2
{
	float:left;
	background:#FFFFFF;
	width:666px;
	min-height:500px;
}

.strategy_banner
{
	float:left;
	background:url(../images/strategy_banner_underline.gif) repeat-x 0 100%;
	padding:0 0 3px 0;
	width:666px;/*font-size:1%;*/
}

.strategy_banner img { float:left; }

.content_links_header
{
	background:#64aeda;
	font-size:1%;
	padding:7px 72px 5px 8px;
	float:left;
	border-left:1px solid #95c8e6;
}

.content_links
{
	float:left;
	padding:13px 0 61px 8px;
	background:url(../images/strategy_rhs_link_bg.jpg) repeat-x 0 0;
	width:139px;
}

.strategy_banner .column_2_2 ul li
{
	background:url(../images/quick_link_bullet.gif) no-repeat 0 6px;
	padding: 3px 0 3px 19px;
	color:#00ab66;
	font-size:1.1em;
}

.content_text_area
{
	float:left;
	width:666px;
}

.breadcrumb_pagenation
{
	float:left;
	color:#2d92cd;
	padding:15px 13px 10px 13px;
	width:640px;
}

.breadcrumb_pagenation_btm
{
	float:left;
	color:#2d92cd;
	padding:15px 13px 0px 13px;
	width:640px;
}

.breadcrumb_pagenation a { color:#2d92cd; }

.breadcrumb_pagenation_btm a { color:#2d92cd; }

.breadcrumb
{
	float:left;
	width:378px;
}

.pagenation
{
	float:right;
	width:262px;
	font-size:1.1em;
}

.pagenation ul { float:right; }

.pagenation ul li
{
	float:left;
	background:none !important;
	padding: 0 2px 0 4px;
}

.pagenation ul li a.selected
{
	background:url(../images/page_selected_underline.gif) repeat-x 0 100%;
	padding:0px 0 0px 0;
}

.pagenation ul li.seperator_first
{
	padding:0 6px 0 4px;
	background:url(../images/page_seperator_first.gif) no-repeat 100% 2px !important;
	float:left;
}

.pagenation ul li.previous_unsel
{
	padding:0 2px 0 4px;
	float:left;
	color:#afd1e5;
}

.pagenation ul li.previous_unsel a { color:#afd1e5 !important; }

.pagenation ul li.seperator
{
	padding:0 6px 0 4px;
	background:url(../images/page_seperator_middle.gif) no-repeat 100% 2px !important;
	float:left;
}

.toplink
{
	float:left;
	width:378px;
	padding:0 0 14px 0;
}

.toplink a
{
	color:#00ab66;
	background:url(../images/top_link_bullet.gif) no-repeat 0 0;
	padding: 0 0 0 14px;
	font-size:1.1em;
}

.content
{
	float:left;
	width:653px;
	padding:0px 0px 0 13px;
}

.block { _height:440px; }

.content li a { color:#007ac2; }

.content h2
{
	padding:0px 0 0 0px;
	color:#007ac2;
}

.content p
{
	font-size:1.1em;
	width:640px;
	float:left;/*line-height:1.3;*/
}

.content p a { color:#0079c1 }

.content p.heading
{
	padding:10px 0 2px 0;
	color:#0061a0;
	font-size:1.3em;
	line-height:1.0;
	float:left;
}

.content ul.heading li
{
	padding:10px 0 0 0;
	color:#0061a0;
	font-size:1.3em;
	line-height:1.0;
}

.content p.subheading
{
	font-size:1.3em;
	line-height:1.0;
	padding:10px 0 2px 0;
	float:left;
	color:#000000;
}

.subheading_name
{
	font-size:1.1em !important;
	line-height:1.0;
	padding:10px 0 2px 0;
	float:left;
	color:#0061a0;
}

.subheading_title
{
	font-size:1.1em !important;
	line-height:1.0;
	float:left;
	color:#3d3d3d;
}

.content p.subheading_1
{
	font-size:1.3em;
	line-height:1.0;
	padding:0px 0 0 0;
	float:left;
	color:#000;
}

.content p.subheading1
{
	font-size:1.1em;
	line-height:1.0;
	font-weight:bold;
	color:#000;
	float:left;
}

.content p.subheading2
{
	font-size:1.3em;
	line-height:1.0;
	float:left;
	padding-bottom:2px;
}

.content p.subheading3
{
	font-size:1.3em;
	line-height:1.0;
	float:left;
	font-weight:bold;
	color:#000;
	background:#eef7fd;
	padding:4px 0 4px 0;
}

.content p.subheading4
{
	font-size:1.3em;
	line-height:1.0;
	float:left;
}

.content p.defination
{
	font-size:1.1em;
	line-height:1.0;
	padding:3px 0 3px 0;
	border-bottom:1px solid #c7d8f0;
}

.margin_top { margin-top:10px !important; }

.content p.source_data
{
	font-size:1.1em;
	line-height:1.0;
	padding:3px 0 3px 0;
	border-bottom:2px solid #0079c1;
}

.padding_top
{
	padding:10px 0 0 0;
	float:left;
}

.content p.lp_busi_ov_desc
{
	font-size:2.0em;
	line-height:1;
	width:630px;
}

/*.content ul { line-height:0.5;}*/
.content ul { float:left; }

.content ul li
{
	background:url(../images/strategy_round_bullet.gif) no-repeat 0 5px;
	font-size:1.1em;
	padding:0 0 0 8px;
}

.content ul li.last
{
	background:url(../images/strategy_round_bullet.gif) no-repeat 0 5px;
	font-size:1.1em;
	padding:0 0 10px 8px;
}

.content p.width485 { width:485px !important; }

.content p.width167 { width:167px !important; }

.graph
{
	float:right;
	margin:10px 0 10px 0;
	border-top:1px solid #99cae7;
	width:197px;
	border-bottom:1px solid #99cae7;
}

.graph img.image_padd { margin:10px; }

.graph img.image_padd_center { margin:10px 10px 10px 30px; }

.graph img.image_padd_tp_bt { margin:10px 0 10px 0; }

/*css for Content area ends  */

/*css for strategy  template ends here*/
/*css for Business Review  template starts here*/
.sections
{
	float:left;
	width:666px;
	margin:24px 0 0 0;
	border-top:1px solid #e0eff8;
}

.sections1
{
	float:left;
	width:666px;
	border-top:1px solid #e0eff8;
}

.busi_strategy_section
{
	float:left;
	width:338px;
	border-left:1px solid #90c6e5;
}

.busi_strategy_title
{
	float:left;
	padding:9px 0 10px 11px;
	font-size:1%;
	background:#66afda;
	width:327px;
	font-size:1%;
}

.busi_strategy_content
{
	background:url(../images/busi_review_section_bg.jpg) repeat-x 0 0;
	padding:0px 0 0px 0px;
	width:338px;
	float:left;
}

.busi_strategy_content p
{
	font-size:1.1em !important;
	padding:3px 0 0 7px;
}

.busi_strategy_content p.review_link_green { margin:17px 0 7px 0; }

.oper_envir_content p.review_link_green { margin:3px 0 7px 0; }

.busi_strategy_content p.review_link_green a, .oper_envir_content p.review_link_green a
{
	color:#00ab66;
	padding:0px 0 0 7px;
	background:url(../images/quick_link_bullet.gif) no-repeat 0 4px;
	padding:0 0 0 18px;
}

.oper_envir_section
{
	float:left;
	width:326px;
	border-left:1px solid #90c6e5;
}

.oper_envir_title
{
	float:left;
	padding:9px 0 10px 11px;
	font-size:1%;
	background:#66afda;
	width:315px;
	font-size:1%;
}

.oper_envir_content
{
	background:url(../images/busi_review_section_bg.jpg) repeat-x 0 0;
	padding:0px 0 0px 0px;
	width:326px;
	float:left;
}

.oper_envir_content p
{
	font-size:1.1em !important;
	padding:3px 0 0 7px;
}

.finan_perform_section
{
	float:left;
	width:221px;
	border-left:1px solid #90c6e5;
}

.finan_perform_title
{
	float:left;
	padding:9px 0 10px 11px;
	font-size:1%;
	background:#66afda;
	width:210px;
	font-size:1%;
}

.oper_perform_title
{
	float:left;
	padding:9px 0px 10px 5px;
	font-size:1%;
	background:#66afda;
	width:216px;
}

.finan_perform_content
{
	background:url(../images/busi_review_section_bg.jpg) repeat-x 0 0;
	padding:0px 0 0px 0px;
	width:221px;
	float:left;
}

.finan_perform_content p
{
	font-size:1.1em !important;
	padding:3px 0 0 7px;
}

.finan_perform_content p.finan_perform_link_green { margin:33px 0 7px 0; }

.finan_perform_content p.risk_resource_link_green { margin:19px 0 7px 0; }

.finan_perform_content p.risk_resource_link_green a
{
	color:#00ab66;
	padding:0px 0 0 7px;
	background:url(../images/quick_link_bullet.gif) no-repeat 0 4px;
	padding:0 0 0 18px;
}

.finan_perform_content p.finan_perform_link_green a
{
	color:#00ab66;
	padding:0px 0 0 7px;
	background:url(../images/quick_link_bullet.gif) no-repeat 0 4px;
	padding:0 0 0 18px;
}

/*css for Business Review  template starts here*/
/*css for search  template starts here*/
.content_search
{
	float:left;
	width:653px;
	padding:18px 0px 0 13px;
}

.content_search h2 { padding:0px 0 0 0px; }

.content_search p
{
	font-size:1.1em;
	width:640px;
	line-height:1.3;
}

.content_search p.padding_top { padding:10px 0 0 0; }

.content_search p.search_heading
{
	padding:13px 0 0 0 !important;
	font-size:1.1em !important;
	line-height:1.0 !important;
}

.result_title { }

.result_no
{
	font-size:1.3em!important;
	line-height:1.3;
	width:640px;
	padding:13px 0 21px 0;
}

span.highlight { color:#007ac2; }

.font_bold { font-weight:bold; }

.blue_underline
{
	border-bottom:1px solid #99cae7;
	width:542px !important;
	padding:0 100px 18px 0
}

.search_box
{
	float:left;
	background:url(../images/search_box_bg.jpg) repeat-x 0 0;
	width:615px;
	padding:39px 13px 0 14px;
}

.search_title
{
	float:left;
	padding:1px 0 0 0;
}

.search_btn
{
	float:left;
	padding:4px 0 0 0;
}

.search_input
{
	float:left;
	width:496px;
}

.search_input input
{
	width:475px;
	border:1px solid #94c8e7;
	margin:0 8px 0 11px;
	padding:1px 0 1px 0;
	font-size:1em;
}

.search_box p.cant_find
{
	float:left;
	font-size:1.3em !important;
	margin: 18px 0 16px 0;
	width:615px;
}

.search_box p.cant_find a
{
	color:#00ab66;
	background:url(../images/quick_link_bullet.gif) no-repeat 100% 4px;
	padding:0 16px 0 0
}

/*css for search  template ends here*/
/*css for at a glance  template starts here*/
.content_glance
{
	float:left;
	width:653px;
	padding:0px 0px 0 13px;
}

.highlightfigures
{
	width:653px;
	float:left;
}

.highlightfigures p
{
	width:320px !important;
	float:left;
}

.highlightfigures span
{
	width:325px;
	font-size:3.5em;
	color:#0079c1;
	padding:0;
}

.content_glance ul li
{
	color:#777777;
	font-size:1.3em;
	padding:0;
	margin:10px 0px 0 0px;
}

.content_glance ul.highlight { float:left }

.content_glance ul.highlight li
{
	background:url(../images/blue_arrow.gif) no-repeat 0 3px;
	color:#777777;
	font-size:1.3em;
	padding:0 0 0 15px;
}

.content_glance h2 { padding:0px 0 0 0px; }

.content_glance p.description
{
	font-size:1.3em;
	width:640px;
	color:#000;
}

.content_glance p.padding_top { padding:10px 0 0 0; }

.content_glance p.heading_company_name
{
	padding:10px 0 0 0;
	color:#0061a0;
	font-size:1.5em;
}

.content_glance p
{
	font-size:1.1em;
	width:640px;
	line-height:1.3;
}

.content_glance p.heading
{
	padding:10px 0 0 0;
	color:#0061a0;
	font-size:1.3em;
	line-height:1.0;
}

.map { margin: 44px 0 0 0; }

.map1 { margin: 20px 0 0 0; }

.map2 { margin: 2px 0 0 0; }

.width432 { width:432px !important; }

.graph ul { padding:15px 0 9px 0; }

.graph ul li.green_bullet
{
	list-style-type:none !important;
	background: url(../images/green_bullet.gif) no-repeat 0 5px;
	width:187px;
	color:#000;
	font-size:1.1em;
	padding:0 0 0 10px;
	list-style-image:none;
	margin:0;
}

.graph ul li.blue_bullet
{
	list-style-type:none !important;
	background:url(../images/blue_bullet.gif) no-repeat 0 5px;
	list-style-image:none;
	width:187px;
	color:#000;
	font-size:1.1em;
	margin:0;
	padding:0 0 0 10px;
}

.graph ul li.red_bullet
{
	list-style-type:none !important;
	background:url(../images/red_bullet.gif) no-repeat 0 5px;
	width:187px;
	color:#000;
	font-size:1.1em;
	padding:0 0 0 10px;
	list-style-image:none;
	margin:0;
}

/*css for at a glance  template ends here*/
/*css for chairmans statement  template starts here*/
.chairmans_banner
{
	float:left;
	background:url(../images/strategy_banner_underline.gif) repeat-x 0 100%;
	padding:0 0 3px 10px;
	width:656px;
}

.chairmans_banner img { float:left; }

.chairmans_banner .banner_investment_figures
{
	float:right;
	width:266px;
	font-size:1.1em;
	border-bottom:1px solid #98cae7;
	padding: 20px 0 6px 0;
}

.group_photo
{
	float:left;
	margin:21px 0 0 0px;
}

.group_photo img { float:left; }

.group_photo p
{
	float:left;
	width:213px;
	padding:0 0 0 9px
}

.blue_text { color:#007ac2; }

.black_text { color:#000 !important; }

.green_text { color:#00ab66; }

.case_study
{
	float:left;
	width:643px;
	margin:17px 0 0 0;
}

.case_study_pad_bot { padding-bottom:10px; }

.case_study .column1_2
{
	float:left;
	width:450px;
	padding:0;
}

.case_study .column2_2
{
	float:left;
	font-size:1%;
	width:191px;
	min-height:331px;
}

.case_study_title
{
	font-size:1.6em;
	padding:10px 0 26px 9px;
	background:url(../images/case_study_title_bg.jpg) repeat-x 0 0;
	float:left;
	width:441px;
	margin:0 0 0px 0;
	line-height:1.3;
	border-bottom:3px solid #fff;
}

.case_study_content
{
	float:left;
	background: #bfdaeb url(../images/case_study_content_bg.jpg) repeat-x 0 0;
	width:429px;
	padding:14px 10px 10px 11px;
}

.case_study_content p
{
	width:428px;
	font-size:1.1em;
	line-height:normal;
}

.case_study_content_abberton
{
	float:left;
	background: #bfdaeb url(../images/case_study_content_bg.jpg) repeat-x 0 0;
	width:429px;
	padding:14px 10px 10px 11px;
	_padding:14px 10px 15px 11px;
	min-height:297px;
}

.case_study_content_abberton p
{
	width:420px;
	font-size:1.1em;
}

.case_study_content_castle
{
	float:left;
	background: #bfdaeb url(../images/case_study_content_bg.jpg) repeat-x 0 0;
	width:429px;
	padding:14px 10px 10px 11px;
	min-height:264px;
}

.case_study_content_castle p
{
	width:420px;
	font-size:1.1em;
}

.case_study_content_sands
{
	float:left;
	background: #bfdaeb url(../images/case_study_content_bg.jpg) repeat-x 0 0;
	width:429px;
	padding:14px 10px 10px 11px;
	min-height:246px;
}

.case_study_content_sands p
{
	width:420px;
	font-size:1.1em;
}

.case_study_content_weather
{
	float:left;
	background: #bfdaeb url(../images/case_study_content_bg.jpg) repeat-x 0 0;
	width:429px;
	padding:14px 10px 10px 11px;
	min-height:301px;
}

.case_study_content_weather p
{
	width:420px;
	font-size:1.1em;
}

.case_study_content_people
{
	float:left;
	background: #bfdaeb url(../images/case_study_content_bg.jpg) repeat-x 0 0;
	width:429px;
	padding:14px 10px 10px 11px;
	min-height:296px;
}

.case_study_content_people p
{
	width:420px;
	font-size:1.1em;
}

/*css for chairmans statement  template ends here*/
/*css for sitemap statement  template starts here*/
.content_sitemap
{
	float:left;
	width:653px;
	padding:22px 0px 15px 13px;
	color:#4d4d4d;
}

.content_sitemap .column1_2
{
	float:left;
	width:330px;
	padding:0;
}

.content_sitemap .column2_2
{
	float:left;
	width:323px;
	padding:0;
}

.sitemap_section { padding:0 0 12px 0; }

.sitemap_section h4 { font-size:1.1em; }

a { color:#4d4d4d; }

ul li { font-size:1.1em; }

/*css for sitemap statement  template ends here*/
/*css for table  template starts here*/
table.tabledata
{
	font-size:1.1em;
	margin:0 0px 11px 0px;
	width:98%;
	float:left;
}

table.tabledata tr td.first_cell { text-align:left; }

table.tabledata tr td.bottom_border { border-bottom:1px solid #000; }

table.tabledata tr td.bottom_border_light { border-bottom:1px solid #999999; }

table.tabledata tr td.bottom_border_light1 { border-bottom:1px solid #000000; }

table.tabledata tr td.bottom_border_dark { border-bottom:2px solid #000; }

table.tabledata tr td.bottom_border3px
{
	background:url(../images/table_border_bg.gif) repeat-x 0 100%;
	padding-bottom:3px;
}

table.tabledata tr td
{
	padding:0px 4px 0px 4px;
	text-align:right;
}

table.tabledata tr td.td
{
	padding:4px 5px 4px 4px;
	text-align:center;
}

table.tabledata tr td.blue_bold_text
{
	font-weight:bold;
	color:#007ac2;
}

table.tabledata tr td.font_bold_top_padd
{
	font-weight:bold;
	padding: 8px 0 0 0;
}

p.padd_top18 { padding:18px 0 0 0; }

table.tabledata2
{
	font-size:1.2em;
	margin:10px 0px 11px 0px;
	width:98%;
	float:left;
}

table.tabledata2 tr td.align_left { text-align:left; }

table.tabledata2 tr td.align_center { text-align:center; }

table.tabledata2 tr td.align_right { text-align:right; }

table.tabledata2 tr th.align_left { text-align:left; }

table.tabledata2 tr th.align_right { text-align:right; }

table.tabledata2 tr td.bottom_border { border-bottom:1px solid #99cae7; }

table.tabledata2 tr td.first_cell { text-align:left; }

table.tabledata2 tr th.bottom_border2px
{
	background: #eef7fd url(../images/table_heading_border.gif) repeat-x 0 100%;
	padding-bottom:2px;
}

table.tabledata2 tr th.bold { font-weight: bold; }

table.tabledata2 tr td.bottom_border2px
{
	background: url(../images/table_heading_border.gif) repeat-x 0 100%;
	padding-bottom:4px;
}

table.tabledata2 tr th
{
	font-weight:normal;
	background:#eef7fd;
	padding:0 4px 0 4px;
}

table.tabledata2 tr td
{
	padding:0px 4px 0px 4px;
	text-align:right;
}

/*css for table template ends here*/
/*css for notes to consolidate template starts here*/
ol.notes_list { color:#00AB66; }

.notes_list li
{
	margin:10px 0 0 30px;
	font-size:1.1em !important;
}

.notes_list li a
{
	color:#00ab66;
	background:url(../images/quick_link_bullet.gif) no-repeat 100% 4px;
	padding:0 17px 0 0;
	font-size:1.2em
}

/*css for notes to consolidate template ends here*/
/*css for board directors template starts here*/
.corp_gov_board
{
	float:left;
	background:url(../images/board_directors_photos_bg.jpg) repeat-x 0 100%;
	padding:0 0 3px 0;
	width:666px;
}

.board_members
{
	float:left;
	width:132px;
	font-size:1.1em;
	color:#7b7b7b;
	padding:0 2px 7px 0px;
}

.board_members_patrick
{
	float:left;
	font-size:1.1em;
	color:#7b7b7b;
	padding:0 2px 7px 0px;
}

.board_members_last
{
	width:130px;
	float:left;
	font-size:1.1em;
	color:#7b7b7b;
	padding:0 0px 7px 0px;
}

.board_members_last img { width:130px; }

.content_boards
{
	float:left;
	width:653px;
	padding:0px 0px 0 13px;
}

.content_boards h2 { padding:0px 0 0 0px; }

.content_boards p
{
	font-size:1.1em;
	width:640px;
	line-height:1.3;
}

.content_boards p.padding_top { padding:10px 0 0 0; }

.content_boards p.board_heading
{
	font-size:1.2em;
	line-height:1.0;
	padding:13px 0 0 0;
	color:#7b7b7b;
}

.content_boards p.board_member_desc
{
	border-bottom: 1px solid #99cae7;
	padding: 16px 0px 5px 0
}

.blue_border
{
	border-bottom:1px solid #99cae7;
	padding:0px 0px 5px 0
}

.blue_dark_border
{
	border-bottom: 2px solid #99cae7;
	padding: 0px 0px 5px 0
}

.content_boards p span.highlight, .board_members p span.highlight { color:#0061a0; }

/*css for board directors template ends here*/
/*css for download center template starts here*/
.download_center
{
	float:left;
	background:url(../images/strategy_banner_underline.gif) repeat-x 0 100%;
	padding:0 0 3px 0;
	width:666px;
}

.download_bg
{
	float:left;
	width:650px;
	background:url(../images/download_banner_bg.jpg) no-repeat 0 100%;
	padding: 0 0 8px 16px;
}

.annual_download
{
	float:left;
	padding: 20px 0 0 0;
	font-size:1%;
}

.pdf_download
{
	float:left;
	width:650px;
	padding:0 0 0 0;
}

.pdf_download img { float:left; }

.pdf_download img.get_adobe
{
	margin:188px 23px 0px 0;
	float:right;
}

.pdf_download p
{
	font-size:1.1em;
	line-height:1.0;
	float:left;
	margin:210px 0 0 11px;
}

.pdf_download p a
{
	color:#00ab66;
	background:url(../images/download_bullet.gif) no-repeat 0 1px;
	padding:0 0 0 14px;
}

.content_downloads
{
	float:left;
	width:653px;
	padding:0px 0px 0 13px;
}

.content_downloads h3
{
	padding:15px 0 0 0px;
	font-size:1.3em;
	color:#0061a0;
}

.content_downloads h3.first
{
	padding:6px 0 0 0px;
	font-size:1.3em;
	color:#0061a0;
}

.content_downloads p
{
	font-size:1.1em;
	width:640px;
	line-height:1.3;
	border-bottom:1px solid #99cae7;
	padding-bottom:14px;
}

.content_downloads p a
{
	color:#00ab66;
	background:url(../images/download_bullet.gif) no-repeat 0 1px;
	padding:0 0 0 14px;
}

.content_downloads p.padding_top { padding:10px 0 0 0; }

/*css for download center template ends here*/
/*css for business overview template starts here*/
.overview_sections
{
	float:left;
	width:666px;
	padding:3px 0 0 0;
	margin:95px 0 0 0;
	background:url(../images/strategy_banner_underline.gif) repeat-x 0 0;
}

.overview_sections1
{
	float:left;
	width:666px;
}

.highlights_section
{
	float:left;
	width:332px;
	border-left:1px solid #90c6e5;
}

.highlights_section_title
{
	float:left;
	padding:8px 0 5px 11px;
	font-size:1%;
	background:#66afda;
	font-size:1%;
	width:321px;
}

.highlight_content_overview
{
	background:#edf7fc url(../images/highlights_content_bg.jpg) repeat-x 0 0;
	padding:11px 0 6px 17px;
	width:313px;
	float:left;
}

.highlight_content_overview .column_1_2
{
	float:left;
	padding:2px 0 9px 0px;
	width:145px;
	font-size:1.1em;
}

.highlight_content_overview .column_2_2
{
	float:left;
	padding:2px 0 5px 0px;
	width:165px;
	font-size:1.1em;
}

.highlight_content_overview .column_1_2 ul li, .highlight_content_overview .column_2_2 ul li
{
	font-size:1.1em;
	color:#3d3d3d;
	padding:5px 0 0 0;
}

.highlight_content_overview a.link_green_arr
{
	color:#01ab67;
	font-size:1.1em;
	padding:0px 0 0 19px;
	background: url(../images/quick_link_bullet.gif) no-repeat 0 3px;
}

.highlights_section_content
{
	background:url(../images/busi_review_section_bg.jpg) repeat-x 0 0;
	padding:0px 0 0px 0px;
	float:left;
	width:332px;
}

.highlights_section_content img.highlight_graph { margin:12px 0 0 7px; }

.highlights_section_content p
{
	font-size:1.1em !important;
	padding:3px 0 0 7px;
}

.highlights_section_content p.review_link_green { margin:17px 0 7px 0; }

.highlights_section_content p.review_link_green1 { margin:0px 0 7px 10px; }

.highlights_section_content p.review_link_green1 a
{
	color:#00ab66;
	padding:0px 0 0 7px;
	background:url(../images/quick_link_bullet.gif) no-repeat 0 4px;
	padding:0 0 0 18px;
}

.highlights_section_content p.review_link_green a
{
	color:#00ab66;
	padding:0px 0 0 7px;
	background:url(../images/quick_link_bullet.gif) no-repeat 0 4px;
	padding:0 0 0 18px;
}

.highlights_section_content .column1_2
{
	float:left;
	padding:0;
	width:96px;
}

.highlights_section_content .column2_2
{
	float:left;
	padding:0;
	background:none;
	padding: 20px 0 0 18px;
	width:218px;
	min-height:110px;
}

.highlights_section_content p.glance_link_green { margin:30px 0 7px 0; }

.highlights_section_content p.glance_link_green a
{
	color:#00ab66;
	padding:0px 0 0 7px;
	background:url(../images/quick_link_bullet.gif) no-repeat 0 4px;
	padding:0 0 0 18px;
}

.kpi_section
{
	float:left;
	width:332px;
	border-left:1px solid #90c6e5;
}

.kpi_section_title
{
	float:left;
	padding:8px 0 6px 11px;
	font-size:1%;
	background:#66afda;
	font-size:1%;
	width:321px;
}

.kpi_section_content
{
	background:url(../images/busi_review_section_bg.jpg) repeat-x 0 0;
	padding:0px 0 0px 0px;
	float:left;
	width:332px;
	font-size:1.1em;
}

.kpi_section_content .column_1_3
{
	float:left;
	padding:21px 0 5px 7px;
	width:300px;
}

.kpi_section_content .column_2_3
{
	float:left;
	padding:0;
	background:none;
	padding:5px 0 0 7px;
	width:300px;
}

.kpi_section_content .column_1_3 p, .kpi_section_content .column_2_3 p
{
	font-weight:normal;
	font-size:1.1em;
	color:#3d3d3d;
}

.kpi_section_content .column_3_3
{
	float:left;
	padding:0;
	background:none;
}

.kpi_section_content .column_3_3 p.kpi_link_green { margin:0px 0 7px 7px; }

.kpi_section_content .column_3_3 p.kpi_link_green1 { margin:42px 0 7px 7px; }

.kpi_section_content .column_3_3 p.kpi_link_green a
{
	color:#00ab66;
	padding:0px 0 0 7px;
	background:url(../images/quick_link_bullet.gif) no-repeat 0 4px;
	padding:0 0 0 18px;
}

.kpi_section_content .column_3_3 p.kpi_link_green1 a
{
	color:#00ab66;
	padding:0px 0 0 7px;
	background:url(../images/quick_link_bullet.gif) no-repeat 0 4px;
	padding:0 0 0 18px;
}

.chairman_section
{
	float:left;
	width:332px;
	border-left:1px solid #90c6e5;
}

.chairman_section_title
{
	float:left;
	padding:8px 0 9px 11px;
	font-size:1%;
	background:#66afda;
	font-size:1%;
	width:321px;
}

.chairman_section_content
{
	background:url(../images/busi_review_section_bg.jpg) repeat-x 0 0;
	padding:0px 0 0px 0px;
	float:left;
	width:332px;
	font-size:1.1em;
	position:relative;
}

.chairman_section_content .column_1_2
{
	float:left;
	padding:0px 0 0 14px;
	width:318px;
}

.chairman_section_content .column_2_2
{
	float:left;
	padding:0;
	width:141px;
	font-size:1%;
	position:absolute;
	top:2px;
	left:191px;
}

.chairman_section_content .column_1_2 p.invest_prog
{
	color:#3d3d3d;
	padding:25px 0 0px 0;
	line-height:1.1;
	font-size:1%;
	width:137px;
}

.chairman_section_content .column_1_2 p.invest_prog1
{
	color:#3d3d3d;
	width:267px;
	padding:0px 0 9px 0;
	font-size:1.1em;
	border-bottom:1px solid #91c6e5;
}

.chairman_section_content p.chairman_link_green { padding:35px 0 7px 7px; }

.chairman_section_content p.chairman_link_green a
{
	color:#00ab66;
	padding:0px 0 0 7px;
	background:url(../images/quick_link_bullet.gif) no-repeat 0 4px;
	padding:0 0 0 18px;
}

.chairman_section_content p.kpi_link_green1 a
{
	color:#00ab66;
	padding:0px 0 0 7px;
	background:url(../images/quick_link_bullet.gif) no-repeat 0 4px;
	padding:0 0 0 18px;
}

/*css for business overview template ends here*/
