/*-------------------------*//* global layout styles *//*---------------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

#container{
	width:960px;
	margin:0 auto;
}

/*header*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

#header{
	float: left;
}

#header h2{
	text-align: right;
	color: #52000c;
	font-size: 1.8em;
	padding-right: 20px;
	float: right;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-weight: normal;
}

#header #logo {
	float:left;
	margin-top: 0px;
}  

#gallery { position: relative; width:960px; height:171px; margin:0; padding:0; }

#gallery img {position:absolute;z-index:1;}

#gallery img.active{z-index:3}

/*navigation*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/
#wfp {
	float:left;
	font-family:Georgia,Arial,Helvetica,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	margin-top:31px;
	color: #89001c;

}

#newsflash {
	
	float:left;
	font-family:Georgia,Arial,Helvetica,sans-serif;
	font-size:1em;
	width: 960px;
	height: 25px;
	font-weight:bold;
	text-align: center;
	margin-bottom: 15px;
	background: #dcdbb7 url(images/wpcbg.gif) no-repeat 100% 0;
	color: #89001c;

}

#nav {
	zoom: 1;
	float:right;
	clear:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin-left:25px;
	margin-top:30px;
}


/*#nav:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }*/

#nav ul{
	margin:0;
	list-style:none;
}

#nav li{
	float:left;
	margin:0 48px 8px 0;
	padding: 0;
}

#nav li.last{
	margin:0 !important ;
}

#nav a{
	display: block;
	color: #8B031F;
	_float: left;
}

#nav a span {
	height: 20px;
	display: block;
	padding: 7px 10px;
	_float: left;
	cursor: pointer;
}

#twitterlink a {
	display: block;
	float:left;
	position: relative;
	width: 54px;
	height: 54px;
	background-color: #dcdbb7;
	overflow: hidden;
	}

#twitterlink a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(http://www.westminsterforumprojects.co.uk/images/twitter_logo.gif) no-repeat 0 0;
	}

/* Required for IE*/
#twitterlink a:hover {
	cursor: pointer;
	}


#enterforum a {
	display: block;
	float:left;
	position: relative;
	width: 90px;
	height: 23px;
	background-color: #dcdbb7;
	overflow: hidden;
	}

#enterforum a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(images/enter_forum.gif) no-repeat 0 0;
	}

#enterforum a:hover span { 
	background-position: 0 -23px;
	}

#enterforum a:active span { 
	background-position: 0 -46px;
	}

/* Required for IE*/
#enterforum a:hover {
	cursor: pointer;
	}

#enterwpc a {
	display: block;
	float:left;
	position: relative;
	width: 90px;
	height: 23px;
	background-color: #dcdbb7;
	overflow: hidden;
	}

#enterwpc a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(enter_wpc.gif) no-repeat 0 0;
	}

#enterwpc a:hover span { 
	background-position: 0 -23px;
	}

#enterwpc a:active span { 
	background-position: 0 -46px;
	}

/* Required for IE*/
#enterwpc a:hover {
	cursor: pointer;
	}

#bookingbutton a {
	display: block;
	float:left;
	position: relative;
	width: 148px;
	height: 36px;
	background-color: #dcdbb7;
	overflow: hidden;
	margin-top: 7px;
	margin-right: 16px;
	}

#bookingbutton a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(http://www.westminsterforumprojects.co.uk/images/book_your_place.gif) no-repeat 0 0;
	}

#bookingbutton a:hover span { 
	background-position: 0 -36px;
	}

#bookingbutton a:active span { 
	background-position: 0 -72px;
	}

#preloaded-images {
	position: absolute;
	overflow: hidden;
	left: -9999px; 
	top: -9999px;
	height: 1px;
	width: 1px;
	}

#nav a:focus, #nav a:hover, 
#body_home #nav_home a,
#body_forum #nav_forums a,
#body_about #nav_about a,
#body_contact #nav_contact a,
#body_sponsorship #nav_sponsorship a,
#body_vacancies #nav_vacancies a {
	text-decoration: none;
	background: #dcdbb7 url(images/bg_nav.gif) no-repeat 100% 0;
}

#nav a:focus span, #nav a:hover span, 
#body_home #nav_home a span,
#body_forum #nav_forums a span,
#body_about #nav_about a span,
#body_contact #nav_contact a span,
#body_sponsorship #nav_sponsorship a span,
#body_vacancies #nav_vacancies a span {
	background: url(images/bg_nav.gif) no-repeat 0 100%;
}

#nav li.headlink ul { 
	display: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	position: absolute;
	z-index: 99;
	width: 310px;
	_clear: left;
	background-color: #e7e5c5;	
}

#nav li.headlink ul li{
	background-image: none;
	float: none;
	width: 238px;
	padding: 0;
	margin: 0;
	_float:left;
	_display:inline;
}

#nav li.headlink ul li a{
	padding: 7px 0px 8px 8px;
	width: 300px;
	zoom: 1;
}

#nav li.headlink ul a:focus, #nav li.headlink ul a:focus span, #nav li.headlink ul a:hover, #nav li.headlink ul a:hover span{
	background: #89001c;
	color: #e7e5c5;
	text-decoration: none;
}

.nav_js_background{
	background: #e7e5c5;
}

#nav li.headlink:hover ul { display: block; clear:left; }


/*sub navigation*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

#nav_sub{
	margin-bottom: 24px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #dad9aa;
	height: 41px;
}

#nav_sub ul{
	list-style:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	font-weight:bold;
	margin-top:10px;
	margin-left:15px;
}

#nav_sub ul li{
	float:left;
	margin:0 8px 5px 0;
	padding: 0;
}

#nav_sub a{
	display: block;
	color: #8B031F;
	float: left;
}

#nav_sub a span {
	display: block;
	height:14px;
	padding:9px 10px;
	float: left;
}

#nav_sub a:focus, #nav_sub a:hover,
#body_education_forum #nav_sub ul li#sub_nav_events a,
#body_education_publications #nav_sub ul li#sub_nav_publications a,
#body_education_get_involved #nav_sub ul li#sub_nav_involved a,
#body_education_core_sponsors #nav_sub ul li#sub_nav_sponsors a,
#body_education_forum #nav_sub ul li#sub_nav_about a,
#body_eet_forum #nav_sub ul li#sub_nav_events a,
#body_eet_publications #nav_sub ul li#sub_nav_publications a,
#body_eet_get_involved #nav_sub ul li#sub_nav_involved a,
#body_eet_core_sponsors #nav_sub ul li#sub_nav_sponsors a,
#body_e_forum #nav_sub ul li#sub_nav_events a,
#body_e_publications #nav_sub ul li#sub_nav_publications a,
#body_e_get_involved #nav_sub ul li#sub_nav_involved a,
#body_e_core_sponsors #nav_sub ul li#sub_nav_sponsors a,
#body_food_forum #nav_sub ul li#sub_nav_events a,
#body_food_publications #nav_sub ul li#sub_nav_publications a,
#body_food_get_involved #nav_sub ul li#sub_nav_involved a,
#body_food_core_sponsors #nav_sub ul li#sub_nav_sponsors a,
#body_health_forum #nav_sub ul li#sub_nav_events a,
#body_health_publications #nav_sub ul li#sub_nav_publications a,
#body_health_get_involved #nav_sub ul li#sub_nav_involved a,
#body_health_core_sponsors #nav_sub ul li#sub_nav_sponsors a,
#body_legal_forum #nav_sub ul li#sub_nav_events a,
#body_legal_publications #nav_sub ul li#sub_nav_publications a,
#body_legal_get_involved #nav_sub ul li#sub_nav_involved a,
#body_legal_core_sponsors #nav_sub ul li#sub_nav_sponsors a,
#body_media_forum #nav_sub ul li#sub_nav_events a,
#body_media_publications #nav_sub ul li#sub_nav_publications a,
#body_media_get_involved #nav_sub ul li#sub_nav_involved a,
#body_media_core_sponsors #nav_sub ul li#sub_nav_sponsors a
#body_business_forum #nav_sub ul li#sub_nav_events a,
#body_business_publications #nav_sub ul li#sub_nav_publications a,
#body_business_get_involved #nav_sub ul li#sub_nav_involved a,
#body_business_core_sponsors #nav_sub ul li#sub_nav_sponsors a,
#body_employment_forum #nav_sub ul li#sub_nav_events a,
#body_employment_publications #nav_sub ul li#sub_nav_publications a,
#body_employment_get_involved #nav_sub ul li#sub_nav_involved a,
#body_employment_core_sponsors #nav_sub ul li#sub_nav_sponsors a,
#body_social_forum #nav_sub ul li#sub_nav_events a,
#body_social_publications #nav_sub ul li#sub_nav_publications a,
#body_social_get_involved #nav_sub ul li#sub_nav_involved a,
#body_social_core_sponsors #nav_sub ul li#sub_nav_sponsors a,
#body_london_forum #nav_sub ul li#sub_nav_events a,
#body_london_publications #nav_sub ul li#sub_nav_publications a,
#body_london_get_involved #nav_sub ul li#sub_nav_involved a,
#body_london_core_sponsors #nav_sub ul li#sub_nav_sponsors a,
#body_wales_forum #nav_sub ul li#sub_nav_events a,
#body_wales_publications #nav_sub ul li#sub_nav_publications a,
#body_wales_get_involved #nav_sub ul li#sub_nav_involved a,
#body_wales_core_sponsors #nav_sub ul li#sub_nav_sponsors a,
#body_higher_education_forum #nav_sub ul li#sub_nav_events a,
#body_higher_education_publications #nav_sub ul li#sub_nav_publications a,
#body_higher_education_get_involved #nav_sub ul li#sub_nav_involved a,
#body_higher_education_core_sponsors #nav_sub ul li#sub_nav_sponsors a,
#body_spc_forum #nav_sub ul li#sub_nav_events a,
#body_spc_publications #nav_sub ul li#sub_nav_publications a,
#body_spc_get_involved #nav_sub ul li#sub_nav_involved a,
#body_spc_core_sponsors #nav_sub ul li#sub_nav_sponsors a,
#body_ni_forum #nav_sub ul li#sub_nav_events a,
#body_ni_publications #nav_sub ul li#sub_nav_publications a,
#body_ni_get_involved #nav_sub ul li#sub_nav_involved a,
#body_ni_core_sponsors #nav_sub ul li#sub_nav_sponsors a,
#body_i_forum #nav_sub ul li#sub_nav_events a,
#body_i_publications #nav_sub ul li#sub_nav_publications a,
#body_i_get_involved #nav_sub ul li#sub_nav_involved a,
#body_i_core_sponsors #nav_sub ul li#sub_nav_sponsors a,
{
	text-decoration: none;
	background: #dcdbb7 url(images/sub_nav_on.gif) no-repeat 100% 0;
}

#nav_sub a:focus span, #nav_sub a:hover span,
#body_education_forum #nav_sub ul li#sub_nav_events a span,
#body_education_publications #nav_sub ul li#sub_nav_publications a span,
#body_education_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_education_core_sponsors #nav_sub ul li#sub_nav_sponsors a span,
#body_eet_forum #nav_sub ul li#sub_nav_events a span,
#body_e_forum #nav_sub ul li#sub_nav_events a span,
#body_food_forum #nav_sub ul li#sub_nav_events a span,
#body_health_forum #nav_sub ul li#sub_nav_events a span,
#body_legal_forum #nav_sub ul li#sub_nav_events a span,
#body_media_forum #nav_sub ul li#sub_nav_events a span,
#body_eet_publications #nav_sub ul li#sub_nav_publications a span,
#body_e_publications #nav_sub ul li#sub_nav_publications a span,
#body_food_publications #nav_sub ul li#sub_nav_publications a span,
#body_health_publications #nav_sub ul li#sub_nav_publications a span,
#body_legal_publications #nav_sub ul li#sub_nav_publications a span,
#body_media_publications #nav_sub ul li#sub_nav_publications a span,
#body_eet_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_e_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_food_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_health_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_legal_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_media_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_eet_core_sponsors #nav_sub ul li#sub_nav_sponsors a span,
#body_e_core_sponsors #nav_sub ul li#sub_nav_sponsors a span,
#body_food_core_sponsors #nav_sub ul li#sub_nav_sponsors a span,
#body_health_core_sponsors #nav_sub ul li#sub_nav_sponsors a span,
#body_legal_core_sponsors #nav_sub ul li#sub_nav_sponsors a span,
#body_media_core_sponsors #nav_sub ul li#sub_nav_sponsors a span
#body_business_forum #nav_sub ul li#sub_nav_events a span,
#body_business_publications #nav_sub ul li#sub_nav_publications a span,
#body_business_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_business_core_sponsors #nav_sub ul li#sub_nav_sponsors a span,
#body_employment_forum #nav_sub ul li#sub_nav_events a span,
#body_employment_publications #nav_sub ul li#sub_nav_publications a span,
#body_employment_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_employment_core_sponsors #nav_sub ul li#sub_nav_sponsors a span,
#body_social_forum #nav_sub ul li#sub_nav_events a span,
#body_social_publications #nav_sub ul li#sub_nav_publications a span,
#body_social_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_social_core_sponsors #nav_sub ul li#sub_nav_sponsors a span,
#body_london_forum #nav_sub ul li#sub_nav_events a span,
#body_london_publications #nav_sub ul li#sub_nav_publications a span,
#body_london_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_london_core_sponsors #nav_sub ul li#sub_nav_sponsors a span,
#body_wales_forum #nav_sub ul li#sub_nav_events a span,
#body_wales_publications #nav_sub ul li#sub_nav_publications a span,
#body_wales_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_wales_core_sponsors #nav_sub ul li#sub_nav_sponsors a span,
#body_higher_education_forum #nav_sub ul li#sub_nav_events a span,
#body_higher_education_publications #nav_sub ul li#sub_nav_publications a span,
#body_higher_education_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_higher_education_core_sponsors #nav_sub ul li#sub_nav_sponsors a span,
#body_spc_forum #nav_sub ul li#sub_nav_events a span,
#body_spc_publications #nav_sub ul li#sub_nav_publications a span,
#body_spc_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_spc_core_sponsors #nav_sub ul li#sub_nav_sponsors a span,
#body_ni_forum #nav_sub ul li#sub_nav_events a span,
#body_ni_publications #nav_sub ul li#sub_nav_publications a span,
#body_ni_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_ni_core_sponsors #nav_sub ul li#sub_nav_sponsors a span,
#body_i_forum #nav_sub ul li#sub_nav_events a span,
#body_i_publications #nav_sub ul li#sub_nav_publications a span,
#body_i_get_involved #nav_sub ul li#sub_nav_involved a span,
#body_i_core_sponsors #nav_sub ul li#sub_nav_sponsors a span,
{
	background: url(images/sub_nav_on.gif) no-repeat 0 100%;
}

#nav_sub a{
	background: #dcdbb7 url(images/sub_nav_off.gif) no-repeat 100% 0;
}

#nav_sub a span{
	background: url(images/sub_nav_off.gif) no-repeat 0 100%;
}

/*content*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

#intro{
	float: left;
}

#body_home #intro h1, #body_home #intro h1 span{
	background: url(images/westminster_home.jpg) no-repeat;
	width: 1960px;
	height: 180px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_about #intro h1, #body_about #intro h1 span,
#body_contact #intro h1, #body_contact #intro h1 span,
#body_sponsorship #intro h1, #body_sponsorship #intro h1 span,
#body_agenda #intro h1, #body_agenda #intro h1 span,
#body_booking_form #intro h1, #body_booking_form #intro h1 span,
#body_accessibility #intro h1, #body_accessibility #intro h1 span,
#body_terms #intro h1, #body_terms #intro h1 span,
#body_privacy #intro h1, #body_privacy #intro h1 span,
#body_vacancies #intro h1, #body_vacancies #intro h1 span,
#body_events #intro h1, #body_events #intro h1 span{
	background: url(images/westminster_home.jpg) no-repeat;
	width: 960px;
	height: 207px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_eet_forum #intro h1, #body_eet_forum #intro h1 span,
#body_eet_publications #intro h1, #body_eet_publications #intro h1 span,
#body_eet_get_involved #intro h1, #body_eet_get_involved #intro h1 span,
#body_eet_core_sponsors #intro h1, #body_eet_core_sponsors #intro h1 span,
#body_eet_publications_detail #intro h1, #body_eet_publications_detail #intro h1 span{
	background: url(images/westminster_eetf.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_media_forum #intro h1, #body_media_forum #intro h1 span,
#body_media_publications #intro h1, #body_media_publications #intro h1 span,
#body_media_get_involved #intro h1, #body_media_get_involved #intro h1 span,
#body_media_core_sponsors #intro h1, #body_media_core_sponsors #intro h1 span,
#body_media_publications_detail #intro h1, #body_media_publications_detail #intro h1 span{
	background: url(images/wesminster_media_forum.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_legal_forum #intro h1, #body_legal_forum #intro h1 span,
#body_legal_publications #intro h1, #body_legal_publications #intro h1 span,
#body_legal_get_involved #intro h1, #body_legal_get_involved #intro h1 span,
#body_legal_core_sponsors #intro h1, #body_legal_core_sponsors #intro h1 span,
#body_legal_publications_detail #intro h1, #body_legal_publications_detail #intro h1 span{
	background: url(images/westminster_legal_policy.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_e_forum #intro h1, #body_e_forum #intro h1 span,
#body_e_publications #intro h1, #body_e_publications #intro h1 span,
#body_e_get_involved #intro h1, #body_e_get_involved #intro h1 span,
#body_e_core_sponsors #intro h1, #body_e_core_sponsors #intro h1 span,
#body_e_publications_detail #intro h1, #body_e_publications_detail #intro h1 span{
	background: url(images/westminster_eforum.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_health_forum #intro h1, #body_health_forum #intro h1 span,
#body_health_publications #intro h1, #body_health_publications #intro h1 span,
#body_health_get_involved #intro h1, #body_health_get_involved #intro h1 span,
#body_health_core_sponsors #intro h1, #body_health_core_sponsors #intro h1 span,
#body_health_publications_detail #intro h1, #body_health_publications_detail #intro h1 span{
	background: url(images/westminster_health_forum.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_food_forum #intro h1, #body_food_forum #intro h1 span,
#body_food_publications #intro h1, #body_food_publications #intro h1 span,
#body_food_get_involved #intro h1, #body_food_get_involved #intro h1 span,
#body_food_core_sponsors #intro h1, #body_food_core_sponsors #intro h1 span,
#body_food_publications_detail #intro h1, #body_food_publications_detail #intro h1 span{
	background: url(images/westminster_food_nutrition_forum.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}


#body_education_forum #intro h1, #body_education_forum #intro h1 span,
#body_education_publications #intro h1, #body_education_publications #intro h1 span,
#body_education_get_involved #intro h1, #body_education_get_involved #intro h1 span,
#body_education_core_sponsors #intro h1, #body_education_core_sponsors #intro h1 span,
#body_education_publications_detail #intro h1, #body_education_publications_detail #intro h1 span{
	background: url(images/westminster_education_forum.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_business_forum #intro h1, #body_business_forum #intro h1 span,
#body_business_publications #intro h1, #body_business_publications #intro h1 span,
#body_business_get_involved #intro h1, #body_business_get_involved #intro h1 span,
#body_business_core_sponsors #intro h1, #body_business_core_sponsors #intro h1 span,
#body_business_publications_detail #intro h1, #body_business_publications_detail #intro h1 span{
	background: url(images/westminster_business_forum.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_employment_forum #intro h1, #body_employment_forum #intro h1 span,
#body_employment_publications #intro h1, #body_employment_publications #intro h1 span,
#body_employment_get_involved #intro h1, #body_employment_get_involved #intro h1 span,
#body_employment_core_sponsors #intro h1, #body_employment_core_sponsors #intro h1 span,
#body_employment_publications_detail #intro h1, #body_employment_publications_detail #intro h1 span{
	background: url(images/westminster_employment_forum.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_social_forum #intro h1, #body_social_forum #intro h1 span,
#body_social_publications #intro h1, #body_social_publications #intro h1 span,
#body_social_get_involved #intro h1, #body_social_get_involved #intro h1 span,
#body_social_core_sponsors #intro h1, #body_social_core_sponsors #intro h1 span,
#body_social_publications_detail #intro h1, #body_social_publications_detail #intro h1 span{
	background: url(images/westminster_social_policy_forum.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_london_forum #intro h1, #body_london_forum #intro h1 span,
#body_london_publications #intro h1, #body_london_publications #intro h1 span,
#body_london_get_involved #intro h1, #body_london_get_involved #intro h1 span,
#body_london_core_sponsors #intro h1, #body_london_core_sponsors #intro h1 span,
#body_london_publications_detail #intro h1, #body_london_publications_detail #intro h1 span{
	background: url(images/policy_forum_for_london.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_wales_forum #intro h1, #body_wales_forum #intro h1 span,
#body_wales_publications #intro h1, #body_wales_publications #intro h1 span,
#body_wales_get_involved #intro h1, #body_wales_get_involved #intro h1 span,
#body_wales_core_sponsors #intro h1, #body_wales_core_sponsors #intro h1 span,
#body_wales_publications_detail #intro h1, #body_wales_publications_detail #intro h1 span{
	background: url(images/policy_forum_for_wales.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_higher_education_forum #intro h1, #body_higher_education_forum #intro h1 span,
#body_higher_education_publications #intro h1, #body_higher_education_publications #intro h1 span,
#body_higher_education_get_involved #intro h1, #body_higher_education_get_involved #intro h1 span,
#body_higher_education_core_sponsors #intro h1, #body_higher_education_core_sponsors #intro h1 span,
#body_higher_education_publications_detail #intro h1, #body_higher_education_publications_detail #intro h1 span{
	background: url(images/westminster_higher_education_forum.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_spc_forum #intro h1, #body_spc_forum #intro h1 span,
#body_spc_publications #intro h1, #body_spc_publications #intro h1 span,
#body_spc_get_involved #intro h1, #body_spc_get_involved #intro h1 span,
#body_spc_core_sponsors #intro h1, #body_spc_core_sponsors #intro h1 span,
#body_spc_publications_detail #intro h1, #body_spc_publications_detail #intro h1 span{
	background: url(images/spc_forum.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_ni_forum #intro h1, #body_ni_forum #intro h1 span,
#body_ni_publications #intro h1, #body_ni_publications #intro h1 span,
#body_ni_get_involved #intro h1, #body_ni_get_involved #intro h1 span,
#body_ni_core_sponsors #intro h1, #body_ni_core_sponsors #intro h1 span,
#body_ni_publications_detail #intro h1, #body_ni_publications_detail #intro h1 span{
	background: url(images/ni_forum.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}

#body_i_forum #intro h1, #body_i_forum #intro h1 span,
#body_i_publications #intro h1, #body_i_publications #intro h1 span,
#body_i_get_involved #intro h1, #body_i_get_involved #intro h1 span,
#body_i_core_sponsors #intro h1, #body_i_core_sponsors #intro h1 span,
#body_i_publications_detail #intro h1, #body_i_publications_detail #intro h1 span{
	background: url(images/i_forum.jpg) no-repeat;
	width: 960px;
	height: 141px;
	font-size: 2em;
	color: #ecebc0;
	font-weight: normal;
	display: block;
}


#content{
	clear: both;
	zoom: 1;
	margin-bottom: 10px;
}

#content:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }

#content_main{
	float: left;
	width: 960px;
	margin-right: 20px;
}

#body_booking_form #content_main{
	padding: 10px;
}

#content_sub{
	float: left;
	width: 300px;
}

#left_column{
	float: left;
	width: 255px;
	margin-left: 0px;
	margin-right: 35px;
}

#center_column{
	float: left;
	width: 205px;
}

#right_column{
	float: left;
	width: 205px;
	margin-left: 27px;
	/*padding-right: 15px;*/
}

#right_column2{
	float: left;
	width: 205px;
	margin-left: 27px;
	/*padding-right: 15px;*/
}

.news_item{
	padding: 2px;
}

#news {
    min-height: 175px;
	border-top: 2px solid #93938C;
	border-bottom: 2px solid #93938C;
}

#contact_info{
	margin-top: 15px;
}

p.bold_link a.forward{
	font-size: 1.1em;
	font-weight: bold;
	color: #89001c;
	font-family: Arial,Helvetica,sans-serif;
	background: url(images/link_arrow_right.gif) no-repeat 100% 50%;
	padding-right: 20px;
}

a.back{
	font-size: 1.1em;
	font-weight: bold;
	color: #89001c;
	font-family: Arial,Helvetica,sans-serif;
	background: url(images/link_arrow_left.gif) no-repeat 0 50%;
	padding-left: 20px;
}

.forum_item{
	font-size: 0.8em;
	padding: 5px 0 5px 8px;
	margin-bottom: 16px;
	background: #edecd0;
	height: 76px;
}       

.forum_item h1{
	color: #4f1212;
	font-size: 1.3em;
	line-height: 21px;
	margin-bottom: 6px !important;
}

.last_forum_item{
	border-bottom: none;
}

.dashboard{
	width: 892px;
	margin-left: 36px;
}


.fe_link{
	float: left;
	width: 280px;
	padding: 0px 0px 0px 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	border-right: 1px solid #dad9aa;
}

.calendar_icon{
	width: 52px;
	height: 55px;
	font-family: Arial,Helvetica,sans-serif;
}

.twitter{
	float: left;
	width: 290px;
	padding: 0px 0px 0px 30px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	border-right: 1px solid #dad9aa;
}

.cpd{
	float: left;
	width: 280px;
	padding: 0px 0px 0px 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
}

#education_forum.forum_item{background: #edecd0 url(images/home/education_forum_bg.gif) no-repeat 0 100%;}

#media_forum.forum_item{background: #edecd0 url(images/home/media_forum_bg.gif) no-repeat 0 100%;}

#eet_forum.forum_item{background: #edecd0 url(images/home/eet_forum_bg.gif) no-repeat 0 100%;}

#legal_forum.forum_item{background: #edecd0 url(images/home/legal_forum_bg.gif) no-repeat 0 100%;}

#eforum.forum_item{background: #edecd0 url(images/home/eforum_bg.gif) no-repeat 0 100%;}

#food_forum.forum_item{background: #edecd0 url(images/home/food_forum_bg.gif) no-repeat 0 100%;}

#health_forum.forum_item{background: #edecd0 url(images/home/health_forum_bg.gif) no-repeat 0 100%;}

#business_forum.forum_item{background: #edecd0 url(images/home/business_forum_bg.gif) no-repeat 0 100%;}

#employment_forum.forum_item{background: #edecd0 url(images/home/employment_forum_bg.gif) no-repeat 0 100%;}

#social_forum.forum_item{background: #edecd0 url(images/home/social_forum_bg.gif) no-repeat 0 100%;}

#london_forum.forum_item{background: #edecd0 url(images/home/london_forum_bg.gif) no-repeat 0 100%;}

#wales_forum.forum_item{background: #edecd0 url(images/home/wales_bg.gif) no-repeat 0 100%;}

#higher_education_forum.forum_item{background: #edecd0 url(images/home/highered_bg.gif) no-repeat 0 100%;}

#spc_forum.forum_item{background: #edecd0 url(images/home/spc_bg.gif) no-repeat 0 100%;}

#ni_forum.forum_item{background: #edecd0 url(images/home/ni_bg.gif) no-repeat 0 100%;}

#center_column .forum_item h1{
	width: 83%;
}

a.mail_to{
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}

.download{
	padding: 8px;
	background: #ffffff;	
	margin: 20px 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
}

.big_download{
	padding: 20px 25px;
	background: #ffffff;	
	margin: 20px 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.download h5,
.big_download h5{
	font-size: 1em;
}

.download h5.margin_bottom,
.big_download h5.margin_bottom{
	margin-bottom: 15px;
}

.download a.pdf,
.big_download a.pdf{
	background: url(images/pdf_icon.gif) no-repeat 0 50%;
	padding-left: 30px;
	font-weight: bold;
}

.download p,
.big_download p{
	margin: 0;
}

/*Agenda*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

table#agenda{
	font-size: 1em;
	line-height: 1.2em;
}

table#agenda p{
	margin-bottom: 10px;
}

table#agenda td.time{
	width: 150px;
}

table#agenda td{
	vertical-align: top;
}

#body_agenda .book_place{
	margin-left: 154px;
}

.book_place{
	margin: 0
}

.book_place img{
	background: 0 !important;
	padding: 0  !important;
	float: none !important;
}

a.flink {
	color: #89001C;
	font-size: 1em;
	font-family: Arial,Helvetica,sans-serif;
}

a.latest_agenda2,
.book_place a.latest_agenda2{
	background:transparent url(images/link_arrow_right.gif) no-repeat scroll 0 50%;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin-left:15px;
	margin-top:30px;
	padding-left:25px;
	position:absolute;
}

.book_place a.latest_agenda2{
	padding-top: 2px;
	margin-left:30px;
}


a.latest_agenda,
.book_place a.latest_agenda{
	background:transparent url(images/pdf_icon_yellow.gif) no-repeat scroll 0 50%;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin-left:10px;
	margin-top:9px;
	padding-left:30px;
	position:absolute;
}

.book_place a.latest_agenda{
	padding-top: 2px;
	margin-left:30px;
}

#body_events .book_place{
	margin:20px 0 40px 0;
}

.article_image{
	float: left;
	width: 156px;
	background: #edecd0;
	margin: 0 20px 10px 0;
}

/*About*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

#page_intro{
	margin-bottom: 20px;
}

dl{
	margin:0 0 15px;
	color: #252525;
	font-size: 1.1em;
	line-height: 1.5em;
}

dl p, dt p, dd p{
	font-size: 1em;
}

dt p{
	margin-bottom: 0;
}

dt{
	font-weight: bold;
	width: auto;
}

dd{
	clear: left;
	margin-bottom: 15px;
}

/*forum*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

#wide_left{
	width: 632px;
	padding-left: 16px;
	float: left;
}

#thin_right{
	width: 276px;
	padding-left: 24px;
	padding-right: 12px;
	float: left;
}

#forum_intro{

}

p.forum_intro{
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 15px;
}

li.wfp_work{
	font-size: 1.1em;
	line-height:1.4em;
	color: #252525;
	margin:0;
	padding:0;
}

li.forum_pub{
	font-size: 1.2em;
	line-height:1.4em;
	color: #252525;
	margin:0;
	padding:0;
}

p.forum_pub{
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom:0px;!important
	margin-top: 0px;
	padding:0px;
}

p.disclaimer{
	padding-top:10px;
	font-size: 1.1em;
	line-height: 1.5em;
	font-style: italic;
}

.forum_event{
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #252525;
	float: left;
	background: transparent url(images/forum_event_bg.gif) repeat-y left bottom;
}

.last_forum_event{
	border-bottom: 0;
	margin-bottom: 0;
}

.event_person{
	float: left;
	width: 86px;
	padding: 7px;
	background-color: #edecd0;
	margin-right: 19px;
	position: relative;
	height: 100%;
}

.event_person p, .article_image p{
	font-style: italic;
	font-size: 0.9em;
	margin-top: 5px;
}

.event_detail{
	float: left;
	width: 508px;
	padding-right: 5px;
	
}

.event_detail p.intro{
	margin: 15px 0;
}

.event_detail p.bold_link{
	padding: 10px 0;
}

.book_place{
	margin-right: 20px;
}

#publications,
#drawing_board,
#sponsors,
#contact_us,
#our_patrons{
	float: left;
	padding-bottom: 10px;
}

.publication_item{
	margin-bottom: 22px;
}

.last_publication_item{
	margin-bottom: 0;
}

.publication_item h3{
	color: #252525;
}

.publication_item h3,
.publication_item h5,
.publication_item p {
	margin-bottom: 5px;
}

.all_publications{
	float:left;
	margin-bottom:22px;
}

#drawing_board p{
	font-size: 1.2em;
}

#drawing_board ul{
	font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	margin: 0;
	list-style-position:inside;
}

#drawing_board ul li{
	line-height: 1.2em;
}

ul#sponsor_companies,
ul#event_sponsor{
	list-style: none;
	margin: 0;
}

ul#sponsor_companies li{
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
}

ul#sponsor_companies li.no_margin{
	margin-left: 0;
}


/*Publications*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

.last_publication_item{
	margin-bottom: 60px;
}

/*Booking*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

p.booking_form_intro{
	font-family: Arial,Helvetica,sans-serif;
	width: 91%;
}

#booking_form{
	background: #fff;
	padding: 10px 30px 10px 30px;
	float: left;
	margin-top: 5px;
	width: 92%;
}

#booking_form form{
	font-family: Arial,Helvetica,sans-serif;
	float: left;
	width: 100%;
}

#booking_form table{
	clear: both;
}

.event_title{
	margin-bottom: 0px;
}

.event_title h2{
	line-height: 14px;
}

.section_info{
	margin-left: 250px;
	margin-bottom: 0px;
}

.section_info h2{
	color: #252525;
	margin-bottom: 4px;
}

.no_label{
	padding-left: 250px;
}

p.label,
#booking_form label{
	float: left;
	color: #252525;
	width: 212px;
	margin-right: 40px;
	font-weight: bold;
	clear: left;
	text-align:right;
}

.info{
	width: 55%;
	float: left;
	color: #252525;
}

.info p{
	margin-bottom: 10px;
}

.accept_terms_info{
	margin-left: 250px;
	margin-bottom: 5px;
}

p.ticket_numbers{
	float: left;
	color: #252525;
	margin: 5px 0 0 8px;
}

p.accept_terms_info{
	float: left;
	color: #252525;
	margin: 0 0 0 5px;
}

p.price{
	font-size: 1.3em;
	font-weight: bold;
}

#booking_form textarea{
	width: 55%;
	float: left;
}

.concessions_details,
.booking_reference,
.your_details,
.comments,
.terms{
	clear: both;
}

table#delegate_details input.text{
	width: 133px;
	font-weight: normal;
}
table#delegate_details input.text2{
	width: 60px;
	font-weight: normal;
}

table#delegate_details{
	font-weight: bold;
}

table#delegate_details th{
	padding: 1px 0 1px 15px;
	text-align: left;
}

table#delegate_details th.head_1{
	padding: 1px 0 1px 10px;
	text-align: left;
}

table#delegate_details td{
	vertical-align: middle;
	padding: 5px 0 5px 15px;
} 

td.delegate_label{
	padding-right:24px !important;
	text-align:right;
	width:212px;
}

.main_details,
.concessions_details,
.booking_reference,
.your_details,
.comments,
.delegate_table{
	border-bottom: 1px dotted #7c7c7c;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 100%;
}

.terms{
	border: none;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 0;
	width: 100%;
}

input.ticket_number{
	width:25px;
}

select.form_dropdown{
	width:75px;
}

input.booking_ref{
	width: 200px;
}

textarea#concession_qualify,
textarea#comments,
textarea#terms,
input.booking_ref{
	margin: 0 0 5px 0;
}

input.checkbox{
	clear: both;
	float: left;
}

p.field_info{
	margin: 5px 0 0 5px;
}

/*accessibility and terms and privacy*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

ul.accessibility li,
ul.terms li{
	font-size: 1.1em;
	margin-bottom: 10px;
}

/*dl#accessibility{
	float: left;
	width: 100%;
}

dl#accessibility dt{
	float: left;
	clear: left;
	width: 70px;
	margin-right: 10px;
}

dl#accessibility dd{
	float: left;
	clear: right;
}*/

/*Contact form*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

#additional_fields,
#additional_fields_2{
	display: none;
}

p.contact_intro{
	font-weight: bold;
	margin-bottom: 15px;
}

p.sponsor_intro{
	font-weight: bold;
	margin-bottom: 15px;
}

#contact_us address{
	font-size: 1.1em;
	margin-bottom: 15px;
}

#contact_us p{
	margin-bottom: 15px;
	font-size: 1.1em;
}

/*footer*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

#footer{
	clear: both;
	background: #f3f2d8 url(images/footer_bg.gif) repeat-x 0 0;
	border-top: 1px solid #dad9aa;
	height: 290px;
}

#footer:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }


#footer_container{
	width:960px;
	margin:0 auto;
	padding:8px 0 8px 0px;
	padding-left: 16px;
}

#sub_footer{
	float: left;
	margin-top: 0px;
	margin-bottom: 15px;
}

.subfooter_links{
	font-size: 1.1em;
	color: #89001c;
	text-align: center;
	margin-top:8px;
	margin-bottom:0px;
	font-weight: bold;
}

.subfooter_links1{
	font-size: 1.1em;
	color: #89001c;
	text-align: center;
	margin-top:8px;
	margin-left:110px;
	margin-bottom:0px;
	font-weight: bold;
}


.subfooter_address{
	font-size: 1.1em;
	text-align: center;
	margin-top:15px;
	margin-bottom:0px;
}

.subfooter_address1{
	font-size: 1.1em;
	text-align: center;
	margin-top:15px;
	margin-left:110px;
	margin-bottom:0px;
}

ul.subfooter_list_logo{
	font-family: Arial,Helvetica,sans-serif;
	float: left;
	padding-top:0px;
	padding-left:0px;
	width: 110px;
	list-style: none;
	margin: 0;
	line-height: 1.6em;	
	font-size: 0.9em;
	color: #89001c;
	font-weight: bold;
}
ul.subfooter_list_logo_right{
	font-family: Arial,Helvetica,sans-serif;
	float: right;
	padding-top:0px;
	padding-left:0px;
	width: 110px;
	list-style: none;
	margin: 0;
	line-height: 1.6em;	
	font-size: 0.9em;
	color: #89001c;
	font-weight: bold;
}
ul.subfooter_list_small{
	font-family: Arial,Helvetica,sans-serif;
	float: left;
	padding-top:0px;
	width: 110px;
	list-style: none;
	margin: 0;
	line-height: 1.6em;	
	font-size: 0.9em;
	color: #89001c;
	font-weight: bold;
}


ul.subfooter_list li{
	border: 0;
	clear: left;
	margin: 0px 0;
}

ul.subfooter_list li a:hover{
	text-decoration: underline;
}

.address{
	float: left;
	width: 260px;
	font-size: 0.9em;
}

.address p{
	line-height: 1.4em;
	font-size: 1.0em;
	margin: 0;
}

ul.main_footer{
	text-align: middle;
	clear: both;
	list-style: none;
	margin: 0;
	margin-left: 150px;
	margin-top: 10px;
}

ul.main_footer1{
	text-align: middle;
	clear: both;
	list-style: none;
	margin: 0;
	margin-left: 100px;
	margin-top: 10px;
}

ul.main_footer1 li#last{
	border-right: 0;
}

ul.main_footer1 li{
	color: #252525;	
	float: left;
	border-right: 1px solid;
	margin-right: 10px;
	padding-right: 10px;
}

ul.main_footer1 li a{
	color: #252525;
}

ul.main_footer li#last{
	border-right: 0;
}

ul.main_footer li{
	color: #252525;	
	float: left;
	border-right: 1px solid;
	margin-right: 10px;
	padding-right: 10px;
}

ul.main_footer li a{
	color: #252525;
}

sup{
	font-size: 0.65em;
	font-weight:bold;
	line-height: 1;
	position: relative;
}

#defli{
		font-size: 1.2em;
		line-height:1.4em;
		color: #252525;
}