/***************************************************** Import menu stylesheet *********************************************************************************/
@import url(menu.css );
@import url(shared.css );
@import url(form.css );
@import url(inktomi.css );
/**************************************************************************************************************************************************************/

/* Search and replace the following colors */

/* #232323 - used for BODY, P, TD, LI, FOOTER TEXT, FOOTER:LINK, FOOTER:VISITED, PPV-FOOTER:LINK, PPV-FOOTER:ACTIVE, PPV-FOOTER:VISITED */

/* #D1230C - used for TITLE, H1-H6, HEADING1-HEADING6, TABLE SUB HEADINGS, HR, LINKS:LINK */
/* #D1230C - used for LINKS:VISITED */
/* #BBBBBB - used for LINKS:HOVER, LINKS:ACTIVE, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* #BBBBBB - 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!! */

/* #BBBBBB - 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) */
/* #232323 - 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:.74em;
	color:#232323;
	margin:0;
	padding: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.6em;
	font-weight: normal;
	/*old color
	 color: #D1230C; */
	color: #0068b3;
	background-image : url(../../images/bullet_orange.gif);
	background-position : left;
	background-repeat : no-repeat;
	padding-left : 18px;
}

h2,	.heading2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #232323;
}

h3, .heading3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #232323;
}

h6, .heading6 {
	font-size: 1em;
	font-weight: bold;
	color: #232323;
}

hr	{
	color: #f8981d;
	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: #232323;
}

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_orange.gif);
}
/*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: #f68e09;
	text-decoration: underline;
}
a:link {
	color: #f68e09;
	text-decoration: none;
}
a:visited {
	color: #f68e09;
	text-decoration: none;
}
a:hover {
	color: #BBBBBB;
	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;
	font-weight: bold;
	color: #f68e09;
	text-decoration: none;
}
a.subnav:link {
	font-size: .9em;
	font-weight: bold;
	color: #f68e09;
	text-decoration: none;
}
a.subnav:visited  {
	font-size: .9em;
	font-weight: bold;
	color: #f68e09;
	text-decoration: none;
}
a.subnav:hover {
	font-size: .9em;
	font-weight: bold;
	color: #BBBBBB;
	text-decoration: none;
}
/*navigation links which are not footer end*/

/*start navlink used for PPV*/
a.navlink:active { 
	color: #D1230C;
	text-decoration: underline;
}

a.navlink:link { 
	color: #f68e09;
	text-decoration: underline;
}

a.navlink:visited  {
	color: #f68e09;
	text-decoration: underline;
}

a.navlink:hover { 
	color: #BBBBBB;
	text-decoration: none;
}

.navlink {
	color: #000000; /* Set font colour */
	background-color: #ffffff; /* Set BG Colour Of Nav Bar */
}

a.ppv-footerlink:active {
	font-size: 1em; 
	color: #f68e09;
	text-decoration: underline;
}

a.ppv-footerlink:link {
	font-size: 1em; 
	color: #f68e09;
	text-decoration: underline;
}

a.ppv-footerlink:visited  {
	font-size: 1em;
	color: #f68e09;
	text-decoration: underline;
}

a.ppv-footerlink:hover {
	font-size: 1em;
	color: #BBBBBB;
	text-decoration: none;
}

.ppv-footer {
	font-size: 1em;
	color: #232323;
}/* Add a background color in this class to change ppv footer color */

.printfooter {
	font-size: 0.8em;
}

/*start column classes - used in PPV & Search*/
.columnone {
	background-color: #FFFFFF;
}

.columntwo { 
	background-color: #BBBBBB;
}

.columnthree {
	background-color: #FFFFFF;
}

.col-1-maintitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #232323;
	text-indent: 6px;
	background-color: #BBBBBB;
}

.col-1-subtitle {
	font-size: 1em;
	font-weight: bold;
	color: #232323;
	text-indent: 6px;
	background-color: #BBBBBB;
}

.col-3-maintitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #232323;
	text-indent: 6px;
	background-color: #BBBBBB;
}

.col-3-subtitle	{
	font-size: 1em;
	font-weight: bold;
	color: #232323;
	text-indent: 6px;
	background-color: #BBBBBB;
}

#PPVhelp {
	color: #000000;
}

/*end column classes - used in PPV & Search*/

/*smalllinks - used in PPV*/
a.smalllink:active  {
	font-size: 10px;
	font-weight: bold;
	color: #f68e09;
	text-decoration: underline;
}

a.smalllink:link  {
	font-size: 10px;
	font-weight: bold;
	color: #f68e09;
	text-decoration: underline;
}
	
a.smalllink:visited  {
	font-size: 10px;
	font-weight: bold;
	color: #f68e09;
	text-decoration: underline;
}

a.smalllink:hover  {
	font-size: 10px;
	font-weight: bold;
	color: #BBBBBB;
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
	color: #232323;
}

.smalltextbold {
	font-size: 10px;
	font-weight: bold;
	color: #232323;
}
/* Inktomi Styles End */

/*format tables*/
.tablelines {
	background-color: #BBBBBB;
}/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #232323;
	background-color: #BBBBBB;
}/*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: #232323;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/

.tablebody {
	font-size: .9em;
	color: #232323;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains main body of the table.*/

.tabletotal {
	font-size: .9em;
	font-weight: bold;
	color: #232323;
	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: #D1230C;
}

.bgTop {
	background-image: url(/images/stylesheets/bg_top_blue.gif);
	font-size: 1.4em;
	font-weight: bold;
	text-align:left;
	color: #FFFFFF;
}

.bgColorContent {
	font-size: 1em;
	background-color: #FFFFFF;
}

.cornerTopLeft {
	background-image: url(/images/stylesheets/corner_top_lft_blue.gif);
}

.cornerTopRight {
	background-image: url(/images/stylesheets/corner_top_rgt_blue.gif);
}

.cornerBottomLeft {
	background-image: url(/images/stylesheets/corner_bottom_lft_blue.gif);
}

.cornerBottomRight {
	background-image: url(/images/stylesheets/corner_bottom_rgt_blue.gif);
}

.bgLeft {
	background-image: url(/images/stylesheets/bg_lft_blue.gif);
}

.bgRight {
	background-image: url(/images/stylesheets/bg_rgt_blue.gif);
}

.bgBottom {
	background-image: url(/images/stylesheets/bg_bottom_blue.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: RED;
}

/*vvvv PLEASE ADD ANY SITE SPECIFIC STYLES BELOW vvvv*/


/*START TEMP STYLES*/

.col-4-maintitle	{
	background-color: #BBBBBB;
}

.col-5-subtitle	{
	font-size: 1em;
	font-weight: bold;
	color: #232323;
	text-indent: 6px;
	background-color: #BBBBBB;

}

.col-5-maintitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #232323;
	text-indent: 6px;
	background-color: #BBBBBB;

}
.col-5-contentspacer {
	background-color: #FFFFFF;
}

.col-5-contenttable {
	padding : 6px
}

.columnfour {
	width:1px; 
	background-color: #BBBBBB;
}

.columnfive {
	background-color: #FFFFFF;
}

/**************************************************************************************************************************************************************/
/*XHTML Layout Styles*/
/**************************************************************************************************************************************************************/

/*Overall site container styles*/
#container{
	position:relative;
}

#header {
	height:125px;
	background: #FFFFFF; /*must add full image path or secure header can't find image*/
	border-bottom: 3px solid #F68E09;
}

#logo {
	position:absolute;
	top:20px;
	right:20px;
	
}

/*When positioning a div absolute, you must have a 'top or bottom' value and a 'right or left' value*/
#utilityNav{
	position:absolute;
	left:10px;
	top:10px;
}

#content {
	position:relative;
	height:auto !important; /*keeps footer pushed down below content*/
	height: /**/ 400px;		/*keeps footer pushed down below content*/
	min-height: 400px;		/*keeps footer pushed down below content*/
	padding: 40px 0 25px 0;
	width:auto !important;  /*Remove if your using a fixed width site*/
	width /**/:100%;  /*Remove if your using a fixed width site*/
	margin: 0 18px 80px 185px;
}
/*End overall container styles*/

/*Index page styles*/
#register {
	position: absolute;
	top: 106px;
	left: 18px;
	font-size:0.8em;
	font-weight:bold;
}

#register a:hover {
	color:#232323;
	text-decoration:none;
}

#promo {
	padding-top: 21px;
	width: 425px;
}

#businessNews th {
	display:none;
}

#firmNews {

}

#firmNews th {
	display:none;
}

#printNews {
	margin:0 20px 20px 20px;
}

#mailafriend {
	position: absolute;
	top: 400px;
	left: 14px;
	font-size:0.8em;
	font-weight:bold;
}

#iconMailaFriend {
	vertical-align : middle;
}

/*End Index page styles*/

/*Footer styles*/


#footer a:active {
	color:#f68e09;
	text-decoration:none;
}

#footer a:link {
	color:#f68e09;
	text-decoration:none;
}

#footer a:visited {
	color:#f68e09;
	text-decoration:none;
}

#footer a:hover {
	color:#BBBBBB;
	text-decoration:none;
}

#footer {
	padding:5px 0 8px 184px;
	color:#232323;
	font-size:0.9em;
	clear:both;
	border-top: 1px solid #f68e09;
	line-height : 1.4em;
}
/*End Footer styles*/

/*Our Services styles*/
#ourservices {
	padding:0;
	margin:0;
	height:auto !important;
	height /**/:450px;
	min-height: 450px;
}

#ourservices_content {
	position:relative;
	margin-right: 198px;
}

#ourservices_nav {
	position:relative;
	float:right;
	width:180px;
}

#ourservices_nav ul{
	margin:16px;
	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*/

#welcome {
	position: relative;
	margin-right: 198px;
}

#businessNews {
	position: absolute;
	width: 180px;
	top: 45px;
	right: 0 ;
}

#qbeTable th {
display:none;
}