/* FURNITURE DIVS */

#page-dimensions{ /*sets the width of the site*/
	width:100%;
	text-align:center;
	padding:0px;
}

#page-header {
	overflow:hidden;
	width:100%;
	margin-bottom:10px;
	background-image:url(/display_images/bg_gradient_top.gif);
	background-repeat:repeat-x;
	background-color:#F8F9FB;
}

#top-features{ /*houses accessibility, print links etc.*/
	width:760px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#left-features{
	float:left;
	width:162px;
	padding-top:20px;
}

#right-features{
	float:right;
	text-align:right;
	width:590px;
	overflow:hidden;
}

#text-sizer{
	float:left;
	font-weight:bold;
	color:#aaaaaa;
	margin-top:7px;
	height:50px;
	width:360px;
}
#text-sizer a{}
#text-sizer span{
	display:inline;
	margin:0px 3px;
}
#text-sizer .small{font-size:12px; line-height:2em;}
#text-sizer .medium{font-size:18px;font-weight:normal;}
#text-sizer .large{font-size:23px; line-height:1.2em; font-weight:normal;}

#helpline-search{
	float:right;
	width:215px;
	overflow:hidden;
	height:78px;
}
ul#header-nav{
	width:72%;
	float:right;
	margin:15px 0px 10px 0px;
	padding:0px;
	color:#AAAAAA;
}
ul#header-nav li{
	float:left;
	display:inline;
	list-style-type:none;
}
ul#header-nav span{
	display:inline;
	margin:0px 7px;
}
ul#header-nav a{
	font-family:Arial;
	font-size:1.2em;
}
ul#header-nav a.shop{
	background: transparent url("/display_images/basket.gif") right 0.1em no-repeat;
	padding-right: 20px;
}


/*TOP NAV MENU*/
#top-nav {
	width:100%;
	overflow:hidden;
	padding:0px;
	background-color:#ECF2FD;
}

#top-nav a{
	color:white !important;
	text-decoration:none;
}

#top-nav ul {
	margin:0px;
	padding:0px;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#top-nav li {
	list-style-type:none;
	float:left;
	padding:0px;
	margin:0px;
	height:27px;
	border:1px solid white;
	border-width:0px 0px 0px 1px;
}
#top-nav li a{
	background-position: left top;
	background-repeat:no-repeat;
	display:block;
	height:27px;
	text-indent:-5000px;
	overflow:hidden;
}
#top-nav li a:hover{
	background-position: left bottom;
}
#top-nav li a.information{
	background-image:url(/display_images/top_nav_information.gif);
	width:122px;
}
#top-nav li a.fundraising{
	background-image:url(/display_images/top_nav_fundraising.gif);
	width:122px;
}
#top-nav li a.research{
	background-image:url(/display_images/top_nav_research.gif);
	width:122px;
}
#top-nav li a.campaigns{
	background-image:url(/display_images/top_nav_campaigns.gif);
	width:122px;
}
#top-nav li a.inyourarea{
	background-image:url(/display_images/top_nav_inyourarea.gif);
	width:118px;
}
#top-nav li a.professionals{
	background-image:url(/display_images/top_nav_professionals.gif);
	width:145px;
}

#top-extras {
	margin-top:1px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left:15px;
	width:100%px;
	overflow:hidden;
}

.top-extra-bg-root{
	background-color:#ECF2FD;
}
.top-extra-bg-information{
	background-color:#B5253C;
}
.top-extra-bg-fundraising{
	background-color:#CD68D2;
}
.top-extra-bg-research{
	background-color:#3979DD;
}
.top-extra-bg-campaigns{
	background-color:#4DA5AF;
}
.top-extra-bg-inyourarea{
	background-color:#5EC250;
}
.top-extra-bg-professionals{
	background-color:#A9C300;
}
.top-extra-bg-talkstroke{
	background-color:#ECF2FD;
}

#top-strapline {
	float:left;
	padding:8px 10px 5px 10px;
	width:600px;
}

#top-breadcrumb {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	color: white;
	padding:4px 0px;
}

#top-breadcrumb a {
	color: white !important;
	text-decoration:underline;
}

#top-breadcrumb-root {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	padding:4px 0px 4px;
	
}

#top-breadcrumb-root a {
	text-decoration:underline;
}

#top-breadcrumb a:hover {
	text-decoration:none;
}

#top-breadcrumb span, #top-breadcrumb-root span {
	font-size:90%;
}

form#top-search{
	padding:0px;
	margin:0px;
	background-image:url(/display_images/top_search_bg.gif);
	background-repeat:no-repeat;
	float:right;
	width:213px;
	height:29px;
	text-align:left;
}
form#top-search label{
	background-image:url(/display_images/search_label.gif);
	background-repeat:no-repeat;
	text-indent:-5000px;
	height:9px;
	width:39px;
	display:block;
	float:left;
	margin:10px;
}

form#top-search #searchinput{
	background-color:white;
	padding:2px;
	width:90px;
}


#main-page-content{ /* This encloses all of the page content lower than the primary coloured menu*/
	width:760px;
	overflow:hidden;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#left-column{
	float:left;
	width:140px;
	//width:150px; /* nasty comment-hack which makes mozilla size correctly */
	margin-bottom:10px;
	padding-right:5px;
	padding-left:0px;
}

.left-column-content {
	padding:10px 10px 0px 10px;
}

#central-column-group{ /*this just houses the main column and the right column*/
	position:relative;
	padding:0px;
	margin-bottom:10px;
	float:right;
	width:598px;
}

#main-column{ /* column simply aligns middle stuff */
	position:relative;
	float:left;
	width:405px;
	border-left:1px solid #CECECE;
	border-right:1px solid #CECECE;
	overflow:hidden;
}

#main-column-wide{ /* for pages with only two columns */
	position:relative;
	float:left;
	/*width:605px;
	//width:610px;*/
	border-left:1px solid #CECECE;
	padding:0px 10px 0px 8px;
	//height:100%;
}

#main-column-full{ /* for pages with one column, such as search */
	position:relative;
	float:left;
	width:100%;
	/*width:610px;
	border-left:1px solid #CECECE;*/
	padding:0px 10px 0px 10px;
	//height:100%;
}

#main-column-twoleft{ /* for pages with two columns, wide one on the left */
	position:relative;
	float:left;
	width:520px;
	border-right:1px solid #CECECE;
	padding:0px 10px 0px 10px;
	//height:100%;
}

#right-column{
	float:right;
	width:190px;
	//width:190px; /* nasty comment-hack which makes mozilla size correctly */
}

#right-column-content{
	padding: 0px 10px;
}

#totop{
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
}

#footer{
	font-family:Arial;
	border-top: 4px solid #0162A9;
	background-color:#EEF1F6;
	margin:10px 0 0 0;
	padding:0 0 7px 0;
	font-size:0.9em;
	width:760px;
	overflow:hidden;
}

#footer-left {
	color:#AAAAAA;
	float:left;
	line-height:3em;
	padding-left:10px;
}
#footer-left span{
	display:inline;
	padding:0px 9px;
}
#footer-left .welshicon{
	background:url(/display_images/welsh.gif) left center no-repeat;
	padding-left:20px;
}

#footer-right {
	float:right;
	line-height:1.2em;
	padding-right:67px;
	text-align: right;
}

.h{
	display:none !important;
}