/***************************************************** Import menu stylesheet *********************************************************************************/
@import url(menu.css );
@import url(shared.css );
@import url(form.css );
@import url(inktomi.css );
/**************************************************************************************************************************************************************/
body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#FFFFFF;
	margin:0;
	padding:0;
	background:#000 url(../../images/body_bg.gif) repeat-y;
}

b {
	font-weight:bold;
}
	
h1, .heading1, .maintitle-help, .maintitle-reference, .maintitle-home, .maintitle-admin, .maintitle-career, .maintitle-interact, .maintitle-news {
	font-size: 1.5em;
	font-weight: bold;
	color: #F9AB02;
}

h2,	.heading2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #F9AB02;
}

h3, .heading3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #F9AB02;
}

h6, .heading6 {
	font-size: 1em;
	font-weight: bold;
	color: #F9AB02;
}

hr	{
	color: #F9AB02;
	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: #FFFFFF;
}

li.err-msg {
	font-weight: bold;
	color: RED;
}/*used for form errors on Registration pages etc.*/

ul {
	list-style-type: disc;
	color: #F9AB02;
}
/*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: #F9AB02;
	text-decoration: underline;
}
a:link {
	color: #F9AB02;
	text-decoration: underline;
}
a:visited {
	color: #EB6C0E;
	text-decoration: underline;
}
a:hover {
	color: #EB6C0E;
	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: #F9AB02;
	text-decoration: none;
}
a.subnav:link {
	font-size: .9em;
	font-weight: bold;
	color: #F9AB02;
	text-decoration: none;
}
a.subnav:visited  {
	font-size: .9em;
	font-weight: bold;
	color: #EB6C0E;
	text-decoration: none;
}
a.subnav:hover {
	font-size: .9em;
	font-weight: bold;
	color: #EB6C0E;
	text-decoration: none;
}
/*navigation links which are not footer end*/

/*start navlink used for PPV*/
a.navlink:active { 
	color: #F9AB02;
	text-decoration: underline;
}

a.navlink:link { 
	color: #F9AB02;
	text-decoration: underline;
}

a.navlink:visited  {
	color: #EB6C0E;
	text-decoration: underline;
}

a.navlink:hover { 
	color: #EB6C0E;
	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: #F9AB02;
	text-decoration: underline;
}

a.ppv-footerlink:link {
	font-size: 1em; 
	color: #F9AB02;
	text-decoration: underline;
}

a.ppv-footerlink:visited  {
	font-size: 1em;
	color: #EB6C0E;
	text-decoration: underline;
}

a.ppv-footerlink:hover {
	font-size: 1em;
	color: #EB6C0E;
	text-decoration: none;
}

.ppv-footer {
	font-size: 1em;
	color: #636363;
	background: #fff;
}/* Add a background color in this class to change ppv footer color */

/*start column classes - used in PPV & Search*/
.columnone {
	color: #ffffff;
	background-color: #636363;
}

.columntwo { 	
	background-color: #A1A1A1;
}

.columnthree {
	color: #ffffff;
	background-color: #636363;
}

.col-1-maintitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 6px;
	background-color: #A1A1A1;
}

.col-1-subtitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 6px;
	background-color: #A1A1A1;
}

.col-3-maintitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 6px;
	background-color: #A1A1A1;
}

.col-3-subtitle	{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 6px;
	background-color: #A1A1A1;
}

#PPVhelp {
	color: #000000;
}

/*end column classes - used in PPV & Search*/

/*smalllinks - used in PPV*/
a.smalllink:active  {
	font-size: 10px;
	font-weight: bold;
	color: #F9AB02;
	text-decoration: underline;
}

a.smalllink:link  {
	font-size: 10px;
	font-weight: bold;
	color: #F9AB02;
	text-decoration: underline;
}
	
a.smalllink:visited  {
	font-size: 10px;
	font-weight: bold;
	color: #EB6C0E;
	text-decoration: underline;
}

a.smalllink:hover  {
	font-size: 10px;
	font-weight: bold;
	color: #EB6C0E;
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
	color: #FFFFFF;
}

.smalltextbold {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
/* Inktomi Styles End */

/*format tables*/
.tablelines {
	background-color: #F9AB02;
}/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #F9AB02;
	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: #636363;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/

.tablebody {
	font-size: .9em;
	color: #636363;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains main body of the table.*/

.tablebody li {
	color: #636363;
}

.tabletotal {
	font-size: .9em;
	font-weight: bold;
	color: #636363;
	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: #F9AB02;
}

.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
}

.bgColorContent {
	font-size: .9em;
	background-color: #636363;
}

.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*/

/*vvvv PLEASE ADD ANY SITE SPECIFIC STYLES BELOW vvvv*/


/*START TEMP STYLES*/

.col-4-maintitle	{
	background-color: #F9AB02;
}

.col-5-subtitle	{
	font-size: 1em;
	font-weight: bold;
	color: #F9AB02;
	text-indent: 6px;
	background-color: #FFFFFF;

}

.col-5-maintitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #F9AB02;
	text-indent: 6px;
	background-color: #FFFFFF;

}
.col-5-contentspacer {
	background-color: #A1A1A1;
}

.col-5-contenttable {
	padding : 6px
}

.columnfour {
	width:1px; 
	background-color: #F9AB02;
}

.columnfive {
	background-color: #A1A1A1;
}

#PPVhelp {
	background: #000;
}

#PPVhelp p {
	color: #fff;
	/*background-color: #000;*/
}

#PPVhelp h2 {
	color: #fff;
	/*background-color: #000;*/
}

#PPVhelp a:active {
	font-size: 12px;
	color: #Fff;
	text-decoration: underline;
}
#PPVhelp a:link {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
#PPVhelp a:visited {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
#PPVhelp a:hover {
	font-size: 12px;
	color: #F8BF62;
	text-decoration: none;
}

/**************************************************************************************************************************************************************/
/*XHTML Layout Styles*/
/**************************************************************************************************************************************************************/

/*Overall site container styles*/
#container{
}

#header {
	height:158px;
	background:url(../../images/header_bgspacer.gif) repeat-x; /*must add full image path or secure header can't find image*/
}

#logo {
	position: absolute;
	top: 19px;
	right: 35px;
}

#header_right {
	position: absolute;
	top: 19px;
	right: 0;
}

#header_left {
	position: absolute;
	top: 0;
	left: 0;
}

/*When positioning a div absolute, you must have a 'top or bottom' value and a 'right or left' value*/
#utilityNav {
	position: absolute;
	top:119px;
	right: 35px;
	width: 450px;
	margin:0;
	padding:0;
}

#utilityNav ul {
	height:10px;
	margin:0;
	padding:0;
}

#utilityNav li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

#utilityNav a {
	display: block;
	overflow: hidden;
	margin:0;
	height:0px;
	padding:32px 0 0 0;
	text-decoration:none;
}



#utilityNav a:hover, #utilityNav a:active, #utilityNav a:focus {
	background-position: 0 -32px;
}

#home {
	width: 44px;
}

#home a  {
	width: 44px;
	background: url(../../images/bttn_home.gif) no-repeat;
}

#about {
	width: 86px;
}

#about a  {
	width: 86px;
	background: url(../../images/bttn_about.gif) no-repeat;
}

#contact {
	width: 53px;
}

#contact a  {
	width: 53px;
	background: url(../../images/bttn_contact.gif) no-repeat;
}

#search {
	width: 71px;
}

#search a  {
	width: 71px;
	background: url(../../images/bttn_search.gif) no-repeat;
}

#links {	
	width: 59px;
}

#links a  {	
	width: 59px;
	background: url(../../images/bttn_links.gif) no-repeat;
}

#testimonials {	
	width: 81px;
}

#testimonials a  {	
	width: 81px;
	background: url(../../images/bttn_testimonials.gif) no-repeat;
}

#content {
	position:relative;
	margin: 0 21px 0 168px;
	background:#636363;
}

#contentTopLeft {
	background:url(../../images/content_topleftcorn.gif) no-repeat;
}

#contentTopRight {
	background:url(../../images/content_toprightcorn.gif) no-repeat top right;
}

#contentBotLeft {
	background:url(../../images/content_botleftcorn.gif) no-repeat bottom left;
}

#contentBotRight {
	position:relative;
	height:auto !important;
	height: /**/ 500px;
	min-height: 500px;
	padding: 30px 24px 24px 24px;
	background:url(../../images/content_botrightcorn.gif) no-repeat bottom right;
}

#content table {
	
}
/*End overall container styles*/

/*Index page styles*/
#register {
	display:none;
}

#promo {
}

#businessNews {
	position: absolute;
	width: 213px;
	top: 0;
	right: 0;
	background:#A1A1A1 url(../../images/newstop.gif) no-repeat top;
}

#businessNewsBottom {
	color: #000000;
	padding: 29px 5px 5px 5px;
	height:auto !important;
	height: /**/ 500px;
	min-height: 500px;
	background:url(../../images/newsbottom.gif) no-repeat bottom;
	z-index: 30;
}

#businessNewsBottom a:active {
	color: #000000;
	text-decoration: none;
}
#businessNewsBottom a:link {
	color: #000000;
	text-decoration: none;
}
#businessNewsBottom a:visited {
	color: #000000;
	text-decoration: none;
}
#businessNewsBottom a:hover {
	color: #000000;
	text-decoration: underline;
}

#businessNews th {
	display:none;
}

#firmNews {

}

#firmNews th {
	display:none;
}

#printNews {
	margin: 0 20px 20px 20px;
	font-size:.8em;
	color: #000000;
	background: #ffffff;
}

#welcome {
	margin: 0 230px 0 0;
}

/*End Index page styles*/

#spacer {
	height:50px;
}

/*Footer styles*/

#footer {
	position:absolute;
	bottom:0;
}

#footerLinks {
	position: absolute;
	background: url(../../images/footer_line.gif) no-repeat;
	height: 94px;
	width: 117px;
	font-size:0.8em;
	text-align: right;
	left:-152px;
	bottom:-20px;
	padding: 25px 0 0 0;
}

#footer a:active {
	color: #fff; 
	text-decoration: none;
}

#footer a:link {	
	color: #fff;
	text-decoration: none;
}

#footer a:visited {
	color: #BBBBBB;
	text-decoration: none;
}

#footer a:hover {
	color: #F9AB02;
	text-decoration: none;
}

#footerCopyright {
	position: absolute;
	color: #fff;
	font-size: .8em;
	text-align: center;
	clear: both;
	bottom:15px;
	left:10px;
}

/*End Footer styles*/

/*Our Services styles*/
#ourservices {
	position: relative;
	padding:0;
	margin:0;
	height:auto !important;
	height /**/:450px;
	min-height: 450px;
}

#ourservices_content {
	position: relative;
	margin: 0 175px 0 0;
}

#ourservices_nav {
	position:relative;
	float:right;
	width:169px;
	background:#E4E5E6;
	margin:0 0 0 20px;
}

#ourservices_nav ul{
	list-style:none;
	margin:6px;
	padding:0;
}

#ourservices_nav h3{
	margin:6px;
	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;
}

#qbeTable th {
display:none;
}
/*End Business News Page Styles*/