/*** START The Basics ***/

	h1 { color: #D99594; }
	h2 { color: #000000; }
	h3 { color: #6A491C; }
	hr { color: #96814E; }	
	
	/* Start legacy COLOUR styles */

	.mediumtext, .strongtext, .largeststrong, .mediumText, .strongText, .largestStrong { color: #6A491C; }
	.largestbright, .largestBright { color: #96814E; }
	
	.contentLink { background-image: url(/en_GX/webadmin/assets/image/earth_arrow-bright-li.gif); }
	.contentLink a:link { text-decoration: none; color: #96814E; }
	.contentLink a:visited { text-decoration: none; color: #6A491C; }
	.contentLink a:hover { text-decoration: underline; color: #6A491C;  } 

	.indexListSplit ul li, .contentList ul li { list-style-image: url(/en_GX/webadmin/assets/image/earth_arrow-bright-li.gif); }
	.indexListSplit a:link, .contentList a:link { text-decoration: none; color: #96814E; }
	.indexListSplit a:visited, .contentList a:visited { text-decoration: none; color: #6A491C; }
	.indexListSplit a:hover, .contentList a:hover { text-decoration:underline; color: #6A491C;  } 

	
/*** END The Basics ***/
/*** END The Basics ***/
.gray_border{color:white; 
border:2px solid #cac9c9;
line-height:16px;
padding:3px;
background-color:#D99594;
padding-left:10px;
padding-right:10px;
}
/*** START The Shell ***/
/*** START The Shell ***/

	/* Applied to whole areas - individually overwritten further down in smaller places */
	#header a:link, #home a:link, #home a:visited, #countriesbox a:link { text-decoration: none; color: #96814E; }
	#header a:visited, #countriesbox a:visited { text-decoration: none; color: #6A491C; }
	#home a:hover, #center a:hover, #countriesbox a:hover { text-decoration:underline; color: #6A491C; } 

	#center a:link { text-decoration: underline; color: #c45a57; }
	#center a:visited { text-decoration: underline; color: #6A491C; }
	#center ul a:link { text-decoration: none; color: #96814E; }
	#center ul a:visited { text-decoration: underline; color: #D99594; }
	
	#footer-wrapper a:link, #footer-wrapper a:visited, #footer-wrapper a:hover { color: #6A491C; text-decoration: none; }

	#headerlang { background-image: url(/en_GX/webadmin/assets/image/earth_translations.gif); }
		
	#header .langlink a:link, #header .langlink a:visited { text-decoration: none; color: #666666; }
	#header .langlink a:hover { text-decoration:underline; color: #6A491C;  } 

	#translation a:link, #translation a:visited { text-decoration: none; }
	
	#popupclose img { border: 1px solid #96814E; }
/*** END The Shell ***/

/*** START Search ***/

	#livesearch { /* Live search results box */
		border: 1px solid #96814E;
		border-top: 1px dotted #96814E;
	}
	
	.livesearchclose { border: 1px solid #96814E; }	

/*** END Search ***/

/*** START Primary Nav ***/

	#navblock { background-color:#c45a57; } /* Entire width of nav */
	#nav a { background-color: #c45a57; background-image: url(../images/line.gif);  } /* Base tabs */

	/* Selected items */
	#navselected a { background-color: #6A491C; background-image: none; }
	ul #navselected ul { background-color: #FFFFFF; }	/* Force bg color of last (unused) column cell */
	#nav #navselected:hover ul, #nav #navselected.sfhover ul { background-color: #FFFFFF; } /* Selected outer Hover UL */

	/* Unselected items */
	#nav li ul { background-color: #FFFFFF; } /* second-level lists */

	/* A link styles */
	#nav a:link, #nav a:visited {	text-decoration: none; color: #FFFFFF; }/* Unselected basic */
	#nav a:hover { text-decoration: none; color: #6A491C; } /* Unselected hover */
	#navselected a:link, #navselected a:visited { color: #FFFFFF; } /* Selected basic */
	#navselected a:hover { text-decoration: none; color: #6A491C; } /* Selected hover */
	#nav li:hover a:link, #nav li.sfhover a:link, #nav li:hover a:visited, #nav li.sfhover a:visited { color: #c45a57; } /* Force link colour for IE6 on hover */
	
	#nav li:hover ul, #nav li.sfhover ul { /* Entire 2nd level list revealed on hover */
		border-right: 1px solid #96814E;
		border-left: 1px solid #96814E;
		border-bottom: 1px solid #96814E;
	}

	/* Base tabes on hover, treatment for special border */
	ul#nav li.sfhover a, ul#nav li:hover a {
		background-color: #FFFFFF;
		color: #6A491C;
		border-left: 1px solid #96814E;
		border-top: 1px solid #96814E;
		border-right: 1px solid #96814E;
	}
	
	#nav li:hover ul a, #nav li.sfhover ul a { /* Individual 2nd level list items, revealed with hover */
		border: 0; /* No border on sub items */
		color: #96814E;
	}
	
	/* Bright arrow for all 2nd level items */
	#nav li:hover ul a, #nav li.sfhover ul a, #nav #navselected:hover ul a, #nav #navselected.sfhover ul a { /* Individual 2nd level list items, revealed with hover */
		background-image: url(8.gif); 
		color: #D99594;
	}
	
	/* Replace bright arrow with dark for a:hover item */
	#nav li:hover ul a:hover, #nav li.sfhover ul a:hover, #nav #navselected:hover ul a:hover, #nav #navselected.sfhover ul a:hover { /* Individual 2nd level list items, revealed with hover */
		background-image: url(8.gif); 
		color: #6A491C;
	}

	/* Border adjustment for static links */
	#nav .navstaticlink:hover a, #nav .navstaticlink.sfhover a { border-bottom: 1px solid #96814E; }
	
	/* Above applied to IE6 */
	* html #nav .navstaticlink:hover a, *html #nav .navstaticlink.sfhover a { border-bottom: 0; } /* Cancel the above */
	* html #nav .navstaticlink:hover, *html #nav .navstaticlink.sfhover { border-bottom: 1px solid #96814E; } /* Repeat without 'a' */
	* html #nav .navstaticlink:hover ul li, *html #nav .navstaticlink.sfhover ul li { border-bottom: 0; } /* Cancel the above from propagating */
	
	/* Individual 2nd level list items, revealed with hover */ 
	#nav li:hover ul a:hover, #nav li.sfhover ul a:hover, #nav #navselected:hover ul a:hover, #nav #navselected.sfhover ul a:hover { background-color: #FFFFFF; text-decoration: underline; }
	
	
/*** END Primary Nav ***/

/*** START Left column ***/
	
	/* Hover for non-selected items */
	.leftnav div:hover {
		background-image: url(../project/8.gif);
		color: #6A491C;
	}
		
	.leftnav #selected { background-image: url(../project/8.gif); } /* currently selected arrow */
	
	/* Links */
	.leftnav li a:link { text-decoration: none; color: #c45a57; }
	.leftnav li a:visited { text-decoration: none; color: #6A491C; }
	.leftnav li a:hover { text-decoration:underline; color: #96814E; }
	
	.leftnav #selected a:link, .leftnav #selected a:visited { color: #D99594; }

	/* RVP */
	.rvpbox ul li { list-style-image: url(/en_GX/webadmin/assets/image/earth_arrow-bright-li.gif); }
	.rvpbox ul li a:link { text-decoration: none; color: #96814E; }
	.rvpbox ul li a:visited { text-decoration: none; color: #6A491C; }
	.rvpbox ul li a:hover { text-decoration:underline; color: #6A491C; } 

/*** END Left column ***/

/*** START Right column ***/

	/* Country contacts drop down */
	#countrycontactsddl {
		border: 1px solid #989898;
		color: #6A491C;
	}
	
	.rhbox ul li { list-style-image: url(/en_GX/webadmin/assets/image/earth_arrow-bright-li.gif); }
	.rhbox ul li a:link, .rhcontacts a:link { text-decoration: none; color: #96814E; }
	.rhbox ul li a:visited, .rhcontacts a:visited { text-decoration: none; color: #6A491C; }
	.rhbox ul li a:hover, .rhcontacts a:hover, .contactlink a:hover { text-decoration:underline; color: #6A491C;  } 

	.contactlink a:link, .contactlink a:visited { text-decoration: underline; }
	.contactlink { background-image: url(/en_GX/webadmin/assets/image/earth_arrow-bright-li.gif); }
	
	#pagetools a:link, #pagetools a:visited, #pagetools a:hover { text-decoration: none; color: #96814E;}
	#pagetools a:hover { text-decoration: underline; }
	
	#sharebox a:link, #sharebox a:visited, #sharebox a:hover { text-decoration: none; color: #96814E;}
	
	#shareboxclose {
		border-left: 1px solid #96814E;
		border-bottom: 1px solid #96814E;
	}
	
	#shareboxtriangle { background-image: url(/en_GX/webadmin/assets/image/earth_sharetriangle.gif); }
	
	#shareicons { border: 1px solid #96814E; }

	ul#pagetools li, ul#shareicons li { list-style: none; } /* Overide .rhbox icons above */
	
/*** END Right column ***/


/*** START Footer ***/

	#footerlinks { color: #666666; }
	
	#footernav a:link, #footernav a:visited { text-decoration: none; color:#D99594; }
	#footernav a:hover { text-decoration: none; background-color: #FFFFFF; border: 1px solid #D99594; }
	
	#footerlinks a:link, #footerlinks a:visited { text-decoration: none; color: #6A491C; }
	#footerlinks a:hover { text-decoration: underline; }

/*** END Footer ***/



/*** START Homepage specific ***/

	.homesubheading { color: #96814E; }
	
	.hometile { background-color: #96814E; 	}
	
	.hometile a:hover { background-color: #96814E; 	}

/*** END Homepage specific ***/
