/***************************************************** 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: 11px;
	color: #555555;
	margin: 0;
	scrollbar-face-color: #C0C0C0;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #FFFFFF;
}

b {
	font-weight: bold;
}
	
h1, .heading1, .maintitle-help, .maintitle-reference, .maintitle-home, .maintitle-admin, .maintitle-career, .maintitle-interact, .maintitle-news {
	font-size: 18px;
	font-weight: bold;
	color: #183A7F;
}

h2,	.heading2 {
	font-size: 16px;
	font-weight: bold;
	color: #183A7F;
}

h3, .heading3 {
	font-size: 14px;
	font-weight: bold;
	color: #183A7F;
}

h6, .heading6 {
	font-size: 12px;
	font-weight: bold;
	color: #183A7F;
}

hr	{
	color: #183A7F;
	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: #555555;
}

li.err-msg {
	font-weight: bold;
	color: RED;
}/*used for form errors on Registration pages etc.*/

ul {
	list-style-type: square;
}
/*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: #183A7F;
	text-decoration: underline;
}
a:link {
	color: #183A7F;
	text-decoration: underline;
}
a:visited {
	color: #4C6BA8;
	text-decoration: underline;
}
a:hover {
	color: #A1AFCC;
	text-decoration: none;
}

/*visitor register now links*/
a.register:active {
	color: #183A7F;
	text-decoration: underline;
}
a.register:link {
	color: #183A7F;
	text-decoration: underline;
}
a.register:visited {
	color: #4C6BA8;
	text-decoration: underline;
}
a.register:hover {
	color: #A1AFCC;
	text-decoration: none;
}

.registertext {
	color: #555555;
}

/*footer links*/
.footertext {
	color: #FFFFFF;
}
a.footer:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	color: #CDD5DD;
	text-decoration: none;
}

/*navigation links which are not footer links*/
a.subnav:active {
	font-size: 10px;
	font-weight: bold;
	color: #183A7F;
	text-decoration: none;
	list-style: none;
}
a.subnav:link {
	font-size: 10px;
	font-weight: bold;
	color: #183A7F;
	text-decoration: none;
	list-style: none;
}
a.subnav:visited  {
	font-size: 10px;
	font-weight: bold;
	color: #4C6BA8;
	text-decoration: none;
	list-style: none;
}
a.subnav:hover {
	font-size: 10px;
	font-weight: bold;
	color: #A1AFCC;
	text-decoration: none;
	list-style: none;
}
/*navigation links which are not footer end*/

/*start navlink used for PPV*/
a.navlink:active { 
	color: #183A7F;
	text-decoration: underline;
}

a.navlink:link { 
	color: #183A7F;
	text-decoration: underline;
}

a.navlink:visited  {
	color: #4C6BA8;
	text-decoration: underline;
}

a.navlink:hover { 
	color: #A1AFCC;
	text-decoration: none;
}

.navlink {
	color: #000000; /* Set font colour */
	background-color: #ffffff; /* Set BG Colour Of Nav Bar */
}

a.ppv-footerlink:active {
	font-size: 11px; 
	color: #183A7F;
	text-decoration: underline;
}

a.ppv-footerlink:link {
	font-size: 11px; 
	color: #183A7F;
	text-decoration: underline;
}

a.ppv-footerlink:visited  {
	font-size: 11px;
	color: #4C6BA8;
	text-decoration: underline;
}

a.ppv-footerlink:hover {
	font-size: 11px;
	color: #A1AFCC;
	text-decoration: none;
}

.ppv-footer {
	font-size: 11px;
	color: #555555;
	background-color: #FFFFFF;
}/* Add a background color in this class to change ppv footer color */

/*start column classes - used in PPV & Search*/
.columnone {
	background-color: #FFFFFF;
}

.columntwo { 
	background-color: #E4E5E6;
}

.columnthree {
	background-color: #FFFFFF;
}

.col-1-maintitle {
	font-size: 14px;
	font-weight: bold;
	color: #183A7F;
	text-indent: 6px;
	background-color: #E4E5E6;
}

.col-1-subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #183A7F;
	text-indent: 6px;
	background-color: #E4E5E6;
}

.col-3-maintitle {
	font-size: 14px;
	font-weight: bold;
	color: #183A7F;
	text-indent: 6px;
	background-color: #E4E5E6;
}

.col-3-subtitle	{
	font-size: 12px;
	font-weight: bold;
	color: #183A7F;
	text-indent: 6px;
	background-color: #E4E5E6;
}

/*end column classes - used in PPV & Search*/

/*smalllinks - used in PPV*/
a.smalllink:active  {
	font-size: 10px;
	font-weight: bold;
	color: #183A7F;
	text-decoration: underline;
}

a.smalllink:link  {
	font-size: 10px;
	font-weight: bold;
	color: #183A7F;
	text-decoration: underline;
}
	
a.smalllink:visited  {
	font-size: 10px;
	font-weight: bold;
	color: #4C6BA8;
	text-decoration: underline;
}

a.smalllink:hover  {
	font-size: 10px;
	font-weight: bold;
	color: #A1AFCC;
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
	color: #555555;
}

.smalltextbold {
	font-size: 10px;
	font-weight: bold;
	color: #555555;
}
/* Inktomi Styles End */

/*format tables*/
.tablelines {
	background-color: #E4E5E6;
}/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 14px;
	font-weight: bold;
	color: #183A7F;
	background-color: #E4E5E6;
}/*alter background color and font color. 
Not on all tables, only present if table has an extra heading*/

.tablehead {
	font-weight: bold;
	color: #555555;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/

.tablebody {
	font-size: 10px;
	color: #555555;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains main body of the table.*/

.tabletotal {
	font-weight: bold;
	color: #555555;
	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: #183A7F;
}

.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 14px;
	font-weight: bold;
	color: #183A7F;
}

.bgColorContent {
	font-size: 10px;
	background-color: #FFFFFF;
}

.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: #E4E5E6;
}

.col-5-subtitle	{
	font-size: 12px;
	font-weight: bold;
	color: #183A7F;
	text-indent: 6px;
	background-color: #183A7F;

}

.col-5-maintitle {
	font-size: 14px;
	font-weight: bold;
	color: #183A7F;
	text-indent: 6px;
	background-color: #183A7F;

}
.col-5-contentspacer {
	background-color: #ffffff;
}

.col-5-contenttable {
	padding : 6px;
	background-color: #ffffff;
}

.columnfour {
width:1px; 
	background-color: #E4E5E6;
}

.columnfive {
	background-color: #ffffff;
}

/**************************************************************************************************************************************************************/
/*Layout Styles*/
/**************************************************************************************************************************************************************/

/*Overall site container styles*/
#container {
	background: url(../../images/bg_left.gif) repeat-y;
}

/*Header styles*/
#header {
	height:158px;
	width:100%;
	background:url(../../images/top_spacer.gif) repeat-x;
}

#banner_topleft {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}

#banner_topright {
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}

/********************************************Start Top Nav styles******************************************/
#topnav {
	position:absolute;
	top:141px;
	right:82px;
	z-index:3;
}
a.topNavlink:active { 
	color: #FFFFFF;
	text-decoration: none;
}

a.topNavlink:link { 
	color: #FFFFFF;
	text-decoration: none;
}

a.topNavlink:visited  {
	color: #FFFFFF;
	text-decoration: none;
}

a.topNavlink:hover { 
	color: #CBCBCB;
	text-decoration: none;
}

.topNavlink {
	color: #FFFFFF; /* Set font colour */
}

/********************************************End Top Nav styles******************************************/

#colTwo {
	position:relative;
	padding: 30px 80px 30px 182px;
	background: url(../../images/right_bgrepeat.gif) repeat-y right;
	height:auto !important; /*keeps footer pushed down below content*/
	height/**/: 340px;		/*keeps footer pushed down below content*/
	min-height: 340px;		/*keeps footer pushed down below content*/
}

#colTwo table {
	width: auto;
}

#LogoCommunity {
	display:none;
}

#footerbar {
	position: relative;
	background: #183A7F url(../../images/footer_image.gif) no-repeat right;
	padding: 8px 78px 8px 0;
	text-align: right;
	clear:both;
}

#firmnews th, #businessnews th {
	display: none;
}

#businessNewsPage th {
	display: none;
}

#printNews {
	margin: 0 20px 20px 20px;
	font-size:.8em;
}

#welcome {
	padding: 0;
	margin: 0 85px 0 0;
}

#antenna {
	float: right;
}

#firmnews {
	float:left;
	margin: 0 30px 0 0;
}
#businessnews {
	float:left;
}

#logos {
	position: absolute;
	top: 430px;
	left: 25px;
}

#ourservices {
	position: relative;
	padding:0;
	margin:0;
	height:auto !important;
	height/**/:450px;
	min-height: 450px;
}

#ourservices_content {
	position: relative;
	margin:0 200px 0 0;
	z-index: 2;
}

#ourservices_nav {
	position:relative;
	float:right;
	width:169px;
	background:#E4E5E6;
	border:#A1AFCC 1px solid;
	margin:0 0 50px 0;
}

#ourservices_nav h3 {
	font-size:120%;
	font-weight:bold;
	padding:3px;
	margin:0;
	color:#FFF;
	background:#A1AFCC;
}

#ourservices_nav ul{
	list-style:none;
	margin:6px;
	padding:0;
}

#thankyou {
	height/**/:350px;
	min-height: 350px;
}

#qbeTable th {
display:none;
}

#window {
	width: 150px;
}
