/***************************************************** Import menu stylesheet *********************************************************************************/
@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 */

/* #333333 - used for BODY, P, TD, LI, FOOTER TEXT, FORMS */
/* #003263 - used for TITLE, H1-H6, TABLE SUB HEADINGS, HR */

/* #003263 - LINKS:LINK:ACTIVE, FOOTER:LINK, PPV-FOOTER:LINK:ACTIVE */
/* #003263 - used for LINKS:VISITED, FOOTER:VISITED, PPV-FOOTER:VISITED */
/* #BE5900 - used for LINKS:HOVER, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* GRAY - used for (ppv/search)COLUMNTWO(dividing line bgcolor), TABLE LINES */
/* SILVER - 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!! */

/* ORANGE - 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) */
/* YELLOW - 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 */
*
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#333333;
	margin:0;
	padding:0;
}

strong {
	font-weight:bold;
}

img {
	border:none;
}
	
h1, .heading1, .maintitle-help, .maintitle-reference, .maintitle-home, .maintitle-admin, .maintitle-career, .maintitle-interact, .maintitle-news {
	font-size: 2.05em;
	font-weight: normal;
	color: #003263;
}

h2,	.heading2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #003263;
}

h3, .heading3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #003263;
}

h6, .heading6 {
	font-size: 1em;
	font-weight: bold;
	color: #003263;
}

hr	{
	color: #003263;
	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: #333333;
	margin: 6px 0px 6px 0px;
}

li.err-msg {
	font-weight: bold;
	color: RED;
}/*used for form errors on Registration pages etc.*/

ul {
	list-style-type: circle;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 30px
}

blockquote
{
	font-size: 1.2em;
	color: #003263;
}

p
{
	margin: 15px 0px 15px 0px;
}
/*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: #003263;
	text-decoration: underline;
}
a:link {
	color: #003263;
	text-decoration: underline;
}
a:visited {
	color: #003263;
	text-decoration: underline;
}
a:hover {
	color: #BE5900;
	text-decoration: underline;
}
/*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: normal;
	color: #003263;
	text-decoration: none;
}
a.subnav:link {
	font-size: .9em;
	font-weight: normal;
	color: #003263;
	text-decoration: none;
}
a.subnav:visited  {
	font-size: .9em;
	font-weight: normal;
	color: #003263;
	text-decoration: none;
}
a.subnav:hover {
	font-size: .9em;
	font-weight: normal;
	color: #BE5900;
	text-decoration: none;
}
/*navigation links which are not footer end*/


/*smalllinks - used in PPV*/
a.smalllink:active  {
	font-size: 10px;
	font-weight: normal;
	color: #003263;
	text-decoration: underline;
}

a.smalllink:link  {
	font-size: 10px;
	font-weight: normal;
	color: #003263;
	text-decoration: underline;
}
	
a.smalllink:visited  {
	font-size: 10px;
	font-weight: normal;
	color: #003263;
	text-decoration: underline;
}

a.smalllink:hover  {
	font-size: 10px;
	font-weight: normal;
	color: #BE5900;
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
	color: #333333;
}

.smalltextbold {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
/* Inktomi Styles End */

/*format tables*/
.tablelines {
	background-color: GRAY;
}/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #003263;
	background-color: white;
}/*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: #333333;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/

.tablebody {
	font-size: .9em;
	color: #333333;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains main body of the table.*/

.tabletotal {
	font-size: .9em;
	font-weight: bold;
	color: #333333;
	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: #003263;
}

.bgTop {
	/*background-image: url(/images/stylesheets/bg_top.gif);*/
	font-size: 1.4em;
	font-weight: bold;
	text-align:left;
	color: #003263;
	padding-left:10px;
}

.bgColorContent {
	font-size: 1em;
	background-color: white;
}

.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: #F42A41;
}

/*vvvv PLEASE ADD ANY SITE SPECIFIC STYLES BELOW vvvv*/




/**************************************************************************************************************************************************************/
/*XHTML Layout Styles*/
/**************************************************************************************************************************************************************/

/*Overall site container styles*/
#container{
	position:relative;
	width: 750px;
	margin: auto;
	/*border: 1px dashed red;*/
}

#header {
	height:184px;
	background:url(../../images/duck.jpg) no-repeat bottom center; /*must add full image path or secure header can't find image*/
	
}

#logo {
	float: left;
	margin: 0px 0px 0px 20px;
}

#strapline
{
	float: right;
}

/*When positioning a div absolute, you must have a 'top or bottom' value and a 'right or left' value*/
#utilityNav{
	position:absolute;
	left:10px;
	top:10px;
}

#content {
	position:relative;
	margin:0px 0 0 0;
	height:auto !important; /*keeps footer pushed down below content*/
	height: /**/ 450px;		/*keeps footer pushed down below content*/
	height /**/: 450px;
	min-height:450px;		/*keeps footer pushed down below content*/
	padding: 20px 0px 0px 10px;
}

#content h1
{
	border-bottom: 1px dashed #aaaaaa;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 10px;
	position: relative;
	left: -10px;
}

/*End overall container styles*/

/*Index page styles*/
#columnInfo
{
	float: right;
	width: 175px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#columnInfo h1
{
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	position: none;
	left: 0;
	border: none;
	font-size: 1.1em;
}

#columnInfo h1 a
{
	text-decoration: none;
}

#columnInfo p
{
	margin: 12px 0px 32px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.9em;
}

#columnInfo table.qbeTable
{
	margin: 10px 0px 0px 0px;
}

#mainContent
{
	float: left;
	margin: 0px 10px 0px 0px;
	width: 540px;
	border-right: 1px dashed #aaaaaa;
	padding: 0px 0px 0px 0px;
	height:auto !important; /*keeps footer pushed down below content*/
	height: /**/ 450px;		/*keeps footer pushed down below content*/
	height /**/: 450px;
	min-height:450px;		/*keeps footer pushed down below content*/
}

#mainContent p
{
	margin-right: 25px;
}

#register {
	display:none;
}

#promo {

}

#businessNews {

}

#businessNews th {
	display:none;
}

#firmNews {

}

#firmNews th {
	display:none;
}

#printNews {
	margin:0 20px 20px 20px;
}

#mailafriend {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: none;
}

#iconMailaFriend {
	vertical-align : bottom;
}

/*End Index page styles*/

/*Footer styles*/
#footer {
	padding:6px 6px 5px 0;
	color:#003263;
	text-align:right;
	font-size:0.75em;
	clear:both;
	width: 744px;
	margin: auto;
	margin-top: 20px;
	border-top: 3px solid #003263;
}

#logo2
{
	float: left;
	margin: 2px 0px 0px 6px;
}

#footer a:active {
	color:#003263;
	text-decoration:none;
}

#footer a:link {
	color:#003263;
	text-decoration:underline;
}

#footer a:visited {
	color:#003263;
	text-decoration:underline;
}

#footer a:hover {
	color:#BE5900;
	text-decoration:none;
}
/*End Footer styles*/

/*Our Services styles*/
#ourservices {
	padding:0;
	margin:0;
	height:auto !important;
	height: /**/ 450px;		/*keeps footer pushed down below content*/
	height /**/:450px;
	min-height: 450px;
	
	
}

#ourservices_content {
	margin-right: 175px;
}

#ourservices_nav {
	float: right;
	width:155px;
	background:#ffffff;
	margin:0 0 20px 20px;
	border-left: 1px dashed #aaaaaa;
	padding: 0px 0px 0px 20px;
}

#ourservices_nav h3
{
	font-weight: normal;
	margin: 12px 0px 12px 0px;
	font-size: 1.1em;
}

#ourservices_nav ul{
	list-style-type:none;
	margin:0px;
	padding:0;
}

#ourservices_nav li
{
	margin: 0px 0px 0px 0px;
}
/*End Our Services styles*/

#contactsForm {
	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;
}

#businessNewsPage table#qbeTable
{
	margin: 15px 0px 0px 0px;
}

#businessNewsPage table#qbeTable td
{
	padding: 2px;
}

#linksArray h3
{
	margin: 15px 0px 0px 0px;
}

#qbeTable th {
	display:none;
}
/*End Business News Page Styles*/

/* Resources Styles */

#resourcesPage h2
{
	margin: 12px 0px 12px 0px;
}

#resourcesPage h2 a
{
	font-weight: normal;
	text-decoration: none;
}

/* end resources styles */

/* team styles */

img.profilePhoto
{
	float: right;
	margin: 0px 0px 0px 20px;
}

div.pprofile
{
	margin: 0px 10px 0px 0px;
	height:auto !important; /*keeps footer pushed down below content*/
	height: /**/ 150px;		/*keeps footer pushed down below content*/
	height /**/: 150px;
	min-height:150px;		/*keeps footer pushed down below content*/
}

/* end team styles */

#contactDetails {
    clear: left;
    padding: 73px 0 0 205px;}
    
    #contactDetails p {
        margin: 0;}
    
        a#emailDetails {
            text-indent: -9999px;
            background: url(../../images/header_email.jpg) no-repeat 0 0;
            width: 199px;
            height: 16px;
            display: block;}
