
/****************** 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 */

/* #4F4F4F - used for BODY, P, TD, LI, FOOTER TEXT, FORMS */
/* #4F4F4F - used for TITLE, H1-H6, TABLE SUB HEADINGS, HR */

/* #02029D - LINK:ACTIVE, FOOTER:LINK, PPV-FOOTER:LINK:ACTIVE */
/* #919191 - used for LINKS:VISITED, FOOTER:VISITED, PPV-FOOTER:VISITED */
/* #FF0000 - 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, Verdana, Geneva, sans-serif;
	font-size:.8em;
	line-height:1.5em;
	color:#4F4F4F;
	margin:0;
	padding:0;
	background:#E3E3E3;
}

h1, h2, h3, h6 {
	font-weight: bold;
	color: #4F4F4F;
	margin: 0.5em 0;
}

h1 { font-size: 1.45em; color: #4F4F4F; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

.heading3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #4F4F4F;
	margin: 0.5em 0;
}

hr	{
	color: #4F4F4F;
	height: 1px;
}


/********** LIST ITEMS *************/

ul {
	list-style-image: url(/images/stylesheets/list_icon.gif);
}

li { 
	color: #4F4F4F; 
}

li.err-msg {
	font-weight: bold;
	color: RED;
}

.redtext { 
	color: #F42A41; 
}


/************* LINKS **************/

a img { 
	border: none; 
}

a {
	color: #02029D;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #919191;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

/*navigation links which are not footer links*/

a.subnav {
	font-size: .9em;
	font-weight: bold;
	text-decoration: underline;
}

a.subnav:hover {
	color:#FF0000;
	text-decoration:none;
}

/*smallinks - used in PPV*/

a.smalllink  {
	font-size: .95em;
	font-weight: bold;
}

.smalltext {
	font-size: .95em;
	color: #4F4F4F;
}

.smalltextbold {
	font-size: .95em;
	font-weight: bold;
	color: #4F4F4F;
}

/* Footer Links */

#footer a {	
	font-size: .95em;
	font-weight:bold;
}


/***** INDEX PAGE STYLES ******/

#welcome {
	position:relative;
}

#imageIndex {
	position:relative;
	text-align:right;
}

#promo {
	position:relative;
	border-top:1px #02029D solid;
	border-bottom:1px #02029D solid;
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
}

#firmNews {
}

#firmNews th { 
	display:none; 
}

#businessNews {
}

#businessNews th { 
	display:none; 
}

#register {
	display:none;
}

#clock {
	position:absolute;
	top:53px;
	left:190px;
}

#contentIndex {
	position:relative;
	padding-top:10px;
}

#registerIndex {
	width:180px;
}

#calloutIndex {
	margin-top:-220px;
	padding-left:220px;
}


/*********** OURSERVICES STYLES ******************/

#ourservices {
	position:relative;
}

#ourservicesContent {
	margin-right:220px;
	margin-left:0;
}

#ourservicesNav {
	float:right;
	width:180px;
	margin:0;
	background:#FFF;
}

#ourservicesNav h3 {
	font-size: 1.1em;
}

#ourservicesNav ul{
	list-style-type:none;
	list-style-image:none;
	margin:0 0 10px 0;
	padding:0;
	line-height:1.4em;
}
