/***************************************************** Import menu stylesheet *********************************************************************************/
@import url(shared.css);
@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 */

/* #000 - used for BODY, P, TD, LI, FOOTER TEXT */
/* #D42E12 - used for TITLE, H1-H6, TABLE SUB HEADINGS, HR */

/* #D42E12 - LINKS:LINK:ACTIVE, FOOTER:LINK, PPV-FOOTER:LINK:ACTIVE */
/* #AFA7A0 - used for LINKS:VISITED, FOOTER:VISITED, PPV-FOOTER:VISITED */
/* #D42E12 - used for LINKS:HOVER, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* GRAY - used for (ppv/search)COLUMNTWO(dividing line bgcolor), TABLE LINES */
/* SILVER - 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!! */

/* #D42E12 - 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) */
/* #FFF - 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, sans-serif;
	font-size:.75em;
	color:#000;
	margin:0;
	padding:0;
	background:url(../../images/columnBg.gif) repeat-y;
}

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: #D42E12;
	text-decoration:underline;
}

h2,	.heading2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #D42E12;
}

h3, .heading3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #D42E12;
}

h6, .heading6 {
	font-size: 1em;
	font-weight: bold;
	color: #D42E12;
}

hr	{
	color: #D42E12;
	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: #000;
}

li.err-msg {
	font-weight: bold;
	color: RED;
}/*used for form errors on Registration pages etc.*/

ul {
	list-style-type: circle;
}
/*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: #D42E12;
	text-decoration: underline;
}
a:link {
	color: #D42E12;
	text-decoration: underline;
}
a:visited {
	color: #AFA7A0;
	text-decoration: underline;
}
a:hover {
	color: #D42E12;
	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;
	font-weight: bold;
	color: #D42E12;
	text-decoration: none;
}
a.subnav:link {
	font-size:1em;
	font-weight: bold;
	color: #D42E12;
	text-decoration: none;
}
a.subnav:visited  {
	font-size:1em;
	font-weight: bold;
	color: #AFA7A0;
	text-decoration: none;
}
a.subnav:hover {
	font-size:1em;
	font-weight: bold;
	color: #D42E12;
	text-decoration:underline;
}
/*navigation links which are not footer end*/


/*smalllinks - used in PPV*/
a.smalllink:active  {
	font-size: 10px;
	font-weight: bold;
	color: #D42E12;
	text-decoration: underline;
}

a.smalllink:link  {
	font-size: 10px;
	font-weight: bold;
	color: #D42E12;
	text-decoration: underline;
}
	
a.smalllink:visited  {
	font-size: 10px;
	font-weight: bold;
	color: #AFA7A0;
	text-decoration: underline;
}

a.smalllink:hover  {
	font-size: 10px;
	font-weight: bold;
	color: #D42E12;
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
	color: #000;
}

.smalltextbold {
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
/* Inktomi Styles End */

/*format tables*/
.tablelines {
	background-color:#B0A7A0;
}/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #FFF;
	background-color: #D42E12;
}/*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: #000;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/

.tablebody {
	font-size: .9em;
	color: #000;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains main body of the table.*/

.tabletotal {
	font-size: .9em;
	font-weight: bold;
	color: #000;
	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: #D42E12;
}

.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.4em;
	font-weight: bold;
	text-align:left;
	color: #FFF;
}

.bgColorContent {
	font-size: 1em;
	background-color:#FFF;
}

.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*/
#header {
	text-align:right;
	background:#AFA7A0 url(../../images/headerImage.jpg) no-repeat; /*must add full image path or secure header can't find image*/
	border-bottom:#FFF 1px solid;
}

#content {
	position:relative;
	text-align:justify;
	margin:0 25px 0 150px;
	height:auto !important; /*keeps footer pushed down below content*/
	height:  /**/ 500px;		/*keeps footer pushed down below content*/
	min-height: 500px;		/*keeps footer pushed down below content*/
	padding:0 !important;
	padding: /**/ 15px 0 0 0;
	padding /**/: 15px 0 0 0;
	width:auto !important;  /*Remove if your using a fixed width site*/
	width /**/:100%;  /*Remove if your using a fixed width site*/
}
/*End overall container styles*/

/*Index page styles*/
#register {
	position:absolute;
	left:0;
	top:150px;
	width:120px;
	margin:0 10px 0 0;
	text-align:right;
	font-size:0.9em;
}

#businessNews {
	margin:30px 0 30px 0;
}

#businessNews th {
	display:none;
}

#printNews {
	margin:0 20px 20px 20px;
}

#mailafriend {
	position:absolute;
	top:410px;
	left:5px;
	font-size:0.9em;
}

#iconMailaFriend {
	position:absolute;
	top:-15px;
	right:0;
	vertical-align:bottom;
}

/*End Index page styles*/

/*Footer styles*/
#footer {
	position:relative;
	height:50px;
	margin:0 30px 0 150px;
	padding:25px 0 5px 0;
	color:#000;
	font-size:1em;
	clear:both;
	border-top:#4A4744 1px solid;
	font-size:0.9em;
}

#footerLinks {
	position:absolute;
	top:25px;
	right:0;
}

#footer a:active {
	color:#000;
	text-decoration:none;
}

#footer a:link {
	color:#000;
	text-decoration:underline;
}

#footer a:visited {
	color:#AFA7A0;
	text-decoration:underline;
}

#footer a:hover {
	color:#000;
	text-decoration:none;
}
/*End Footer styles*/

/*Our Services styles*/
#ourservices {
	padding:0;
	margin:0;
	height:auto !important;
	height /**/:450px;
	min-height: 450px;
}

#ourservices_content {
	margin-right:180px;
}

#ourservices_nav {
	position:absolute;
	right:0;
	top:11px;
	width:150px;
	text-align:left;
	font-size:0.9em;
}

#ourservices_nav h3 {
	margin:0 0 10px 0;
	padding:5px 0 5px 0;
	text-decoration:underline;
}

#ourservices_nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
/*End Our Services styles*/

#contactsForm {
	position:relative;
	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*/

#ciot {
	position:absolute;
	top:450px;
	left:37px;
}

#icaew {
	position:absolute;
	top:550px;
	left:16px;
}

#qbeTable th {
display:none;
}