/*
1. 	ACCESSIBILITY
2. 	SITE OUTLINE
3. 	SITEWIDE CLASSES
4.  HEAD
5.	PRIMARY NAV
6. 	CONTENT
7. 	FOOTER
8.	TABLES
9.	FORMS
10.	TEMPLATES
	- home
	- category overview
	- stories 
11. PAGES
*/

/* ACCESSIBILITY */
#accessibility_skip{
	margin:0;
	padding:0;
	text-indent:-9999px;
	}
#accessibility_skip a, #accessibility_skip a:hover, #accessibility_skip a:visited{
	z-index:-1;
	position:absolute;
	}
#accessibility_skip a:active, #accessibility_skip a:focus{
	z-index:100;
	background:#eaebee;
	color:#5a186b;
	padding:20px 5px;
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:2em;
	letter-spacing:0.1em;
	margin-top:0px;
	text-indent:0;
	position:relative;
	}
	

br {
    margin: 0;
    padding: 0;
    height: 1px;
    line-height: 1.3em;
}	

/* SITEWIDE CLASSES */
.clear {
	clear:both;
	}
.clear_left {
	clear:left;
	}
.clear_right {
	clear:right;
	}
.right {	
	float:right;
	}
.left{
	float:left;
	}
.center, .centertext {
	text-align:center;
	margin:0 auto;
	}
h1.hidden{
	position:absolute;
	text-indent:-9999px;
	}
.smallprint{
	font-size:0.834em;
	color:#ea3592;
	}
.normaltext{
	font-weight:normal;
	color:#415a6c;
	}	
	
.highlight,
a.highlight {
	color:#ea3592;
	text-decoration: none;
}	
/*images*/
img.left{
	margin:0 19px 0 0px;
	}
img.right{
	margin:0 0 0px 19px;
	}
img.border {
	border:1px solid #CCCCCC;
	}
img.image_rhs{
	position:absolute;
	margin:0;
	top: 0;
	left: 470px;
	}
/*buttons*/
p.button {
	padding:0;
	margin:0;
	font-size: 1.334em;
	}
.button a, .button a:link, .button a:active, .button a:visited, .button a:hover {
 	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	margin:0;
	}
.button a:hover {
	text-decoration:underline;
	}
.button .more {
	text-decoration: none;
	}
.button .more:hover {
	text-decoration: none;
	}
a.download, a.download:link, a.download:active, a.download:visited, a.download:hover {
	height:30px;
	position:relative;
	display:block;
	font-size:1em;
	line-height: 1.4em;
	font-weight:normal;
	padding:10px 0;
	width:192px;
	margin:0;
	font-variant:small-caps;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	}
a.download:hover {
	background-position:center -55px;
	}
	
/* SITE OUTLINE */
.outer_wrapper {
  	position:relative;
	margin:0 auto;
	padding:0px;
 	width:950px;
	z-index:1;
	text-align: left;
	}
.head {
	position:relative;
	float:left;
	width:100%;
	margin:0;
	z-index: 10;
	}
.page_content {
    position:relative;
	height:454px;
	z-index:2;
	}
#column_one, #column_two, #column_three{
	height:455px;
	}
#column_one{
	width:446px;
	background:url(../UploadedResources/rb_leftcol_bg.jpg) no-repeat top left;
	padding:0 14px 0 7px;
	position: relative;
	float:left;
	margin:0;
	}
#column_two{
	width:467px;
	float:right;	
	position: relative;
	margin:0;
	}
.footer {
  	margin:15px auto 0 auto;
	clear:both;
	display:block;
	width:100%;
	}

/* HEAD */
.logo {
	float:left;
	margin-top:15px;
	margin-left:20px;
	text-indent:-9999px;
	background:url(../UploadedResources/rb_reckitt_logo.gif) no-repeat right top;
	position:absolute;
	}
.logo a{
	display:block;
	height:60px;
	width:135px;
	padding:0;
	margin:0;
	}
.logo span{
	text-indent:-9999px;
	position:absolute;
	}
.headline{
	float:left;
	position:absolute;
	margin-left:200px;
	margin-top:64px;
	color:#ffffff;
	width:171px;
	height:14px;
	text-indent:-9999px;
	background:url(../UploadedResources/rb_headline.gif) no-repeat top left;
	}
.search{
	float:right;
	padding:5px 5px 0 0;
	margin-right:6px;
	}
	
	
.accessibility_styleswitcher{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.833em;
	height:1em;
	line-height:1em;
	padding:13px 0 5px 0;
	color:#A0ACB5;
	}
.accessibility_styleswitcher a, .accessibility_styleswitcher a:link, .accessibility_styleswitcher a:active, .accessibility_styleswitcher a:visited, .accessibility_styleswitcher a:hover{
	color:#A0ACB5;
	text-decoration: none;
	}
.accessibility_styleswitcher a.current, .accessibility_styleswitcher a.current:link, .accessibility_styleswitcher a.current:active, .accessibility_styleswitcher a.current:visited, .accessibility_styleswitcher a.current:hover, .accessibility_styleswitcher a:hover{
	color:#415A6C;
	}
.banner {
	clear:both;
	height:90px;
	width:100%;
	background:url(../UploadedResources/rb_head.jpg) no-repeat left top;
	}
	
.template_home .pdfHeaderDownload {
    display: none;
}	
	
.pdfHeaderDownload {
    position: absolute;
    top: 135px;
    left: 750px;
    font-weight: bold;
    font-size: 0.95em;
    z-index: 2000;
    width: 200px;
    text-align: right;
}	

.pdfHeaderDownload a {
    color:#ea3592;
    text-decoration: none;
}

.pdfHeaderDownload a:hover {
    color:#415a6c;
}

/*PRIMARY NAV*/
.primary_nav,
.RadMenu_PubliSite {
	width:800px;
	position: relative;
	margin:0;
	padding:0;
	}
	
.template_home .RadMenu_PubliSite {
	width:969px;
	}
	
.primary_nav li,
.RadMenu_PubliSite li {
	width:150px;
	height:30px;
	padding:0;
	margin:0 8px 0 0px;
	float:left;
	font-size:0.916em;
	}
	
.primary_nav li.current a,
.RadMenu_PubliSite li a {	
	background:url(../UploadedResources/rb_primarynav_currentbg.jpg) no-repeat top right;
	}
	
.RadMenu_PubliSite li a, 
.RadMenu_PubliSite li a:link, 
.RadMenu_PubliSite li a:active, 
.RadMenu_PubliSite li a:visited, 
.RadMenu_PubliSite li a:hover{
	padding:0;
	margin:0;
	color:#A0ACB5;
	font-weight:bold;
	height:30px;
	display:block;
	background-repeat:no-repeat;
	background-position:0 0 ;
	text-indent:-9999px;
	cursor: hand !important;
	cursor: pointer !important;	
	text-decoration: none;
	}
.primary_nav li a:hover,
.RadMenu_PubliSite li a:hover {
	background-position:0 -30px;
	}
.RadMenu_PubliSite li a.topnavitem1, 
.RadMenu_PubliSite li a.topnavitem1:link, 
.RadMenu_PubliSite li a.topnavitem1:active, 
.RadMenu_PubliSite li a.topnavitem1:visited,
.RadMenu_PubliSite li a.topnavitem1ps_topnav_selected_section {
	background-image:url(../UploadedResources/rb_nav_business.gif);
	}
	
.RadMenu_PubliSite li a.topnavitem2, 
.RadMenu_PubliSite li a.topnavitem2:link, 
.RadMenu_PubliSite li a.topnavitem2:active, 
.RadMenu_PubliSite li a.topnavitem2:visited,
.RadMenu_PubliSite li a.topnavitem2ps_topnav_selected_section {
	background-image:url(../UploadedResources/rb_nav_stories.gif);
	}
	
.RadMenu_PubliSite li a.topnavitem3, 
.RadMenu_PubliSite li a.topnavitem3:link, 
.RadMenu_PubliSite li a.topnavitem3:active, 
.RadMenu_PubliSite li a.topnavitem3:visited,
.RadMenu_PubliSite li a.topnavitem3ps_topnav_selected_section {
	background-image:url(../UploadedResources/rb_nav_report.gif);
	}
	
.RadMenu_PubliSite li a.topnavitem1ps_topnav_selected_section,
.RadMenu_PubliSite li a.topnavitem2ps_topnav_selected_section,
.RadMenu_PubliSite li a.topnavitem3ps_topnav_selected_section {
	background-position:0 -30px;
	}	
	
.RadMenu_PubliSite li li {
	padding:0 10px 0 0;
	margin:0;
	float:left;
	font-size:1.0em;
	line-height: 1.0em;
	background-color: #F7F8F9;
    width: auto !important;
    height: 20px !important;
	}	
	
.RadMenu_PubliSite li li a {
	text-indent:7px !important;
	color:#415A6C !important;
	padding:0 !important;
	margin:0 !important;
	font-weight: bold;
	background: none;
    height: 20px !important;

	}
	
.RadMenu_PubliSite li li a:hover {
	color:#E93591 !important;
}	
	
ul.subnav {
	margin:30px 0 0 0 ;
	z-index:1000;
	position:absolute;
	background:#F7F8F9;
	padding:10px;
	width:130px;
	visibility:hidden;
	}	
ul.subnav#stories {
	margin-left:160px;
	}
ul.subnav li{
	height:auto;
	float:left;
	color:#415A6C;
	font-size:0.909em;
	line-height:1em;
	margin:0;
	width:140px;
	padding:0 0px 5px 0px;
	font-weight:normal;
	}
ul.subnav ul li a, ul.subnav li a:visited, ul.subnav li a:link, ul.subnav li a:active, ul.subnav li a:hover{
	color:#415A6C;
	text-indent:0;
	background:none;
	height:auto;
	width:130px;
	}
ul.subnav li a:hover, ul.subnav li.current a{
	color:#E93591;
	text-decoration: none;
	}	

/* CONTENT */
.breadcrumb{
	height:25px;
	font-size:0.833em;
	margin:0;
	padding:8px 0 0 0;
	position:relative;
	clear: both;
	width:440px;
	}
.breadcrumb, .breadcrumb a, .breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
	color:#A0ACB5;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color:#EA3592;
	}
.scrollwindow{
	height:405px;
	overflow:auto;
	padding-right:17px;
	}	
/* FOOTER */
.footer p{
	padding:5px 0;
	color:#A0ACB5;
	font-size:0.917em;
	}
.footer p.credits{
	float:right;
	}
.footer a, .footer a:active, .footer a:link, .footer a:visited, .footer a:hover {
	text-decoration:none;
	color:#A0ACB5;
	}
.footer a:hover {
	color:#415A6C;
	}

/* TABLES */

/* FORMS */
.search label {
	color:#dc328e;
	padding-right:4px;
	font-size:0.833em;
	font-weight:bold;
	}
	
.headersearchfield{
	border:1px solid #dc328e;
	width:144px;
	height:14px;
	padding:0 6px 0px 3px;
	margin:5px 4px 0 0;
	font-size:0.833em;
	color:#5a186b;
	background:#dd9cc1;
	}
	
.searchbutton {
	background:url(../UploadedResources/rb_searchsubmit.gif) no-repeat bottom left;
	color:#ffffff;
	width:31px;
	height:19px;
	font-size:0.833em;
	border:none;
	}
	
.page_content textarea {
	padding:5px;
	width:400px;
	}
.page_content label{
    padding:0px 15px 15px 0;
	font-weight:bold;
	}
.submit:hover{
	cursor:pointer;
	}
	
/* TEMPLATES */
/*template_home*/
.template_home .search{
	display:none;
	}
.template_home .home_search{
	margin-top:-2px;
	}
.template_home .RadMenu_PubliSite {
    margin:0 0 0 -8px;
	}
.template_home .RadMenu_PubliSite li {
	width:315px;
	padding:0;
	}
.template_home ul.subnav#stories {
	margin-left:160px;
	}
.template_home #column_one, .template_home #column_two, .template_home #column_three{
	background:#ffffff;	
	width:304px;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	}
.template_home #column_two{
	padding:0 0 0 19px;
	}
.template_home #column_three{
	background:#5a186b url(../UploadedResources/rb_col3bg_home.jpg);
	height:454px;
	color:#ffffff;
	padding:0 19px;
	width:266px;
	float:right;
	}
	
.template_home #column_three a {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 7px;
}	

.template_home #column_three .RadMenu_ReportSelector a {
    margin-bottom: 0;
}

.template_home #column_three a:hover {
    text-decoration: underline;
}	
.template_home #column_three img.home_figures{
	margin:30px 0 20px 0;
	}
.template_home .rollovers{
	margin:0;
	padding:0;
	}
.template_home .rollovers li {
	float:left;
	margin:0 0 24px 0;
	list-style-type: none;
	}
.template_home .rollovers li a{
	height:56px;
	text-indent:-9999px;
	width:300px;
	background-position:top left;
	display:block;
	text-decoration: none;
	}
.template_home .rollovers li.delivers a{
	background-image:url(../UploadedResources/rb_homeroll_delivers.jpg);
	}
.template_home .rollovers li.clears a{
	background-image:url(../UploadedResources/rb_homeroll_clears.jpg);
	}
.template_home .rollovers li.saves a{
	background-image:url(../UploadedResources/rb_homeroll_saves.jpg);
	}
.template_home .rollovers li.sucks a{
	background-image:url(../UploadedResources/rb_homeroll_sucks.jpg);
	}
.template_home .rollovers li.us a{
	background-image:url(../UploadedResources/rb_homeroll_us.jpg);
	}
.template_home .rollovers li.helps a{
	background-image:url(../UploadedResources/rb_homeroll_helps.jpg);
	}
.template_home .rollovers li a:hover{
	background-position:bottom left;
	}
.template_home #column_three a, .template_home #column_three a:active, .template_home #column_three a:link, .template_home #column_three a:visited, .template_home #column_three a:hover{
	color:#ffffff;
	font-weight:bold;
	}
.template_home #column_three a.download_list, .template_home #column_three a.download_list:link, .template_home #column_three a.download_list:active, .template_home #column_three a.download_list:visited, .template_home #column_three a.download_list:hover {	
	background: url(../UploadedResources/rb_downloadlist_home.gif) no-repeat right -2px ;
	display:inline-block;
	padding:0 23px 0 0;
	text-decoration:none;
	color:#ffffff;
	}
.template_home #column_three a.download_list:hover {
	background: #ffffff url(../UploadedResources/rb_downloadlist_home.gif) no-repeat right -32px;
	color:#E93591;
	}	
	
.template_home label {
    display: none;
}	
	
.template_home .headersearchfield {
	background:#dd9cc1;
	border:1px solid #e5b4d0;
	width:144px;
	height:14px;
	padding:0 6px 0px 3px;
	margin:5px 4px 0 0;
	font-size:0.833em;
	color:#5a186b;
	}
	
.template_home .searchbutton{
	background:url(../UploadedResources/rb_searchsubmit_home.gif) no-repeat bottom left;
	}
.template_home .local_nav{
	margin:25px 0 0 0;
	padding: 0;
	font-size:1.25em;
	}
.template_home .local_nav li {
	margin: 0;
	padding: 0;
	font-weight:bold;
	list-style-type: none;
	line-height:1.0em;
	}
/*stories*/
.template_stories #column_one {
	height:419px;
	}
.template_stories .scrollwindow{
	height:380px
	}
.template_stories .local_nav {
	height:40px;
	background:#ffffff;
	width: 480px;
	}
.template_stories .local_nav li{
	float:left;
	margin:10px 0 0 0;
	text-indent:-9999px;
	list-style-type: none;	
	}
.template_stories .local_nav li a, .template_stories .local_nav li a:active, .template_stories .local_nav li a:link, .template_stories .local_nav li a:visited, .template_stories .local_nav li a:hover{
	display:block;
	height:33px;
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	}
.template_stories .local_nav li a:hover{
	background-position:top left;
	}
.template_stories .local_nav li#delivers a{
	background-image:url(../UploadedResources/rb_storynav_delivers.gif);
	width:95px;
	}
.template_stories .local_nav li#saves a{
	background-image:url(../UploadedResources/rb_storynav_saves.gif);
	width:74px;
	}
.template_stories .local_nav li#clears a{
	background-image:url(../UploadedResources/rb_storynav_clears.gif);
	width:86px;
	}
.template_stories .local_nav li#sucks a{
	background-image:url(../UploadedResources/rb_storynav_sucks.gif);
	width:78px;
	}
.template_stories .local_nav li#us a{
	background-image:url(../UploadedResources/rb_storynav_us.gif);
	width:63px;
	}
.template_stories .local_nav li#helps a{
	background-image:url(../UploadedResources/rb_storynav_helps.gif);
	width:71px;
	}
/*category overview & category pages*/
.template_category .breadcrumb {
	width:950px;
	}
.template_category .page_content, .template_catoverview .page_content {
	background:url(../UploadedResources/rb_widecontent_bg.jpg) no-repeat bottom right;
	padding-left:0px;
	}
	
.template_category .page_content {
    padding-left: 7px;
}

.template_category .local_nav, .template_catoverview .local_nav{
	position:absolute;
	top:420px;
	}
.template_category .local_nav li, .template_catoverview .local_nav li {
	display:inline;
	margin-right:16px;
	list-style-type: none;
	margin: 0;
	padding: 0 20px 0 0;
	}
	
.template_category .local_nav li a,
.template_catoverview a {
    text-decoration: none;
}	
	
.cat_overview {
    position:relative;
    float: left;
    left: 7px;
    width: 943px;
}	

.cat_overview li {
    list-style-type: none;
    margin: 0;
    padding: 0 0 2px 0;
}
	
/*SPECIFIC PAGES*/
/*1C Category overview*/
.brand_list{
	margin:0;
	padding:0;
	width:440px;
	height:220px;
	}
.brand_list li {
	margin:0;
	padding:0;
	width:201px;
	float:left;
	margin:0px 9px 7px 0;
	line-height: 1.2em;
	}
	
*html .brand_list li {
    width: 185px;
}
	
.brand_list li a {
    text-decoration: none;
}	

.brand_list ul{
	margin:0;
	padding:0;
	float:left;
	}
.brand_list li ul li {
	padding-left:0px;
	padding-left:13px;
	float:none;
	}
.brand_list h2 {
	margin:0 0 10px 0;
	padding: 4px 13px 0 13px;
	font-weight:bold;
	color:#ffffff;
	line-height: 1.0em;
	height: 20px;
	}
	
.brand_list h2.household {
	background:#5a186b url(../UploadedResources/rb_brandlist_household.jpg) repeat-y top right;
	}
.brand_list h2.health {
	background:#333391 url(../UploadedResources/rb_brandlist_health.jpg) repeat-y top right;
	}
.brand_list h2.food {
	background:#ff6428 url(../UploadedResources/rb_brandlist_food.jpg) repeat-y top right;
	margin-top:16px;
	}
	
/*1E The Board*/
.board_list {
	float:right;
	background:url(../UploadedResources/rb_board_01_bg.jpg) no-repeat top left;
	width:437px;
	height:424px;
	padding: 30px 0 0 30px;
	}
.board_list li{
	font-size:1.667em;
	font-weight:bold;
	color:#ffffff;
	height:20px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
	}
.board_list li a,
.board_list li a:link,
.board_list li a:visited,
.board_list li a:active{
	color:#ffffff;
	text-decoration: none;
	}
	
.board_list #board_bartbecht {
    background-color: #ccc;
    background:url(../UploadedResources/rb_board_bartbecht.gif) no-repeat top left;
    text-indent: -9999px;
    display: block;
    width: 85px;
    height: 15px;
}	

.board_list #board_adrianbellamy {
    background-color: #ccc;
    background:url(../UploadedResources/rb_board_adrianbellamy.gif) no-repeat top left;
    text-indent: -9999px;
    display: block;
    width: 125px;
    height: 19px;
}

.board_list #board_colinday {
    background-color: #ccc;
    background:url(../UploadedResources/rb_board_colinday.gif) no-repeat top left;
    text-indent: -9999px;
    display: block;
    width: 79px;
    height: 16px;
}

.board_list #board_peterharf {
    background-color: #ccc;
    background:url(../UploadedResources/rb_board_peterharf.gif) no-repeat top left;
    text-indent: -9999px;
    display: block;
    width: 108px;
    height: 16px;
}

.board_list #board_kennethhydon {
    background-color: #ccc;
    background:url(../UploadedResources/rb_board_kennethhydon.gif) no-repeat top left;
    text-indent: -9999px;
    display: block;
    width: 129px;
    height: 19px;
}

.board_list #board_grahammackay {
    background-color: #ccc;
    background:url(../UploadedResources/rb_board_grahammackay.gif) no-repeat top left;
    text-indent: -9999px;
    display: block;
    width: 134px;
    height: 19px;
}

.board_list #board_andrelacroix {
    background-color: #ccc;
    background:url(../UploadedResources/rb_board_andrelacroix.gif) no-repeat top left;
    text-indent: -9999px;
    display: block;
    width: 114px;
    height: 15px;
}

.board_list #board_judithsprieser {
    background-color: #ccc;
    background:url(../UploadedResources/rb_board_judithspreiser.gif) no-repeat top left;
    text-indent: -9999px;
    display: block;
    width: 124px;
    height: 19px;
}

.board_list #board_davidtyler {
    background-color: #ccc;
    background:url(../UploadedResources/rb_board_davidtyler.gif) no-repeat top left;
    text-indent: -9999px;
    display: block;
    width: 90px;
    height: 19px;
}
	
/*1F Executive Committee */
.executive_list {
	overflow:hidden;
	float:right;
	line-height:0;
	padding:0;
	margin:0;
	width:467px;
	}
.executive_list li {
	float:left;
	width:157px;
	height:153px;
	margin:0;
	display:block;
	background-position:top left;
	background-repeat:no-repeat;
	}
	
* html .executive_list li{
	 width: 156px;
}
.executive_list li a {
	width:155px;
	height:0;
	display:block;
	height:153px;
	text-indent:-9999px;
	text-decoration: none;
	}
.executive_list li#link_exec_01{
	background-image:url(../UploadedResources/rb_executives_01.jpg);
	}
.executive_list li#link_exec_02{
	background-image:url(../UploadedResources/rb_executives_02.jpg);
	}
.executive_list li#link_exec_03{
	background-image:url(../UploadedResources/rb_executives_03.jpg);
	width:151px;
	}
.executive_list li#link_exec_04{
	background-image:url(../UploadedResources/rb_executives_04.jpg);
	}
.executive_list li#link_exec_05{
	background-image:url(../UploadedResources/rb_executives_05.jpg);
	}
.executive_list li#link_exec_06{
	background-image:url(../UploadedResources/rb_executives_06.jpg);
	width:151px;
	}
.executive_list li#link_exec_07{
	background-image:url(../UploadedResources/rb_executives_07.jpg);
	}
.executive_list li#link_exec_08{
	background-image:url(../UploadedResources/rb_executives_08.jpg);
	}
.executive_list li#link_exec_09{
	background-image:url(../UploadedResources/rb_executives_09.jpg);
	width:151px;
	}
	
/*1G Shareholders' info */
table.shareholder_info{
	background:url(../UploadedResources/rb_shareholder_01_bg.jpg) top left no-repeat;
	width:467px;
	height:454px;
	padding: 30px 30px 85px 30px;
	}
table.shareholder_info, table.shareholder_info td, table.shareholder_info th {
	color:#ffffff;
	}
table.shareholder_info th {
	font-size:1.667em;
	padding-bottom:35px;
	}
	
/*sIFR*/
.template_category h1 {
	font-family:Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.334em;
	margin-bottom:10px;
	text-transform: uppercase;
	}
.flashtext_h2_white, .template_home #column_three h2{
	color:#ffffff;
	font-size:1.334em;
	font-weight:bold;
	line-height: 1.0em;
	font-family:Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
	}
.flashtext_h2_pink, .template_category h2{
	color:#E93591;
	font-size:1.334em;
	font-weight:bold;
	font-family:Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin:20px 0 -4px 0;
	}
	
.flashtext_intro, .flashtext_intro_bold{
	font-size:1.334em;
	line-height:1.5em;
	display:inline;
	width:450px;
	font-family:Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	}
.scrollwindow .flashtext_intro, .scrollwindow .flashtext_intro_bold{
	width:auto;
	}
.flashtext_intro_bold {
	font-weight:bold;
	margin-bottom:-10px;
	display:block;
	}
.flashtext_intro  {
	display:block;
	margin-top:3px;
	width: 415px;
	}

.flashtext_frenchs {
    display: block;
	text-indent:-9999px !important;
}

.flashtext_frenchs a {
    display:block;
    width: 408px;
    height: 90px;
	background:url(../UploadedResources/rb_frenchs_intro.gif) no-repeat top left;
}

.flashtext_frenchs a:hover {
	background:url(../UploadedResources/rb_frenchs_intro.gif) no-repeat bottom left;
}

.board_list li{
	font-family:Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}
.shareholder_info th{
	font-family:Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.667em;
	}
.shareholder_info td{
	font-family:Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}
	
/*splash page*/
#template_splash #content{
	margin:20px 0;
	width:950px;
	height:580px;
	background:url(../UploadedResources/rb_splashbg.jpg) no-repeat top left;
	}
#template_splash #content embed{
	float:right;
	}	
	
#dowload_list_panel {
    position:absolute;
    background-color: #FFF;
    color: #000;
    width: 204px;
    margin-top: -180px;
    z-index: 100;
}	

.RadMenu_ReportSelector
{
    padding: 0;
    margin: -2px 0 0 0; 
} 

.RadMenu_ReportSelector ul,
.RadMenu_ReportSelector ul li {
    margin: 0;
    padding: 0;
}

.RadMenu_ReportSelector li a {
    padding: 0 15px 0 0px;
    margin: 0;
    cursor: pointer !important;
}

.RadMenu_ReportSelector li a, 
.RadMenu_ReportSelector li a:link, 
.RadMenu_ReportSelector li a:active, 
.RadMenu_ReportSelector li a:visited, 
.RadMenu_ReportSelector li a:hover {	
	background: url(../UploadedResources/rb_downloadlist_home.gif) no-repeat right -2px ;
	display:inline-block;
	padding:0 23px 0 0;
	text-decoration:none;
	color:#ffffff;
	}

.RadMenu_ReportSelector li a:hover {
	background: #ffffff url(../UploadedResources/rb_downloadlist_home.gif) no-repeat right -32px;
	color:#E93591 !important;
	text-decoration: none;
	}	

.RadMenu_ReportSelector li ul {
    font-weight:normal;
    background: none;
    background-color: #FFF;
    padding: 10px 0 10px 0 !important;
}

.RadMenu_ReportSelector li li {
    margin: 0;
    padding:0;
}

.RadMenu_ReportSelector li li a {
    color: #415A6C !important;
    padding: 0 5px 0 5px !important; 
    margin: 0;   
    background: none !important;
    text-decoration: none;
}

.RadMenu_ReportSelector li li a:hover {
    color: #E93591 !important;
    padding: 0 5px 0 5px;
    background: none;  
}

.pics {  
    height:  454px;  
    width:   467px;  
    padding: 0;  
    margin:  0;
    overflow: hidden;
} 
 
.pics img {  
    width:  467px; 
    height: 454px; 
    top:  0; 
    left: 0 
} 

.scroll_content {
    position:relative; 
    float: left; 
    width: 405px;
}

#column_one .scroll-to {
    text-decoration: none !important;
    color: #EA3592 !important;
}

.searchresultdescription,
.searchresultdate {
    display: none;
}