
/****************** 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 */

/* DARKBLUE - LINK:ACTIVE, FOOTER:LINK, PPV-FOOTER:LINK:ACTIVE */
/* GREEN - used for LINKS:VISITED, FOOTER:VISITED, PPV-FOOTER:VISITED */
/* BROWN - 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: Verdana;
	font-size:.7em;
	color:#545454;
	margin:0;
	padding:0;
	line-height: 16px;
}

h1, h2, h3, h6 {
	color: #603811;
	margin-top: .5em;
	margin-bottom: 1em; 
}

h1 { font-size: 1.25em; }
h2 { font-size: 1.1em;
    margin-bottom: 1em; }
h3 { font-size: 1em; }
h6 { font-size: 0.9em; }

hr	{
	height: 1px;
}


/*
List Items
----------
*/
ul {
    list-style: none }
    
li {
    padding: 0 0 5px 0;
    margin: 0;
    line-height: 15px; }
    
ul, ol {
    padding: 0 0 15px 20px;
    margin: 0 }

ul li {
    background: url(../../images/bullet.gif) 0 .5em no-repeat;
    padding-left: 8px; }

ol li {
    list-style-position: inside;
    text-indent:0  }
    
dl {
    margin:15px 0 0 20px }

dt {
    font-weight:bold;
    background: url(../../images/bullet.gif) 0 .5em no-repeat;
    padding-left: 10px }

dd {
    margin-bottom:10px;
    margin-left: 10px }

li.err-msg {
    font-weight: bold;
    color: Red }

.redtext {
    color: Red }



/************* LINKS **************/

a img { 
	border: none; 
}

a {
	color:#545454 ;
	text-decoration: underline;
}



a:hover {
    color: #931E44;
	text-decoration: underline;
}

/*navigation links which are not footer links*/

a.subnav {

}

/*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 {
	width:200px;
}

#firmNews {
}

#firmNews th { 
	display:none; 
}

marquee {
	width:300px;
}

#businessNews {
}

#businessNews th { 
	display:none; 
}


/*********** OURSERVICES STYLES ******************/




/*** PLEASE CHOOSE THE APPROPRIATE OUR SERVICES TEMPLATE FROM BELOW ***/

/*** 2 COL FIXED ***/



.tablelines { 
	background-color: #7D1530; 
}
/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	background-color: #7D1530;
}
/*Not on all tables, only present if table has an extra heading*/

.tablehead {
	font-size: 1em;
	font-weight: bold;
	background-color: #FFF; 
}
/*Contains headings of table rows or columns.*/

.tablebody {
	font-size: .9em;
	background-color: #FFF; 
	}

.tabletotal {
	font-size: .9em;
	font-weight: bold;
	background-color: #FFF; 
}
/*Contains total, or highlighted areas.*/

.tableSubHeading {
	font-weight: bold;
	color: DARKBLUE;
}

/* styles to make round cornered boxes, can also be square depending on images used*/
.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.25em;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
}

.bgColorContent {
	font-size: 1em;
	background-color: #FFFFFF;
}

.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 borders/dotted lines*/ 
.borderhorizontal {
	background-image: url(/images/stylesheets/borderhorizontal.gif);
}

.bordervertical {
	background-image: url(/images/stylesheets/bordervertical.gif);
}

/*Start Business News Page Styles*/

#businessNewsPage th {
	display:none;
}

#qbeTable th {
	display:none;
}



