/*	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: #CCFF66;
	background-image: url(bgBody.gif);
	background-position: left top;
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
}

H1
{
	color: #3076E0;
	font-size: 1.2em;
	margin-top: 0px;
}

H2
{
	font-size: 1.1em;
}

H3
{
	font-size: 0.9em;
}

H4
{
	font-size: 0.9em;
}

IMG
{
	border: 0px;
}

A
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

FORM
{
	margin: 0px;
}

OL
{
	list-style-type: decimal;
}

#pageContainer
{
	background-color: #FFFFFF;
}

#spanNavigationPanel
{
	background-color: #666666;
	height: 100%;
}

/* HEADER
Styling definitions for the Header
================================================================================================= */
#divHeader
{
	background-color: #CCCCCC;
	background-image: url(header.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 125px;
}

#divHeaderTitle
{
	background-image: url(headerTitle.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 26px;
	width: 238px;
	position: absolute;
	left: 540px;
	top: 27px;
}

#divHeaderTitle #imgHeaderTitle
{
	height: 26px;
	width: 238px;
}

#divHeader #spanHeaderLinks
{
	color: #FFFFFF;
	left: 0px;
	padding: 4px;
	position: absolute;
	top: 0px;
}

#divHeader #spanHeaderLinks a
{
	color: #FFFFFF;
}

#divHeader #spanHeaderSearch
{
	color: #FFFFFF;
	height: 24px;																					 /* Allows for 2px padding top and bottom */
	padding: 2px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	width: 260px;																					/* Allows for 2px padding either side */
}

#divHeader #spanHeaderSearch #lblSearch
{
	display: none;
}

#divHeader #spanHeaderSearch #searchString
{
	color: #888888;
	font-size: 1em;
	width: 201px;
}

#divHeader #spanHeaderSearch #btnSubmit
{
	height: 21px;
	font-size: 1em;
	width: 46px;
}

#divHeader #divAccessibility
{
	/*background-color: #FF3333;
	color: #FFFFFF;*/
	position: absolute;
	left: 0px;
	top: 60px;
}

#divHeader #divAccessibility UL
{
	margin: 0px;
	padding-left: 4px;
}

#divHeader #divAccessibility A
{
	background-color: #FFFFFF;
	color: #000000;
}


/* BREADCRUMBS BAR
Provides style definitions for the history trail / breadcrumb bar
================================================================================================= */
#divBreadcrumbs
{
	background-color: #0099CC;
	background-image: url(bgBreadCrumbs.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 6px;
	margin: 8px;
	height: 18px;
}

#divBreadcrumbs H1
{
	color: #FFFFFF;
	font-weight: bold;
}

#divBreadcrumbs LI
{
	background-image: url(bgLiArrowBC.gif);
}

#divBreadcrumbs LI A
{
	color: #FFFFFF;
}

#divBreadcrumbs LI A:HOVER
{
	color: #FFFFFF;
	text-decoration: none;
}

/* NAVIGATION PANEL
Styling definitions for the navigation panel, usually situated on the left hand side
================================================================================================= */
#divNavigationPanel
{
	position: absolute;
	left: 0px;
	top: 171px;
	width: 218px;
	margin-left: 8px;
}

/* NAVIGATION MENU DEFINITIONS
Definitions for the main navigation menu
================================================================================================= */
#divNavigation
{
	background-color: #FF3333;
	color: #FFFFFF;
	line-height: 200%;
	padding-top: 8px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

#divNavigation H1
{
	display: none;
}

#divNavigation UL
{
	padding: 0px;
	margin: 0px;
}

#divNavigation LI
{
	color: #000000;
}

#divNavigation A
{
	background-color: #000000;	
	color: #66CC00;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	margin: 10px;
}

#divNavigation A:HOVER
{
	/*background-color: #000000;	
	color: #66CC00;*/
	background-color: #FF3333;	
	color: #FFFFFF;
	/*background-color: #66CC00;	
	color: #000000;*/
}

/* FEATURES
Hides any DIVs that require it - e.g. empty DIVs
================================================================================================= */
#divFeature
	{
	background-color: #FF3333;
	color: #FFFFFF;
	padding: 8px;
	margin-bottom: 10px;
	}


/* SECTION MENU DEFINITIONS
Definitions for the main top level sections navigation menu
================================================================================================= */
#divSections H1
{
	background-image: url(bgLiHome.gif);
}

/* CONTACT US
Provides styling for the contact us box on the right of the homepage
================================================================================================= */
#divContactUs H1
{
	background-image: url(bgLiEmail.gif);
}

/* CONTENT AREA
Provides styling definitions for the main content area of the screen
================================================================================================= */
#divContentPanel
{
	background-color: #000000;
	color: #FFFFFF;
	margin-left: 234px;
	margin-right: 216px;
	padding: 8px;
	line-height: 150%;
}

#divContentPanel A
{
	color: #66CC00;
}

#divContentPanel A:HOVER
{
	color: #66CC00;
}

#divContentPanel #h1PageTitle
{
	background-color: #0099CC;	
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px;
	display: inline;
}




/* SUPPLEMENTS PANEL
Provides styling definitions for the supplements panel, usually situated on the right
================================================================================================= */
#divSupplementsPanel
{
	overflow: hidden;
	position: absolute;
	right: 8px;
	top: 171px;
	width: 200px;
}

#divSupplementsPanel H1
{
	background-color: #000000;
	color: #FFFFFF;
	display: inline;
	padding: 2px;
}

#divSupplementsPanel A
{
	color: #FFFFFF;
}

#divSupplementsPanel UL
{
	padding-left: 20px;
}

#divSupplementsPanel LI
{
	padding-bottom: 8px;
	list-style-image: url(bgLiArrowBC.gif);
}

#divQuickLinks
{
	background-color: #0099CC;
	color: #FFFFFF;
	margin-bottom: 8px;
	padding: 8px;
}

#divExternalLinks
{
	background-color: #0099CC;
	color: #FFFFFF;
	margin-bottom: 8px;
	padding: 8px;
}

#divEmailLinks
{
	background-color: #0099CC;
	color: #FFFFFF;
	margin-bottom: 8px;
	padding: 8px;
}

/* MENU CLASSES
Provides styling definitions for any div with a class of menu
================================================================================================= */
.divMenu
{

}

.divMenu H1
{
	/*background-color: #F7D300;
	background-image: url(bgMenuIcon.gif);
	background-position: 4px 6px;
	background-repeat: no-repeat;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-size: 1em;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 20px;*/
}

.divMenu UL
{
	/*padding: 0px;
	margin: 0px;*/
}

.divMenu LI
{
	/*background-image: url(MenuIconDefault.gif);
	background-position: 2px 3px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 15px;*/
}

.divMenu LI A
{
	/*color: #000000;*/
}

.divMenu P.parNoListItems
{
	text-align: center;
}

.divMenu P
{
	margin: 0px;
	padding: 6px;
}

/* 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 1px;
	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			{ list-style-image: url(MenuIconDefault.gif); }*/ /*default*/
/*LI.liPRN 	{ list-style-image: url(bgLiPrint.gif); }
LI.liEML 	{ list-style-image: url(bgLiEmail.gif); }
LI.liSVE 	{ list-style-image: url(bgLiSave.gif); }
LI.liFLD 	{ list-style-image: url(bgLiFold.gif); }
LI.liBIG 	{ list-style-image: url(bgLiPlus.gif); }
LI.liSML 	{ list-style-image: url(bgLiMinus.gif); }
LI.liHME 	{ list-style-image: url(bgLiHome.gif); }
LI.liHTM 	{ list-style-image: url(bgLiHtml.gif); }
LI.liRMT 	{ list-style-image: url(bgLiRemote.gif); }
LI.liPDF	{ list-style-image: url(bgLiAcrobat.gif); }
LI.liDOC	{ list-style-image: url(bgLiDocument.gif); }
LI.liGIF	{ list-style-image: url(bgLiImage.gif); }
LI.liJPG	{ list-style-image: url(bgLiImage.gif); }
LI.liXLS	{ list-style-image: url(bgLiExcel.gif); }
LI.liPPT	{ list-style-image: url(bgLiPowerpoint.gif); }
LI.liTXT	{ list-style-image: url(bgLiText.gif); }*/

/* HIDDEN CONTENT
Hides any DIVs that require it - e.g. empty DIVs
================================================================================================= */
DIV.divHidden
{
	display: none;
}

/* FEATURES
Hides any DIVs that require it - e.g. empty DIVs
================================================================================================= */
#divPrimaryTertiary
{
	position: absolute;
	left: 234px;
	top: 171px;
	width: 338px;
}

/* PRIMARY FEATURE
Hides any DIVs that require it - e.g. empty DIVs
================================================================================================= */
#divPrimaryFeature
{
	background-color: #CCCCCC;
	height: 200px;
	width: 330px;
}

/* SECONDARY FEATURE
Hides any DIVs that require it - e.g. empty DIVs
================================================================================================= */
#divSecondary
{
	position: absolute;
	right: 0px;
	top: 171px;
	width: 100%;
}

#divSecondaryFeature
{
	background-color: #0099CC;
	height: 158px;
	padding: 8px;
	margin-left: 572px;
	margin-right: 8px;
	margin-bottom: 8px;
}

#spnSecondaryFeatureTitle
{
	display: block;
	padding-bottom: 25px;
}

#spnSecondaryFeatureDesc
{
	color: #ffffff;
}

#spnSecondaryFeatureMore
{
	display: block;
	padding-top: 25px;
	text-align: right;
}

/* TERTAIRY FEATURE
Hides any DIVs that require it - e.g. empty DIVs
================================================================================================= */
#divTertiaryFeature
{
	float: left;
	width: 145px;
	background-color: #FF3333;
	padding: 8px;
	margin: 8px 8px 0px 0px;
}

#spnTertiaryFeatureImg
{
	
}

#spnTertiaryFeatureTitle
{
	color: #ffffff;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 35px;
}

#spnTertiaryFeatureDesc
{
	color: #ffffff;
}

#spnTertiaryFeatureMore
{
	display: block;
	padding-top: 60px;
	text-align: right;
}

/**/
#divSearchResults H1
{
	color: #FFFFFF;
}