/*	SCREEN CSS
==		Default stylesheet for html clients
==
==	HISTORY
==		2006-06-13	v1.0	Initial version
==		2006-06-16	v1.1	Updated to style homepage																					David Barr
==		2006-06-19	v1.2	Updated cos block elements are playing silly buggers				Richard Kingston
==		2006-06-20	v1.3	Redeveloped DIV's as per http://www.glish.com/css/7.asp			Richard Kingston
==		2006-06-21	v1.4	Changed from DIV's to TD's to reach launch deadline					Richard Kingston
==		2006-06-22  v1.5	Language bar styling completed.															Richard Kingston
==		2006-06-23 	v1.6	Footer styling completed.																		Richard Kingston
==		2006-09-26	v2.0	Redeveloped from TABLES to DIVs															Richard Kingston
==
================================================================================================= */

/* GENERIC OBJECTS
Provides generic styling options
================================================================================================= */
BODY
{
	background-color: #2a0001;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 0.8em;
	padding: 0px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

H1
{
	color: #990000;
	font-size: 1.2em;
	margin-top: 0px;
}

H2
{
	color: #000000;
	font-size: 1.1em;
}

H3
{
	color: #000000;
	font-size: 0.9em;
}

H4
{
	color: #000000;
	font-size: 0.9em;
}

IMG
{
	border: 0px;
}

A
{
	
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

FORM
{
	margin: 0px;
}

OL
{
	list-style-type: decimal;
}

/* CORPORATE ID BAR
Styling definitions for the global corporate id bar
================================================================================================= */
#tblHeader
{
	width: 100%;
	height: 93px;
	border: none;
	padding: 0px;
	margin: 0px;
}

#tdLogo
{
	vertical-align: bottom;
	width: 414px;
}

#imgCorporateIdBarLogo
{
	background-image: url(header.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 93px;
	width: 414px;
}

#tblCorporateIdBar
{
	background-image: url(header_strip.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 64px;
	width: 100%;
}

#tdCorporateIdBarLogo
{
	height: 64px;
	width: 274px;
}

#tdCorporateIdBarLogo #imgCorporateIdBarLogo2
{
	background-image: url(header2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 64px;
	width: 274px;
}

#imgCorporateIdBarRight
{
	background-image: url(header_right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 64px;
	width: 9px;
}

#tdCorporateIdBarSearch
{
	background-image: url(header_strip.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#tdCorporateIdBarSearch2
{
	background-color: #ffffff;
	border: solid 2px #AB0101;
	padding: 2px;
	/*padding-right: 10px;*/
	/*position: absolute;
	right: 30px;*/
	text-align: right;
	/*top: 90px;*/
	width: 100%;
}

#tdCorporateIdBar #divCorporateIdBarSearch #lblSearch
{

}

#searchString
{
	color: #888888;
	width: 220px;
}

#tdCorporateIdBar #divCorporateIdBarSearch #btnSubmit
{
	
	height: 21px;
	width: 30px;
}


/* SECTION ID BAR
Styling definitions for the section id bar
================================================================================================= */
#divSectionIdBar
{
	background-image: url(bgSectionIdBar.gif);
	background-position: center top;
	background-repeat: repeat-x;
	height: 65px;
}

#divSectionIdBar #imgSectionIdBarCoatOfArms
{
	background-image: url(bgSectionIdBarCoatOfArms.gif);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	height: 65px;
	left: 0px;
	top: 29px;
	width: 185px;
}

#divSectionIdBar #imgSectionIdBarStrapline
{
	background-image: url(bgSectionIdBarStrapline.gif);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	height: 65px;
	right: 0px;
	top: 29px;
	width: 245px;
}

/* BREADCRUMBS BAR
Provides style definitions for the history trail / breadcrumb bar
================================================================================================= */
#divBreadcrumbs
{
	background-color: #ffffff;
	padding: 6px;
}

/*
====================================================================================================
==	NEWS BAR STYLES
====================================================================================================
*/
#tblNewsBar
{
	width: 100%;
}
#tdNewsBarTitle
{
	/*margin-left: 60px;
	margin-top: 30px;*/
	background-color: #AB0101;
	color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	/*padding-bottom: 10px;*/
	width: 85px;
}

#tdNewsBarTitle A
{
	color: #ffffff;
	/*width: 80px;*/ 
}

#tdNewsBarContent
{
  /*border: 1px #AB0101 solid;*/
	background-color: #ffffff;
	padding-left: 6px;
	padding-right: 6px;
	/*padding-bottom: 10px;
	width: 250px;*/
}

/*
====================================================================================================
==	TOP NAVIGATION BAR STYLES
====================================================================================================
*/
#tblTopNav
{
	background-color: #FFFFFF;
	border: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#tblTopNavBar
{
	background-color: #ffffff;
	border: none;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	width: 100%;
	
}

#tdTopNavBar
{
	border: 1px Solid #FFFFFF;
	background-color: #AB0101;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	width: 25%;	
	padding: 4px;
}

#tdTopNavBar A
{
	color: #ffffff;
}

#left_edge
{
	background-image: url(left_edge.gif);
	background-position: top left;
	background-repeat: repeat-y;
	vertical-align: bottom;
	width: 12px;
}

#right_edge
{
	background-image: url(right_edge.gif);
	background-position: top right;
	background-repeat: repeat-y;
	vertical-align: bottom;
	width: 12px;
}

/*
====================================================================================================
==	MAIN NAVIGATION BAR STYLES
====================================================================================================
*/
#tblMainNavBar
{
	border-top: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
}

#tblMainNavBar TD
{
	/*border: 1px solid #000000;*/
	background-color: #AB0101;
	color: #FFFFFF;
	font-weight: bold;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	width: 15%;	
	padding: 4px;
	
}

/*
====================================================================================================
==	LEFT NAVIGATION BAR STYLES
====================================================================================================
*/
#tblLeftNavBar
{
	/*top: 50px;*/
	border: #ffffff solid;
}

#tblLeftNavBar TD
{
	background-color: #AB0101;
	color: #FFFFFF;
	font-weight: bold;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	width: 10%;	
	padding: 4px;
	
}

/* NAVIGATION PANEL
Styling definitions for the navigation panel, usually situated on the left hand side
================================================================================================= */
#divNavigationPanel
{
	/*left: 4px;
	padding-bottom: 20px;
	position: absolute;
	top: 150px;*/
	width: 150px;
}

/* MENU CLASSES
Provides styling definitions for any div with a class of menu
================================================================================================= */
.divMenu
{
	background-color: #EEEEEE;
	background-image: url(bgMenuHeading.gif);
	background-position: center 1px;
	background-repeat: repeat-x;
	border: solid 1px #AAAAAA;
	padding-bottom: 10px;
	overflow-x: hidden;
}

.divMenu H1
{
	background-image: url(bgMenuIcon.gif);
	background-position: 4px 5px;
	background-repeat: no-repeat;
	border-bottom: dashed 1px #AAAAAA;
	color: #000000;
	font-size: 1em;
	margin: 0px;
	padding: 3px;
	padding-left: 20px;
}

.divMenu UL
{
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
}

.divMenu LI
{
	background-image: url(bgLiArrow.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 2px;
	padding-left: 20px;
}

.divMenu LI.liUp
{
	background-image: url(bgLiArrowUp.gif);
}

.divMenu LI.liUpLast
{
	background-image: url(bgLiArrowUp.gif);
	border-bottom: dashed 1px #AAAAAA;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.divMenu P.parDisclaimer
{
	border-top: dashed 1px #AAAAAA;
	padding: 6px;
	text-align: center;
}

.divMenu P.parNoListItems
{
	margin: 0px;
	padding: 6px;
	text-align: center;
}

/* PARAGRAPH LIST DEFINITIONS
Definitions for any UL tag with a class of 'Paragraph'
================================================================================================= */
DIV.divParagraph H1
{
	color: #000000;
	display: inline;
	font-size: 1em;
	font-weight: normal;
	margin: 0px;
	padding-right: 4px;
}

DIV.divParagraph UL
{
	display: inline;
	padding: 0px;
	margin: 0px;
}

DIV.divParagraph LI
{
	background-image: url(bgLiArrow.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	display: inline;
	padding-left: 20px;
}

/* OBJECT LIST
Definitions for object lists - e.g. search results
================================================================================================= */
DIV.divObjectList
{
	width: 100%;
}

DIV.divObjectList UL
{
	list-style-type: none;
	margin: 0px;
}

DIV.divObjectList UL LI
{
	background-position: 4px 4px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* ICON SETTINGS
Definitions for bullet point icons
================================================================================================= */
LI.li			{ background-image: url(bgLiArrow.gif); } /*default*/
LI.liPRN 	{ background-image: url(bgLiPrint.gif); }
LI.liEML 	{ background-image: url(bgLiEmail.gif); }
LI.liSVE 	{ background-image: url(bgLiSave.gif); }
LI.liFLD 	{ background-image: url(bgLiFold.gif); }
LI.liBIG 	{ background-image: url(bgLiPlus.gif); }
LI.liSML 	{ background-image: url(bgLiMinus.gif); }
LI.liHME 	{ background-image: url(bgLiHome.gif); }
LI.liHTM 	{ background-image: url(bgLiHtml.gif); }
LI.liRMT 	{ background-image: url(bgLiRemote.gif); }

/* NAVIGATION MENU DEFINITIONS
Definitions for the main navigation menu
================================================================================================= */
#divNavigation
{
	margin-bottom: 20px;
	width: 198px;
}

/* SECTION MENU DEFINITIONS
Definitions for the main top level sections navigation menu
================================================================================================= */
#divSections H1
{
	background-image: url(bgLiHome.gif);
}

/* CONTENT AREA
Provides styling definitions for the main content area of the screen
================================================================================================= */
#divContentPanel
{
	background-color: #ffffff;
	padding: 4px;
	padding-top: 7px;
}

#divContentPanel P#parContentPanelDescription
{
	font-style: italic;
}

#divContentPanel P#parContentPanelPageUpdated
{
	border-top: dashed 1px #AAAAAA;
	font-style: italic;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: right;
}

/* HOME PAGE CONTENT AREA
Provides styling definitions for the main content area of the screen
================================================================================================= */
#tdHomePageContentPanelLeftBottom
{
	background-image: url(left_edge_bottom.gif);
}

#tdHomePageContentPanelRightBottom
{
	background-image: url(right_edge_bottom.gif);
}

#tdHomePageContentPanelBottom
{
	background-image: url(bottom.gif);
	background-position: top right;
	background-repeat: repeat-x;
}
#tdHomePageContentPanel
{
	background-color: #ffffff;
	padding: 4px;
	padding-top: 7px;
}

#tdHomePageFeaturePanel
{
	background-color: #000000;
	color: #ffffff;
	width: 300px;
	height: 300px;
	padding-left: 3px; 
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* HOME PAGE FEATURE BAR
Provides styling definitions for the main content area of the screen
================================================================================================= */
#divFeatureBar
{
	border: white solid;
	background-color: #AB0101;
	padding: 4px;
	height: 75px;
}
#divFeatureBarBG #imgFeatureBar
{
	background-image: url(case-studies.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 75px;
	width: 100%;
}


/* SUPPLEMENTS PANEL
Provides styling definitions for the supplements panel, usually situated on the right
================================================================================================= */
#divSupplementsPanel
{
	width: 200px;
}

/* RELATED CONTENT MENU DEFINITIONS
Definitions for the quick links supplementary menu
================================================================================================= */
#divRelatedContent
{
	background-color: #EEEEEE;
	border: solid 1px #AAAAAA;
	padding-bottom: 10px;
	overflow-x: hidden;
	margin-bottom: 20px;
	margin-bottom: 20px;
	width: 198px;
}

#divRelatedContent H1
{
	background-color: #AB0101;
	background-image: url(bgLiHtml.gif);
	background-position: 4px 5px;
	background-repeat: no-repeat;
	border-bottom: dashed 1px #AAAAAA;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 3px;
	padding-left: 20px;
}

#divRelatedContent UL
{
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
}

#divRelatedContent LI
{
	background-image: url(bgLiArrow.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
	display: block;
	list-style-type: none;
	padding: 2px;
	padding-left: 20px;
}

/*#divRelatedContent
{
	background-color: #EEEEEE;
	background-image: url(bgMenuHeading.gif);
	background-position: center 1px;
	background-repeat: repeat-x;
	border: solid 1px #AAAAAA;
	padding-bottom: 10px;
	overflow-x: hidden;
	margin-bottom: 20px;
	width: 198px;
}

#divRelatedContent H1
{
	background-color: #AB0101;
	background-image: url(bgLiHtml.gif);
	background-position: 4px 5px;
	background-repeat: no-repeat;
	border-bottom: dashed 1px #AAAAAA;
	color: #ffffff;
	margin: 0px;
	padding: 3px;
	padding-left: 20px;
}

#divRelatedContent UL
{
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
}

#divRelatedContent LI
{
	background-image: url(bgLiArrow.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
	display: inline;
	list-style-type: none;
	padding: 2px;
	padding-left: 20px;
}*/



/* QUICK LINKS MENU DEFINITIONS
Definitions for the quick links supplementary menu
================================================================================================= */
#divQuickLinks
{
	margin-bottom: 20px;
	width: 198px;
}

#divQuickLinks H1
{
	background-color: #AB0101;
	background-image: url(bgLiHtml.gif);
	color: #ffffff;
}

/* EXTERNAL LINKS MENU DEFINITIONS
Definitions for the external links supplementary menu
================================================================================================= */
#divExternalLinks
{
	margin-bottom: 20px;
	width: 198px;
}

#divExternalLinks H1
{
	background-color: #AB0101;
	background-image: url(bgLiRemote.gif);
	color: #ffffff;
}

/* EMAIL LINKS MENU DEFINITIONS
Definitions for the email links supplementary menu
================================================================================================= */
#divEmailLinks
{
	width: 198px;
}

#divEmailLinks H1
{
	background-color: #AB0101;
	background-image: url(bgLiEmail.gif);
	color: #ffffff;
}

/* FEATURE CONTENT
Definitions for the email links supplementary menu
================================================================================================= */
#divFeatureContent
{
	width: 198px;
}

#divFeatureContent H1
{
	background-color: #AB0101;
	background-image: url(bgLiEmail.gif);
	color: #ffffff;
}
/* FOOTER CONTENT
Style definitions for the footer bar and it's content
================================================================================================= */
#divFooterBar
{
	width: 100%;
	border-top: 2px Solid #CCCCCC;
	border-left: 2px Solid #CCCCCC;
	border-right: 2px Solid #CCCCCC;
	color: #CCCCCC;
	text-align: center;
}

#divFooterBar A
{
	color: #CCCCCC;
}

/* BOTTOM BAR
Style definitions for the bottom bar and it's content
================================================================================================= */
#tdBottomBar
{
	border-left: white solid;
	border-right: white solid;
	border-bottom: white solid;
	background-color: #000000;
	padding: 4px;
	height: 28px;
}
#divBottomBar
{
	background-color: #FFFFFF;
	height: 19px;
	width: 100%;
}

/* COLOUR OPTIONS BAR
Style definitions for the bottom bar and it's content
================================================================================================= */

#divColourOptions
{
	margin-top: 20px;
	background-color: #FFFFFF;
	height: 19px;
	width: 100%;
}

#divColourOptions #spnColourOptionTitle
{
	background-color: #AB0101;
	color: #ffffff;
	height: 19px;
	width: 100%;
}

/* COLOUR OPTIONS MENU DEFINITIONS
Definitions for the quick links supplementary menu
================================================================================================= */
#divColourOptionsPanel
{
	margin-bottom: 20px;
	width: 198px;
}

#divColourOptionsPanel H1
{
	background-color: #AB0101;
	background-image: url(bgLiHtml.gif);
	color: #ffffff;
}
/* HIDDEN CONTENT
Hides any DIVs that require it - e.g. empty DIVs
================================================================================================= */
DIV.divHidden
{
	display: none;
}