/*------------------------------------------*/
body
{	/* Updated by M.Qiu - 15/11/2011: for Stage 2 No.2 task - change background:color or img test 
			  - 22/11/2011: bg is now from designer		*/
  	/*background-color: #f1eeea;
	background: url(../images/bg-rh-2011.png) repeat;
	background: url(../images/bg-plus-redo-02.jpg) repeat;*/
	/*background: url(../images/bg-2012-test.jpg) ; background-size:100% auto;
	background-repeat:no-repeat; background-attachment:fixed;*/
}
/*------------------------------------------*/
/* background image - full page background */
/* Added by M.Qiu - 17/02/2012 - see IT task #5835 */
img.bg {/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%; height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0; left: 0;
}

#container
{
	margin: 0 auto;
	position: relative;
	width: 950px;
}

/*------------------------------------------*/
/* Side Tabs */
#tabs {
	float: left;
	text-align: left;
	margin-top: 75px;
	position: absolute;
	z-index: 10;
}


#tabs .tab .text { display: none; }
#tabs .tab .description .text {
	display: block;
	overflow: hidden;
}
#tabs .tab {
	width: 22px;
	display: block;
	border: none;
	float: left;
	position: relative;
}
#tabs .tab .bg {
	background: url(../images/sidetabs.png) no-repeat right top;
	width: 22px;
	height: 122px;
	position: relative;
	float: left;
	z-index: 1;
}
#tabs .tab .pad .bg {
	padding-bottom: 8px;
}
#tabs li {
	clear: both;
	height: 122px;
	margin-top: 10px;
}
#tabs li .description {
	background-color: #fff;
	color: #666;
	width: 194px;
	font-weight: normal;
	margin: 0px;
	//padding: 3px;
	position: relative;
	left: -178px;
	visibility: hidden;
}
#tabs li .tab .description .text { margin-top: 0px; margin-bottom: 2px; }
#tabs li.enews,
#tabs li.enews a,
#tabs li.enews .tab .bg,
#tabs li.enews .tab .description,

{
	height: 122px;
}
#tabs li.enews .tab .description .text { height: 114px; }
#tabs li.genenquiries,
#tabs li.genenquiries a,
#tabs li.genenquiries .tab .bg,
#tabs li.genenquiries .tab .description {
	height: 148px;
	top:0px !important;
}
#tabs li.genenquiries .description {
	top:10px;
	height: 140px;
}

/*#tabs li.genenquiries {
	margin-top: 4px;
}*/
#tabs li.genenquiries .tab .description .text { height: 130px; margin-top: 4px; }
#tabs li.genenquiries .tab .bg {
	background-position: right -122px;
}
#tabs li.whatson,
#tabs li.whatson a,
#tabs li.whatson .tab .bg,
#tabs li.whatson .tab .description {
	height: 140px;
}
#tabs li.whatson .description {
	height: 130px !important;
}
#tabs li.whatson .tab .description .text { height: 137px; }
#tabs li.whatson .tab .bg {
	background-position: right -279px;
}
#tabs li.feedback,
#tabs li.feedback a,
#tabs li.feedback .tab .bg,
#tabs li.feedback .tab .description {
	height: 79px;
}
#tabs li.feedback .description {
	height: 79px !important;
}

#tabs li.feedback .tab .description .text { height: 78px; }
#tabs li.feedback .tab .bg {
	background-position: right -429px;
}

/*------------------------------------------*/
/* Header */
#header {
	background: transparent url(../images/header_bg.png) no-repeat left top;
	height: 166px;
}

#header #logo {
	border: none;
	text-decoration: none;
	margin-left: 11px;
}

#header .right {
	float: right;
	background: transparent url(../images/header_right_bg.png) no-repeat left top;
	width: 241px;
	margin-right: 13px;
	padding-left: 5px;
	padding-top: 2px;
} 

#header #fontsizebtn_plus, 
       #fontsizebtn_minus {
    float: right;
    width: 25px;
    height: 25px;
    margin-right: 5px;
	margin-top: 3px;
}

#header #fontsizebtn_plus a, #fontsizebtn_minus a{
    display: block;
	border: 0;
	width: 25px;
	height: 25px;
}

#header #fontsizebtn_plus a:link{
    background: transparent url('../images/fontSize-plus-idle.gif') no-repeat top left;
}

#header #fontsizebtn_plus a:hover{
     background: transparent url('../images/fontSize-plus-hover.gif') no-repeat top left;
}

#header #fontsizebtn_plus a:active{
     background: transparent url('../images/fontSize-plus-btnDown.gif') no-repeat top left;
}

#header #fontsizebtn_minus a:link{
    background: transparent url('../images/fontSize-minus-idle.gif') no-repeat top left;
}

#header #fontsizebtn_minus a:hover{
     background: transparent url('../images/fontSize-minus-hover.gif') no-repeat top left;
}

#header #fontsizebtn_minus a:active{
     background: transparent url('../images/fontSize-minus-btnDown.gif') no-repeat top left;
}


#header .right .button {
	width: 25px;
	height: 25px;
	padding-left: 4px;
	background: transparent url(../images/social_buttons.png) no-repeat left top;
	float: left;
	cursor: pointer;
}
#header .right .button a {
	display: none;
}
#header .right #facebook { background-position: 0px 0px; }
#header .right #twitter { background-position: -28px 0px; }
#header .right #rss { background-position: -56px 0px; }

#header #search {
	margin-left: 92px;
}
#header #search form input#q,
#header #search form input[type='text'] {
	margin-top: 4px;
	border: none;
	width: 122px;
	margin-left: 0px;
}
#header #search img.placeholder {
	position: absolute;
	margin-left: -122px;
	margin-top: 8px;
	cursor: text;
}
#header #search form input#submit {
	margin-top: 2px;
}

#header .bottom {
	clear: both;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#header .bottom a {
	border: none;	
	font-weight: normal;
}
#header .bottom a:hover {
	color: #fff;
}
#header .bottom p {
	margin-top: 10px;
	padding-right: 5px;
	text-align: right;
	line-height:1em;
}
#header .menu {
	clear: both;
	position: absolute;
	top: 137px;
	margin-left: 50px; /* Updated by M.Qiu - 14/11/2011: for it #4958 - centered the top menu items */
	font-size: 30px; /* Mistral works at 12px, Freestyle @ 22,  Tekton @ 11, Sans-Serif @ 9 */
	line-height: 22px;
	font-family: "Valerie Hand", Mistral, "Freestyle Script", Tekton Pro, sans-serif;
	letter-spacing: 1px;
	font-weight: lighter;
	z-index: 3;
}
#header .menu a {
	font-weight: normal;
}
#header #menuOverlap {
	background: url(../images/header_menu_bottom_bg.png) no-repeat left top;
	width: 949px;
	height: 7px;
	position: absolute;
	top: 159px;
	z-index: 4;
}
#header .menu a,
#header .menu a:hover,
#header .menu a.hover {
	border: none;
}
#header .menu a {
	color: #fff;
	text-transform: uppercase;
	padding: 2px 6px 4px 15px;
	margin-right: 0px;
	background-repeat: no-repeat;
}
#header .menu a.active {
	background-image: url(../images/header_menu_item_highlights.png);
	color: #353738;
	padding-bottom: 2px;
}
#header .menu a.active { background-position: 2px bottom; }
#header .menu a.hover,
#header .menu a:hover { background-position: 9px bottom; }
#header .menu .about a.active { background-position: -57px bottom; }
#header .menu .about a.hover,
#header .menu .about a:hover { background-position: -49px bottom; }
#header .menu .entertainment a.active { background-position: -125px bottom; }
#header .menu .entertainment a.hover,
#header .menu .entertainment a:hover { background-position: -118px bottom; }
#header .menu .get-involved a.active { background-position: -264px bottom; padding-bottom: 1px; }
#header .menu .get-involved a.hover,
#header .menu .get-involved a:hover { background-position: -266px bottom; }
#header .menu .support-representation a.active { background-position: -386px bottom; }
#header .menu .support-representation a.hover,
#header .menu .support-representation a:hover { background-position: -371px bottom; }
#header .menu .food-services a.active { background-position: -595px bottom; padding-bottom: 1px; }
#header .menu .food-services a.hover,
#header .menu .food-services a:hover { background-position: -588px bottom; }
#header .menu .membership a.active { background-position: -729px bottom; }
#header .menu .membership a.hover,
#header .menu .membership a:hover { background-position: -729px bottom; }
#header .menu .contact-us a.active { background-position: -838px bottom; padding-bottom: 1px; }
#header .menu .contact-us a.hover,
#header .menu .contact-us a:hover { background-position: -832px bottom; }

#header .menu a:hover,
#header .menu a.hover {
	background-image: url(../images/header_menu_item_underlines.png);
	color: #fff;
	padding: 2px 6px 4px 15px;
}
#header .menu a.last { margin-right: 0px; }

#header .menu li {
	float: left;
}
#header .menu li ul a,
#header .menu li ul a:hover {
	color: #6d6e71;
	border: none;
}
#header .menu li ul ul li a,
#header .menu li ul ul li a:hover {
	color: #FFF;
	border: none;
}
#header .menu li ul,
#header .menu li ul ul {
	position: absolute;
	visibility: hidden;
}
#header .menu li ul.displaytest,
#header .menu li ul.displaytest ul {
	display: block;
	visibility: visible;
}
#header .menu li ul {
}
#header .menu li ul.submenu {
	float: left;
	top: 23px;
}
#header .menu li ul ul {
	margin-top: -38px;
	left: 100%;
}
#header .menu li.left ul ul {
	left: 0;
}
#header .menu li ul li,
#header .menu li ul ul li {
	float: none;
}
#header .menu li ul li a {
	font-family: "MS Sans Serif", Helvetica, Helv, Arial, sans-serif;
	font-size: 11.5px;
	background-color: #FFF;
	opacity: 0.97;
	display: block;
	padding: 8px 14px 8px 14px;
	margin: 0px;
	text-transform: none;
	float: none;
	background-image: none;
}

#header .menu li ul ul li a {
	font-family: "MS Sans Serif", Helvetica, Helv, Arial, sans-serif;
	font-size: 11.5px;
	background-color: #242424;
	opacity: 0.92;
	display: block;
	padding: 8px 14px 8px 14px;
	margin: 0px;
	text-transform: none;
	float: none;
	background-image: none;
}


#header .menu li ul li a:hover,
#header .menu li ul li a.hover {
	background-color: #242424;
	padding: 8px 14px 8px 14px;
	color: #fff;
	background-image: none;
}
#header .menu li ul ul li a:hover,
#header .menu li ul ul li a.hover {
	background-color: #76b941;
	color: #fff;
}

.headerlink
{
	color:inherit;
	border-bottom: none;
}

.sidebar .heading h2 a:hover
{
	color: #7AC143;
	text-decoration: none;
	border-bottom: none;
}



/*------------------------------------------*/
/* Content */
#content {
	margin-top: 14px;
	width: 948px;
}
#content .container {
	background-color: #fff;
	padding: 0px 20px 5px 21px;
	width: 907px;
	float: left;
}
#content .top,
.footer .top {
	background: transparent url(../images/content_top_bg_948.png) no-repeat left top;
}
#content div.bottom,
.footer div.bottom {
	background: transparent url(../images/content_bottom_bg_948.png) no-repeat left top;
	width: 948px;
	height: 14px;
	clear: both;
}
#content div.bottomBorder {
	background: #fff url(../images/content_sep_909.png) no-repeat left top;
	width: 909px;
	height: 3px;
	clear: both;
}

#content .main {
	width: 670px;
	float: left;
}
#content .full {
	width: 909px;
}

#content h1,
#content .sidebar .heading h2,
.sidebar .share h3 {
	color: #868688;
	font-size: 35px;
	line-height: 30px;
	letter-spacing: 3px;
	font-family: "Valerie Hand", Mistral, "Freestyle Script", Tekton Pro, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
}
#content h1 {
	background: transparent url(../images/content_sep_669.png) no-repeat left bottom;
	width: 669px;
	padding-bottom: 4px;
	padding-left: 2px;
	margin-top: -3px;
}


/*------------------------------------------*/
/* Content - Homepage Hero */
.hero {
	cursor: pointer;
	margin-top: 10px;
}
.hero .pane {
	overflow: hidden;
	width: 670px;
	height: 350px;
	position: absolute;
}
.hero .info {
	height: 38px;
	padding: 10px 14px;
	background: transparent url(../images/overlay_bg.png) repeat left top;
	overflow: hidden;
	position: absolute;
	margin-top: -59.5px;
	width: 642px;
	color: #fff;
	font-size: 11px;
}

.hero .info h2 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.hero .info p {
	width: 642px;
	padding-bottom: 4px;
	height: 21px;
	overflow: hidden;
}

.info .more {
	position: absolute;
	left: 635px;
	margin-top: -6px;
}
.info .more a {
	background-position: right top;
	background-repeat: no-repeat;
	width: 11px;
	height: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	display: block;
	background-image: url(../images/plus_off.png);
}
.info .more a:hover {
	background-image: url(../images/plus_on.png);
}
.info .more a,
.info .more a:hover {
	border: none;
}
.info .more a span { display: none; }


.hero .control {
	position: absolute;
	width: 670px;
	height: 20px;
	background-color: #353738;
	margin-top: 350px;
}

.hero .control ul {
	position: relative;
	left: 50%;
	float: left;
}
.hero .control li {
	float: left;
	left: -50%;
	position: relative;
}
.hero .control li a {
	padding: 2px 4px;
	margin-left: 2px;
	display: block;
}
.hero .control li a,
.hero .control li a:hover {
	border: none;
}
.hero .control li.active a:hover { cursor: default; }


/*------------------------------------------*/
/* Content - Features */
.features {
	margin-top: 16px;
	cursor: pointer;
	width: 690px;
	margin-top: 370px;
	float: left;
}
.content .feature {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}
.content .feature,
.content .feature .infoContainer {
	width: 210px;
	height: 160px;
	overflow: hidden;
}
.content .feature .infoContainer {
	position: absolute;
	margin-top: -161px;
}
.content .feature .info {
	background: transparent url(../images/overlay_bg.png) repeat left top;
	margin-top: 140px;
	position: absolute;
	padding: 4px 4px 7px 9px;
	width: 197px;
}
.content .feature .info2 { margin-top: 128px; }
.content .feature .info3 { margin-top: 116px; }
.content .feature .info4 { margin-top: 104px; }

.content .feature .info p {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}
.content .feature .info .more {
	left: 197px;
	margin-top: 2px;
	display: block;
}
.content .feature .info .more a {
	padding: 0px;
}
.content .feature .info .description .more {
	margin-top: -14px;
	left: 175px;
	font-size: 10px;
}

.content .feature .info .description {
	font-weight: normal;
	width: 191px;
	margin-top: 10px;
}




/*------------------------------------------*/
/* Content - Sidebar */
.sidebar {
	width: 220px;
	float: right;
	margin-top: -10px;
}
.sidebar .heading,
.sidebar .news {
	background: transparent url(../images/content_sep_sidebar_220.png) no-repeat left bottom;
	width: 100%;
}
#content .sidebar .heading h2 {
	white-space: nowrap;
	overflow: hidden;
	width: 150px;
	clear: none;
	height: 30px;
}
.sidebar .heading .newsViewOptions {
	background: url(../images/home_event_view_options.png) no-repeat -18px 0px;
	width: 10px;
	height: 10px;
	margin-right: 2px;
	display: block;
	float: left;
}
.sidebar .heading .newsViewOptions .text { display: none; }
.sidebar .heading .images.active { background-position: 0px 0px; }
.sidebar .heading .images:hover { background-position: -9px 0px; }
.sidebar .heading .list { width: 12px; margin-right: 3px; background-position: -51px 0px; }
.sidebar .heading .list.active { background-position: -28px 0px; }
.sidebar .heading .list:hover { background-position: -39px 0px; }
.sidebar .heading .more {
	float: right;
	font-family: "Valerie Hand", Mistral, "Freestyle Script", Tekton Pro, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	margin-top: 6px;
}
.sidebar .heading .more a,
.sidebar .heading .more a:hover {
	color: #aeaeaf;
	text-decoration: none;
	border: none;
	text-transform: uppercase;
	font-weight: normal;
}
.sidebar .heading .more a:hover { color: #7AC143; }


/*------------------------------------------*/
/* Content - Sidebar - News */
.sidebar .newsLoader {
	width: 32px;
	height: 32px;
	margin-left: 94px;
}
.sidebar .news {
	margin-top: -9px;
	padding-bottom: 17px;
	height: 354px;
	overflow: hidden;
}

.sidebar .news li {
	padding: 11px 12px;
	background: transparent url(../images/sidebar_news_bg_off.png) repeat-x left top;
	cursor: pointer;
	height: 39px;
}
.sidebar .news .images .category { padding-top: 11px; }
.sidebar .news .images .details { padding-bottom: 11px; }

.sidebar .news li.hover {
	background-image: url(../images/sidebar_news_bg_on.png);
}
.sidebar .news li.images {
	padding: 0px;
	height: 61px;
}
.sidebar .news .events-images { display: none; }
.sidebar .news .images .events-images { display: block; }
.sidebar .news .images .events-images-inline { display: inline; }
.sidebar .news .images .events-list { display: none; }
.sidebar .news .inline-dot { display: none; }

.sidebar .news .images .right {
	width: 153px;
	float: right;
}

.sidebar .news p,
.sidebar .news h2 {
	margin: 0px;
	width: 196px;
	white-space: nowrap;
	overflow: hidden;
}

.sidebar .news .category {
	color: #7AC143;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar .news h2 {
	color: #808080;
	margin-top: 0px;
	font-size: 13px;
	padding-bottom: 3px;
}
.sidebar .news .details {
	color: #999;
	font-size: 11px;
	font-weight: bold;
}
.sidebar .news .details .date { text-transform: uppercase; }
.sidebar .news .details a {
	border: none;
	text-transform: uppercase;
}
.sidebar .news .details a:hover {
	color:#fff;
}
.sidebar .news .hover .details { color: #dadada; }
.sidebar .news .hover h2 { color: #fff; }


/*------------------------------------------*/
/* Content - Sidebar - Twitter */
.sidebar .twitter,
.sidebar .twitter ol,
.sidebar .twitterLoader {
	width: 233px;
	height: 167px;
}
.sidebar .twitterLoader {
	background-color: #fff;
	display: block;
}
.sidebar .twitter {
	font-size: 12px;
	color: #5d5e60;
	margin-top: 7px;
	/* Updated by M.Qiu - 17/07/2013 - see IT task #8745 */
	/* margin-left: -4px;
	background-color: #f1f9ec; */
}
.sidebar .twitter .mask {
	position: absolute;
	z-index: 1;
}
.sidebar .twitter .bottom { margin-top: -31px; }
.sidebar .twitter ol {
	margin: 0px;
	padding-top: 2px;
	background: transparent url(../images/sidebar_twitter_bg.png) no-repeat left 17px;
	overflow: hidden;
}
.sidebar .twitter li {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 200px;
	background: transparent url(../images/sidebar_twitter_sep.png) no-repeat center bottom;
	margin-left: 15px;
	cursor: pointer;
}
.sidebar .twitter p {
	margin: 0px;
}
.sidebar .twitter a {
	color: #7ac143;
	border: none;
}
.sidebar .twitter .tweet {
}
.sidebar .twitter .details {
	color: #9c9c9c;
	font-size: 10px;
	margin-top: 6px;
}
.sidebar .twitter .details a { color: #9c9c9c; font-weight: normal; }



/*------------------------------------------*/
/* Content - Sidebar - Ads */
.sidebar .ads {
	margin-left: 2px;
	margin-top: 23px;
}
.sidebar .ads a {
	border: none;
	margin-top: 20px;
	display: block;
}





/*------------------------------------------*/
/* Footer */
.footer {
	margin-top: 22px;
}
.footer .contents {
	background-color: #fff;
	width: 948px;
}
.footer a,
.footer img {
	border: none;
	/* Updated by M.Qiu - 21/05/2013 - see IT task #8454: to accommodate more sponsored links */
	/*margin-left: 5px;*/
	/* Updated by M.Qiu - 4/03/2014 - see IT task #9983: remove extra sponsored link, back to 10 in the list */
	margin-left: 2px;
}




/*------------------------------------------*/
/* Footer - Links */
.footerLinks {
	font-size: 12px;
	margin-top: 17px;
	padding-bottom: 30px;
}

.footerLinks ul {
	position: relative;
	left: 50%;
	float: left;
}
.footerLinks ul li {
	float: left;
	left: -50%;
	position: relative;	
}

.footerLinks a {
	border: none;
	color: #595959;
	font-weight: normal;
}
.footerLinks ul li,
.footerLinks a {
	padding-right: 4px;
}



.loader {
	background: #fff url(../images/ajax-loader2.gif) no-repeat center center;
	opacity: 0.8;
	position: absolute;
	margin-top: 1px;
	z-index: 1;
	display: none;
}




#zoom_close { border: none; }


/* Table layout classes */
.mediumspacing tr td
{
	padding:10px;
}

.centering
{
	text-align: center;
}

.nounderline
{
	border-bottom:none !important;
}

































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
