@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	word-spacing: normal;
	text-align: center;
	vertical-align: inherit;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 8.9em;
	float: left;
	white-space: nowrap;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #A8A8A8;
	color: #A8A8A8;
	font-weight: bold;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #CC3333;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
.campaignsanddemos {
	font-size: 12px;
}
.campaignsanddemos2 {
	font-size: 14px;
}
.campaignsanddemos .campaignsanddemos2 .campaignsanddemos strong {
	text-align: right;
	font-size: 14px;
}
.e {
	color: #FC0;
}
.titlepressrelease {
	font-weight: bold;
}
.titlepressrelease2 {
	font-weight: bold;
}
.news1 {

}
.date {
	font-style: italic;
}
.boldtitle {
	font-weight: bold;
}
.italictitle {
	font-style: italic;
}
.boldtitle {
	font-weight: bold;
}
.italictitle {
	font-style: italic;
}
.twoyearsonbold {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}
.secondanniversarybold {
	font-weight: bold;
	color: #FFF;
}
.dotred {
	color: #993333;
}
.secondanniversarybold2 {
	color: #000;
}
.dotred {
	color: #993333;
}
.red {
	color: #993333;
}
.twoyearsonbold .secondanniversarybold .secondanniversarybold3 {
	color: #000;
}
.redagain {
	color: #993333;
}
.showofweek {
	font-weight: normal;
}
.guardianbold {
	font-weight: bold;
}
.tele {
	font-weight: bold;
}
.IoS {
	font-weight: bold;
}
.DM {
	font-weight: bold;
}
.Elecnight {
	font-weight: bold;
}
.twoyearsonmaintext {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.s18 {
	font-size: 18px;
}
.dot {
	color: #993333;
}
.grey {
	color: #666;
}
.grey {
	color: #333;
}
.greybold {
	font-weight: bold;
}
.white .twoyearsonbold {

}
.titleSUS {
	font-weight: bold;
}
.whitetitles {
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}
.familycampaignbold {
	font-weight: bold;
	color: #000;
}
.white .twoyearsonbold {

}
normalnames {
	font-weight: bold;
}
normal {
	font-weight: bold;
}
.italicnews {
	font-style: italic;
}
.italic {
	font-style: italic;
}
.white2 .twoyearsonbold {
	font-weight: bold;
}
.plaintxt {
	font-weight: normal;
}
plaintxt2 {
	font-weight: normal;
}
.news {
	font-style: italic;
}
.newsbold {
	font-weight: bold;
}
.news {
	font-style: italic;
}
.newsbold {
	font-weight: bold;
}
.plaintxt {
	font-weight: normal;
}
.plaintxt {
	font-weight: normal;
}
.news {
	font-style: italic;
}
.newsbold {
	font-weight: bold;
}
.news {
	font-style: italic;
	font-weight: normal;
}
.newsbold {
	font-weight: bold;
}
.boldPRtitles {
	font-weight: bold;
}
.boldPRtitles {
	font-weight: bold;
}
.boldPRtitles centre {
	text-align: center;
}
.boldPRtitles .boldPRtitles {
	text-align: center;
}
.PRcentre {
	text-align: center;
}
.PRcentre {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsdate {
	font-style: italic;
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.boldtitlenew {
	font-weight: bold;
}
.boldtitlenew {
	font-weight: bold;
}
.boldtitlenew {
	font-weight: bold;
}
boldtitlenew {
	font-weight: bold;
}
boldtitlenew {
	font-weight: bold;
}
.uffc {
	font-weight: bold;
}
supportedby {
	font-weight: bold;
}
redtext {
	color: #F00;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {
	font-weight: bold;
}
.newsbold {


}
.bolddonate {
	font-weight: bold;
}
.boldmailinglist {
	font-weight: bold;
}
.news .news1 {
	font-weight: normal;
}
.pressreleasebold {
	font-weight: bold;
}
.pressreleasebold {
	font-weight: bold;
}
.pressreleasebold {
	font-weight: bold;
}
.leftpress {
	text-align: left;
}
.pressreleasebold {
	font-weight: bold;
}
.pressreleasebold {
	font-weight: bold;
}
.leftpress {
	text-align: left;
}
.leftpress {
	text-align: left;
	font-weight: bold;
}
notebold {
	font-weight: bold;
}
boldpress {
	font-weight: bold;
}
.contactbold {
	font-weight: bold;
}
.leftpress {
	text-align: left;
	font-weight: normal;
}
.boldpress {
	font-weight: bold;
}
.leftpress {
	text-align: left;
}
.centrepress {
	text-align: center;
}
.white21 p .twoyearsonbold {
	text-align: center;
}
.newnotbold {
	font-weight: normal;
}
.newsnotbold2 {
	font-weight: normal;
}
.newsitalic {
	font-style: italic;
	font-weight: normal;
}
newsitalic {
	font-style: italic;
}
news italic {
	font-style: italic;
}
newsnotbold {
	font-weight: normal;
}
.newsnotbold3 {
	font-weight: normal;
}
.newsnotbold {
	font-weight: normal;
}
.newbold4 {
	font-weight: bold;
}
.newsitalic3 {
	font-style: italic;
}
.newsnotbold5 {
	font-weight: normal;
}
.newitalic5 {
	font-style: italic;
}
.notbold {
	font-weight: normal;
}
.notbold {
	font-weight: normal;
}
.italicnews6 {
	font-style: italic;
}
.newsheadingnonbold {
	font-weight: normal;
}
.italicnews {
	font-style: italic;
	font-weight: normal;
}
.newnonbold {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.boldmiddletitle {
	text-align: center;
}
.boldtitlepress {
	font-weight: bold;
}
.centre {

}
lefttext {
	text-align: left;
}
.redtitle {
	color: #F00;
}
.BOLD2 {
	text-align: left;
}
newswhite {
	color: #FFF;
}
.centre {
	text-align: center;


}
.justified {
	text-align: justify;
}
.left {
	text-align: left;
}
.centrepr {
	text-align: center;
}
.centrepr {
	font-weight: bold;
}
.bold ins {
	color: #00F;
}
.white211 p a ins strong {
	color: #00F;
}
.left {
	text-align: left;
}
.bluetext {
	color: #00F;
}
.bluetext strong {
	color: #BC625D;
}
.red bold {
	color: #900;
}
.twoyearsonbold a {
	color: #930;
}
bluetext {
	color: #00F;
}
.redtext {
	color: #930;
}
.redagain {
	color: #930;
}
