* 
{
  margin: 0;
  padding: 0;
}
body 
{
  background: #fff;
  color: #000;
}
body, textarea 
{
  font: 12px Arial, Helvetica, Sans-serif;
}
img 
{
  border: none;
}
a 
{
  text-decoration: none;
  color: #000;
}
ul 
{
  list-style-type: none;
}
h4 {
  font-size: 13px;
  font-weight: bold;
}

#container-outer 
{
  width: 1080px;
  margin: 20px auto 0 auto;
  background: #fff;
}
#container-top,
#container-bottom 
{
  width: 962px;
  padding: 0 58px;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}
#container-bottom 
{
  border-bottom: 1px solid #e6e6e6;
  background: #f7f7f7;
}
#banner 
{
  position: relative;
  height: 170px;
}
#top-nav 
{
  position: absolute;
  right: 172px;
  top: 23px;
  z-index: 2;
}
#top-nav li 
{
  display: inline;
  border-right: 1px solid #d8d8d8;
  padding: 4px 16px 4px 14px;
}
#top-nav li.last 
{
  border-right: 0;
}
#byc-logo
{
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
}
#facebook-like 
{
  position: absolute;
  top: 20px;
  left: 192px;
  z-index: 2;
}
#search 
{
  position: absolute;
  top: 18px;
  right: 0;
}
#search-input 
{
  width: 160px;
  padding: 3px 6px;
  border: 1px solid #d8d8d8;
  color: #999;
}
#get-newsletter 
{
  position: absolute;
  right: 0;
  bottom: 0;
  border: 2px solid #c50014;
  width: 210px;
  height: 80px;
  padding: 7px 10px;
}
#get-newsletter h2 
{
  font-size: 16px;
  font-weight: bold;
  color: #c50014;
}
#get-newsletter a 
{
  color: #c50014;
}
#email 
{
  padding: 3px 6px;
  width: 188px;
  color: #d8d8d8;
  border: 1px solid #d8d8d8;
  margin: 8px 0;
}
#follow-us 
{
  position: absolute;
  bottom: 0;
  right: 246px;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  color: #c50014;
}
#follow-us * 
{
  vertical-align: middle;
}
#promo-items
{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
}
#promo-items li 
{
  height: 60px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
#promo-items img {
  width: 140px;
  height: 60px;
}

#promo-selected {
  position: relative;
  height: 272px;
  width: 577px;
}

#promo-selected a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#promo-selected a.active {
    z-index:10;
}

#promo-selected a.last-active {
    z-index:9;
}


.promo-selected-text 
{
  width: 335px;
  position: absolute;
  left: 0;
  top: 150px;
  font-size: 16px;
  padding: 10px;
  display: block;
  background: #fff;
}

#nav li 
{
  display: block;
  float: left;
  position: relative;
  font-size: 16px;
}
#nav a 
{
  display: block;
  float: left;
  text-align: center;
  padding: 7px 0;
  height: 19px;
}
#nav ul a {
  height: auto;
}
#nav a:hover,
#nav a.selected, 
#nav a.hover 
{
  color: #fff;
}
.nav-1 a
{
  width: 126px;
  background: #ffd5d2;
  border-bottom: 10px solid #c50014;
}
.nav-2 a
{
  width: 134px;
  background: #fee0cc;
  border-bottom: 10px solid #f96500;
}
.nav-3 a
{
  width: 214px;
  background: #ffccf5;
  border-bottom: 10px solid #f0c;
}
.nav-4 a
{
  width: 182px;
  background: #e0ccf5;
  border-bottom: 10px solid #60c;
}
.nav-5 a
{
  width: 182px;
  background: #ccd6ff;
  border-bottom: 10px solid #03f;
}
.nav-6 a
{
  width: 124px;
  background: #ccebff;
  border-bottom: 10px solid #09f;
}


.nav-1 ul a
{
  width: 166px;
}
.nav-2 ul a
{
  width: 194px;
}
.nav-3 ul a
{
  width: 194px;
}
.nav-4 ul a
{
  width: 162px;
}
.nav-5 ul a
{
  width: 202px;
}
.nav-6 ul a
{
  width: 154px;
}


.nav-1 a:hover, 
.nav-1 a.selected,
.nav-1 a.hover 
{
  background: #c50014;
}
.nav-2 a:hover,
.nav-2 a.selected,
.nav-2 a.hover
{
  background: #f96500;
}
.nav-3 a:hover,
.nav-3 a.selected,
.nav-3 a.hover
{
  background: #f0c;
}
.nav-4 a:hover,
.nav-4 a.selected,
.nav-4 a.hover
{
  background: #60c;
}
.nav-5 a:hover,
.nav-5 a.selected,
.nav-5 a.hover
{
  background: #03f;
}
.nav-6 a:hover,
.nav-6 a.selected,
.nav-6 a.hover
{
  background: #09f;
}


body.one .nav-1 a, 
body.one .nav-2 a, 
body.one .nav-3 a, 
body.one .nav-4 a, 
body.one .nav-5 a, 
body.one .nav-6 a 
{
  border-color: #c50014;
}
body.two .nav-1 a, 
body.two .nav-2 a, 
body.two .nav-3 a, 
body.two .nav-4 a, 
body.two .nav-5 a, 
body.two .nav-6 a 
{
  border-color: #f96500;
}
body.three .nav-1 a, 
body.three .nav-2 a, 
body.three .nav-3 a, 
body.three .nav-4 a, 
body.three .nav-5 a, 
body.three .nav-6 a 
{
  border-color: #f0c;
}
body.four .nav-1 a, 
body.four .nav-2 a, 
body.four .nav-3 a, 
body.four .nav-4 a, 
body.four .nav-5 a, 
body.four .nav-6 a 
{
  border-color: #60c;
}
body.five .nav-1 a, 
body.five .nav-2 a, 
body.five .nav-3 a, 
body.five .nav-4 a, 
body.five .nav-5 a, 
body.five .nav-6 a 
{
  border-color: #03f;
}
body.six .nav-1 a, 
body.six .nav-2 a, 
body.six .nav-3 a, 
body.six .nav-4 a, 
body.six .nav-5 a, 
body.six .nav-6 a 
{
  border-color: #09f;
}

.cite, body.one .cite
{
  background-color: #c50014;
}
body.one h1 
{
  border-top-color: #c50014;
}
body.one h1,
body.one #main-col a,
body.one #main-col h2,
body.one #main-col h3,
body.one #main-col h4,
body.one .coloured
{
  color: #c50014;
}

body.two .cite
{
  background-color: #f96500;
}
body.two h1 
{
  border-top-color: #f96500;
}
body.two h1,
body.two #main-col a,
body.two #main-col h2,
body.two #main-col h3,
body.two #main-col h4,
body.two .coloured
{
  color: #f96500;
}

body.three .cite
{
  background-color: #f0c;
}
body.three h1 
{
  border-top-color: #f0c;
}
body.three h1,
body.three #main-col a,
body.three #main-col h2,
body.three #main-col h3,
body.three #main-col h4,
body.three .coloured
{
  color: #f0c;
}

body.four .cite
{
  background-color: #60c;
}
body.four h1 
{
  border-top-color: #60c;
}
body.four h1,
body.four #main-col a,
body.four #main-col h2,
body.four #main-col h3,
body.four #main-col h4,
body.four .coloured
{
  color: #60c;
}

body.five .cite
{
  background-color: #03f;
}
body.five h1 
{
  border-top-color: #03f;
}
body.five h1,
body.five #main-col a,
body.five #main-col h2,
body.five #main-col h3,
body.five #main-col h4,
body.five .coloured
{
  color: #03f;
}

body.six .cite
{
  background-color: #09f;
}
body.six h1 
{
  border-top-color: #09f;
}
body.six h1,
body.six #main-col a,
body.six #main-col h2,
body.six #main-col h3,
body.six #main-col h4,
body.six .coloured
{
  color: #09f;
}




#nav li ul 
{
  position: absolute;
  z-index: 999;
  top: 43px;
  left: 0;
  visibility: hidden;
}    
#nav li ul li
{
  display: block;
  float: left;
  clear: left;
  border-bottom: 1px solid #fff;
}    
#nav li ul li a
{
  border: none;
  padding: 5px 10px;
  text-align: left;
}


#breadcrumb {
  padding: 4px 0 10px 0;
  font-size: 11px;
  clear: both;
}
#breadcrumb li {
  display: inline;
  padding: 0 8px 0 4px;
}
#breadcrumb a {
  color: #999;
}



.subnav a {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #c0c0c0;
}
body.one .subnav a:hover, body.one .subnav a.selected {
  background: #c50014;
  color: #fff;
}
body.two .subnav a:hover, body.two .subnav a.selected {
  background: #f96500;
  color: #fff;
}
body.three .subnav a:hover, body.three .subnav a.selected {
  background: #f0c;
  color: #fff;
}
body.four .subnav a:hover, body.four .subnav a.selected {
  background: #60c;
  color: #fff;
}
body.five .subnav a:hover, body.five .subnav a.selected {
  background: #03f;
  color: #fff;
}
body.six .subnav a:hover, body.six .subnav a.selected {
  background: #09f;
  color: #fff;
}

.subnav ul a {
  border-bottom: 1px solid #ddd;
}
.subnav ul a.selected,
body.one .subnav ul a.selected,
body.one .subnav ul a:hover,
body.two .subnav ul a.selected,
body.two .subnav ul a:hover,
body.three .subnav ul a.selected,
body.three .subnav ul a:hover,
body.four .subnav ul a.selected,
body.four .subnav ul a:hover,
body.five .subnav ul a.selected,
body.five .subnav ul a:hover,
body.six .subnav ul a.selected,
body.six .subnav ul a:hover {
  font-weight: bold;
  background: none;
}
body.one .subnav ul a,
body.one .subnav ul a.selected,
body.one .subnav ul a:hover {
  color: #c50014;
}
body.two .subnav ul a,
body.two .subnav ul a.selected,
body.two .subnav ul a:hover {
  color: #f96500;
}
body.three .subnav ul a,
body.three .subnav ul a.selected,
body.three .subnav ul a:hover {
  color: #f0c;
}
body.four .subnav ul a,
body.four .subnav ul a.selected,
body.four .subnav ul a:hover {
  color: #60c;
}
body.five .subnav ul a,
body.five .subnav ul a.selected,
body.five .subnav ul a:hover {
  color: #03f;
}
body.six .subnav ul a,
body.six .subnav ul a.selected,
body.six .subnav ul a:hover {
  color: #09f;
}



.intro {
  font-size: 16px;
  font-weight: bold;
  margin: 32px 0 24px 0;
}
body.one .intro {
  color: #c50014;
}
body.two .intro {
  color: #f96500;
}
body.three .intro {
  color: #f0c;
}
body.four .intro {
  color: #60c;
}
body.five .intro {
  color: #03f;
}
body.six .intro {
  color: #09f;
}


.resource-downloads {
  border-top: 3px solid #03f;
}
.resource-downloads ul li {
  border: none;
}
.resource-downloads h2 a {
  padding-right: 20px;
  color: #03f;
  background: url(img/arrow-right.png) no-repeat right;
}
.resource-downloads h2 a.selected {
  background: url(img/arrow-down.png) no-repeat right;
}
.resource-downloads h3 {
  margin: 4px 0 8px 0;
}
.resource-downloads h3 a {
  font-size; 12px;
  font-weight: normal;
  color: #03f;
}
a.download {
  background: #03f;
  color: #fff;
  padding: 4px;
}
.downloads {
  display: none;
}



abbr {
  border: none;
}
.event_main h2 {
  padding: 4px 8px;
  background: #c50014;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.event_sidebar {
  border: 3px solid #c50014;
  padding-bottom: 6px;
}
.event_cal_current {
  font-size: 12px;
  margin-top: 6px;
  text-align: center;
  padding: 0 8px;
}
td.eventDay {
  background: #818181;
  color: #fff;
}
.previous_month {
  float: left;
}
.next_month {
  float: right;
}
.sm_calendar {
  width: 100%;
  font-size: 11px;
  margin-top: 10px;
}
.sm_calendar th,
.sm_calendar td {
  padding: 2px 0;
  text-align: center;
  position: relative;
}
.events_today {
  position: absolute;
  margin: 10px 0 0 10px;
  width: 140px;
  height: 80px;
  display: none;
  z-index: 9999;
  background: #fff;
  border: 1px solid #ccc;
  text-align: left;
  padding: 4px 8px;
  color: #000;
}
.events_today a {
  color: #c50014;
}
.events_today h6 {
  font-size: 11px;
}

cite 
{
  display: block;
  background-image: url(img/quote.png);
  background-repeat: no-repeat;
  background-position: 20px 16px;
  padding: 50px 19px 40px 19px;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
}
.quoter 
{
  background-image: url(img/quoter.png);
  background-position: top;
  background-repeat: no-repeat;
  min-height: 40px;
  font-size: 10px;
  padding: 10px 72px 0 0;
  color: #666;
}



.col 
{
  float: left;
  margin-right: 18px;
}
.col-one 
{
  width: 227px;
}
.col-two 
{
  width: 472px;
}
.col-three 
{
  width: 717px;
}
.end 
{
  margin-right: 0;
}
.item 
{
  margin-bottom: 18px;
}
.top-pad {
  padding-top: 18px;
}
.clear 
{
  font-size: 0;
  height: 0;
  clear: both;
  overflow: hidden;
}
#main 
{
  clear: both;
}
body.home #main h2
{
  font-size: 20px;
}
body.home #main h2 a.rss
{
  float: right;
  background: url(img/rss.png) no-repeat left;
  padding: 0 0 0 30px;
}
#main-col h1,
.main-content h2
{
  font-size: 30px;
  border-bottom: 1px solid #d8d8d8;
  border-top-style: solid;
  border-top-width: 5px;
  padding: 6px 0 8px 0;
  margin-bottom: 16px;
}
.main-content h3 {
  font-size: 16px;
}
.main-content h4 {
  font-size: 14px;
}
.normal ol,
.normal ul {
  margin: 0 0 16px 17px;
}
.normal ul {
  list-style-type: disc;
}



h1.latest-news {
  font-size: 30px;
  border-bottom: 1px solid #c0c0c0;
  padding: 0 0 8px 0;
}
h1.latest-news a {
  padding-right: 30px;
  background: url(img/rss.png) no-repeat right;
}
h1.news-header {
  margin-bottom: 16px;
}
.news-archive a {
  display: block;
  padding: 8px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1px;
}
.news-archive a:hover, .news-archive a.selected {
  color: #fff;
}
.news-1 a {
  background: #ffd5d2;
}
.news-1 a:hover, .news-1 a.selected {
  background: #c50014;
}
.news-2 a {
  background: #fee0cc;
}
.news-2 a:hover, .news-2 a.selected {
  background: #f96500;
}
.news-3 a {
  background: #ffccf5;
}
.news-3 a:hover, .news-3 a.selected {
  background: #f0c;
} 
.news-4 a {
  background: #e0ccf5;
}
.news-4 a:hover, .news-4 a.selected {
  background: #60c;
}
.news-5 a {
  background: #ccd6ff;
}
.news-5 a:hover, .news-5 a.selected {
  background: #03f;
}
.news-6 a {
  background: #ccebff;
}
.news-6 a:hover, .news-6 a.selected {
  background: #09f;
} 

#top-news-article img,
.news-banner img {
  width: 472px;
}
.main-image img {
  width: 473px;
  height: 110px;
}  
.main-image {
  width: 473px;
  height: 110px;
  position: relative;
}
.main-image h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline;
  background: #fff;
  padding: 0 4px;
}


.main-content p {
  margin: 0 0 16px 0;
}
.main-content .item {
  margin-bottom: 40px;
}


body.one .main-content h2,
body.one .main-content h3,
body.one .main-content h4,
body.one .main-content a {
    color: #c50014;
}
body.two .main-content h2,
body.two .main-content h3,
body.two .main-content h4,
body.two .main-content a {
    color: #f96500;
}
body.three .main-content h2,
body.three .main-content h3,
body.three .main-content h4,
body.three .main-content a {
    color: #f0c;
}
body.four .main-content h2,
body.four .main-content h3,
body.four .main-content h4,
body.four .main-content a {
    color: #60c;
}
body.five .main-content h2,
body.five .main-content h3,
body.five .main-content h4,
body.five .main-content a {
    color: #03f;
}
body.six .main-content h2,
body.six .main-content h3,
body.six .main-content h4,
body.six .main-content a {
    color: #09f;
}



#promo 
{
  height: 243px;
  position: relative;
  overflow: hidden;
}
#footer 
{
  margin: 12px 0 20px 0;
}
#footer h3 
{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0 12px 0;
}
#footer h3 span
{
  background: #c50014;
  padding: 3px 5px;
}
#footer p 
{
  font-size: 11px;
  line-height: 120%;
  margin-bottom: 8px;
}
#footer a {
  font-size: 12px;
  color: #c50014;
}
#footer p.pink-button a,
#footer p a span.pink-button,
#footer a.pink-button {
  font-size: 14px;
  font-weight: bold;
  padding: 6px;
  color: #fff;
  background: #f0c;
}

.social-network-icons li {
  padding: 0 1px;
}
#footer .social-network-icons 
{
  float: right;
}
.fade 
{
  color: #666;
}
#footer-details 
{
  clear: both;
  padding-top: 40px;
}
#footer-details p 
{
  line-height: 160%;
}



.carousel-container h4 {
  font-weight: normal;
  font-size: 11px;
  margin-bottom: 8px;
  color: #666;
}
.carousel-container {
  padding: 10px 14px;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}
.carousel li {
  padding-right: 14px;
}
.carousel a {
  width: 197px;
  height: 56px;
  display: block;
  text-align: center;
}


.social-network-icons 
{
  list-style-type: none;
  display: inline;
}
.social-network-icons li
{
  display: inline;
}



img.align-image-left {
  float: left;
  margin: 0 12px 10px 0;
}
img.align-image-right {
  float: right;
  margin: 0 0 10px 12px;
}

.twitter-header {
  background: url(img/twitter.png) no-repeat left;
  font-size: 18px;
  padding: 0 0 0 28px;
  margin: 10px 0 5px 0;
}
.tweet {
  padding: 5px 0 5px 0;
  border-bottom: 1px dotted #ccc;
}
.tweet a {
  color: #0084b4;
}

.news h3 
{
  font-size: 16px;
}
.news li 
{
  padding: 12px 0;
  border-top: 1px solid #d8d8d8;
}
#top-news-article 
{
  border: none;
}
#top-news-article p {
  margin-bottom: 8px
}
.article-info 
{
  margin-left: 122px;
}
.sections {
  margin-bottom: 30px;
}
.sections .article-image {
  margin-top: 4px;
}
.sections li {
  clear: left;
  padding-bottom: 6px;
}
.sections h3 {
  font-size: 18px;
}
.news .no-image h3 
{
  font-size: 12px;
}
.article-image 
{
  float: left;
  width: 122px;
}
.article-image img 
{
  width: 106px;
}
.date 
{
  font-size: 10px;
  color: #666;
}


.banner-with-title-3 {
  width: 716px;
  height: 200px;
  position: relative;
}
.banner-title {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 3;
  width: 350px;
  padding: 6px 8px;
  background: #fff;
  font-size: 16px;
}
.banner-title h1 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 12px;
}
.banner-with-title-3 img {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
body.five .banner-title {
  color: #03f;
}


.feature 
{
  width: 227px;
  height: 141px;
  position: relative;
}
.feature img 
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.feature-text 
{
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 2;
  width: 200px;
}
.feature-text span 
{
  padding: 2px 10px 2px 0;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
}


.email-your-mp {
  border: 3px solid #c50014;
  padding: 8px 10px;
}
.email-your-mp h3 {
  font-size: 20px;
  color: #c50014;
  margin-bottom: 4px;
}
.email-your-mp a {
  color: #c50014;
}
.email-your-mp form {
  margin-bottom: 8px;
  position: relative;
  height: 30px;
}
.email-your-mp-input {
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid #ccc;
  background: #fff;
  width: 119px;
  height: 18px;
  padding: 2px;
  color: #666;
}
.email-your-mp-submit {
  position: absolute;
  top: 4px;
  right: 0;
}



.map-search {
  border: 3px solid #c50014;
  padding: 8px 10px;
}
.map-search h3 {
  font-size: 18px;
  color: #c50014;
  margin-bottom: 4px;
}
.map-search a {
  color: #c50014;
}
.map-search-form {
  margin-bottom: 8px;
  position: relative;
  height: 30px;
}
.map-search-input {
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid #ccc;
  background: #fff;
  width: 169px;
  height: 18px;
  padding: 2px;
  color: #666;
}
.map-search-submit {
  position: absolute;
  top: 4px;
  right: 0;
}




.news-feature {
  background: url(img/news-feature-background.png) repeat-y;
}
.news-feature h2 {
  background: url(img/news.png) no-repeat;
  width: 131px;
  height: 55px;
  overflow: hidden;
  text-indent: -9999em;
}
.news-feature ul {
  padding: 0 16px 16px 16px;
}
.news-feature li {
  padding: 14px;
  background: #fff;
  margin-bottom: 16px;
}
.news-feature li.last {
  margin-bottom: 0;
}
.news-feature img {
  width: 167px;
  display: block;
}


h3.resource 
{
  display: inline;
}
h3.resource a
{
  display: block;
  font-size: 21px;
  padding: 6px 12px;
  width: 203px;
  margin: 0 18px 18px 0;
  background: #c50014;
  color: #fff;
  float: left;
  height: 78px;
}
h3.resource a.end {
  margin-right: 0;
}

.resource-downloads li {
  padding: 8px 0;
  border-bottom: 1px solid #c0c0c0;
}
.resource-downloads .article-image img {
  margin-top: 4px;
}


.site-by {
  width: 964px;
  margin: 4px auto;
  text-align: right;
}
.site-by, .site-by a {
  color: #c06;
  font-size: 11px;
}


/*Contour forms*/
#contour {
  margin: 40px 0 22px 0;
}
.contourPageName,
#contour legend {
  /*display: none;*/
}
#contour fieldset {
  padding: 0;
  border: 0;
}
.contourField span {
  float: left;
  color: #f00;
  /*display: none;*/
}
#contour input.text,
#contour textarea {
  width: 160px;
  border: 1px solid #ccc;
  height: 20px;
}
#contour textarea {
  height: 60px;
}
input.contourError,
textarea.contourError,
select.contourError{
  background: #feecec;
}



.membership p {
  margin: 0 0 12px 0;
}
.membership table {
  margin: 12px 0 0 0;
}
.membership table table {
  margin: 0;
}
.membership em {
  color: #999;
}
.membership legend {
  display: none;
}
.membership table,
.membership tbody,
.membership tr,
.membership td,
.membership fieldset {
  padding: 0;
  border: none;
  background: none;
}
.membership .standard {
  padding: 0 0 2px 0;
}
.membership input[type="text"],
.membership input[type="password"]{
  padding: 0 4px;
  width: 160px;
  height: 24px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.membership label {
  width: 140px;
  float: left;
}
.membership label.terms {
  width: 230px;
}
.membership .terms-required {
  display: none;
}
.membership fieldset.member-control {
  padding: 8px 12px;
  border: 1px solid #f1f1f1;
  background: #ffffff;
  margin: 0 0 8px 0;
}
.standard span,
.terms-required,
.form-error {
  color: #f00;
  font-style: italic;
}
.success {
  font-size: 14px;
  color: #c50014;
}




#xsltsearch {margin: 0; padding-bottom: 20px;}
#xsltsearch_navigation {text-align: center;}
#xsltsearch_navigation .disabled {color: #AAA;}
#xsltsearch_stats {font-size: 75%; color: #999;}
#xsltsearch_results {padding-bottom: 20px;}
#xsltsearch h2 {font-size: 150%;}
.xsltsearch_result p {margin: 0; padding: 0;}
.xsltsearch_result:hover {background: #fafafa;}
.xsltsearch_ordinal {font-weight: bold; font-size: 75%;}
.xsltsearch_title {font-weight: bold;}
.xsltsearch_score {font-size: 75%;}
p.xsltsearch_result_description {padding-bottom: 10px;}
.xsltsearch_description strong {background: #FFD;} /* highlighting */




/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:518px; height:346px; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#d8d8d8; padding:1px;}
        #cboxLoadingGraphic{background:url(img/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#d8d8d8;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(img/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}







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

