
/****************** 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, Geneva, Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:BLACK;
	margin:0;
	padding:0;
}

h1, h2, h3, h6 {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 0.5em 0;
}

h1 { font-size: 1.3em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1.1em; }
h6 { font-size: 1em; }

hr	{
	color: PURPLE;
	height: 1px;
}


/********** LIST ITEMS *************/

ul {
	list-style: circle;
   /*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: #4477CC;
	text-decoration: underline;
}

a:visited {
	color: #4477CC;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/*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; 
}


/*********** OURSERVICES STYLES ******************/

#ourservices {
	padding:0;
	margin:0;
	border: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:415px;
	border:0;
	float:right;
}

#ourservices_nav {
	float:left;
	width:160px;
	background:#E4E5E6;
}

/** TOP NAV FIXED ***

#ourservices_content { margin-right: 200px; height:auto !important; height:/**/ /*500px; min-height:500px;}

#ourservices_nav { float:right; width:160px; background:#E4E5E6; margin:0 0 0 20px; }

/***  2 COL STRETCHY 

#ourservices_content {	margin-right: 180px; border:1px dashed red;	height:auto !important;	height:/**//* 500px; min-height:500px; }

#ourservices_nav {	float:right; width:160px; background:#E4E5E6;}

/*** 3 COL STRETCHY 

#ourservices_content {	margin-right: 200px; height:auto !important; height:/**/ /*550px; min-height:550px; }

#ourservices_nav {	float:right; width:160px; background:#E4E5E6; margin:0 0 0 20px; }
