@charset "utf-8";
/* CSS Document */


html, body {
	height: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.325em;
	background: #CCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #007188;
}
h1 {
	font: 100% Georgia, serif;
	font-size: 2em;
	line-height: 1em;
	padding: 0;
	/*text-transform: lowercase;*/
}
h2 {
	font: 100% Georgia, serif;
	font-size: 1.4em;
	/*background-color:#e7e5d3;*/
	border-bottom: 1px dotted;
	line-height: 1.0em;
	padding: 0.2em 0.1em;
	/*text-transform: lowercase;*/
}
h3 {
	font: 100% Georgia, serif;
	font-size: 1.2em;
	line-height: 0.5em;
	padding: 0;
	/*text-transform: lowercase;*/
}
ul {
	margin-left: -20px;
}
li {
	list-style: square;
	margin-left: 0px;
}
a img {
	border: 0;
}

.pic {
	margin: 0 0 10px 0px;	
}

.error {
	color: #FFF;
	background-color: #FBA8BE;
}

/*use clear style after each floated div*/
.clear {
	clear: both;
}

p.standfirst {
	/*margin-left: 1em; */
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #e7e5d3; 
	/*border-left: 3px dashed #bed5db; */
}

/*container, column and layout styles follow: */
html #container {
	/*height: 100%; */
} 
div#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
	text-align: left;
	font-size:0.775em;
	min-height: 100%; 
	background-color: white;
}
div#content {
	width: 100%;
	background-color:#FFF;
	overflow: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*current settings: column1 - left column (float), column 2 - middle column (left margin set to the width of the first column allowing for padding, column 3 - right column (float)*/
div#column1 {
	float: left;
/*	height: 100%;*/
	overflow: auto;
	width: 301px;
	padding: 0 15px;
	border-right: 1px solid #82b0c5;
}
div#column2 {
	width: 301px;
/*	height: 100%;*/
/*	overflow: visible; */
	margin: 0 333px;
	padding: 0 15px;
	background-color:#fff;
}
div#column3 {
	float: right;
/*	height: 100%;*/
	width: 301px;
/*	overflow: visible; */
	margin:0;
	padding: 0 15px;
	background-color:#fff;
	border-left: 1px solid #82b0c5;
}
div#branding {
	background-color:#FFF;
/*	background-image:url(../pix/mainstrap.gif);
	background-repeat: no-repeat;
	background-position: 99% 80%; */
	width: 50%;
	padding-top: 20px;
/*	padding-bottom: 20px;*/
}
div#branding img {
	position: relative;
	left: 10px;
}
div#premiumtab p {
	padding: 0 5px 10px 5px;
	color: #FFF;
}

div#strapline {
	float: right;
	font: 100% Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	margin: -20px 10px 20px;
}
div#subheader {
	/* height: 6em; */
	background-color: #82b0c5;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #82b0c5;/*bugfix here: blue top border to stop gap between branding div and subheader div*/
	position: relative;
}
div#subheader h1 {
	color: #FFF;
	line-height: 0;
	position: relative; 
	/* top: 0.5em; */
}
div#subheader_ev {
	/* height: 6em; */
	background-color: #C69;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #C69;/*bugfix here: blue top border to stop gap between branding div and subheader div*/
	position: relative;
}
div#subheader_ev h1 {
	color: #FFF;
	line-height: 0;
	position: relative; 
	/* top: 0.5em; */
}
div#footer {
	width: 100%;
	font-size: 0.7em;
	background-color: #CCC;
	text-align:center;
	padding: 10px 0 20px 0;
}

div#footer a {
	font-weight: normal;
	color: #007188;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}
/*
Below is a test for stretching images across multiple columns. In html set the imag tag classed as 'big' within a div tag with id of tester:

div#tester {float: right; margin-bottom: 10px;}
img.big {position:relative; left: 1px;}*/

/*menu styles follow*/

#menucontainer {
	background-color: #660000;
	height: 2.2em;
}
/*mainmenu1 styles the top menu, left hand items*/
#mainmenu1 {
	float: left;
	color: #FFF;
	padding: 0.2em;
	background-color: #660000;
	border: 0;
	margin: 0;
	/*border-top: 10px solid #99cc00;*/
	/*text-transform:lowercase;*/
}
#mainmenu1 ul {
	margin: 0;
	padding: 0;
	display: inline;
	border: none;
}
#mainmenu1 ul li {
	margin-left: 0;
	padding: 0 10px;
	border-right: 1px dotted white;
	list-style: none;
	display: inline;
}
#mainmenu1 ul li.last {
	border: 0;
}
#mainmenu1 li a {
	text-decoration:none;
	color: #FFF;
}
#mainmenu1 li a:hover {
	color: #fff;
	text-decoration: underline;
}
/*mainmenu2 is for menu items on right side of main menu*/
#mainmenu2 {
	color: #FFF;
	padding: 0.2em;
	background-color: #660000;
	border: 0;
	margin: 0;
	/*border-top: 10px solid #99cc00;*/
	text-transform:lowercase;
}
#mainmenu2 ul {
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	border: none;
}
#mainmenu2 ul li {
	margin-left: 0;
	padding: 0 10px;
	border-right: 1px dotted white;
	list-style: none;
	display: inline;
}
#mainmenu2 ul li.last {
	border: 0;
}
#mainmenu2 li a {
	text-decoration:none;
	color: #FFF;
}
#mainmenu2 li a:hover {
	color: #fff;
	text-decoration: underline;
}

/*.toptab ul {
	margin:0;
	padding: 0px 20px 0;
	list-style:none;
}
.toptab li {
	float:right;
	background:url("../pix/left_uni.gif") no-repeat left top;
	background-color: #99cc00;
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
}
.toptab a {
	float:left;
	display:block;
	background:url("../pix/right_uni.gif") no-repeat right top;
	background-color: #99cc00;
	padding:5px 10px 5px 0px;
	text-decoration:none;
	font-weight:normal;
	color:#FFF;
}*/
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
/*.toptab a {
	float:none;
}*/
/* End IE5-Mac hack */
/*.toptab a:hover {
	color:#FFF;
		text-decoration: underline;
}*/
/*bread styles the optional 'breadcrumb trail' underneath the title*/

#bread {
	/*position: relative;*/
	color: #fff;
	padding: 0 0 16px 0;
	/*text-transform:lowercase;*/
	margin-left: -10px;/*pixel needs to match the width of padding in li element below, but in minus figures. This is to align title and breadcrumb trail*/
	margin-bottom: -20px;
}
#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
#bread ul li {
	margin-left: 0;
	padding: 0 10px;
	border-right: 1px dotted white;
	list-style: none;
	display: inline;
	list-style:none;
}
#bread ul li.last {
	border: 0;
}
#bread li a {
	text-decoration:none;
	color: #FFF;
}
#bread li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ====== added by JB 24/11/09 ====== */

/* secondary nav */

#pointer-reports { position: absolute; top: 0px; left: 115px; margin-top: -5px; }
#pointer-vendor { position: absolute; top: 0px; left: 222px; margin-top: -5px; }

#secondary { position: relative; background: #577482; width: 996px; display: block; float: left; margin: -12px 0 0 0; padding: 7px 0 8px 4px; }
#secondary li { display: block; float: left; padding: 0 10px; border-right: 1px dotted white; line-height: 110%; list-style: none; }
#secondary li.last { border: 0; }
#secondary li a { text-decoration: none; color: #fff; }
#secondary li a:hover { color: #fff; text-decoration: underline; }
#secondary strong { color: #fff; }

/*styles for articles and widgets follow */

/*infobox styles standard text articles*/
.infobox {
	background-color: #FFF;
	border-top: 2px dotted;
	margin: 0 0 10px 0;
/*	padding: 10px 0; */
}

.infobox a{
	font-weight: bold;
	color: #007188;
	text-decoration: none;
}

.infobox a:hover{
	text-decoration: underline;
}

/*profilebox styles biographies and similar list info*/
.profilebox {
	background-color: #FFF;
	border-top: 2px dotted;
	margin: 10px 0;
	padding: 10px 0;
}
.profile ul {
	border: 0;
	margin: 0;
	padding: 0;
}
.profile li {
	display: inline;
	list-style: none;
}
.profile p {
	margin-bottom: 15px;
}
.profile h2 {
	margin-top: 0;
	background-color:#e7e5d3;
	padding: 10px 2px;
}
.profile div {
	margin-top: 0;
	background-color:#ffffff;
}
.profile div img {
	float: right;
	padding: 0.5em;
	padding-right: 0px;
}
.widgetcontent {
	padding: 20px;
	background-color: #82b0c5;
	color: #FFF;
}

#expanding_list a{
	font-weight: bold;
	color: #007188;
	text-decoration: none;
}

#expanding_list a:hover{
	text-decoration: underline;
}

/*below is css for standout highlight boxes*/
		
.casbox {
	/*float:left;*/
	width:100%;
	background-color: white;
	font-size:100%;
	line-height:normal;
}

.casbox h2 {
	background:url("../pix/green_left.gif") no-repeat left top;
	/*border: none;*/
	color: white;
	background-color: #99cc00;
	margin: 10px 0 0 0;
	padding:10px 10px 10px 10px;
}

.casbox p,
.casbox .link-list {
	background:url("../pix/green_right.gif") no-repeat right bottom;
	margin: 0 0 20px 0;
	color: white;
	background-color: #99cc00;
	padding:10px 10px 20px 10px;
}

.casbox a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.casbox li { list-style: none; display: block; padding-bottom: 3px; }


.promobox {
	/*float:left;*/
	width:100%;
	background-color: white;
	font-size:100%;
	line-height:normal;
}

.promobox h2 {
	background:url("../pix/blue_left.gif") no-repeat left top;
	/*border: none;*/
	color: white;
	background-color: #82b0c5;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 10px;
}

.promobox p,
.promobox .link-list  {
	background:url("../pix/blue_right.gif") no-repeat right bottom;
	margin: 0 0 20px 0;
	color: white;
	background-color: #82b0c5;
	padding: 10px 10px 20px 10px;
}

.promobox li { list-style: none; display: block; padding-bottom: 3px; }

.promobox a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.cwdintrobox {
	padding-bottom: 10px;
	width:100%;
	background-color: white;
	font-size:100%;
	line-height:normal;
	margin-top: -17px;
	/*padding-top: 17px;*/
	position: relative;
}

.cwdintroboxtop {
		background:url("../pix/introbox_top.gif"); background-repeat: no-repeat; height: 41px; background-position:center;

}

.cwdintroboxmiddle {
		background:url("../pix/introbox_slice.gif"); background-repeat:repeat-y; background-position: center;
		padding: 10px;
		min-height: 74px; /*74px makes box no shallower than 146px, the height of adjacent photos*/

}


.cwdintroboxbottom {
		background:url("../pix/introbox_bottom.gif"); background-repeat: no-repeat; height: 11px; background-position:center;

	
}

.cwdintrobox h1 {
	padding: 10px 10px 10px 10px;

}


.cwdintrobox a {
	font-weight: bold;
		color: #007188;
	text-decoration: none;
}

.cwdintrobox a:hover {

	text-decoration: underline;
}
/* Styling for brochures */
.brochure_left {
	float: left;
	width: 95px;
	border: 1px solid #82b0c5;
	background-color: #82b0c5;
	color: white;
}
.brochure_right {
	margin-left: 110px;
	border: 1px solid #82b0c5;
	width: 95px;
	background-color: #82b0c5;
	color: white;
}
/* styling for feeds */
.feed_left {
	float: left;
	width: 300px;
	color: white;
}
.feed_left h2 {
	background:url("../pix/blue_left.gif") no-repeat left top;
	/*border: none;*/
	color: white;
	background-color: #82b0c5;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 10px;
}
.feed_left p {
	background:url("../pix/blue_right.gif") no-repeat right bottom;
	margin: 0;
	color: white;
	background-color: #82b0c5;
	padding: 10px 10px 10px 10px;
}
.feed_left a {
	color: white;
}

.feed_right {
	/*margin-left: 350px;*/
	float: right;
	width: 300px;
	color: white;
}
.feed_right h2 {
	background:url("../pix/blue_left.gif") no-repeat left top;
	/*border: none;*/
	color: white;
	background-color: #82b0c5;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 10px;
}
.feed_right p {
	background:url("../pix/blue_right.gif") no-repeat right bottom;
	margin: 0;
	color: white;
	background-color: #82b0c5;
	padding: 10px 10px 10px 10px;
}
.feed_right a {
	color: white;
}

/* Styling for report results in library pages */
.report_highlight {
	float: left;
	background-color: #F1F3F3;	
	padding: 5px;
	padding-bottom: 15px;
}
.report_nohighlight {
	float: left;
	background-color: #FFF;	
	padding: 5px;
	padding-bottom: 15px;
}
.report_list_small {
	background-color: #FFF;	
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 5px;
}
.report_preamble {
	float: right;
	width: 350px;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.3em;
}
.report_title {
	/* background-color: #007188; */
	padding-left: 5px;
	padding-right: 5px;
	background-color: #82b0c5;
	color: white;
}

.report_title a {
	/* float: left; */
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.report_title a:hover {
	text-decoration: underline;
}

.report_prem_icon {
	margin-left: -5px;
	margin-top: -5px;
	float: left;
	background-color: white;
	padding: 6px;
}

.report_prem_icon_small {
/*	margin-left: -5px;*/
/*	margin-top: -5px; */
	float: right;
	background-color: white;
	padding: 6px;
}
.report_date {
	float: right;	
	font-size: 0.9em;
	font-weight: normal;
}

.report_intro {
	/*float: left;*/
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 7px;
}
.report_tag {
	float: left; 
	font-size: 0.9em;
	line-height: 1.2em;
}

.report_meta_container {
	width: 100%;
	float: none;
	padding-bottom: 20px;
}
.report_meta {
	width: 60%;
	float: left;
}
.report_action {
	float: right;
	width: 40%;
}
.report_action h2 {
	background:url("../pix/blue_left.gif") no-repeat left top;
	/*border: none;*/
	color: white;
	background-color: #82b0c5;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 10px;
}
.report_action p {
	background:url("../pix/blue_right.gif") no-repeat right bottom;
	margin: 0;
	color: white;
	background-color: #82b0c5;
	padding: 10px 10px 10px 10px;
}
.report_action_prem {
	float: right;
	width: 40%;
}
.report_action_prem h2 {
	background:url("../pix/green_left.gif") no-repeat left top;
	/*border: none;*/
	color: white;
	background-color: #99cc00;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 10px;
}
.report_action_prem p {
	background:url("../pix/green_right.gif") no-repeat right bottom;
	margin: 0;
	color: white;
	background-color: #99cc00;
	padding: 10px 10px 10px 10px;
}
.report_synopsis {
	clear: both;
	margin-top: 20px;
}

#expanding_list {
	float:left;
	width: 100%;
}
/* Styling for press cuttings */
.press_highlight {
	background-color: #F1F3F3;	
	padding: 5px;
	padding-bottom: 15px;
}
.press_nohighlight {
	background-color: #FFF;	
	padding: 5px;
	padding-bottom: 15px;
}

/*toolbox styles tool "boxes" - eg search box */
.toolbox {
	background-color: #DEEBEF;
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}
/*widget tabs styling follows:*/
		
.tabs {
	float:left;
	width:100%;
	/*  background:#DAE0D2 url("pix/bg.gif") repeat-x bottom;*/
background-color: white;
	font-size:100%;
	line-height:normal;
	text-transform:lowercase;
}
.tabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
.tabs li {
	float:left;
	background:url("../pix/left_uni.gif") no-repeat left top;
	background-color: #660000;
	margin:0;
	list-style:none;
	padding:0 0 0 10px;
}
.tabs a {
	float:left;
	display:block;
	background:url("../pix/right_uni.gif") no-repeat right top;
	background-color: #660000;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:normal;
	color:#e7e5d3;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.tabs a {
	float:none;
}
/* End IE5-Mac hack */
.tabs a:hover {
	color:#FFF;
	text-decoration: underline;
}
.tabs .current {
	background-image:url("../pix/left_uni.gif");
	background-color: #82b0c5;
	color:#FFF;
}
.tabs .current a {
	background-image:url("../pix/right_uni.gif");
	background-color: #82b0c5;
	color:#FFF;
}

.login {
	width: 200px; 
	background-color: #82b0c5;
	color: white;
	padding: 10px; 
	border: 5px solid white;
	font-size: 0.9em;
	line-height: normal;
}

.login a{
	font-weight: bold;
	color: #007188;
	text-decoration: none;
}

.login a:hover{
	text-decoration: underline;
}

.login_text {
	float: left;
	margin-bottom: 4px;
}
.login_right {
	float: right;
	margin-bottom: 4px;
}

.errormsg {
	color: yellow;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 0.9em;
}

/* ====== added by JB 18/11/09 ====== */

#image-header-right { width: 300px; float: right; margin: 18px 0 18px 0; }
#para-header-left { width: 300px; float: left; }
.inner-column-left { width: 303px; float: left; }
.inner-column-right { width: 303px; float: right; }