/***************************************************** Import menu stylesheet *********************************************************************************/
@import url(menu.css );
@import url(shared.css );
@import url(form.css );
@import url(inktomi.css );
@import url(ppv.css); /*amend if site with colou#CC3333 background */
/**************************************************************************************************************************************************************/

/* Search and replace the following colors ON ALL OF THE ABOVE CSS */

/* #333333 - used for BODY, P, TD, LI, FOOTER TEXT */
/* #CC3333 - used for TITLE, H1-H6, TABLE SUB HEADINGS, HR */

/* #333333 - LINKS:LINK:ACTIVE, FOOTER:LINK, PPV-FOOTER:LINK:ACTIVE */
/* #333333 - used for LINKS:VISITED, FOOTER:VISITED, PPV-FOOTER:VISITED */
/* #336699 - used for LINKS:HOVER, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* #DFDEE4 - used for (ppv/search)COLUMNTWO(dividing line bgcolor), TABLE LINES */
/* #FFFFFF - 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!! */

/* #FFFFFF - 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) */
/* #336699 - 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, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#333333;
	margin:3px 0 0 3px;
	padding:0;
	scrollbar-face-color: #C0C0C0;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #FFFFFF;
}

strong {
	font-weight:bold;
}

img {
	border:none;
}
	
h1, .heading1, .maintitle-help, .maintitle-reference, .maintitle-home, .maintitle-admin, .maintitle-career, .maintitle-interact, .maintitle-news {
	font-size: 1.5em;
	font-weight: bold;
	color: #CC3333;
}

h2,	.heading2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #336699;
}

h3, .heading3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #336699;
}

h6, .heading6 {
	font-size: 1em;
	font-weight: bold;
	color: #CC3333;
}

hr	{
	color: #DFDEE4;
	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: #333333;
}

li.err-msg {
	font-weight: bold;
	color: #CC3333;
}/*used for form errors on Registration pages etc.*/

ul {
	list-style-type: square;
}
/*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: #333333;
	text-decoration: underline;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
/*navigation links which are not footer links*/

/**DO NOT MAKE THIS FONT SIZE SMALLER AS IT APPEARS IN TABLES VERY SMALL**/
a.subnav:active {
	font-size: .9em;
	color: #336699;
	text-decoration: none;
}
a.subnav:link {
	font-size: .9em;
	color: #336699;
	text-decoration: underline;
}
a.subnav:visited  {
	font-size: .9em;
	color: #336699;
	text-decoration: underline;
}
a.subnav:hover {
	font-size: .9em;
	color: #336699;
	text-decoration: none;
}
/*navigation links which are not footer end*/


/*smalllinks - used in PPV*/
a.smalllink:active  {
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}

a.smalllink:link  {
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}
	
a.smalllink:visited  {
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}

a.smalllink:hover  {
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
	color: #333333;
}

.smalltextbold {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
/* Inktomi Styles End */

/*format tables*/
.tablelines {
	background-color: #DFDEE4;
}/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #336699;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Not on all tables, only present if table has an extra heading*/

.tablehead {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/

.tablebody {
	font-size: 1em;
	color: #333333;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains main body of the table.*/

.tabletotal {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains total, or highlighted areas.*/

/* styles to make round corne#CC3333 boxes, can also be square depending on images used*/
.tableSubHeading {
	font-weight: bold;
	color: #333333;
}

.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.1em;
	font-weight: bold;
	text-align:left;
	color: #336699;
}

.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 round corde#CC3333 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: #F42A41;
}

/*vvvv PLEASE ADD ANY SITE SPECIFIC STYLES BELOW vvvv*/




/**************************************************************************************************************************************************************/
/*XHTML Layout Styles*/
/**************************************************************************************************************************************************************/

/*Overall site container styles*/
#container{
	position:relative;
	background:url(../../images/bg_header.gif) repeat-x;
}

#container2{
	position:relative;
	width: 777px;
}

#header {
	height:162px;
	background:url(../../images/header.gif) no-repeat; /*must add full image path or secure header can't find image*/
}

#logo {
	position:absolute;
	top: 89px;
	right: 43px;
}


#logoInternational{
	position:absolute;
	left:5px;
	top:450px;
}

#content {
	position:relative;
	margin: 26px 0 40px 184px;
	height:auto !important; /*keeps footer pushed down below content*/
	height:  /**/ 350px;		/*keeps footer pushed down below content*/
	min-height: 350px;		/*keeps footer pushed down below content*/
	padding:0 !important;
	padding: /**/ 25px 0 0 0;
	width:593px; 
}

#content2 {
	position:relative;
	margin: 7px 0 40px 184px;
	height:auto !important; /*keeps footer pushed down below content*/
	height:  /**/ 350px;		/*keeps footer pushed down below content*/
	min-height: 350px;		/*keeps footer pushed down below content*/
	padding:0 !important;
	padding: /**/ 7px 0 0 0;
	width:593px; 
}


/*End overall container styles*/

/*Index page styles*/
#register {
	display:none;
}

#promo {

}
#newsWrapper {
	position:absolute;
	top:0;
	right:0;
}

#businessNews {
	width:169px;
	background:url(../../images/header_lnews.gif) no-repeat;
	margin:0 0 8px 0;
	border-left: 1px #DFDEE4 solid;
	border-right: 1px #DFDEE4 solid;
	border-bottom: 1px #DFDEE4 solid;
	padding: 22px 5px 0 5px;
}

#businessNews th {
	display:none;
}


#businessNews a {
	color: #336699;
}

#qbeTable th {
display:none;
}


#firmNews {
	width:169px;
	background:url(../../images/header_fnews.gif) no-repeat;
	margin:0 0 8px 0;
	border-left: 1px #DFDEE4 solid;
	border-right: 1px #DFDEE4 solid;
	border-bottom: 1px #DFDEE4 solid;
	padding: 22px 5px 0 5px;
}

#firmNews th {
	display:none;
}

#firmNews a {
	color: #336699;
}

#printNews {
	margin:0 20px 20px 20px;
}

#mailafriend {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#iconMailaFriend {
	vertical-align: bottom;
}

#search {
	position: absolute;
	top: 16px;
	right: 0;
}

#go {
	position: absolute;
	top: 4px;
	left: 179px;
}

/*End Index page styles*/

/*Footer styles*/
#footer {
	padding:4px 0 4px 12px;
	margin-left: 184px;
	color: #FFFFFF;
	background: #7A7878;
	font-size:0.9em;
	clear:both;
}

#footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration:underline;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
/*End Footer styles*/

/*Our Services styles*/
#ourservices {
	padding:0;
	margin:0;
	height:auto !important;
	height /**/:450px;
	min-height: 450px;
}

#ourservices_content {
	position:relative;
	float: left;
	width: 403px;
	/*
	background:url(../../images/header_services.jpg) no-repeat;
	padding: 12px 0 0 0 !important;
	padding: /**/  /*24px 0 0 0;*/
	margin-right: 8px;
}

#specialist_content {
	position:relative;
	float: left;
	width: 403px;
	/*
	background:url(../../images/header_services.jpg) no-repeat;
	padding: 12px 0 0 0 !important;
	padding: /**/  /*24px 0 0 0;*/
	margin-right: 8px;
}

#ourservices_nav {
	position:relative;
	float:left;
	width:169px;
	background:url(../../images/header_bservices.gif) no-repeat;
	margin:0 0 8px 0;
	border-left: 1px #DFDEE4 solid;
	border-right: 1px #DFDEE4 solid;
	border-bottom: 1px #DFDEE4 solid;
	padding: 22px 5px 6px 5px;
}

#ourservices_nav2 {
	position:relative;
	float:left;
	width:169px;
	background:url(../../images/header_pservices.gif) no-repeat;
	margin:0 0 8px 0;
	border-left: 1px #DFDEE4 solid;
	border-right: 1px #DFDEE4 solid;
	border-bottom: 1px #DFDEE4 solid;
	padding: 22px 5px 6px 5px;
}

#ourservices_nav3 {
	position:relative;
	float:left;
	width:169px;
	background:url(../../images/header_ssectors.gif) no-repeat;
	margin:0 0 8px 0;
	border-left: 1px #DFDEE4 solid;
	border-right: 1px #DFDEE4 solid;
	border-bottom: 1px #DFDEE4 solid;
	padding: 22px 5px 6px 5px;
}

#ourservices_nav ul{
	list-style-type: none;
	margin:6px;
	padding:0;
}

#ourservices_nav2 ul{
	list-style-type: none;
	margin:6px;
	padding:0;
}

#ourservices_nav3 ul{
	list-style-type: none;
	margin:6px;
	padding:0;
}

/*End Our Services styles*/

#contactsform {
	position:relative;
	float: left;
	margin:0 200px 0 0;
}

/*Start News Detail Styles*/
#newsOptions img {
	vertical-align:middle;
}
/*End News Detail Styles*/

/*Start Business News Page Styles*/
#businessNewsPage th {
	display:none;
}
/*End Business News Page Styles*/

#welcome_outer {
	position: relative;
	margin-bottom: 40px;
}

#welcome {
	width: 380px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 10px;
}

#spotlightOn {
	background:url(../../images/header_spotlighton.gif) no-repeat;
	margin-right: 8px;
	width: 380px;
	border-left: 1px #DFDEE4 solid;
	border-right: 1px #DFDEE4 solid;
	border-bottom: 1px #DFDEE4 solid;
	padding: 22px 10px 18px 10px !important;
	padding: /**/ 22px 10px 6px 10px;
	min-height: 340px;
	height:auto !important; /*keeps footer pushed down below content*/
	height:  /**/ 386px;
	clear: both;

}

#contactBox {
	position:relative;
	float:left;
	width:169px;
	background:url(../../images/header_contact.gif) no-repeat;
	margin:0 0 8px 0;
	border-left: 1px #DFDEE4 solid;
	border-right: 1px #DFDEE4 solid;
	border-bottom: 1px #DFDEE4 solid;
	padding: 22px 5px 6px 5px;
}

#spotlightFeatures {
	margin: 0;
	padding: 0;
	list-style: none;
	width:380px;
	}
	
#spotlightFeatures li {
	width:115px;
	float:left;
	border-right: 1px solid #F0EFF2;
	}
	
#spotlightOn li {
	padding: 4px;
	margin-bottom: 4px;
	}
	
#spotlightOn li img {
	padding: 0px;
	border: 0px;

	}
	
	
	
/*.spotlightlistBorder {
	float: left;
	border: 1px solid #Ff0000;
	}

.spotlightlist {
	float: left;
	border-bottom: 1px solid #F0EFF2;
	}
	
.spotlightRightCol {
	float: left;
	border-left: 1px solid #F0EFF2;
	}
	
.spotlightBottomCol {
	margin: 10px 0 0 0;
	float: left;
	border-top: 1px solid #F0EFF2;
	}
	*/
	
	
.clear {
	clear: both;
	}
	