/***************************************************** Import menu stylesheet *********************************************************************************/
@import url(menu.css );
@import url(shared.css );
@import url(menu_clientonly.css );
@import url(form.css );
@import url(inktomi.css );
@import url(site_clientonly.css );
/**************************************************************************************************************************************************************/

/* Search and replace the following colors */

/* #444 - used for BODY, P, TD, LI, FOOTER TEXT, FOOTER:LINK, FOOTER:VISITED, PPV-FOOTER:LINK, PPV-FOOTER:ACTIVE, PPV-FOOTER:VISITED */

/* #14214E - used for TITLE, H1-H6, HEADING1-HEADING6, TABLE SUB HEADINGS, HR, LINKS:LINK */
/* #551A8B - used for LINKS:VISITED */
/* #14214E - used for LINKS:HOVER, LINKS:ACTIVE, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* #14214E - 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!! */

/* #FFF - 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) */
/* #14214E - 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:"Trebuchet MS";
	font-size:.75em;
	color:#444;
	margin:0;
	text-align:center;
	background:#14214E;
}

table td {
	text-align:left;
}

table table td {
	text-align:left;
}

img {
	border:none;
}

#content table td {
	text-align:left;
}

#content table table {
	text-align:left;
	width:auto;
}

#content table table td {
	text-align:left;
}
	
h1, .heading1, .maintitle-help, .maintitle-reference, .maintitle-home, .maintitle-admin, .maintitle-career, .maintitle-interact, .maintitle-news {
	font-size: 1.5em;
	font-weight:normal;
	color: #14214E;
}

h2,	.heading2 {
	font-size: 1.25em;
	font-weight:normal;
	color: #14214E;
}

h3, .heading3 {
	font-size: 1.1em;
	font-weight:normal;
	color: #14214E;
}

h6, .heading6 {
	font-size: 1em;
	font-weight:normal;
	color: #14214E;
}

hr	{
	color: #14214E;
	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: #444;
}

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:#14214E;
	text-decoration:underline;
}
a:link {
	color:#14214E;
	text-decoration:underline;
}
a:visited {
	color:#551A8B;
	text-decoration:underline;
}
a:hover {
	color:#14214E;
	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: #14214E;
	text-decoration: none;
}
a.subnav:link {
	font-size:1em;
	font-weight: bold;
	color: #14214E;
	text-decoration: none;
}
a.subnav:visited  {
	font-size:1em;
	font-weight: bold;
	color: #551A8B;
	text-decoration: none;
}
a.subnav:hover {
	font-size:1em;
	font-weight: bold;
	color: #14214E;
	text-decoration: none;
}
/*navigation links which are not footer end*/

/*start navlink used for PPV*/
a.navlink:active { 
	color: #14214E;
	text-decoration: underline;
}

a.navlink:link { 
	color: #14214E;
	text-decoration: underline;
}

a.navlink:visited  {
	color: #551A8B;
	text-decoration: underline;
}

a.navlink:hover { 
	color: #14214E;
	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: #14214E;
	text-decoration: underline;
}

a.ppv-footerlink:link {
	font-size: 1em; 
	color: #14214E;
	text-decoration: underline;
}

a.ppv-footerlink:visited  {
	font-size: 1em;
	color: #551A8B;
	text-decoration: underline;
}

a.ppv-footerlink:hover {
	font-size: 1em;
	color: #14214E;
	text-decoration: none;
}

.ppv-footer {
	font-size: 1em;
	color: #444;
}/* Add a background color in this class to change ppv footer color */

/*start column classes - used in PPV & Search*/
.columnone {
	background-color: #FFF;
}

.columntwo { 
	background-color:#14214E;
}

.columnthree {
	background-color: #FFF;
}

.col-1-maintitle {
	font-size: 1.5em;
	font-weight: bold;
	color: #14214E;
	text-indent: 6px;
	background-color: #FFF;
}

.col-1-subtitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #14214E;
	text-indent: 6px;
	background-color: #FFF;
}

.col-3-maintitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #14214E;
	text-indent: 6px;
	background-color: #FFF;
}

.col-3-subtitle	{
	font-size: 1.1em;
	font-weight: bold;
	color: #14214E;
	text-indent: 6px;
	background-color: #FFF;
}

/*end column classes - used in PPV & Search*/

/*smalllinks - used in PPV*/
a.smalllink:active  {
	font-size: 10px;
	font-weight: bold;
	color: #14214E;
	text-decoration: underline;
}

a.smalllink:link  {
	font-size: 10px;
	font-weight: bold;
	color: #14214E;
	text-decoration: underline;
}
	
a.smalllink:visited  {
	font-size: 10px;
	font-weight: bold;
	color: #551A8B;
	text-decoration: underline;
}

a.smalllink:hover  {
	font-size: 10px;
	font-weight: bold;
	color: #14214E;
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
	color: #444;
}

.smalltextbold {
	font-size: 10px;
	font-weight: bold;
	color: #444;
}
/* Inktomi Styles End */

/*format tables*/
.tablelines {
	background-color: #004179;
}/*color of the narrow line deviding up the table cells*/

.tabletitle {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.4em;
	font-weight: bold;
	color: #C5D4E1;
	text-align:left;
	height:31px;
}/*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: #444;
	background-color:#EAEAEA;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/

.tablebody {
	font-size: .95em;
	color: #444;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains main body of the table.*/

.tabletotal {
	font-size: .9em;
	font-weight: bold;
	color: #444;
	background-color:#EFEFEF;
}/*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: #14214E;
}

.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.4em;
	font-weight: bold;
	color: #C5D4E1;
	text-align:left;
}

.bgColorContent {
	font-size: .95em;
	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: RED;
}

/*vvvv PLEASE ADD ANY SITE SPECIFIC STYLES BELOW vvvv*/


/*START TEMP STYLES*/

.col-4-maintitle	{
	background-color: #14214E;
}

.col-5-subtitle	{
	font-size: 1.1em;
	font-weight: bold;
	color:#14214E;
	text-indent: 6px;
	background-color: #FFF;

}

.col-5-maintitle {
	font-size: 1.25em;
	font-weight: bold;
	color:#14214E;
	text-indent: 6px;
	background-color: #FFF;

}
.col-5-contentspacer {
	background-color: #FFF;
}

.col-5-contenttable {
	padding : 6px
}

.columnfour {
	width:1px; 
	background-color: #14214E;
}

.columnfive {
	background-color: #FFF;
}

#PPVhelp {
	/* background: ###  set to desired background colour */
}

#PPVhelp p, h2 {
    color: #fff;  
}

#PPVhelp a:active {
	font-size: 1em;
	color: #fff; 
	text-decoration: underline;
}

#PPVhelp a:link {
	font-size: 1em;
	color: #fff; 
	text-decoration: underline;
}
#PPVhelp a:visited {
	font-size: 1em;
	color: #fff; 
	text-decoration: underline;
}
#PPVhelp a:hover {
	font-size: 1em;
	color: #ff0000;
	text-decoration: none;
}

/**************************************************************************************************************************************************************/
/*XHTML Layout Styles*/
/**************************************************************************************************************************************************************/

/*Overall site container styles*/
#container{
	position:relative;
	width:660px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:url(../../images/bg_1col.gif) repeat-y center;
}

#header {
	position:absolute;
	top:30px;
	left:5px;
	height:175px;
	width:650px;
	background:url(../../images/header_bg.jpg) no-repeat; /*must add full image path or secure header can't find image*/
}

/*When positioning a div absolute, you must have a 'top or bottom' value and a 'right or left' value*/
#utilityNav {
	position:absolute;
	left:14px;
	top:7px;
}

#utilityNav a {
	font-size:0.9em;
	text-decoration:none;
}

#utilityNav a:hover {
	text-decoration:underline;
}

#utilityNav a:visited {
	color:#14214E;
}

/*Start Search Box Styles*/
#searchbox {
	position:absolute;
	right:5px;
	top:0;
	width:200px;
	height:30px;
	margin:0;
	padding:9px 0 0 10px;
	color:#FFF;
	background:url(../../images/search_bg.gif) no-repeat;
	z-index:45;
}
/*End Search Box Styles*/

#SDEpromo {
	position:absolute;
	top:181px;
	right:0;
	background:#004179;
	border-top:#7FA0C1 1px solid;
	width:124px;
	height:19px;
	margin:0 5px 0 0;
	padding:3px 0 0 10px;
	color:#FFF;
	font-size:10px;
	text-align:center;
}

#SDEpromo a:link, #SDEpromo a:visited {
	color:#FFF;
	text-decoration:underline;
}

#SDEpromo a:hover, #SDEpromo a:active {
	color:#FFF;
	text-decoration:none;
}

/*Index page styles*/
#content {
	position:relative;
	margin:220px 14px 0 14px !important;
	margin: /**/ 200px 14px 0 14px;
	margin /**/: 200px 14px 0 14px;
	text-align:justify;
}

#welcome {
	text-align:justify;
	padding:0 0 50px 0;
}

#aboutUs {
	text-align:justify;
}

#register {
	position:absolute;
	top:30px;
	left:10px;
	z-index:50;
}

#register a {
	color:#FFF;
}

#businessNews {
	position:absolute;
	z-index:50;
	top:181px;
	left:5px;
	text-align:left;
	color:#FFF;
	background:#004179;
	border-top:#7FA0C1 1px solid;
}

#businessNews strong {
	position:relative;
	top:-2px;
	padding:0 0 0 5px;
}

#businessNews a {
	color:#000;
}

#businessNews th {
	display:none;
}

#firmNews th {
	display:none;
}
/*End Index page styles*/

/*Footer styles*/
#footer {
	position:relative;
	clear:both;
	height:102px;
	padding:3px 0 5px 0;
	color:#666;
	font-size:.95em;
}

#footer a:active {
	font-size:.95em;
	color:#14214E;
	text-decoration:none;
}

#footer a:link {
	font-size:.95em;
	color:#14214E;
	text-decoration:underline;
}

#footer a:visited {
	font-size:.95em;
	color:#551A8B;
	text-decoration:underline;
}

#footer a:hover {
	font-size:.95em;
	color:#14214E;
	text-decoration:none;
}

#footerLinks {
	position:absolute;
	color:#FFF;
	top:0;
	right:9px;
	height:50px;
	width:200px;
	background:url(../../images/footer_bg.gif) no-repeat;
	padding:60px 0 0 6px;
}

#footerLinks a {
	color:#FFF !important;
}

#copyright {
	position:absolute;
	top:0;
	left:0;
	padding:60px 0 0 14px;
}
/*End Footer styles*/

/*Our Services styles*/

#ourservices_nav div {
	float:left;
	padding:35px 35px 0 35px;
}

#ourservices_nav a {
	color:#14214E;
}

#ourservices_nav h3 {
	color:#14214E;
	background:url(../../images/h1_icon.gif) no-repeat;
	padding:0 0 0 20px;
}

#ourservices_nav ul {
	list-style:none;
	padding:0;
	margin:0;
}
/*End Our Services styles*/

#contactsDetails {
	margin:0 4px 0 0;
	color:#4214E;
}

/*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*/

#forms {
	float:right;
	width:184px;
	margin:0 4px 0 0;
	text-align:left;
	color:#FFF;
	clear:both;
	padding:0 0 10px 0 ;
	background:url(../../images/seperator.gif) no-repeat bottom;
}

#forms h1 {
	font-size:1.25em;
	font-weight:normal;
	color:#FFF;
	background:url(../../images/h1_icon.gif) no-repeat;
	padding:0 0 0 20px;
}

#forms a {
	color:#FFF;
	text-decoration:none;
}

#onlineAccounting {
	float:right;
	width:184px;
	margin:0 4px 0 0;
	text-align:left;
	color:#FFF;
	clear:both;
	padding:0 0 10px 0 ;
	background:url(../../images/seperator.gif) no-repeat bottom;
}

#onlineAccounting h1 {
	font-size:1.25em;
	font-weight:normal;
	color:#FFF;
	background:url(../../images/h1_icon.gif) no-repeat;
	padding:0 0 0 20px;
}

#onlineAccounting p {
	padding:0 1px 0 0;
}

#onlineAccounting a {
	color:#FFF;
	text-decoration:none;
}

#downloads {
	float:right;
	width:184px;
	margin:0 4px 0 0;
	text-align:left;
	color:#FFF;
	clear:both;
}

#downloads h1 {
	font-size:1.25em;
	font-weight:normal;
	color:#FFF;
	background:url(../../images/h1_icon.gif) no-repeat;
	padding:0 0 0 20px;
}

#downloads a {
	color:#FFF;
	text-decoration:none;
}

.more {
	margin:0;
}

#spacer {
	clear:both;
}

.iconForm {
	vertical-align:middle;
}

#qbeTable th {
display:none;
}