/***************************************************** Import menu stylesheet *********************************************************************************/
@import url(menu.css );
@import url(shared.css );
@import url(form.css );
@import url(inktomi.css );
@import url(site_clientonly.css);
/**************************************************************************************************************************************************************/

/* Search and replace the following colors */

/* #111111 - used for BODY, P, TD, LI, FOOTER TEXT, FOOTER:LINK, FOOTER:VISITED, PPV-FOOTER:LINK, PPV-FOOTER:ACTIVE, PPV-FOOTER:VISITED */

/* #0D219B - used for TITLE, H1-H6, HEADING1-HEADING6, TABLE SUB HEADINGS, HR, LINKS:LINK */
/* #551A8B - used for LINKS:VISITED */
/* #0D219B - used for LINKS:HOVER, LINKS:ACTIVE, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* #969696 - used for (ppv/search)COLUMNTWO(dividing line bgcolor), TABLE LINES */
/* #FFF - used for (ppv/search)COLUMNONE(bgcolor), (ppv/search)COLUMNTHREE(bgcolor), bgColorContent - NOTE; Please ensure that bgLeft, bgRight and bgBottom images are edited to match the color chosen for this class!! */

/* #0D219B - used for (ppv/search)COL-1-MAINTITLE BGCOLOR, (ppv/search)COL-3-MAINTITLE BGCOLOR, (ppv/search)COL-1-SUBTITLE BGCOLOR, (ppv/search)COL-3-SUBTITLE BGCOLOR, BUTTON(all colors) */
/* #FFF - used for (ppv/search)COL-1-MAINTITLE FONT, BGTOP, (ppv/search)COL-3-MAINTITLE FONT, (ppv/search)COL-1-SUBTITLE FONT, (ppv/search)COL-3-SUBTITLE FONT, BUTTON FONT */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #111111;
	margin:0 50px 20px 50px;
	background:url(../../images/left_bg.gif) repeat-y 50px;
}

b {
	font-weight: bold;
}
	
h1, .heading1, .maintitle-help, .maintitle-reference, .maintitle-home, .maintitle-admin, .maintitle-career, .maintitle-interact, .maintitle-news {
	font-family: Georgia, Serif;
	font-size: 140%;
	font-weight:normal;
	color: #0D219B;
}

h2,	.heading2 {
	font-family: Georgia, Serif;
	font-size: 140%;
	font-weight:normal;
	color: #0D219B;
}

h3, .heading3 {
	font-family: Georgia, Serif;
	font-size: 120%;
	font-weight:normal;
	color: #0D219B;
}

h6, .heading6 {
	font-family: Georgia, Serif;
	font-size: 110%;
	font-weight:normal;
	color: #0D219B;
}

hr	{
	color: #0D219B;
	height: 1px;
}/* Height does not work in NS4, as SIZE is used as property in tag (same in IE but appears to work)/

/*list items*/
li {
	color: #111111;
}

li.err-msg {
	font-weight: bold;
	color: RED;
}/*used for form errors on Registration pages etc.*/

ul {
	list-style-type: circle;
}
/*list-style-image: url(/images/stylesheets/list_icon.gif);*/
/*list image can be changed in the images folder or can be removed and list style type can 
be used (square, circle, disc). List image does not work in NS4 but list-style-type does so
leave in when using list-style-image.*/

/*links*/
a:active {
	color: #0D219B;
	text-decoration:underline;
}
a:link {
	color: #0D219B;
	text-decoration:none;
}
a:visited {
	color: #551A8B;
	text-decoration:none;
}
a:hover {
	color: #0D219B;
	text-decoration:underline;
}

/*visitor register now links*/
a.register:active {
	color: #0D219B;
	text-decoration: underline;
}
a.register:link {
	color: #0D219B;
	text-decoration: underline;
}
a.register:visited {
	color: #551A8B;
	text-decoration: underline;
}
a.register:hover {
	color: #0D219B;
	text-decoration: none;
}

.registertext {
	color: #111111;
}

/*footer links*/
.footertext {
	font-size: 11px;
}
a.footer:active {
	font-size: 11px;
	color: #0D219B;
	text-decoration: underline;
}
a.footer:link {
	font-size: 11px;
	color: #0D219B;
	text-decoration: underline;
}
a.footer:visited {
	font-size: 11px;
	color: #551A8B;
	text-decoration: underline;
}
a.footer:hover {
	font-size: 11px;
	color: #0D219B;
	text-decoration: none;
}

/*navigation links which are not footer links*/
a.subnav:active {
	font-size:90%;
	color: #0D219B;
	text-decoration: none;
}
a.subnav:link {
	font-size:90%;
	color: #0D219B;
	text-decoration: none;
}
a.subnav:visited  {
	font-size:90%;
	color: #551A8B;
	text-decoration: none;
}
a.subnav:hover {
	font-size:90%;
	color: #969696;
	text-decoration: none;
}
/*navigation links which are not footer end*/

/*start navlink used for PPV*/
a.navlink:active { 
	color: #0D219B;
	text-decoration: underline;
}

a.navlink:link { 
	color: #0D219B;
	text-decoration: underline;
}

a.navlink:visited  {
	color: #551A8B;
	text-decoration: underline;
}

a.navlink:hover { 
	color: #0D219B;
	text-decoration: none;
}

.navlink {
	color: #000000; /* Set font colour */
	background-color: #ffffff; /* Set BG Colour Of Nav Bar */
}

a.ppv-footerlink:active {
	font-size: 11px; 
	color: #0D219B;
	text-decoration: underline;
}

a.ppv-footerlink:link {
	font-size: 11px; 
	color: #0D219B;
	text-decoration: underline;
}

a.ppv-footerlink:visited  {
	font-size: 11px;
	color: #551A8B;
	text-decoration: underline;
}

a.ppv-footerlink:hover {
	font-size: 11px;
	color: #0D219B;
	text-decoration: none;
}

.ppv-footer {
	font-size: 11px;
	color: #111111;
}/* Add a background color in this class to change ppv footer color */

/*start column classes - used in PPV & Search*/
.columnone {
	background-color: #FFF;
}

.columntwo { 
	background-color: #969696;
}

.columnthree {
	background-color: #FFF;
}

.col-1-maintitle {
	font-family: Georgia, Serif;
	font-size: 140%;
	font-weight:normal;
	color:#0D219B;
}

.col-1-subtitle {
	font-family: Georgia, Serif;
	font-size: 130%;
	font-weight: bold;
	color:#0D219B;
}

.col-3-maintitle {
	font-family: Georgia, Serif;
	font-size: 120%;
	font-weight: bold;
	color:#0D219B;
}

.col-3-subtitle	{
	font-family: Georgia, Serif;
	font-size: 110%;
	font-weight: bold;
	color:#0D219B;
}

/*end column classes - used in PPV & Search*/

/*smalllinks - used in PPV*/
a.smalllink:active  {
	font-size: 10px;
	font-weight: bold;
	color: #0D219B;
	text-decoration: underline;
}

a.smalllink:link  {
	font-size: 10px;
	font-weight: bold;
	color: #0D219B;
	text-decoration: underline;
}
	
a.smalllink:visited  {
	font-size: 10px;
	font-weight: bold;
	color: #551A8B;
	text-decoration: underline;
}

a.smalllink:hover  {
	font-size: 10px;
	font-weight: bold;
	color: #0D219B;
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
	color: #111111;
}

.smalltextbold {
	font-size: 10px;
	font-weight: bold;
	color: #111111;
}
/* Inktomi Styles End */

/*format tables*/
.tablelines {
	background-color: #0D219B;
}/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-family: Georgia, Serif;
	font-size: 120%;
	font-weight: normal;
	color:#FFF;
	text-align:left;
	background:#0D219B;
}/*alter background color and font color. 
Not on all tables, only present if table has an extra heading*/

.tablehead {
	font-weight: bold;
	color: #111111;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/

.tablebody {
	font-size:90%;
	color: #111111;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains main body of the table.*/

.tabletotal {
	font-weight: bold;
	color: #111111;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains total, or highlighted areas.*/

/* styles to make round cornered boxes, can also be square depending on images used*/
.tableSubHeading {
	font-weight: bold;
	color: #0D219B;
}

.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-family: Georgia, Serif;
	font-size: 120%;
	font-weight:bold;
	color:#0D219B;
	text-align:left;
}

.bgColorContent {
	font-size:95%;
	background-color: #FFF;
}

.cornerTopLeft {
	background-image: url(/images/stylesheets/corner_top_lft.gif);
}

.cornerTopRight {
	background-image: url(/images/stylesheets/corner_top_rgt.gif);
}

.cornerBottomLeft {
	background-image: url(/images/stylesheets/corner_bottom_lft.gif);
}

.cornerBottomRight {
	background-image: url(/images/stylesheets/corner_bottom_rgt.gif);
}

.bgLeft {
	background-image: url(/images/stylesheets/bg_lft.gif);
}

.bgRight {
	background-image: url(/images/stylesheets/bg_rgt.gif);
}

.bgBottom {
	background-image: url(/images/stylesheets/bg_bottom.gif);
}
/* styles to make round cordered boxes end*/

/* styles to make borders/dotted lines start*/ 
.borderhorizontal {
	background-image: url(/images/stylesheets/borderhorizontal.gif);
}

.bordervertical {
	background-image: url(/images/stylesheets/bordervertical.gif);
}
/* styles to make borders/dotted lines end*/

.redtext {
	color: RED;
}

/*vvvv PLEASE ADD ANY SITE SPECIFIC STYLES BELOW vvvv*/


/*START TEMP STYLES*/

.col-4-maintitle	{
	background-color: #969696;
}

.col-5-subtitle	{
	font-family: Georgia, Serif;
	font-size: 120%;
	font-weight:normal;
	color: #0D219B;
	text-indent: 6px;
}

.col-5-maintitle {
	font-family: Georgia, Serif;
	font-size: 120%;
	font-weight:normal;
	color: #0D219B;
	text-indent: 6px;
}

.col-5-contentspacer {
	background-color: #FFF;
}

.col-5-contenttable {
	padding : 6px
}

.columnfour { 
background-color: #969696;
width: 1px; 
}

.columnfive {
	background-color: #FFF;
}

#PPVhelp {
	background: #fff;
}

#PPVhelp p, h2 {
    color: #000;  
}

#PPVhelp a:active {
	font-size: 1em;
	color: #000;  
	text-decoration: underline;
}

#PPVhelp a:link {
	font-size: 1em;
	color: #000;   
	text-decoration: underline;
}
#PPVhelp a:visited {
	font-size: 1em;
	color: #000;  
	text-decoration: underline;
}
#PPVhelp a:hover {
	font-size: 1em;
	color: #ff0000;
	text-decoration: none;
}

/**************************************************************************************************************************************************************/
/*Layout Styles*/
/**************************************************************************************************************************************************************/
#container {
	margin:0;
	padding:0;
	text-align:left;
}

#header {
	position:relative;
	height:98px;
	background:url(../../images/london_skyline.jpg) no-repeat top left;
	text-align:right;
	border-bottom:#FFF 1px solid;
}

#logo {
	margin:12px 0 0 0;
}

#register {
	font-size:90%;
	height:20px;
	color:#FFF;
	background:#0D219B url(../../images/your_success.gif) no-repeat left;
	text-align:right;
	padding:2px 10px 0 0;
	border-bottom:#FFF 1px solid;
}

#register a {
	color:#FFF;
	text-decoration:none;
}

#register a:hover {
	text-decoration:underline;
}

#searchbox {
	display:none;
}

#content {
	position:relative;
	margin:0 0 0 185px;
	padding:0;
	text-align:justify;
	width:auto !important;
	width /**/: 100%;
}

#welcome {
	margin:0 190px 200px 0;
}

#content table {
	margin:19px 0 0 0;
}

#content table table {
	margin:0;
}

#secureDocs {
	float:right;
	width:165px;
	padding:0;
}

#secureDocs h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#FFF;
	background:#969696;
	padding:6px;
	margin:0;
}

#businessNews {
	float:right;
	width:165px;
	clear:right;
	margin:20px 0 0 0;
	padding:0;
	background:#E3E3E3;
	text-align:left;
}

#businessNews h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#FFF;
	background:#969696;
	padding:6px;
	margin:0;
}

#businessNews table {
	margin:6px 6px -15px 6px;
	font-size:90%;
}

#businessNews th {
	display:none;
}

#mainFirmNews th {
	display:none;
}

#businessNews a {
	text-decoration:none;
}

#businessNews a:hover {
	text-decoration:underline;
}

#qbeTable th {
display:none;
}

#content #businessNews td.newsDate {
	width:auto;
	padding:0;
}

#businessNews .newsTitle {
	padding:0 0 10px 2px;
}

#boxout {
	position:absolute;
	top:500px;
	left:60px;
	width:135px;
	height:70px;
	padding:5px;
	font-size:80%;
	text-align:center;
	color:#FFF;
}


#boxout a {
	color:#FFF;
	text-decoration:none;
}

#boxout a:hover {
	text-decoration:underline;
}

.icaew {
	padding:0 0 0 10px;
}

#footer {
	position:relative;
	width:auto !important;
	width /**/: 100%;
	font-size:90%;
	margin:30px 0 20px 185px;
	padding:10px 0 0 0;
	border-top:#0D219B 1px solid;
}

fieldset {
	border:none;
}

legend {
	color:#FFF;
}

.highlight {
	background:#FFF799;
}

#ourservices_nav {
	margin:20px 0 0 0;
}

#ourservices_nav h3 {
	font-weight:bold;
}

#ourservices_nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#ourservices_nav a:hover {
	color: #0D219B;
	text-decoration:underline;
}

#BBCNews {
	text-align:left;
}

#content td.newsDate {
	width:50px;
	padding:0;
}

.newsTitle {
	padding:0 0 25px 0;
}
