/***************************************************** 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 coloured background */
/**************************************************************************************************************************************************************/

/* Search and replace the following colors ON ALL OF THE ABOVE CSS */

/* #1E2235 - used for BODY, P, TD, LI, FOOTER TEXT, FORMS */
/* #8C001A - used for TITLE, H1-H6, TABLE SUB HEADINGS, HR */

/* #1E2235 - LINKS:LINK:ACTIVE, FOOTER:LINK, PPV-FOOTER:LINK:ACTIVE */
/* #8C001A - used for LINKS:VISITED, FOOTER:VISITED, PPV-FOOTER:VISITED */
/* #8C001A - used for LINKS:HOVER, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* #D2D3D7 - 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!! */

/* #F2F3F6 - 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) */
/* #8A000F - 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:.75em;
	color:#1E2235;
	padding:0;
	margin:0;
}

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: normal;
	color: #8C001A;
}

h2,	.heading2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #8C001A;
}

h3, .heading3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #8C001A;
}

h6, .heading6 {
	font-size: 1em;
	font-weight: bold;
	color: #8C001A;
}

hr	{
	color: #8C001A;
	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: #1E2235;
}

li.err-msg {
	font-weight: bold;
	color: RED;
}/*used for form errors on Registration pages etc.*/

ul {
	list-style-type: disc;
}
/*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: #1E2235;
	text-decoration: underline;
}
a:link {
	color: #1E2235;
	text-decoration: underline;
}
a:visited {
	color: #8C001A;
	text-decoration: underline;
}
a:hover {
	color: #1E2235;
	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: 1em;
	color: #1E2235;
	text-decoration: none;
}
a.subnav:link {
	font-size: 1em;
	color: #1E2235;
	text-decoration: underline;
}
a.subnav:visited  {
	font-size: 1em;
	color: #1E2235;
	text-decoration: underline;
}
a.subnav:hover {
	font-size: 1em;
	color: #8C001A;
	text-decoration: none;
}
/*navigation links which are not footer end*/


/*smalllinks - used in PPV*/
a.smalllink:active  {
	font-size: 10px;
	font-weight: bold;
	color: #1E2235;
	text-decoration: underline;
}

a.smalllink:link  {
	font-size: 10px;
	font-weight: bold;
	color: #1E2235;
	text-decoration: underline;
}
	
a.smalllink:visited  {
	font-size: 10px;
	font-weight: bold;
	color: #1E2235;
	text-decoration: underline;
}

a.smalllink:hover  {
	font-size: 10px;
	font-weight: bold;
	color: #8C001A;
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
	color: #1E2235;
}

.smalltextbold {
	font-size: 10px;
	font-weight: bold;
	color: #1E2235;
}
/* Inktomi Styles End */

/*format tables*/
.tablelines {
	background-color: #D2D3D7;
}/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}/*alter background color and font color. 
Not on all tables, only present if table has an extra heading*/

.tablehead {
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/

.tablebody {
	font-size: .9em;
	color: #1E2235;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains main body of the table.*/

.tabletotal {
	font-size: .9em;
	font-weight: normal;
	color: #1E2235;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains total, or highlighted areas.*/

/* styles to make round cornered boxes, can also be square depending on images used*/
.tableSubHeading {
	font-weight: bold;
	color: #1E2235;
}

.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.25em;
	font-weight: normal;
	text-align:left;
	color: #8A000F;
}

.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 cordered 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;
}

#header {
	height:142px;
	margin-right:24px;
	background: url(../../images/grey_bg.gif) repeat-x;
	 /*must add full image path or secure header can't find image*/
}

#imageRight {
	position:absolute;
	top:0;
	right: 24px;
	height:142px;
	width:476px;
}

#logo {
	position:absolute;
	top:0;
	left:0;
	height:142px;
	width:230px;
}


/*When positioning a div absolute, you must have a 'top or bottom' value and a 'right or left' value*/
#utilityNav{
	position:absolute;
	right:24px;
	top:120px;
}

#contentContainer {
	position:relative;
	width: 100%;
	background: url(../../images/black.gif) repeat-y;
	height:auto !important; /*keeps footer pushed down below content*/
	height: /**/ 200px;		/*keeps footer pushed down below content*/
	height /**/: 300px;
	min-height:300px;		/*keeps footer pushed down below content*/
}
/*End overall container styles*/

#content {
	position:relative;
	top:0;
	left:0;
	margin:0 24px 0 230px;
	border-left:1px solid #D2D3D7;
	border-right:1px solid #D2D3D7;
	border-bottom:1px solid #D2D3D7;
	padding:13px 15px 15px 15px !important;
	padding: /**/ 26px 15px 15px 15px;
	width:auto !important;  /*Remove if your using a fixed width site*/
	width /**/:100%;  /*Remove if your using a fixed width site*/
	height:auto !important; /*keeps footer pushed down below content*/
	height: /**/ 388px;		/*keeps footer pushed down below content*/
	height /**/: 388px;
	min-height:401px;		/*keeps footer pushed down below content*/
}
/*Index page styles*/

#registerIcon {
	position:absolute;
	bottom:70px;
	left:48px;
	height:60px;
	width:159px;
}

#register {
	display: none;
}

#existingIcon {
	position:absolute;
	bottom:0px;
	left:48px;
	height:60px;
	width:159px;
}

#existing {
	display: none;
}

#promo {
	width:400px;
}

#businessNews {

}

#businessNews th {
	display:none;
}

#firmNews {

}

#firmNews th {
	display:none;
}

#printNews {
	margin:0 20px 20px 20px;
}

#mailafriend {
	position:absolute;
	bottom:41px;
	right:25px;
}

#iconMailaFriend {
	vertical-align : bottom;
}

/*End Index page styles*/

/*Footer styles*/
#footer {
	position:relative;
	padding:20px 0 30px 0;
	width:100%;
	color:#000000;
	text-align:center;
	font-size:0.9em;
}

#footerLinks {
	margin-left:230px;
	text-align:left;
}

#copyright {
	margin-left:230px;
	text-align:left;
}

#footer a:active {
	color:#1E2235;
	text-decoration:none;
}

#footer a:link {
	color:#1E2235;
	text-decoration:underline;
}

#footer a:visited {
	color:#1E2235;
	text-decoration:underline;
}

#footer a:hover {
	color:#8C001A;
	text-decoration:none;
}
/*End Footer styles*/

/*Our Services styles*/
#ourservices {
	padding:0;
	margin:0;
	height:auto !important;
	height: /**/550px;
	height /**/:550px;
	min-height: 550px;
}

#ourservices_content {
	margin-right: 190px;
	
}

#ourservices_nav {
	position:absolute;
	top:10px;
	right:15px;
	width:169px;
	padding:10px 0 20px 10px;
	background:#ffffff;
	border:1px solid #D2D3D7;
	margin:20px 0 20px 0;
}

#ourservices_nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
/*End Our Services styles*/

#contactsform {
	position: relative;
	padding: 0;
	margin: 0;
}

/*Start News Detail Styles*/
#newsOptions img {
	vertical-align:middle;
}
/*End News Detail Styles*/

/*Start Business News Page Styles*/
#businessNewsPage th {
	display:none;
}

#qbeTable th {
	display:none;
}

#search {
	position:absolute;
	top:11px !important;
	top: /**/ 10px;
	left:48px;
	z-index:40;
}
/*End Business News Page Styles*/

#utilityNav ul { /* Positions and styles the main nav list */
	padding:0;/* removes the indent */
	margin:0;/* removes the indent */
	list-style:none;/* removes the list style icon */
}

#utilityNav a { /* Positions and styles the main nav list */
	display:block; /* Makes the anchor behave like a button, hyperlinks an area rather than just the text */
	padding:19px 0 0 0;
	overflow:hidden;
	height:0px !important; 
	height /**/:20px; /* for IE5/Win only */
	margin:0;
}

#utilityNav li { /* all list items */
	float:left; /* needed for vertical navs to remove the 1px gap under the subMenu class. Also makes vertical list go horizontal */
	margin:0;
	padding:0;
	width:73px;/* for uneven navigation elements, remove these a put at bottom*/
}

#utilityNav a:hover, #utilityNav a:active, #utilityNav a:focus {
	background-position: 0 -19px;
}

#home {
	width: 73px;
	height:19px;
}

#home a  {
	width: 73px;
	height:19px;
	background: url(../../images/bttn_home.gif) no-repeat;
}

#contacts {
	width: 73px;
	height:19px;
}

#contacts a  {
	width: 73px;
	height:19px;
	background: url(../../images/bttn_contact.gif) no-repeat;
}

#overview {
	width: 73px;
	height:19px;
}

#overview a  {
	width: 73px;
	height:19px;
	background: url(../../images/bttn_overview.gif) no-repeat;
}

#links {
	width: 73px;
	height:19px;
}

#links a  {
	width: 73px;
	height:19px;
	background: url(../../images/bttn_links.gif) no-repeat;
}

#qbeTable th {
	display:none;
}

#logoPrint {
	display: none;
}