/***************************************************** Import menu stylesheet 
*********************************************************************************/
@import url(layout.css);
@import url(menu.css );
@import url(shared.css );
@import url(form.css );
@import url(inktomi.css );
@import url(ppv.css); /*amend if site with coloured background */
/**************************************************************************************************************************************************************/

/* Search and replace the following colors ON ALL OF THE ABOVE CSS */

/* #051C43 - used for BODY, P, TD, LI, FOOTER TEXT, FORMS */
/* #051C43 - used for TITLE, H1-H6, TABLE SUB HEADINGS, HR */

/* #051C43 - LINKS:LINK:ACTIVE, FOOTER:LINK, PPV-FOOTER:LINK:ACTIVE */
/* #051C43 - used for LINKS:VISITED, FOOTER:VISITED, PPV-FOOTER:VISITED */
/* #051C43 - used for LINKS:HOVER, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* GRAY - 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!! */

/* #5079BC - 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) */
/* #051C43 - 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, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .75em;
	color: #051C43;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.45em;
	font-weight: bold;
	color: #051C43;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #051C43;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #051C43;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	color: #051C43;
}

hr	{
	color: #051C43;
	height: 1px;
}

/********** List items *************/
li {
	color: #051C43;
}

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).*/

/********** End List items *************/

.redtext {
	color: #F42A41;
}

/************* LINKS **************/

a:active {
	color: #051C43;
	font-weight: bold;
	text-decoration: underline;
}
a:link {
	color: #051C43;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #051C43;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #051C43;
	font-weight: bold;
	text-decoration: none;
}
/*navigation links which are not footer links*/

a.subnav:active {
	font-size: .8em;
	font-weight: bold;
	color: #051C43;
	text-decoration: none;
}
a.subnav:link {
	font-size: .8em;
	font-weight: bold;
	color: #051C43;
	text-decoration: none;
}
a.subnav:visited  {
	font-size: .8em;
	font-weight: bold;
	color: #051C43;
	text-decoration: none;
}
a.subnav:hover {
	font-size: .8em;
	font-weight: bold;
	color: #051C43;
	text-decoration: none;
}
/*navigation links which are not footer end*/

/*smallinks - used in PPV*/

a.smalllink:active  {
	font-size: .95em;
	font-weight: bold;
	color: #051C43;
	text-decoration: underline;
}

a.smalllink:link  {
	font-size: .95em;
	font-weight: bold;
	color: #051C43;
	text-decoration: underline;
}
	
a.smalllink:visited  {
	font-size: .95em;
	font-weight: bold;
	color: #051C43;
	text-decoration: underline;
}

a.smalllink:hover  {
	font-size: .95em;
	font-weight: bold;
	color: #051C43;
	text-decoration: none;
}

.smalltext {
	font-size: .95em;
	color: #051C43;
}

.smalltextbold {
	font-size: .95em;
	font-weight: bold;
	color: #051C43;
}

/*********** Footer Links **********/

.footerlink a:active {
	font-size: .95em;
	color: #051C43;
	font-weight: normal;
	text-decoration: none;
}

.footerlink a:link {
	font-size: .95em;
	color: #051C43;
	font-weight: normal;
	text-decoration: underline;
}

.footerlink a:visited {
	font-size: .95em;
	color: #051C43;
	font-weight: normal;
	text-decoration: underline;
}

.footerlink a:hover {
	font-size: .95em;
	color: #051C43;
	font-weight: normal;
	text-decoration: none;
}


/*End Footer styles*/

/************ END LINKS ***************/



/************ TABLES ******************/

.tablelines {
	border: 1px solid #9B9D9C;
}
/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #051C43;
	padding: 0.25em;
	background: url(../../images/bg_table_titles.jpg) top repeat-x;
}
/*Not on all tables, only present if table has an extra heading*/

.tablehead {
	font-size: 1.1em;
	font-weight: bold;
	color: #051C43;
	padding: 0.25em;
}
/*Contains headings of table rows or columns.*/

.tablebody {
	font-size: .9em;
	color: #051C43;
	padding: 0.25em;
}

.tabletotal {
	font-size: .9em;
	font-weight: bold;
	color: #051C43;
	padding: 0.25em;
}
/*Contains total, or highlighted areas.*/

.tableSubHeading {
	font-weight: bold;
	color: #051C43;
}

/* styles to make round cornered boxes, can also be square depending on images used*/
.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	color: #051C43;
}

.bgColorContent {
	font-size: 1em;
	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 borders/dotted lines*/ 
.borderhorizontal {
	background-image: url(/images/stylesheets/borderhorizontal.gif);
}

.bordervertical {
	background-image: url(/images/stylesheets/bordervertical.gif);
}

/*************** END TABLES *******************/



/************** PLEASE ADD ANY SITE SPECIFIC STYLES BELOW ********************/


/***** Index page Styles ******/

#logo {
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
	display:inline;
}

a img { border: none; }

#logo_print { display: none; }

#copyright {
	color: #051C43;
}

#welcome {
	margin: 0;
	padding: 0;
}

#businessNews {

}

#businessNews th {
	display: none;
}

/***** End Index Page Styles ******/


.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float:right;
}

#printNews {
	margin: 0 20px 20px 20px;
}

/*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*/

#contactsForm {
	margin: 0 200px 0 0;
}


