/***************************************************** Import menu stylesheet *********************************************************************************/
@import url(menu.css );
@import url(shared.css );
@import url(inktomi.css );
@import url(form.css );
/**************************************************************************************************************************************************************/

/* Search and replace the following colors */

/* #004765 - used for BODY, P, TD, LI, FOOTER TEXT, FOOTER:LINK, FOOTER:VISITED, PPV-FOOTER:LINK, PPV-FOOTER:ACTIVE, PPV-FOOTER:VISITED */

/* #EF7C0A - used for TITLE, H1-H6, HEADING1-HEADING6, TABLE SUB HEADINGS, HR, LINKS:LINK */
/* #999999 - used for LINKS:VISITED */
/* #EF7C0A - used for LINKS:HOVER, LINKS:ACTIVE, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* #004765 - used for (ppv/search)COLUMNTWO(dividing line bgcolor), TABLE LINES */
/* #FFF - 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!! */

/* #EF7C0A - 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) */
/* #004765 - 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:#004765;
	margin:0;
	padding:0;
	text-align: center;
}

strong {
	font-weight:bold;
}
	
h1, .heading1, .maintitle-help, .maintitle-reference, .maintitle-home, .maintitle-admin, .maintitle-career, .maintitle-interact, .maintitle-news {
	font-size: 1.4em;
	font-weight: bold;
	color: #EF7C0A;
}

h2,	.heading2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #EF7C0A;
}

h3, .heading3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #004765;
}

h6, .heading6 {
	font-size: 1em;
	font-weight: bold;
	color: #004765;
}

hr	{
	color: #004765;
	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: #004765;
}

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: #EF7C0A;
	text-decoration: underline;
}
a:link {
	color: #004765;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #EF7C0A;
	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: #EF7C0A;
	text-decoration: none;
}
a.subnav:link {
	font-size: .9em;
	font-weight: bold;
	color: #004765;
	text-decoration: underline;
}
a.subnav:visited  {
	font-size: .9em;
	font-weight: bold;
	color: #004765;
	text-decoration: underline;
}
a.subnav:hover {
	font-size: .9em;
	font-weight: bold;
	color: #004765;
	text-decoration: none;
}
/*navigation links which are not footer end*/

/*start navlink used for PPV*/
a.navlink:active { 
	color: #EF7C0A;
	text-decoration: underline;
}

a.navlink:link { 
	color: #EF7C0A;
	text-decoration: underline;
}

a.navlink:visited  {
	color: #999999;
	text-decoration: underline;
}

a.navlink:hover { 
	color: #EF7C0A;
	text-decoration: none;
}

.navlink {
	color: #004765; /* Set font colour */
	background-color: #ffffff; /* Set BG Colour Of Nav Bar */
	text-align: left;
}

a.ppv-footerlink:active {
	font-size: 1em; 
	color: #EF7C0A;
	text-decoration: underline;
}

a.ppv-footerlink:link {
	font-size: 1em; 
	color: #EF7C0A;
	text-decoration: underline;
}

a.ppv-footerlink:visited  {
	font-size: 1em;
	color: #999999;
	text-decoration: underline;
}

a.ppv-footerlink:hover {
	font-size: 1em;
	color: #EF7C0A;
	text-decoration: none;
}

.ppv-footer {
	font-size: 1em;
	color: #004765;
}/* 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: #FFF;
	text-align: left;
}

.columntwo { 
	background-color: #A8A8A8;
	text-align: left;
}

.columnthree {
	background-color: #FFF;
	text-align: left;
}

.col-1-maintitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #004765;
	text-indent: 6px;
	background-color: #EF7C0A;
}

.col-1-subtitle {
	font-size: 1em;
	font-weight: bold;
	color: #004765;
	text-indent: 6px;
	background-color: #EF7C0A;
}

.col-3-maintitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #004765;
	text-indent: 6px;
	background-color: #EF7C0A;
}

.col-3-subtitle	{
	font-size: 1em;
	font-weight: bold;
	color: #004765;
	text-indent: 6px;
	background-color: #EF7C0A;
}

#PPVhelp {
	color: #004765;
}

/*end column classes - used in PPV & Search*/

/*smalllinks - used in PPV*/
a.smalllink:active  {
	font-size: 10px;
	font-weight: bold;
	color: #004765;
	text-decoration: underline;
}

a.smalllink:link  {
	font-size: 10px;
	font-weight: bold;
	color: #004765;
	text-decoration: underline;
}
	
a.smalllink:visited  {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}

a.smalllink:hover  {
	font-size: 10px;
	font-weight: bold;
	color: #004765;
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
	color: #004765;
}

.smalltextbold {
	font-size: 10px;
	font-weight: bold;
	color: #004765;
}
/* Inktomi Styles End */

/*format tables*/
.tablelines {
	background-color: #004765;
}/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EF7C0A;
}/*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: #004765;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/

.tablebody {
	font-size: .9em;
	color: #004765;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains main body of the table.*/

.tabletotal {
	font-size: .9em;
	font-weight: bold;
	color: #004765;
	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: #EF7C0A;
}

.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.2em;
	font-weight: bold;
	text-align:left;
	color: #FFF;
}

.bgColorContent {
	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*/



/*used for manually set text box*/
/*form elements end*/

.redtext {
	color: RED;
}

/*vvvv PLEASE ADD ANY SITE SPECIFIC STYLES BELOW vvvv*/


/*START TEMP STYLES*/

.col-4-maintitle	{
	background-color: #004765;
}

.col-5-subtitle	{
	font-size: 1em;
	font-weight: bold;
	color: #004765;
	text-indent: 6px;
	background-color: #EF7C0A;

}

.col-5-maintitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #004765;
	text-indent: 6px;
	background-color: #EF7C0A;

}
.col-5-contentspacer {
	background-color: #FFF;
}

.col-5-contenttable {
	padding : 6px
}

.columnfour {
	width:1px; 
	background-color: #004765;
}

.columnfive {
	background-color: #FFF;
}

/**************************************************************************************************************************************************************/
/*XHTML Layout Styles*/
/**************************************************************************************************************************************************************/

/*Overall site container styles*/
#container{
	position:relative;
	width:700px;
	margin:0 auto;
	padding:0;
	background:#FFF;
	text-align: left;
	border: 1px solid #FFf;
}

#header {
	position:relative;
	height:160px;
}

#logo {
	position: absolute;
	top: 30px;
	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: 96px;
	right: 0;
}
#utilityNav a:link{
	text-decoration:none;
	color: #004765;
	font-weight: bold;
}

#utilityNav a:visited{
	text-decoration:none;
	color: #004765;
	font-weight: bold;
}

#utilityNav a:active{
	text-decoration:none;
	color: #004765;
	font-weight: bold;
}

#utilityNav a:hover{
	text-decoration:none;
	color: #EF7C0A;
	font-weight: bold;
}

#content {
	position:relative;
	height: auto !important; /*keeps footer pushed down below content*/
	height /**/ :500px;		/*keeps footer pushed down below content*/
	min-height: 250px;		/*keeps footer pushed down below content*/
	padding: 20px 20px 50px 20px;
	margin:0;
	border: 1px solid #A8A8A8;
}

#contentHome {
	position:absolute;
	top:159px;
	left:0;
	height: auto !important; /*keeps footer pushed down below content*/
	height /**/ :500px;		/*keeps footer pushed down below content*/
	min-height: 250px;		/*keeps footer pushed down below content*/
	padding: 20px 20px 50px 20px;
	margin-top: 159px;
	border-top: 1px solid #ff0000;
	border-left: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
}


/*End overall container styles*/

/*Index page styles*/
#register {
	display:none;
}

#registerHome {
	font-size: .9em;
	color: #004765;
}
a.registerHome:active {
	font-size: .9em;
	color: #004765;
	text-decoration: underline;
}
a.registerHome:link {
	font-size: .9em;
	color: #004765;
	text-decoration: underline;
}
a.registerHome:visited  {
	font-size: .9em;
	color: #004765;
	text-decoration: underline;
}
a.registerHome:hover {
	font-size: .9em;
	color: #EF7C0A;
	text-decoration: none;
}

#promo {

}

#newsHeader {
	height: 27px;
	background: url(../../images/news_headings.gif) no-repeat #004765;
}


#businessNews {
	float: left;
	width: 334px;
	padding: 5px 0 15px 15px;
	background-color: #EF7C0A; 
	border-left: 1px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
	height: 180px !important;
	height /**/: 220px;
	color: #FFFFFF;
}

#businessNews th {
	display:none;
}

#businessNews a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#businessNews a:visited{
	color: #004765;
}
#businessNews a:link{
	color: #004765;
	text-decoration: underline;
}
#businessNews a:active{
	color: #004765;
	text-decoration: underline;
}

#qbeTable th {
display:none;
}

#firmNews {
	float: left;
	padding: 5px 15px 15px 28px;
	width: 306px !important;
	width /**/: 364px;
	color: #FFFFFF;
	background-color: #EF7C0A; 
	border-bottom: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	height: 180px !important;
	height /**/: 220px;
}

#firmNews a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#firmNews a:visited{
	color: #004765;
}
#firmNews a:link{
	color: #004765;
	text-decoration: underline;
}
#firmNews a:active{
	color: #004765;
	text-decoration: underline;
}

#firmNews th {
	display:none;
}

#printNews {
	margin:0 20px 20px 20px;
	text-align: left;
}
/*End Index page styles*/

/*Footer styles*/
#footer {
	position: relative;
	padding:3px 0 5px 0;
	color:#004765;
	margin-top: 18px;
	text-align:center;
	font-size: 0.95em;
	clear:both;
	top: 0 !important;
	top /**/:150px;
}

#footer a:active {
	color:#EF7C0A;
	text-decoration:none;
	font-size: 0.95em;
}

#footer a:link {
	color:#004765;
	text-decoration:underline;
	font-size: 0.95em;
}

#footer a:visited {
	color:#999999;
	text-decoration:underline;
	font-size: 0.95em;
}

#footer a:hover {
	color:#EF7C0A;
	text-decoration:none;
	font-size: 0.95em;
}
/*End Footer styles*/

#welcome {
	position:relative;
	padding:0;
	margin:0;
}

#welcomeContent {
	margin-right: 225px;
	height:auto !important;
	height:  /**/450px;
	min-height: 450px;
}

#people {
	float:right;
	width:212px;
}

#testimonial {
	font-size: 0.9em;
}

/*Our Services styles*/
#ourservices {
	position:relative;
	padding:0;
	margin:0;
	height:auto !important;
	height:  /**/ 546px;
	min-height: 546px;	
}

#ourservices_content {
	position:relative;
	margin-right: 200px;
	height:auto !important;
	height:  /**/ 546px;
	min-height: 546px;	
}

#ourservices_nav {
	position:relative;
	float:right;
	width:155px;
	background:#EF7C0A;
	padding: 10px;
	color: #FFFFFF;
}

#ourservices_nav a.subnav:hover{
	color: #FFFFFF;
}

#ourservicesHeading {
	position:absolute;
	width:155px;
	font-weight:bold;
	font-size: 1.1em;
	top: 0;
	right: 0 !important;
	right: /**/ -1px;
	right  /**/: 1px;
	color: #FFF;
	background:#004765;
	padding: 5px 10px 4px 10px;
	
}

#ourservices_nav ul{
	list-style:none;
	margin:0px;
	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*/