

/* ************************************************************************* */
/* General */
body {
  margin: 0;
  font: 0.75em Georgia,serif;
  color: #000;
  background: #231F20 url(../images/bg_page.png) repeat-x;
}

a:link, a:visited {
  color: #002B5C;
}

a:hover, a:active {
  color: #2c72be;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

.clear {
  clear: both;
  font-size: 0.01em;
}

/* ************************************************************************* */
/* General layout */
/*#skipnav {
  position: absolute;
  top: 0;
  left: -999em;
}*/
#skipnav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 40%;
  height: 1.8em;
  margin: 0 0 0 120px;
  padding: 0;
  list-style-type: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

#skipnav li {
  position: relative;
  top: -10em;
  padding: 4px;
  background: #fff;
  float: left;
  clear: none;
}
/*
#skipnav:hover li, #skipnav:focus li {
  top: 0;
}
*/
#page-wrapper {
  position: relative;
  width: 994px;
  margin: 0 auto;
  background: transparent url(../images/bg_page_2col.png) repeat-y;
}

#page-wrapper.single-column {
  background-image: url(../images/bg_page_1col.png);
}

body#terms #page-wrapper, body#privacy #page-wrapper {
/*  background-image: url(../images/bg_page_1col.png);*/
}
body#membership.single-column #page-wrapper {
  background-image: url(../images/bg_page_1col.png);
}

/* ************************************************************************* */
/* Header, primary navigation */
#header {
  position: relative;
  width: 960px;
  height: 165px;
  margin: 0 17px;
  background: #00162F url(../images/bg_header.png) repeat-x;
}

#header h1, #header h2 {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 434px;
  height: 99px;
  overflow: hidden;
  color: #5F83AB;
}

#header h2 a:link, #header h2 a:visited {
  display: block;
  width: 434px;
  height: 99px;
  color: #5F83AB;
  font-family: HelveticaNeue,Helvetica,Verdana,sans-serif;
  font-size: 1.6em;
  text-decoration: none;
  text-transform: lowercase;
}
#header h2 a:hover, #header h2 a:active {
  color: #999;
}

#header h1 b, #header h2 b {
  position: absolute;
  top: 0;
  left: 0;
  width: 434px;
  height: 99px;
  background: transparent url(../images/hd_tattersalls.png) no-repeat top left;
}

#header h2 a b {
  cursor: pointer;
}

#header h2 a .t {
  color: #ccc !important;
}

#header em {
  position: absolute;
  bottom: 47px;
  right: 12px;
  width: 596px;
  height: 26px;
  color: #ccc;
  font-family: HelveticaNeue,Helvetica,Verdana,sans-serif;
  font-size: 1.8em;
  text-align: right;
  font-style: normal;
  overflow: hidden;
}

#header em b {
  position: absolute;
  top: 0;
  left: 0;
  width: 596px;
  height: 26px;
  background: transparent url(../images/hd_tagline.png) no-repeat top left;
}

#header #primary-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 960px;
  height: 40px;
  background: #433F40 url(../images/bg_header.png) repeat-x bottom left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#header #primary-navigation li {
  display: block;
  height: 40px;
  float: left;
  clear: none;
}

#header #primary-navigation li a:link, #header #primary-navigation li a:visited {
  position: relative;
  display: block;
  height: 40px;
  color: #ccc;
  font-family: HelveticaNeue,Helvetica,Verdana,sans-serif;
  font-size: 1.2em;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#header #primary-navigation li a:hover, #header #primary-navigation li a:active {
  text-decoration: underline;
}
#header #primary-navigation li a b,
#header #primary-navigation li a i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 184px;
  height: 40px;
  background: transparent url(../images/bg_navigation_sprites.png) no-repeat 0 0;
  cursor: pointer;
}
#header #primary-navigation li a i {
}

#header #primary-navigation li#pn-home a,
#header #primary-navigation li#pn-home a b,
#header #primary-navigation li#pn-home a i {
  width: 63px;
  background-position: 0 0;
}
#header #primary-navigation li#pn-home a:hover b,
#header #primary-navigation li#pn-home a:active b,
body#home #header #primary-navigation li#pn-home a b,
body#home #header #primary-navigation li#pn-home a i {
  background-position: 0 -40px;
}

#header #primary-navigation li#pn-health-fitness a,
#header #primary-navigation li#pn-health-fitness a b,
#header #primary-navigation li#pn-health-fitness a i {
  width: 154px;
  background-position: -63px 0;
}
#header #primary-navigation li#pn-health-fitness a:hover b,
#header #primary-navigation li#pn-health-fitness a:active b,
body#health-fitness #header #primary-navigation li#pn-health-fitness a b,
body#health-fitness #header #primary-navigation li#pn-health-fitness a i {
  background-position: -63px -40px !important;
}

#header #primary-navigation li#pn-sport-social-clubs a,
#header #primary-navigation li#pn-sport-social-clubs a b,
#header #primary-navigation li#pn-sport-social-clubs a i {
  width: 184px;
  background-position: -217px 0;
}
#header #primary-navigation li#pn-sport-social-clubs a:hover b,
#header #primary-navigation li#pn-sport-social-clubs a:active b,
body#sport-social-clubs #header #primary-navigation li#pn-sport-social-clubs a b,
body#sport-social-clubs #header #primary-navigation li#pn-sport-social-clubs a i {
  background-position: -217px -40px;
}

#header #primary-navigation li#pn-bar-restaurant a,
#header #primary-navigation li#pn-bar-restaurant a b,
#header #primary-navigation li#pn-bar-restaurant a i {
  width: 161px;
  background-position: -401px 0;
}
#header #primary-navigation li#pn-bar-restaurant a:hover b,
#header #primary-navigation li#pn-bar-restaurant a:active b,
body#bar-restaurant #header #primary-navigation li#pn-bar-restaurant a b,
body#bar-restaurant #header #primary-navigation li#pn-bar-restaurant a i {
  background-position: -401px -40px;
}

#header #primary-navigation li#pn-membership a,
#header #primary-navigation li#pn-membership a b,
#header #primary-navigation li#pn-membership a i {
  width: 118px;
  background-position: -562px 0;
}
#header #primary-navigation li#pn-membership a:hover b,
#header #primary-navigation li#pn-membership a:active b,
body#membership #header #primary-navigation li#pn-membership a b,
body#membership #header #primary-navigation li#pn-membership a i {
  background-position: -562px -40px;
}

#header #primary-navigation li#pn-news a,
#header #primary-navigation li#pn-news a b,
#header #primary-navigation li#pn-news a i {
  width: 63px;
  background-position: -680px 0;
}
#header #primary-navigation li#pn-news a:hover b,
#header #primary-navigation li#pn-news a:active b,
body#news #header #primary-navigation li#pn-news a b,
body#news #header #primary-navigation li#pn-news a i {
  background-position: -680px -40px;
}

#header #primary-navigation li#pn-events a,
#header #primary-navigation li#pn-events a b,
#header #primary-navigation li#pn-events a i {
  width: 77px;
  background-position: -743px 0;
}
#header #primary-navigation li#pn-events a:hover b,
#header #primary-navigation li#pn-events a:active b,
body#events #header #primary-navigation li#pn-events a b,
body#events #header #primary-navigation li#pn-events a i {
  background-position: -743px -40px;
}

#header #primary-navigation li#pn-about-the-club a,
#header #primary-navigation li#pn-about-the-club a b,
#header #primary-navigation li#pn-about-the-club a i {
  width: 140px;
  background-position: -820px 0;
}
#header #primary-navigation li#pn-about-the-club a:hover b,
#header #primary-navigation li#pn-about-the-club a:active b,
body#about-the-club #header #primary-navigation li#pn-about-the-club a b,
body#about-the-club #header #primary-navigation li#pn-about-the-club a i {
  background-position: -820px -40px;
}

a#pn-members-area:link, a#pn-members-area:visited {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 157px;
  height: 45px;
  color: #ccc;
  font-family: HelveticaNeue,Helvetica,Verdana,sans-serif;
  font-size: 1.2em;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
a#pn-members-area:hover, a#pn-members-area:active {
  text-decoration: underline;
}

a#pn-members-area:link b, a#pn-members-area:visited b, a#pn-members-area i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 157px;
  height: 45px;
  background: transparent url(../images/bg_navigation_sprites.png) no-repeat 0 -103px;
  cursor: pointer;
}
a#pn-members-area:hover b, a#pn-members-area:active b {
  background-position: 0 -148px;
}

#content-wrapper-outer {
  position: relative;
  margin: 0 18px 0 17px;
  background: transparent url(../images/bg_sidebar.jpg) repeat-y bottom left;
}

#page-wrapper.single-column #content-wrapper-outer {
  background: none;
}

body#terms #page-wrapper #content-wrapper-outer, body#privacy #page-wrapper #content-wrapper-outer {
/*  background: none;*/
}

body#membership.single-column #content-wrapper-outer {
  background: none;
}

#content-wrapper {
  background: transparent url(../images/bg_content_area.png) repeat-x;
}

/* ************************************************************************* */
/* Sidebar, secondary nav */
#sidebar {
  width: 200px;
  float: left;
  clear: none;
}

#secondary-navigation {
  width: 194px;
  margin: 11px 0 0 6px;
  padding: 0;
  list-style-type: none;
}

#secondary-navigation li a:link, #secondary-navigation li a:visited {
  display: block;
  width: 180px;
  height: 21px;
  padding: 4px 7px 1px 7px;
  background: transparent url(../images/bg_secondary_navigation_sprites.png) no-repeat 0 -112px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #A4C2E2;
  text-decoration: none;
}

#secondary-navigation li.current a:link, #secondary-navigation li.current a:visited,
#secondary-navigation li a:hover, #secondary-navigation li a:active {
  background-position: -201px -112px;
  color: #fff;
}

#secondary-navigation li.item-1 a {
  padding-top: 12px;
  background-position: 0 0;
}
#secondary-navigation li.item-1.current a:link, #secondary-navigation li.item-1.current a:visited,
#secondary-navigation li.item-1 a:hover, #secondary-navigation li.item-1 a:active {
  background-position: -201px 0;
}

#secondary-navigation li.item-2 a {
  background-position: 0 -34px;
}
#secondary-navigation li.item-2.current a:link, #secondary-navigation li.item-2.current a:visited,
#secondary-navigation li.item-2 a:hover, #secondary-navigation li.item-2 a:active {
  background-position: -201px -34px;
}

#secondary-navigation li.item-3 a {
  background-position: 0 -60px;
}
#secondary-navigation li.item-3.current a:link, #secondary-navigation li.item-3.current a:visited,
#secondary-navigation li.item-3 a:hover, #secondary-navigation li.item-3 a:active {
  background-position: -201px -60px;
}

#secondary-navigation li.item-4 a {
  background-position: 0 -86px;
}
#secondary-navigation li.item-4.current a:link, #secondary-navigation li.item-4.current a:visited,
#secondary-navigation li.item-4 a:hover, #secondary-navigation li.item-4 a:active {
  background-position: -201px -86px;
}

#secondary-navigation li.item-last a {
  padding-bottom: 10px;
  background-position: 0 -138px !important;
}


#secondary-navigation.with-module li.item-last a {
  padding-bottom: 1px;
  background-position: 0 -112px !important;
}

#secondary-navigation.with-module-top {
  margin: 0 0 0 6px;
}

#secondary-navigation li.item-last.current a:link, #secondary-navigation li.item-last.current a:visited,
#secondary-navigation li.item-last a:hover, #secondary-navigation li.item-last a:active {
  background-position: -201px -138px !important;
}

#sidebar .module {
  position: relative;
  width: 169px;
  margin: 11px 0 3px 6px;
  padding: 7px 17px 7px 8px;
  background: transparent url(../images/bg_lhs_module_top.png) no-repeat top left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #A4C2E2;
}

#sidebar .module b {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 194px;
  background: transparent url(../images/bg_lhs_module_bottom.png) no-repeat;
}

#sidebar .with-module {
  margin-bottom: 0;
}

#sidebar .with-module b {
  display: none;
}

#sidebar .module.with-nav, #sidebar .module.with-module-top {
  margin-top: 0;
  background-image: url(../images/bg_lhs_module_top_nograd.png);
}

#sidebar .module h4 {
  font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
  font-size: 18px;
  color: #ccc;
  margin: 0 0 2px;
  text-transform: uppercase;
}

#sidebar .module ul, #sidebar .module ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sidebar .module li {
  padding: 0 0 4px 0;
  font-size: 13px;
}

#sidebar .module a:link, #sidebar .module a:visited {
  color: #A4C2E2;
  text-decoration: none;
}

#sidebar .module a:hover, #sidebar .module a:active {
  color: #A4C2E2;
  text-decoration: underline;
}

#sidebar .module a .date {
  color: #666;
  font-size: 11px;
}

#sidebar .module .more {
  display: block;
  margin: 0;
  text-align: right;
}

#sidebar .image-promo {
  display: block;
  margin: 14px 0 14px 13px;
}

#right-sidebar {
  position: relative;
  width: 266px;
  overflow: hidden;
  padding-top: 12px;
  float: right;
  clear: none;
}
#right-sidebar.narrow {
  width: 193px;
}
#right-sidebar div#hanselngretal{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #002B5C;
  margin: 25px 12px 10px 0;
  text-align: right;
}


#right-sidebar div.module {
  position: relative;
  margin: 0 12px 12px 0;
  padding: 8px 11px;
  background: #DFDFDF;
  border: 1px solid #F5F5F5;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #000;
  min-height:100px;
}

#right-sidebar.narrow div.widget_header{
  position: relative;
  width: 159px;
  height: 25px;;
}

#right-sidebar .module h3 {
  font-size: 18px;
  color: #002B5C;
  font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
  border-bottom: 1px solid #C3C5C8;
  padding-bottom: 2px;
  margin-bottom: 4px;
  text-transform: uppercase;
  text-align: left;
/*  float: left;*/
}

#right-sidebar .module ul, #right-sidebar .module ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}

#right-sidebar .module li {
  padding: 0 0 0 8px;
  margin-top: 4px;
  font-size: 13px;
  background: transparent url(../images/bg_rhs_module_bullet.png) no-repeat 0 6px;
  clear: both;
}

#right-sidebar .module li.first {
  background: none;
  padding-left: 0;
  padding-top: 0;
}

#right-sidebar .module li div {
/*  width: 182px;
  float: left;
  clear: none;*/
  display: inline;
}
#right-sidebar.narrow .module li div {
/*  width: 100px;*/
}

#right-sidebar .module li .mini-image {
  width: 38px !important;
  height: 38px;
  margin: 0 8px 4px 0;
  border: 1px solid #fff;
  float: left;
  clear: none;
}

#right-sidebar .module li .mini-image img {
  display: block;
}

#right-sidebar .module a:link, #right-sidebar .module a:visited {
  color: #002B5C;
  text-decoration: none;
}

#right-sidebar .module a:hover, #right-sidebar .module a:active {
  color: #002B5C;
  text-decoration: underline;
}

#right-sidebar .module a .date {
  color: #666;
  font-size: 11px;
}

/*
#right-sidebar .module .more {
  position: absolute;
  bottom: 8px;
  right: 12px;
  padding-top: 0.7em;
  display: block;
  margin: 5px 0 0 0;
  text-align: right;
}
*/

#right-sidebar .module .more {
  position: absolute;
  top: 4px;
  right: 12px;
  padding-top: 0.7em;
  display: block;
  margin: 5px 0 0 0;
  text-align: right;
}

/* Center modules */

#content div.module {
  position: relative;
  width: 205px;
  float: left;
  clear: none;
  margin: 0 12px 12px 0;
  padding: 8px 11px;
  background: #DFDFDF;
  border: 1px solid #F5F5F5;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #000;
}
#content div#enquiry {
  width: 159px !important;
}
#content div#news-runner div.module{
  height: 150px;
  overflow:hidden;
}

#right-sidebar.narrow div.widget_header{
  position: relative;
  width: 159px;
  height: 25px;;
}

#content .module h3 {
  font-size: 18px;
  color: #002B5C;
  font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
  border-bottom: 1px solid #C3C5C8;
  padding-bottom: 2px;
  margin-bottom: 4px;
  text-transform: uppercase;
  text-align: left;
/*  float: left;*/
}

#content a h3{
  text-decoration:underline;
}

#content .module ul, #content .module ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}

#content .module li {
  padding: 0 0 0 8px;
  margin: 0;
  margin-top: 4px;
  font-size: 13px;
  background: transparent url(../images/bg_rhs_module_bullet.png) no-repeat 0 6px;
  clear: both;
}

#content .module li.first {
  background: none;
  padding-left: 0;
  padding-top: 0;
}

#content .module li div {
/*  width: 182px;
  float: left;
  clear: none;*/
  display: inline;
}
#content .module li div {
/*  width: 100px;*/
}

#content .module li .mini-image {
  width: 38px !important;
  height: 38px;
  margin: 0 8px 4px 0;
  border: 1px solid #fff;
  float: left;
  clear: none;
}

#content .module li .mini-image img {
  display: block;
}

#content .module a:link, #content .module a:visited {
  color: #002B5C;
  text-decoration: none;
}

#content .module a:hover, #content .module a:active {
  color: #002B5C;
  text-decoration: underline;
}

#content .module a .date {
  color: #666;
  font-size: 11px;
}

/*
#content .module .more {
  position: absolute;
  bottom: 8px;
  right: 12px;
  padding-top: 0.7em;
  display: block;
  margin: 5px 0 0 0;
  text-align: right;
}
*/

#content .module .more {
  position: absolute;
  top: 4px;
  right: 12px;
  padding-top: 0.7em;
  display: block;
  margin: 5px 0 0 0;
  text-align: right;
}

/* ************************************************************************* */
/* Homepage */

/* Main promo image */
div.homepage-image {
  width: 471px;
  font: 16px Georgia,serif;
  color: #000;
  line-height: 150%;
  border: none;
  margin-bottom: -40px;
}

div.homepage-image img {
  display: block;
}

div.homepage-image .caption {
  position: relative;
  width: 449px;
  padding: 35px 10px 10px 10px;
  border: 1px solid #fff;
  border-top-width: 0;
  background-image: url(../images/bg_homepage_image_caption.png);
  top: -70px;
}

div.homepage-image p {
  margin: 2px 4px 8px 4px;
}

/* Carousel */
#home .carousel {
  clear: both;
  position: relative;
  width: 471px;
  height: 173px;
  overflow: hidden;
  font-family: arial,helvetica,sans-serif;
}

.carousel ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.carousel ul li {
  margin: 0;
  padding: 0;
  clear: both;
}

.carousel ul li.carousel-item {
  position: absolute;
  top: 0;
  width: 471px;
}

.carousel ul li h3 {
  font-size: 18px;
  color: #002B5C;
  font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
  border-bottom: 1px solid #AFB2B4;
  padding-bottom: 2px;
  margin-bottom: 4px;
  padding-top: 10px;
  text-transform: uppercase;
  float: left;
  clear: none;
  width: 272px;
}

.carousel ul li h3 a:link, .carousel ul li h3 a:visited {
  text-decoration: none;
}

.carousel a#explore-facilities:link, .carousel a#explore-facilities:visited {
  position: absolute;
  bottom: 10px;
  left: 195px;
  display: block;
  width: 154px;
  height: 16px;
  padding: 7px 12px;
  background: #CACACA url(../images/bg_carousel_explore.png) no-repeat;
  color: #002B5C;
  text-decoration: none;
  font-size: 14px;
}

.carousel a#explore-facilities:hover, .carousel a#explore-facilities:active {
  background-position: 0 -30px;
}

.carousel ul#carousel-nav {
  position: absolute;
  top: 16px;
  right: 0;
  margin: 0;
  padding: 0;
}

.carousel ul#carousel-nav li {
  float: left;
  clear: none;
  width: 14px;
  height: 13px;
  text-indent: -999em;
  margin-left: 3px;
  cursor: pointer;
}

.carousel ul#carousel-nav li#carousel-previous {
  background: #002B5C url(../images/bg_carousel_previous.png) no-repeat;
}

.carousel ul#carousel-nav li#carousel-next {
  background: #002B5C url(../images/bg_carousel_next.png) no-repeat;
}

.carousel ul#carousel-nav li#carousel-previous:hover, .carousel ul#carousel-nav li#carousel-next:hover {
  background-position: 0 -13px;
}

/* ************************************************************************* */
/* Content area */

#center-content {
  position: relative;
  width: 524px;
  float: left;
  clear: none;
  padding-bottom: 55px;
  margin: 12px 0 0 0;
  padding: 0 10px 55px 12px;
}
body#home #center-content {
  float:left;
  margin: 0;
  width: 469px;
}

#content {
  width: 729px;
  float: left;
  clear: none;
  padding-bottom: 55px;
  margin: 12px 0 0 0;
  padding: 0 8px 55px 22px;
  background: #BEBEBE;
}
#events #content.all {
  position: relative;
  width: 936px;
}

/*
#terms #content, #privacy #content {
  width: 929px;
  margin-left: 1px;
}
*/
.single-column #content {
  margin-left: 12px;
  padding-left: 0;
}
#content.w680{
  width: 636px !important;
}
body#membership.signup #content {
  margin-left:200px;
}
body#membership.signup #content {
  margin-left:200px;
}

#become-a-member #content {
  background: #bebebe url(../images/bg_horse.png) no-repeat 0 50%;
}


#membership .benefit #content {
  width: 936px !important;
}

#content h1,
#center-content h1 {
  font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  color: #002B5C;
  padding-bottom: 3px;
  background: transparent url(../images/bg_content_heading.png) no-repeat bottom left;
  margin-bottom: 12px;
}

#members #content h1 ,
#members #center-content h1 {
  margin-top: -12px;
  margin-left: -22px;
  font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  color: #002B5C;
  width: 717px;
  height: 13px;
  padding: 92px 21px 26px 21px;
  background: transparent url(../images/bg_members_area_gr_header.jpg) no-repeat top left;
  margin-bottom: 12px;
}

#content h1 span.date, #content h1 span.author {
  display: block;
  clear: both;
  margin-bottom: 4px;
  font-family: Georgia,serif;
  font-size: 0.5em;
  text-transform: none;
  color: #000;
}

#content h1 div.metadata {
  display: block;
  clear: both;
  margin-bottom: 4px;
  font-family: Georgia,serif;
  font-size: 0.5em;
  text-transform: none;
  color: #000;
  font-weight: normal;
}
#content h1 div.metadata span {
  padding-right: 1em;
}

#content h3,
#center-content h3 {
  color: #002B5C;
  font-size: 16px;
  margin-bottom: 7px;
}

#content_object {
  position:relative;
  float:left;
  width:255px;
}
#content h4,
#center-content h4 {
  color: #002B5C;
  font-size: 12px;
  margin-bottom: 0;
}

#content p,
#center-content p {
  margin: 0 0 11px 0;
  line-height: 130%;
}

#content .intro {
  font-size: 1.25em;
}

#content .hr {
  margin: 0;
  padding: 0;
  height: 2px;
  background: transparent url(../images/gr_content_divider.png) no-repeat;
  margin-bottom: 11px;
}
#content .hr hr {
  display: none;
}

#content ul, #center-content ul {
  margin: 0 0 1em 0;
  padding: 0;
}
#content ul li, #center-content ul li {
  margin: 4px 0 4px 1.1em;
}

div.image {
  float: none;
  clear: both;
  width: auto;
  margin: 0 0 1em 0;
  position: relative;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 125%;
  border: 1px solid #fff;
}
div#br div.image{
  border: 0 !important;
}
div.image img {
  display: block;
  padding: 0;
  margin: 0;
}

div.image .caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 0 4px 0;
  background: transparent url(../images/bg_image_caption.png) repeat-x top left;
}

div.image.right, div.image-right {
  float: right;
  clear: none;
  margin: 10px 0 1em 20px;
}

div.image.left, div.image-left {
  float: left;
  clear: none;
  margin: 10px 20px 1em 0;
}

div.image.w267 {
  width: 270px;
}
div.image.w267 img {
}

div.image.w150 {
  width: 150px;
}
div.image.w150 img {
}

div.image h5 {
  font-size: 10px;
  color: #002B5C;
  font-weight: normal;
  margin: 0 4px 2px 4px;
}

div.image p {
  margin: 2px 4px;
}

#content .content-section {
  clear: both;
  margin: 0 -8px 0 -22px;
  padding: 10px 8px 0 22px;
  background: #BEBEBE url(../images/bg_content_section.png) repeat-x;
}

#content .content-section p {
  margin: 0 0 10px 0;
}

#content .content-section .image-left {
  position: relative;
  margin: 0 8px 8px 0 !important;
}

#content .content-section .image-right {
  position: relative;
  margin: 0 0 8px 8px !important;
}

#content .content-section .trainer-left {
  position: relative;
  margin: 0 0 0 200px !important;
  width: 520px;
}

#content .content-section .trainer-right {
  position: relative;
  margin: 0 0 0 0 !important;
  width: 520px;
}

#content div#top-link {
  display: none;
  width: 95px;
  height: 26px;
  position: absolute;
  bottom: 20px;
  right: 12px;
}

#content div#top-link a {
  display: block;
  width: 62px;
  height: 20px;
  padding: 6px 4px 0 29px;
  background: transparent url(../images/bg_back_to_top.png) no-repeat;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px
}


div#promo {
  position: relative;
  font-family:Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-align:right;

}
div#promo h3 {
  border-bottom:1px solid #AEB2B5;
  color:#002B5C;
  font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
  font-size:18px;
  margin-bottom:4px;
  padding-bottom:2px;
  text-align:right;
  text-transform:uppercase;
}
div#promo a img {
  position:relative;
  float:left;
  top: -23px;
}



form#membership_form div.no-show {
  display: none !important;
}

/* ************************************************************************* */
/* Footer */
#footer {
  position: relative;
  clear: both;
  width: 994px;
  height: 85px;
  margin: 0 auto;
  background: transparent url(../images/bg_footer.png) no-repeat bottom left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #666;
}

#footer ul {
  position: absolute;
  margin: 0;
  padding: 3px 0 0 0;
  list-style-type: none;
  top: 10px;
}

#footer ul#footer-navigation {
  left: 30px;
}

#footer ul#footer-legal {
  right: 30px;
}

#footer ul li {
  display: block;
  float: left;
  clear: none;
  padding: 0 10px;
  border-right: 1px solid #666;
}

#footer ul li.first {
  padding-left: 0;
}
#footer ul li.last, #footer ul li.copyright {
  border-right: none;
  padding-right: 0;
}

#footer a:link, #footer a:visited {
  color: #999;
  text-decoration: none;
}

#footer a:hover, #footer a:active {
  color: #666;
  text-decoration: underline;
}

/* ************************************************************************* */
/* Section/page specific stuff */


/* Events */

div.events-module {
  width: 190px;
/*  height: 141px;*/
  padding: 0 6px 6px 0;
  background: #DFDFDF url(../images/bg_events_module_tbl.png) no-repeat bottom right;
}

table.events-module {
  position: relative;
/*  width: 932px;
  margin-top: 10px;*/
/*  width: 190px;*/
  height: 139px;
  background: #161415;
  border-spacing: 1px; 
  empty-cells: show;
  background: #161415;
  margin: 0 auto;
}

table.events-module thead {
}

table.events-module th {
  width: 26px;
  height: 11px;
  overflow: hidden;
  line-height: 11px;
  background: #4C4B4B url(../images/bg_events_module_headers.png) repeat-x;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  color: #002B5C;
  font-size: 11px;
  font-weight: bold;
}

table.events-module tbody {
}

table.events-module td {
  border: 1px solid #383637;
  padding: 2px 2px 1px 2px;
  vertical-align: middle;
  text-align: center;
  background: #2C2A2B url(../images/bg_events_module_empty.png) repeat-x;
  font-family: Arial,Helvetica,sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  cursor: default;
}

table.events-module td.empty {
  background: #939393 url(../images/bg_events_module_no_date.png) repeat-x;
  border-color: #969696;;
}

table.events-module td.has-events {
  background: #395676 url(../images/bg_events_module_has_events.png) repeat-x;
  border-color: #0B2F57;
  cursor: pointer;
}

table.events-module td.today {
  background: #710606 url(../images/bg_events_module_today.png) repeat-x;
  border-color: #4A0C0C;
}

table.events-module td.has-events span.date {
  color: #526B88 !important;
}

table.events-module td span.date {
  font-size: 12px;
  color: #5C5B5C;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
}

table.events-module td ul {
  display: none;
}

table.events-module td ul li a:link, .events-module table td ul li a:visited {
  color: #fff;
}


#events-module-popup {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  position: absolute;
  width: 195px;
  z-index: 31337;
  background: transparent url(../images/bg_events_popup_top.png) no-repeat;
}
html body .events-module-popup-right {
  background: transparent url(../images/bg_events_popup_top_right.png) no-repeat !important;
}

#events-module-popup b {
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 195px;
  height: 13px;
  background: transparent url(../images/bg_events_popup_bottom.png) no-repeat;
}

html body .events-module-popup-right b {
  background: transparent url(../images/bg_events_popup_bottom_right.png) no-repeat !important;
}

#events-module-popup h3 {
	font-size: 16px;
	color: #002B5C;
	font-family: Georgia,serif;
	margin: 0 0 4px 0;
	padding: 0;
}

#events-module-popup p {
	margin: 4px 0 6px 0;
}

#events-module-popup ul {
  margin: 4px 0 4px 10px !important;
  padding: 0;
  list-style-type: none;
}

html body .events-module-popup-right ul {
  margin: 4px 10px 4px 0 !important;
}

#events-module-popup ul li {
  margin: 0;
  padding: 4px 12px;
  background: none !important;
}

#events-module-popup ul li a:link, #events-module-popup ul li a:visited {
  text-decoration: none;
}

#events-module-popup ul li a:hover, #events-module-popup ul li a:active {
  text-decoration: underline;
}

/* Events page */

#events #content table {
  position: relative;
  width: 932px;
  margin-top: 10px;
  background: #161415;
  border-spacing: 1px; 
  empty-cells: show;
  background: #161415 url(../images/bg_events_tbl.png) repeat-x 0 30px;
}

#events #content table thead {
}

#events #content table th {
  width: 132px;
  height: 30px;
  background: #4C4B4B url(../images/bg_events_headers.png) repeat-x;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  color: #E9E9E9;
  font-size: 18px;
  font-weight: normal;
}

#events #content table tbody {
/*  background: #161415 url(../images/bg_events_empty.png) repeat-x;*/
}

#events #content table td {
  width: 132px;
  height: 98px;
  border: 1px solid #2B2829;
  padding: 5px 3px 3px 10px;
  vertical-align: bottom;
  text-align: right;
}

#events #content table td.no-date {
  background: #BDBDBD url(../images/bg_events_no_date.png) repeat-x;
  border-color: #969696;
}

#events #content table td.has-events {
  background: #00254F url(../images/bg_events_has_events.png) repeat-x;
  border-color: #0B2F57;
}

#events #content table td.has-events span.date {
  color: #526B88 !important;
}

#events #content table td.today {
  background: #750606 url(../images/bg_events_today.png) repeat-x;
  border-color: #4A0C0C;
}

#events #content table td span.date {
  font-size: 20px;
  color: #5C5B5C;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
}

#events #content table td ul {
  width: 112px;
  display: block;
  position: absolute;
  float: left;
  clear: none;
  text-align: left;
  padding: 0;
  list-style-type: none;
  margin: -78px 0 0 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

#events #content table td ul li {
  padding-bottom: 4px;
  margin: 0;
}

#events #content table td ul li a:link, #events #content table td ul li a:visited {
  color: #fff;
}

html body .events-module-popup-full {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  position: absolute;
  width: 355px !important;
  padding: 24px 8px 8px 8px;
  z-index: 31337;
	border-bottom: 1px solid #012650;
  background: url(../images/bg_events_popup_full_left.png) no-repeat !important;
}
html body .events-module-popup-full b {
	display: none;
}

html body .events-module-popup-full-right {
  background-image: url(../images/bg_events_popup_full_right.png) !important;
}

html body #content .events-module-popup-full-right b {
	display: none;
}

html body .events-module-popup-full .loading {
  background: transparent url(../images/an_loading_spinner.gif) no-repeat;
  padding: 4px 0 4px 24px;
  margin: 1em 0;
}

#events-nav {
/*  position: relative;
  width: 932px;*/
  padding-top: 10px;
}

#events-nav .previous a, #events-nav .next a {
  display: block;
  width: 13px;
  height: 21px;
  text-indent: -999em;
  text-decoration: none;
  float: left;
  clear: none;
  margin-top: 2px;
  margin-right: 3px;
}

#events-nav .previous a {
  background: transparent url(../images/bt_events_previous_month.png) no-repeat;
}

#events-nav .next a {
  background: transparent url(../images/bt_events_next_month.png) no-repeat;
}

#events-nav h3 {
  float: left;
  clear: none;
  font-family: arial,helvetica,sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #002B5C;
}

#events-nav .dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 142px;
  margin: 0;
  padding: 1px 3px 3px 1px;
  z-index: 31337;
  background: transparent url(../images/bg_events_month_select.png) no-repeat;
}

#events-nav .dropdown ul {
  width: 120px;
  height: 142px;
  overflow: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#events-nav .dropdown ul li {
  width: 100px;
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
}

#events-nav .dropdown ul li a:link, #events-nav .dropdown ul li a:visited {
  display: block;
  font-family: arial,helvetica,sans-serif;
  color: #002B5C;
  padding: 2px 0 2px 7px;
  text-decoration: none;
}

#events-nav .dropdown ul li a:hover, #events-nav .dropdown ul li a:active {
  color: #fff;
  background: #5F83AB;
}

#events-nav .dropdown b {
  position: absolute;
  top: -21px;
  right: 0;
  display: block;
  width: 31px;
  height: 21px;
  background: transparent url(../images/bt_events_month_select_open.png) no-repeat;
  cursor: pointer;
}

#events-nav-dropdown-arrow {
  display: block;
  width: 19px;
  height: 11px;
  float: left;
  clear: none;
  margin-top: 6px;
  margin-left: 6px;
  background: transparent url(../images/bt_events_month_select.png) no-repeat;
  cursor: pointer;
}


#export-events {
  position: absolute;
  top: 16px;
  right: 12px;
}

#export-events a {
  display: block;
  width: 98px;
  height: 14px;
  background: transparent url(../images/bt_export_events.png) no-repeat;
  padding: 4px 8px 12px 61px;
  font-size: 16px;
  text-decoration: none;
  font-family: arial,helvetica,sans-serif;
}
#export-events a.outlook {
  display: block;
  width: 122px;
  height: 14px;
  background: transparent url(../images/bt_export_to_outlook.png) no-repeat;
  padding: 4px 8px 12px 61px;
  font-size: 16px;
  text-decoration: none;
  font-family: arial,helvetica,sans-serif;
}

#events #right-sidebar {
  position: absolute;
  top: 0;
  right: 0;
}

#content p.event-metadata {
  margin: 0 0 4px 0;
}

/* ************************************************************************* */
/* membership page */

body#membership .single-column #content {
  width: 658px;
}

body#membership #member-bar{
  float: right;
  clear: none;
  width: 275px;
  padding: 13px 0 13px 5px;
  background: #BEBEBE url(../images/bg_membership_rhs.png) no-repeat 0 0;
}
body#membership #member-bar #become-a-member-promo{
 width: 254px;
 text-align: center;
}

body#membership div.signup #content{
  background: url(../images/bg_horse.png) no-repeat 0 0;
}

/* membership benefit page */

#membership .benefit #content h1 {
  position: relative;
}

#benefits-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 142px;
  margin: 0;
  padding: 1px 3px 3px 1px;
  z-index: 31337;
  background: transparent url(../images/bg_events_month_select.png) no-repeat;
}

#benefits-dropdown ul {
  width: 120px;
  height: 142px;
  overflow: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#benefits-dropdown ul li {
  width: 100px;
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
}

#benefits-dropdown ul li a:link, #benefits-dropdown ul li a:visited {
  display: block;
  font-family: arial,helvetica,sans-serif;
  color: #002B5C;
  padding: 2px 7px;
  text-decoration: none;
}

#benefits-dropdown ul li a:hover, #benefits-dropdown ul li a:active {
  color: #fff;
  background: #5F83AB;
}

#benefits-dropdown b {
  position: absolute;
  top: -21px;
  right: 0;
  display: block;
  width: 31px;
  height: 21px;
  background: transparent url(../images/bt_events_month_select_open.png) no-repeat;
  cursor: pointer;
}

#benefits-nav-dropdown-arrow {
  vertical-align: top;
  margin-top: 10px;
  margin-left: 6px;
  cursor: pointer;
}

#XXX-benefits-nav-dropdown-arrow {
  display: inline-block; /* FF etc. */
  width: 19px;
  height: 11px;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 6px;
  background: transparent url(../images/bt_events_month_select.png) no-repeat;
  cursor: pointer;
}


.content-header {
  position: relative;
  background: transparent url(../images/bg_content_heading.png) no-repeat bottom left;
  padding-bottom: 3px;
  margin-bottom: 12px;
}

.content-header h1 {
  background: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.content-header .date, .content-header .author {
  display: block;
  clear: both;
  margin-bottom: 4px;
  font-family: Georgia,serif;
  text-transform: none;
  color: #000;
  font-weight: bold
}

.content-header div.metadata {
  display: block;
  clear: both;
  margin-bottom: 4px;
  font-family: Georgia,serif;
  text-transform: none;
  color: #000;
  font-weight: normal;
}
.content-header div.metadata span {
  padding-right: 1em;
}

.content-header a.export, .content-header a.email {
  margin: 0 10px 0 0;
  line-height: 180%;
}






#send-to-friend {
  position: absolute;
  top: 16px;
  right: 12px;
}

#send-to-friend a {
  display: block;
  width: 85px;
  height: 8px;
  font-size: 11px;
  background: transparent url(../images/bt_send_to_a_friend.png) no-repeat;
  padding: 4px 0 12px 46px;
  text-decoration: none;
  font-family: arial,helvetica,sans-serif;
}


.content-header #send-to-friend {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
}

#content #breadcrumb {
  position: absolute;
  top: 0;
  right: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #002B5C;
  margin: 25px 12px 10px 0;
  text-align: right;
}

#member-benefit-details {
  font-size: 15px;
}

#member-benefit-details .image {
  margin-top: 0;
  margin-right: 10px;
}

#member-benefit-details #member-benefit-nav {
  position: relative;
  clear: both;
  width: 480px;
  height: 21px;
}

#member-benefit-details #member-benefit-nav a:link, #member-benefit-details #member-benefit-nav a:visited {
  text-decoration: none;
  font-family: arial,helvetica,sans-serif;
  font-size: 18px;
}

#member-benefit-details #member-benefit-nav a:hover, #member-benefit-details #member-benefit-nav a:active {
/*  text-decoration: underline;*/
}

#member-benefit-details .previous-benefit {
  position: absolute;
  top: 0;
  left: 0;
}
#member-benefit-details .previous-benefit a:link, #member-benefit-details .previous-benefit a:visited {
  padding: 0 0 0 21px;
  background: transparent url(../images/bg_prev_member_benefit.png) no-repeat;
}

#member-benefit-details .next-benefit {
  position: absolute;
  top: 0;
  right: 0;
}
#member-benefit-details .next-benefit a:link, #member-benefit-details .next-benefit a:visited {
  padding: 0 21px 0 0;
  background: transparent url(../images/bg_next_member_benefit.png) no-repeat top right;
}

/* ************************************************************************* */
/* Forms */

label, input, textarea, select, option, .field-group {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  color: #000;
}

.field-group {
  clear: both;
  padding: 3px 1px;
  margin-top: 4px;
}

.field-group > label {
  display: block;
  width: 138px;
  padding-right: 10px;
  padding-top: 2px;
  text-align: right;
  float: left;
  clear: none;
  vertical-align: middle;
}

.field-group.wide > label {
  font-size: 12px;
  padding-left: 25px;
  font-family: Georgia,serif;
  width: auto;
  float: none;
  clear: both;
  text-align: left;
}

.field-group > input, .field-group > textarea {
  vertical-align: middle;
}

.field-group.wide .radio-group {
  padding-left: 145px;
}

.radio-group {
  float: left;
  clear: right;
}

.radio-group label {
  padding-right: 0;
  text-align: left;
  float: left;
  clear: none;
}

.radio-group.many label {
  width: 100px;
}

.submit-buttons {
  clear: both;
  padding-left: 148px;
  padding-top: 10px;
}

#form-type label {
  font-weight: bold;
  font-size: 12px;
  padding-left: 25px;
  width: auto;
  float: none;
  clear: both;
  text-align: left;
}
fieldset{
  border:0;
  margin: 7px 0 0 0;
}

/* Error messages */
div#error-overview {
  font-family: arial,helvetica,sans-serif;
  border: 2px solid #900;
  color: #900;
  font-weight: bold;
  padding: 10px 10px 0 10px;
  background: #C37F7F;
}
.success{
  color: #004000 !important;
  background: #D5FFD5 !important;
  border: 2px solid #004000 !important;
}
div#error-overview p {
  margin: 0 0 10px 0;
}

.field-group.error {
  color: #900;
  border: 1px solid #900;
  padding: 2px 0;
  background: #C37F7F;
}

.field-group.error label {
  color: #900;
}

.error-detail {
  clear: both;
  font-weight: bold;
  padding-left: 148px;
}

/* Member login module */

.module .field-group {
  margin: 0;
  padding: 0;
}

.module .field-group label {
  float: none;
  clear: both;
  color: #999; 
  padding: 0;
  margin: 8px 0 4px 0;
  width: auto;
  text-align: left;
}
#enquiry .field-group label {
  color: #000;	
}
#enquiry .field-group input,
#enquiry .field-group textarea {
  width:153px;	
}
.module .submit-buttons {
  padding: 8px 0 0 0;
  clear: both;
}

.submit-button, .help-button {
  display: block;
  float: left;
  clear: none;
  border: 1px solid #929292;
  background: #999 url(../images/bg_submit_button.png) repeat-x;
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  color: #002B5C !important;
  padding: 1px 4px;
  margin-right: 4px;
  text-decoration: none;
}

a.submit-button, a.help-button {
  padding: 2px 4px;
}

.submit-button:hover, .help-button:hover {
  text-decoration: underline;
}

/* Tabs */

.tabs-inactive .tab-content {
  margin-bottom: 10px;
}

.tabs {
  clear: both;
  margin: 1em -8px 20px -22px;
}

.tabs .tab-content {
  clear: both;
  padding: 4px 0;
  padding: 10px 8px 0 22px;
  margin-bottom: 10px;
  background: #BEBEBE url(../images/bg_tab_content.png) repeat-x;
}

.tabs .tab-content h3 {
  display: none;
}

#tab-bar {
  height: 23px !important;
  margin: 0 !important;
  padding: 0 0 0 22px !important;
  list-style-type: none;
  background: transparent url(../images/bg_tab_bar.png) repeat-x;
}

#tab-bar li {
  position: relative;
  display: block;
  width: auto;
  height: 15px;
  float: left;
  clear: none !important;
  padding: 4px 14px;
  text-align: center;
  margin: 0 !important;
  margin-left: 12px !important;
  background: transparent url(../images/bg_tab_button.png) no-repeat;
  margin: 0 0 0 4px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
}

#tab-bar li b {
  display: block;
  position: absolute;
  top: 0;
  right: -3px;
  width: 3px;
  height: 23px;
  background: transparent url(../images/bg_tab_button.png) no-repeat top right;
}

#tab-bar li.current, #tab-bar li.current:hover {
  background: transparent url(../images/bg_tab_button_active.png) no-repeat;
  cursor: default;
  color: #000;
}
#tab-bar li.current b, #tab-bar li.current:hover b {
  background-image: url(../images/bg_tab_button_active.png);
}

#tab-bar li:hover {
/*  background: transparent url(../images/bg_tab_button_active.png) no-repeat;*/
  color: #000;
}

/* Photo galleries */
ul.gallery {
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
}

ul.gallery li {
  float: left;
  clear: none;
  margin: 0 10px 10px 0;
}

/* News list page */
#news .search-form {
  position: absolute;
  top: 0;
  right: 0;
  padding: 17px 21px;
  background: transparent url(../images/bg_news_search.png) repeat-x;
}

#news .search-form .select-group, #news .search-form .submit-buttons {
  width: auto;
  float: left;
  clear: none;
  padding: 0 15px 0 0;
}

#news .search-form .select-group label {
  padding-right: 10px;
}

#news .search-form .submit-buttons {
  padding-right: 0;
}

#news h1 {
  margin-bottom: 10px;
}
#news #right-sidebar{
  position: absolute;
  top: 0;
  right: 0;
}

#news .content-section.news-summary h3 {
  margin: 0 0 4px 0 !important;
}

#news .content-section.news-summary .author {
  font-weight: bold;
  margin: 0 0 4px 0;
}

#news .content-section.news-summary .further-details {
  margin: 0 0 4px 0;
}

#news .content-section.news-summary p {
  margin: 0 0 4px 0;
}

#news .content-section.news-summary a:link, #news .content-section.news-summary a:visited {
  text-decoration: none;
}

#news .content-section.news-summary a:hover, #news .content-section.news-summary a:active {
  text-decoration: underline;
}


/* Podcast list page */
#podcast .search-form {
  position: absolute;
  top: 0;
  right: 0;
  padding: 17px 21px;
  background: transparent url(../images/bg_news_search.png) repeat-x;
}

#podcast .search-form .select-group, #podcast .search-form .submit-buttons {
  width: auto;
  float: left;
  clear: none;
  padding: 0 15px 0 0;
}

#podcast .search-form .select-group label {
  padding-right: 10px;
}

#podcast .search-form .submit-buttons {
  padding-right: 0;
}

#podcast h1 {
  margin-bottom: 10px;
}
#podcast #right-sidebar{
  position: absolute;
  top: 0;
  right: 0;
}

#podcast .content-section.news-summary h3 {
  margin: 0 0 4px 0 !important;
}

#podcast .content-section.news-summary .author {
  font-weight: bold;
  margin: 0 0 4px 0;
}

#podcast .content-section.news-summary .further-details {
  margin: 0 0 4px 0;
}

#podcast .content-section.news-summary p {
  margin: 0 0 4px 0;
}

#podcast .content-section.news-summary a:link, #news .content-section.news-summary a:visited {
  text-decoration: none;
}

#podcast .content-section.news-summary a:hover, #news .content-section.news-summary a:active {
  text-decoration: underline;
}


/* Forms */
form input, form select, form option, form textarea {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #000;
}

form .submit-buttons input.submit-button {
  border: 1px solid #929292;
  color: #002B5C;
  background: #ccc url(../images/bg_form_button.png) repeat-x center left;
}

form .submit-buttons input.submit-button.disabled {
  border: 1px solid #ccc;
  color: #333 !important;
	cursor: not-allowed;
}
form .submit-buttons input.submit-button.disabled:hover {
	text-decoration: none;
}


/* mjembership benefits RHS */
#club-holder p {
  text-align: center;
  font-size: 15px;
  margin: 12px 0 5px 0;
}
#member-bar #membership-benefits {
  margin: 0 0 0 5px;
  padding: 0;
  list-style-type: none;
  font-family: Arial,Helvetica,sans-serif;
}

#member-bar #membership-benefits li {
  position: relative;
  float: left;
  clear: none;
  width: 138px;
  height: 138px;
  overflow: hidden;
  margin-left: -5px;
  margin-top: -5px;
}

#member-bar #membership-benefits li a:link, #member-bar #membership-benefits li a:visited {
  color: #fff;
  text-decoration: none;
}
#member-bar #membership-benefits li a:hover, #member-bar #membership-benefits li a:active {
}

#member-bar #membership-benefits li a img {
  margin: 9px 8px;
}

#member-bar #membership-benefits li a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 138px;
  height: 138px;
  background: transparent url(../images/bg_membership_benefits_overlay.png) no-repeat;
  text-align: center;
  padding: 112px 0 0 0;
}

#member-bar #membership-benefits li a:hover div, #member-bar #membership-benefits li a:active div {
  background-position: 0 -152px;
}

/* Timetable */
#health-fitness div.timetable #content table {
  border-collapse: collapse;
  font-family: Arial,Helvetica,sans-serif;
}

#health-fitness div.timetable #content table thead tr {
  border-right: 1px solid #333;
}

#health-fitness div.timetable #content table thead th {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  background: #6487AE url(../images/bg_timetable_header.png) repeat-x;
  font-size: 13px;
  color: #fff;
  padding: 7px 0;
  width: 107px;
}

#health-fitness div.timetable #content table thead td {
  width: 68px;
}

#health-fitness div.timetable #content table {
  border: 1px solid #333;
  border-top: none;
}

#health-fitness div.timetable #content table#timetable-heading {
  border-left: none;
}

#health-fitness div.timetable #content table#timetable-morning {
  height: 100px;
  background: #BBCADB url(../images/bg_timetable_morning_sessions.png) repeat-y left center;
}

#health-fitness div.timetable #content table#timetable-morning tr.even th {
  background: transparent url(../images/bg_morning_even.png) repeat-y;
}
#health-fitness div.timetable #content table#timetable-morning tr.even td {
  background: #C2D0DF;
}

#health-fitness div.timetable #content table#timetable-afternoon {
  min-height: 130px;
  background: #9BB1CA url(../images/bg_timetable_afternoon_sessions.png) repeat-y left center;
}

#health-fitness div.timetable #content table#timetable-afternoon tr.even th {
  background: transparent url(../images/bg_afternoon_even.png) repeat-y;
}

#health-fitness div.timetable #content table#timetable-afternoon tr.even td {
  background: #A6BAD0;
}

#health-fitness div.timetable #content table#timetable-evening {
  min-height: 100px;
  background: #9CA9B8 url(../images/bg_timetable_evening_sessions.png) repeat-y left center
}

#health-fitness div.timetable #content table#timetable-evening tr.even th {
  background: transparent url(../images/bg_evening_even.png) repeat-y;
}

#health-fitness div.timetable #content table#timetable-evening tr.even td {
  background: #A7B2C0;
}

#health-fitness div.timetable #content table tbody th {
  padding: 10px 9px;
  border-right: 1px solid #333;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  width: 52px;
}

#health-fitness div.timetable #content table tbody td {
  padding: 10px 6px;
  border-right: 1px solid #333;
  color: #666;
  font-size: 10px;
  width: 95px;
}

#health-fitness div.timetable #content table tbody td em, 
#health-fitness div.timetable #content table tbody td strong, 
#health-fitness div.timetable #content table tbody td a:link, 
#health-fitness div.timetable #content table tbody td a:visited {
  color: #333;
  font-size: 13px;
  font-style: normal;
  text-decoration: none;
}
#health-fitness div.timetable #content table tbody td a:hover, 
#health-fitness div.timetable #content table tbody td a:active {
  text-decoration: underline;
}


/* Members area login form */
#members .login-form {
  background: transparent url(../images/bg_members_area_login_form.png) repeat-y;
  margin-left: -22px;
  padding-left: 22px;
  clear: both;
}

#members .login-form .field-group {
  width: 170px;
  padding-right: 10px;
  float: left;
  clear: none;
}

#members .login-form .field-group label {
  font-family: Georgia,serif;
  font-size: 12px;
  text-align: left;
  padding-bottom: 2px;
}

#members .login-form .submit-buttons {
  clear: both;
  padding: 1em 0;
}

/* Contact us page */
#contact-us-content {
  width: 394px;
  height: 541px;
  margin-top: -50px;
  padding-right: 343px;
  padding-top: 58px;
  background: transparent url(../images/bg_map.png) no-repeat top right;
}

#contact-us-content h3 {
  display: none;
}

#contact-us-content dl {
  width: 389px;
  font-size: 13px;
  margin: 0;
  padding: 0
}

#contact-us-content dl dt {
  width: 140px;
  float: left;
  clear: left;
  margin: 0;
  padding: 4px 0;
}

#contact-us-content dl dd {
  width: 249px;
  float: left;
  clear: none;
  margin: 0;
  padding: 4px 0;
}

#contact-us-content dl dt#street-adr-label {
  background: transparent url(../images/bg_street_address.png) repeat-y top left;
}

#contact-us-content dl dd#street-adr-value {
  background: transparent url(../images/bg_street_address.png) repeat-y top right;
}

#contact-us-content dl dd#email-value {
  margin-bottom: 1.2em;
}

/* Reciprocal Clubs page */

#reciprocal-clubs-key {
  clear: both;
  margin: 0 -8px 0 -22px;
  padding: 10px 8px 10px 22px;
  background: #BEBEBE url(../images/bg_content_section.png) repeat-x;
}

#reciprocal-clubs-key ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#reciprocal-clubs-key ul li {
  margin: 0 20px 0 0;
  padding: 47px 0 0 0;
  width: 100px;
  float: left;
  clear: none;
  background: transparent url(../images/bg_facilities_sprites.png) no-repeat;
  font-size: 11px;
  text-align: center;
}

#reciprocal-clubs-key ul li.accommodation {
  background-position: 0 0;
}
#reciprocal-clubs-key ul li.dining-facilities {
  background-position: -113px 0;
}
#reciprocal-clubs-key ul li.private-function-rooms {
  background-position: -270px 0;
}
#reciprocal-clubs-key ul li.sports-fitness-facilities {
  background-position: -410px 0;
}
#reciprocal-clubs-key ul li.bar {
  background-position: -496px 0;
}
#reciprocal-clubs-key ul li.swimming-pool {
  background-position: -590px 0;
  margin-right: 0;
}

#reciprocal-clubs-wrapper {
  clear: both;
  margin: 0 4px 0 -22px; 
  padding: 5px 10px 8px 12px;
  background: #BEBEBE url(../images/bg_reciprocal.png) repeat-y;
}

#reciprocal-clubs-countries {
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
  width: 142px;
  float: left;
  clear: none;
}

#reciprocal-clubs-countries li {
  width: 142px;
  font-size: 13px;
  margin: 0 !important;
}

#reciprocal-clubs-countries li a:link, #reciprocal-clubs-countries li a:visited {
  display: block;
  width: 142px;
  padding: 4px 10px;
  color: #002B5C;
  text-decoration: none;
}

#reciprocal-clubs-countries li a:hover, #reciprocal-clubs-countries li a:active {
  color: #002B5C;
  background: #C3C7CB;
}

#reciprocal-clubs-countries li.current {
  background: transparent url(../images/bg_reciprocal_country_list.png) repeat-y;
}

#reciprocal-clubs-countries li.current a:link, #reciprocal-clubs-countries li.current a:visited {
  color: #000;
}

#reciprocal-clubs-countries li.current a:hover, #reciprocal-clubs-countries li.current a:active {
  color: #000;
  background: transparent url(../images/bg_reciprocal_country_list.png) repeat-y;
}

#reciprocal-clubs-details {
  width: 583px;
  float: left;
  clear: none;
  background: transparent url(../images/bg_reciprocal_country_content.png) repeat-y;
}

#reciprocal-clubs-details .country {
  height: 490px;
  padding: 10px;
  overflow: auto;
}

#reciprocal-clubs-details .country h3 {
  display: none;
}


#reciprocal-clubs-details .country .club {
  width: 547px;
  margin: 0;
  padding: 22px 0 0 0;
  background: transparent url(../images/bg_reciprocal_club_divider.png) no-repeat 0 10px;
  clear: both;
}

#reciprocal-clubs-details .country .club.first {
  padding-top: 0;
  background: none;
}

#reciprocal-clubs-details .country .club .name-facilities {
  width: 290px;
  padding-right: 10px;
  float: left;
  clear: none;
}


#reciprocal-clubs-details .country .club h4 {
  color: #000;
  font-size: 13px;
  margin: 0 0 2px 0;
}

#reciprocal-clubs-details .country .club .location {
  color: #000;
  font-size: 13px;
  margin: 0;
}

#reciprocal-clubs-details .country .club ul.facilities {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#reciprocal-clubs-details .country .club ul.facilities li {
  margin: 10px 10px 10px 0;
  padding: 0;
  width: 70px;
  height: 35px;
  float: left;
  clear: none;
  background: transparent url(../images/bg_facilities_sprites.png) no-repeat 0 -102px;
  font-size: 11px;
  text-indent: -999em;
}

#reciprocal-clubs-details .country .club ul.facilities li.accommodation {
  width: 39px;
  background-position: -3px -85px;
}
#reciprocal-clubs-details .country .club ul.facilities li.dining-facilities {
  width: 42px;
  background-position: -50px -85px;
}
#reciprocal-clubs-details .country .club ul.facilities li.private-function-rooms {
  width: 55px;
  background-position: -97px -85px;
}
#reciprocal-clubs-details .country .club ul.facilities li.sports-fitness-facilities {
  width: 33px;
  background-position: -151px -85px;
}
#reciprocal-clubs-details .country .club ul.facilities li.bar {
  width: 16px;
  background-position: -195px -85px;
}
#reciprocal-clubs-details .country .club ul.facilities li.swimming-pool {
  width: 35px;
  background-position: -221px -85px ;
}

.request-introduction {
  margin-top: 01px;
  clear: both;
}

.request-introduction a:link, .request-introduction a:visited {
  display: block;
  float: left;
  clear: none;
  border: 1px solid #929292;
  background: #999 url(../images/bg_submit_button.png) repeat-x;
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  color: #002B5C !important;
  padding: 2px 4px;
  margin-right: 4px;
  text-decoration: none;
}

.request-introduction a:hover, .request-introduction a:hover {
  text-decoration: underline;
}

#reciprocal-clubs-details .country .club .adr {
  width: 246px;
  float: left;
  clear: none;
}

#reciprocal-clubs-details .country .club div {
  margin-bottom: 4px;
}

#reciprocal-clubs-details .country .club abbr {
  border: none;
}

#reciprocal-clubs-details .country .club .adr .country {
  display: none;
}

/* Committee table */
div.about table th{
  color:#002B5C;
  text-align:left;
}
div.about table td{
  padding-right: 10px;
}

/* Country list on reciprocal clubs about page */
ul.country-list {
  float: left;
  clear: none;
  margin-right: 50px !important;
}

ul.country-list li {
}

div.club-merchandise table#merchandise-table {
  color:#000000;
  font-family:arial,helvetica,sans-serif;
  font-size:11px;
}
div.club-merchandise .field-group > label {
  clear:none;
  display:block;
  float:left;
  padding-right:10px;
  padding-top:2px;
  text-align:left;
  vertical-align:middle;
  width:88px;
}
div.club-merchandise .submit-buttons {
  clear:both;
  padding-left:0;
  padding-top:10px;
}
.submit-button {
  cursor:pointer;
}

.content-section .trainer-details {
  width: 500px;
  float: left;
  clear: none;
}

#member-bar #media{
  margin: 0 8px;
}

body#sport-social-clubs .club-page-content {
	width: 519px;
}

/*
#sport-social-clubs .sport-content-section {
  width: 300px;
  float: left;
  clear: none;
}*/

/*Graph classes from http://papermashup.com/using-php-and-css-to-make-a-simple-graph/*/

.clear{
clear:both;}

.graphcont {
padding-top:0px;
color:#000;
font-weight:700;
float:left
}

.graph {
float:left;
margin-top:0px;
/*background-color:#bebebe;*/
position:relative;
width:280px;
padding:0
}

.graph .bar {
display:block;
position:relative;
background-color:#00162F;
background-position:right center;
background-repeat:repeat-x;
border-right:#00162F 1px solid;
text-align:center;
color:#fff;
/*height:25px;*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.9em
}

.graph .bar span {
position:absolute;
left:1em
}

#sidebar .graphcont {
color:#fff;
}

#sidebar .graph  {
width: 100px;
}

#sidebar .graph .bar  {
background-color:#A4C2E2;
color:#fff;
}

#sidebar .percent {
font-size: 11px;
	}

#poll_vote label {
color: #A4C2E2;
}

.podcast {
  position: relative;
  font-family:Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-align:right;
}
.podcast h3 {
  border-bottom:1px solid #AEB2B5;
  color:#002B5C;
  font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
  font-size:18px;
  margin-bottom:4px;
  padding-bottom:2px;
  text-align:right;
  text-transform:uppercase;
}
.podcast a img {
  position:relative;
  float:left;
  top: -23px;
}


.podcast .video {
  text-align: center;
}

#form-renewal .radio-group-multiline {
 float: left;
}

#address {
	float: left;
	text-align: left;
	margin: 0px 20px 0px 130px;
}

#renewalbutton {
	
}

#renewalbutton a img {
	top: 0px;
}

.field-group label {
clear:none;
display:block;
float:left;
padding-right:1em;
position:relative;
text-align:right;
width:12em;
}

.field-group label em.required {
position:absolute;
right:0.4em;
}

em.required {
color:#CC0000;
}

.renewal-field-group {
clear:both;
overflow:auto;
padding-top:7px;
}

.field-group .example {
color:#666666;
font-size:0.85em;
padding-left:2px;
}

field-group .note {
color:#666666;
font-size:0.85em;
padding-left:15.25em;
padding-top:2px;
}

.field-group .vertical-radio-group {
clear:none;
float:left;
}

.field-group label.vertical {
clear:both;
display:block;
float:none;
text-align:left;
vertical-align:middle;
width:auto;
padding-right: 0;
}

.field-group label.vertical input {
vertical-align:middle;
}

.vertical-radio-option {
clear:none;
float:left;
}

