
/****************** Import menu stylesheet **********************/

@import url(layout.css);
@import url(menu.css );
@import url(shared.css );
@import url(form.css );
@import url(common.css);
@import url(inktomi.css );
@import url(ppv.css); /*amend if site with coloured background */

/****************** End Import Menu Stylesheet *****************/

/* Search and replace the following colors ON ALL OF THE ABOVE CSS */

/* BLACK - used for BODY, P, TD, LI, FOOTER TEXT, FORMS */
/* PURPLE - used for TITLE, H1-H6, TABLE SUB HEADINGS, HR */

/* #00529B - LINK:ACTIVE, FOOTER:LINK, PPV-FOOTER:LINK:ACTIVE */
/* GREEN - used for LINKS:VISITED, FOOTER:VISITED, PPV-FOOTER:VISITED */
/* #B40011 - used for LINKS:HOVER, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* SILVER - used for (ppv/search)COLUMNONE(bgcolor), TABLELINES, (ppv/search)COLUMNTHREE(bgcolor), bgColorContent - NOTE; Please ensure that bgLeft, bgRight and bgBottom images are edited to match the color chosen for this class!! */

/* ORANGE - 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) */
/* YELLOW - 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:.75em;
	color:BLACK;
	line-height:1.5em;
	margin:0;
	padding:0;
	background: #E0EAF3 url(../../images/header_new.jpg) no-repeat top center;
}

h1, h2, h3, h6 {
	font-weight: bold;
	color: #000000;
	margin: 0em 0 0.5em 0;
	padding: 0;
}

h1 { font-size: 1.45em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1.1em; }
h6 { font-size: 1em; }

hr	{
	color: #000000;
	height: 1px;
	clear:both;
}


/********** LIST ITEMS *************/

ul {
	list-style: disc;
   /*list-style-image: url(/images/stylesheets/list_icon.gif);*/
}

li { 
	color: BLACK; 
}

li.err-msg {
	font-weight: bold;
	color: RED;
}

.redtext { 
	color: #F42A41; 
}


/************* LINKS **************/

a img { 
	border: none; 
}

a {
	color: #00529B;
	text-decoration: underline;
	font-weight:bold;
}

a:visited {
	color: #00529B;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color: #B40011;
	text-decoration: none;
}

/*navigation links which are not footer links*/

a.subnav {
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}

/*smallinks - used in PPV*/

a.smalllink  {
	font-size: .95em;
	font-weight: bold;
}

.smalltext {
	font-size: .95em;
	color: BLACK;
}

.smalltextbold {
	font-size: .95em;
	font-weight: bold;
	color: BLACK;
}

/* Footer Links */

#footer a {	
	font-size: .95em; 
}


/***** INDEX PAGE STYLES ******/

#welcome {
}

#promo {
}

#firmNews {
}

#firmNews th { 
	display:none; 
}

#businessNews {
}

#businessNews th { 
	display:none; 
}

#blueBox {
	width:559px;
	background: #C9DBEA url(../../images/blue-box-tr-corner.gif) no-repeat top right;
	margin: 10px 0 10px 0 !important;
	margin: 5px 0 5px 0;
	padding: 0px 10px 100px 0px !important;
	padding: 0px 10px 0px 0px;
	font-size:0.95em;
	line-height:1.3em;
}

#blueBoxContent {
	width:355px;
	background: #C9DBEA url(../../images/keys.gif) no-repeat top left;
	padding:0px 0 0 60px;
	margin:0;
	float:left;
}

#blueBoxContent h2 {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

#blueBoxContent p {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

#blueBoxLinks {
	width:120px;
	background: #C9DBEA;
	margin: 25px 0px 0px 0px;
	padding:0px;
	float:right;
}

#blueBoxLinks a {
	float:left;
	position:relative;	
	clear:both;
}

span.dblArrows {
	width: 10px;
	height: 8px;
	background: url(../../images/dbl-arrows.gif) no-repeat center right;
	padding:3px;	
}

#ICAEW {
	margin-top: 40px !important;
	margin-top: 25px;
}

/*********** OURSERVICES STYLES ******************/

#ourservices {
	padding:0;
	margin:0;
}

#ourservices_nav ul{
	list-style-type:none;
	margin:10px;
	padding:0;
}

#ourservices_nav h3 {
	margin: 6px;
}

/*** PLEASE CHOOSE THE APPROPRIATE OUR SERVICES TEMPLATE FROM BELOW ***/

/*** 2 COL FIXED ***/

#ourservices_content {
	width:405px;
}

#ourservices_nav {
	float:right;
	width:160px;
	background: #C9DBEA url(../../images/blue-box-tr-corner.gif) no-repeat top right;
	margin-top:30px;
}


