﻿/*
    Overrides so that the Point Center pages (hosted separately)
    can use the Shared.css styles without frequent updates to that
    file and reduce the amount of overlap that might occur.
*/

/* self-clear floats */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

h1 {
  font-size: 18px;
  margin: .8em 0;
  padding: 0;
}
h2 {
  font-size: 16.5px;
  margin: 1em 0;
  padding: 0;
}
h3 {
  font-size: 13px;
  margin: 1em 0;
  padding: 0;
}
h4 {
  font-size: 11px;
  margin: 1em 0;
  padding: 0;
}
h5 {
  font-size: 10px;
  margin: 1em 0;
  padding: 0;
}
h6 {
  font-size: 9px;
  margin: 1em 0;
  padding: 0;
}
.clear {
  clear: both;
}
.spacer {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.right-img {
  float: right;
  margin: 10px 0 10px 10px;
  clear: right;
}
.required {
  color: #900;
}
.state-summary {
    padding: 10px 0;
}
.error {
  color: #f2372a;
  font-weight: bold;
}
.success {
  color: #090;
  font-weight: bold;
}
ul.error, ul.success {
  padding-left: 16px;
}
.error-box, .success-box {
  padding: 8px;
  margin-bottom: 10px;
}
.error-box {
  background: #fcc;
}
.success-box {
  background: #cfc;
}
* html #page .main-column-padding .breadcrumbs {
  margin: 0 -11px 0 -10px;
}
* html .main-column {
  margin-right: -3px;
}
* html .main-column .top-bg {
  /* IE 6 */
  width: 100%;
}
*:first-child + html .main-column .top-bg {
  /* IE 7 */
  width: 100%;
}
.btn-plus, .btn-minus {
  border: 0 none;
  color: #f45246;
  font-size: 10px;
  height: 16px;
  line-height: 18px;
  padding-left: 16px;
  text-align: left;
  cursor: pointer;
}
.btn-plus {
  background: #fff url(/Content/Images/ico-plus.gif) 0 4px no-repeat;
}
.btn-minus {
  background: #fff url(/Content/Images/ico-minus.gif) 0 4px no-repeat;
}
ul.flat {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.flat li {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}
.top-box .title {
  width: 200px;
}
.top-box .text {
  padding: 0;
  width: 316px;
}
.top-box .text .inner {
  padding: 0 20px 0 15px;
}
.top-box .right {
  left: auto;
  right: 335px;
  text-align: right;
}
.top-box .menu a {
  background: none;
}
.top-box .menu a img {
  float: none;
  vertical-align: middle;
}
.top-box .menu .dog-ico span {
  background: none;
  padding: 2px 20px 0 60px;
}
.top-box .menu .dog-ico a {
  background: url(/Content/Images/dog-ico.gif) no-repeat 0 0;
  display: block;
  min-height: 39px;
  padding: 8px 0 0 49px;
}
* html .top-box .menu .dog-ico a {
  height: 37px;
}
.top-box .menu .cat-ico span {
  background: none;
  padding: 10px 20px 10px 62px;
}
.top-box .menu .cat-ico a {
  background: url(/Content/Images/cat-ico.gif) no-repeat 0 0;
  display: block;
  min-height: 37px;
  padding: 10px 0 0 50px;
}
* html .top-box .menu .cat-ico a {
  height: 37px;
}
.two-columns-single {
  clear: both;
  overflow: hidden;
}
.two-columns-single .column-set {
  background: url(/Content/Images/two-columns-single-bg.gif) repeat-y;
  float: left;
  width: 388px;
  padding-bottom: 10px;
}
.two-columns-single .no-bg {
  background: none;
}
.two-columns-single .right-set {
  width: 376px;
}
.two-columns-single .inner {
  background: url(/Content/Images/two-columns-single-bottom.gif) no-repeat 0 100%;
  width: 376px; /*margin-right:-50px;*/
  overflow: hidden;
}
.two-columns-single .no-bg .inner {
  background: none;
}
.two-columns-single .column {
  width: 376px;
  float: left;
  margin-right: 16px;
}
.two-columns-single .right {
  margin-right: 0;
}
.two-columns-single .box {
  background: url(/Content/Images/two-columns-top2.gif) no-repeat 1px 0;
  height: 1%;
  padding: 1px 13px 4px 12px;
}
.two-columns-single .no-bg .box {
  background: none;
}
.two-columns-single .box:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
}
.two-columns-single .box img {
  float: right;
}
.two-columns-single .box .separate-box {
  margin: 11px 0 0 0;
}
.two-columns-single .box .replies {
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  color: #666;
}
.two-columns-single .box .replies span {
  display: block;
  padding: 18px 20px 0 20px;
  font-size: 28px;
  font-weight: normal;
}
.two-columns-single .copy {
    float: right;
    padding-top: 8px;
}
.two-columns-single .copy .red-link {
    margin-right: 0;
}
.two-columns-single h2 {
  margin: 0 0 4px;
  font-size: 15px;
  padding-top: 18px;
}
.two-columns-single sup {
  font-size: 10px;
}
.two-columns-single p {
  margin: 0 0 4px;
}
.two-columns-single strong a {
  display: block;
  text-decoration: underline;
  color: #333;
}
.two-columns-single strong a:hover {
  text-decoration: none;
}
.three-columns .box h4 {
  font-size: 16px;
  margin: 5px 0;
}
.three-columns-no-bg, .three-columns-no-bg .inner, .three-columns-no-bg .column, .three-columns-no-bg .box {
  background: none;
}
.text-holder h4 {
  font-size: 11px;
  margin: 6px 0;
}
.text-holder .three-columns .column {
  width: 252px;
}
.feature-left .box {
  padding: 0 4px;
}
.feature-left .box h2 {
  padding: 10px 0;
  font-size: 13px;
}
.feature-left .box p {
  line-height: 18px;
}
.feature-left .box img {
  float: left;
  margin: 10px 10px 0 0;
}
.green .line span, .green .line h3, .green .line h2 {
  background: url(/Content/Images/green-line.gif) repeat-x;
}
.grey .line span, .grey .line h3, .grey .line h2 {
  background: url(/Content/Images/grey-line.gif) repeat-x;
}

.main-column .search-results .breadcrumbs li {
  width: 98%;
}
.breadcrumbs .keyword-search {
  float: right;
  text-align: right;
  position: relative;
  top: -5px;
}
.keyword-search input {
  font-size: 12px;
  width: 250px;
}
.keyword-search .search-btn {
  background: url(/Content/Images/search-btn3.gif) no-repeat;
  width: 108px;
  height: 33px;
  padding-bottom: 4px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border: 0 none;
  cursor: pointer;
}
.search-results .right {
  float: right;
}
.search-results h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
.search-results p {
  margin: 0;
}
.search-terms {
  color: #F2372A;
}
.link-list a.more-red {
  color: #f2372a;
  font-weight: normal;
}
.search-results .link-list a {
  color: #F2372A;
  font-weight: bold;
  text-decoration: underline;
}
.search-results .link-list {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 15px;
  background: url(/Content/Images/grey-line.gif) repeat-x 0 0;
}
.link-text {
  color: #999;
  font-weight: normal;
}
* html .top-img-box {
  /* IE 6 */
  margin-top: 0;
  width: 792px;
}
*:first-child + html .top-img-box {
  /* IE 7 */
  margin-top: 0;
  width: 792px;
}
.my-articles .link-list h2 {
  margin: 0;
  font-size: 15px;
}
.my-articles .link-list h2 a {
  text-decoration: none;
}
.top-img-box p {
  line-height: 18px;
  margin-bottom: 10px;
}
.top-img-box h4 {
  margin-bottom: 5px;
}
* html .top-img-box .text {
  width: 229px;
  margin-right: -3px;
}
.top-img-box .text .line {
  padding-left: 0;
}
.top-img-box .text .line h3 {
  background-image: url(/Content/Images/grey-line.gif);
}
.top-img-box .red .line h3 {
  background-image: url(/Content/Images/red-line.gif);
}
.top-img-box .green .line h3 {
  background-image: url(/Content/Images/green-line.gif);
}
.top-img-box .blue .line h3 {
  background-image: url(/Content/Images/blue-line.gif);
}
.top-img-box .yellow .line h3 {
  background-image: url(/Content/Images/yellow-line.gif);
}
.about-link-holder a.dog {
  background: url(/Content/Images/dog-ico2.png) no-repeat;
}
.ticker-img {
  padding-bottom: 55px;
}
.ticker-title {
  position: absolute;
  color: #fff;
  width: 260px;
}
.title175 {
  width: 175px;
}
.title350 {
  width: 350px;
}
.title-top-left {
  top: 0;
  left: 15px;
  text-align: left;
}
.title-top-right {
  top: 0;
  right: 290px;
  text-align: right;
}
.title-bottom-right {
  bottom: 85px;
  right: 290px;
  text-align: right;
}
.title-bottom-left {
  bottom: 85px;
  left: 15px;
  text-align: left;
}
.title-bottom-bar {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .8);
    bottom: 59px;
    left: 0;
    right: auto;
    width: 503px;
    padding: 8px 12px;
    text-align: right;
}
.title-bottom-bar h2, .title-bottom-bar a {
    display: inline;
    padding: 0 3px;
}
.title-bottom-bar a.more {
    color: #ffcd36;
    font-style: normal;
    font-size: 15px;
}
.ticker-title h2, .ticker-title h2 a {
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  line-height: 32px;
}
.ticker-title h2 a:hover {
  text-decoration: none;
}
.ticker-title a {
  color: #fff;
  font-size: 14px;
  font-style: italic;
}
.dark-text h2, .dark-text h3, .dark-text a {
  color: #000;
}
.split-left {
  text-align: left;
}
.split-left h2 a {
  font-size: 20px;
  color: #333;
  letter-spacing: -1px;
}
.ticker-nav {
  background: url(/Content/Images/ticker-bg.gif) 0 100% repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 527px;
  height: 69px;
  list-style: none;
  margin: 0 0 4px 0;
  padding: 0;
}
.ticker-nav li {
  display: inline;
  float: left;
  font-size: 10px;
  padding-top: 14px;
  text-align: center;
}
.ticker-nav .active {
  background: url(/Content/Images/ticker-arrow.png) 25px 0 no-repeat;
  font-weight: bold;
}
* html .ticker-nav .active {
  background-image: url(/Content/Images/ticker-arrow.gif);
}
.ticker .no-tick .active {
  background: none;
}
.ticker-nav a {
  color: #000;
  text-decoration: none;
  display: block;
  background: url(/Content/Images/ticker-div.gif) 0 0 no-repeat;
  padding: 8px 0 0 10px;
  width: 90%;
  height: 47px;
}
.ticker-nav a:hover {
  color: #000;
  text-decoration: none;
}
.ticker-nav .first {
  background: none;
}
.ticker-two .ticker-nav li {
  width: 49%;
}
.ticker-four .ticker-nav li {
  width: 24.5%;
}
.round-top {
  background: url(/Content/Images/top-img-box-round.jpg) no-repeat 0 0;
  padding-top: 1px;
}
* html .round-top {
  /* IE 6 */
  margin-top: -5px;
}
*:first-child + html .round-top {
  /* IE 7 */
  margin-top: -5px;
}
.round-top-home {
  margin-top: -2px;
  padding-top: 0;
}
.round-top .text img {
  margin: 10px -20px 0 -11px;
}
.round-top .text h5 {
  margin-top: 0;
}
#page .dog-img {
  margin: -16px 30px 0 -14px;
}
#page .ec-img {
  float: left;
  margin: 6px 5px 0 -9px;
}
.section-box {
  height: 1%;
  overflow: hidden;
  background: url(/Content/Images/shadow.gif) repeat-x 0 100%;
  padding-bottom: 5px;
  margin: -5px -8px 7px -7px;
  position: relative;
  width: 792px;
}
.section-box img {
  float: left;
}
.section-box .box {
  float: right;
  width: 400px;
  padding: 15px 5px 0 5px;
}
.section-box .wide {
  width: 485px;
}
.section-box .line {
  padding-left: 0;
  margin-bottom: 8px;
}
.section-box p {
  margin: 0 0 20px;
  line-height: 18px;
}
.content-box h4 {
  font-size: 11px;
  margin: 0;
  padding-top: 10px;
}
.content-box p {
  line-height: 18px;
  margin: 4px 0 5px;
}
.black-table th {
  text-align: center;
}
.point-center-two-columns .black-table {
  font-size: 9px;
}
.find-box {
  width: 792px;
}
.find-box .line {
  background-color: transparent;
}
.find-box .line h2 {
  margin-bottom: 15px;
}
.find-box .search-btn {
  border: 0 none;
  height: 32px;
  padding-top: 0;
  cursor: pointer;
}
.brands-wrap {
  padding-top: 10px;
}
* html .brands-wrap .sidebar .box .inner {
  overflow: visible;
}
.brands-wrap .prod {
  display: block;
  float: left;
  width: 100px;
  text-align: center;
}
.brands-wrap .sidebar .box h3 {
  font-size: 13px;
}
.brands-wrap .sidebar .box img {
  float: none;
}
.about-link-holder a {
  font-size: 12px;
}
.point-center-single-column {
  background-image: url(/Content/Images/point-center-single-bg.gif);
}
.point-center-single-column .inner {
  background-image: url(/Content/Images/point-center-single-bottom.gif);
}
.point-center-single-column .big-box {
  min-height: 433px;
  padding-top: 15px;
}
* html .point-center-single-column .inner .big-box {
  height: 433px;
}
.point-center-single-column img.big-pic {
  padding: 2px 0 0 12px;
}
.point-center-single-column .example {
  margin-top: 20px;
}
.tag {
  color: #f2372a;
}
.margin-pic5 {
  margin: -10px 25px 2px 0px;
}
#page .cat-img {
  float: left;
  margin: -11px 30px 0 -14px;
  position: relative;
}
.box-block4 .box {
  background-position: 1px -2px;
  padding: 0 13px 0;
}
.box-block4 .right .box {
  background-position: 0 -2px;
  padding: 0 4px 0 10px;
}
.three-columns .more-red-get-connected-top {
  bottom: 35px;
  position: absolute;
}
.three-columns .more-red-get-connected-bottom {
  bottom: 20px;
  position: absolute;
}
.more-red-get-connected-top {
  background: url(/Content/Images/marker-red.gif) no-repeat 100% 5px;
  padding-right: 10px;
}
.more-red-get-connected-bottom {
  background: url(/Content/Images/marker-red.gif) no-repeat 100% 5px;
  padding-right: 10px;
}
.main-column .main-column-inner-get-connected {
  height: 1%;
  overflow: hidden;
  padding: 0 0 25px 0;
}
.main-column-inner-get-connected h3 {
  background-image: url(/Content/Images/grey-line.gif);
}
.main-column-inner-get-connected .photo-box h3 {
  background-image: none;
}
.feature-box h2 {
  margin: 0 0 4px;
  font-size: 15px;
}
.feature-box .posted {
  padding-bottom: 8px;
}
.red-btn {
  border: 0 none;
  cursor: pointer;
}
.box-block6 {
  margin-bottom: 29px;
}
/*.box-block6 .inner {
	background:url(/Content/Images/two-columns-bottom2.gif) no-repeat 0 100%;
}*/
.box-block6 .inner .box {
  min-height: 100px;
  padding: 30px 12px 20px;
}
* html .box-block6 .inner .box {
  height: 96px;
}
.box-block6 .inner .right .box {
  padding: 30px 15px 20px 12px;
}
.box-block6 .inner {
  position: relative;
}
.box-block6 .more-red {
  bottom: 22px;
  position: absolute;
}

/* Event Center page */
.eventcenter {
    background: none;
    float: none;
    width: auto;
}
.eventcenter-content a {
    color: #2a75d1;
    text-decoration: underline;
}
.eventcenter-content p {
    margin-top: 0;
}
.eventcenter .main-column-inner {
    background: none;
    padding: 0;
}
.eventcenter-content {
    padding-top: 5px;
}
.eventcenter .breadcrumbs {
    background: url(/Content/Images/bg-breadcrumb-full.gif) no-repeat;
    height: 30px;
    margin: 0;
}
.eventcenter .breadcrumbs li {
    font-size: 22px;
    padding-right: 0;
}
.eventcenter h1 {
  margin: 0;
  text-align: center;
}
.eventcenter h2 {
  margin: 0;
  text-align: center;
}
.eventcenter h3 {
  margin: 0;
}
.eventcenter .banner {
    padding-bottom: 25px;
}
.eventcenter h1.banner, .eventcenter h2.banner {
    padding-bottom: 10px;
}
.eventcenter .banner-callout {
    background: url(/Content/Images/banner_rounded_full.gif) no-repeat;
    width: 956px;
    height: 99px;
}
.eventcenter .banner img {
    float: none;
    margin: 0;
}
.eventcenter .banner-book h3 {
    float: left;
    width: 288px;
    padding: 23px 0 0 28px;
}
.eventcenter .banner-book p {
    float: right;
    width: 550px;
    margin: 0;
    padding: 23px 38px 0 0;
}
.eventcenter p, .eventcenter li {
  font-size: 12px;
  line-height: 1.4em;
  padding: 0 5px;
}
.eventcenter li {
  padding-bottom: 4px;
}
.eventcenter .box p, .eventcenter .box li {
  font-size: 12px;
}
.eventcenter .column-set {
  clear: both;
}
.eventcenter .column-set:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
}
.eventcenter-info {
    padding-bottom: 10px;
    overflow: hidden; /* activate 'hasLayout' for IE */
}
.eventcenter .eventcenter-info .column-left {
  float: left;
  width: 285px;
}
.eventcenter .eventcenter-info .column-right {
  float: right;
  width: 640px;
  padding-right: 4px;
}
.eventcenter .eventcenter-greathall .column-left {
  float: left;
  width: 495px;
}
.eventcenter .eventcenter-greathall .column-right {
  float: right;
  width: 392px;
}
#pec_video-alt {
    position: relative;
    width: 640px;
    height: 385px;
}
#pec_video-alt .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#pec_video-alt .video-alt-content {
    position: relative;
    left: 175px;
    top: 110px;
    width: 290px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    background: #fefefd;
    background: rgba(255, 255, 255, .92);
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
}
.eventcenter .features {
  background: url(/Content/Images/pec_features_bg-top.gif) no-repeat 0 0;
  padding-top: 15px;
}
.eventcenter .features .inner {
  background: url(/Content/Images/pec_features_bg-bottom_taller.gif) no-repeat 0 100%;
  padding: 9px 30px 30px 35px;
}
.eventcenter .features h2 {
    margin-bottom: 3px;
}
.eventcenter .features ul {
  margin: 0;
  padding-left: 16px;
}
#footer.eventcenter {
    padding-left: 0;
}

#footer {
  clear: both;
}
ol.points {
  text-align: left;
}
.search .red-btn {
  display: inline;
}
.search .link-list a {
  color: #f2372a;
}
#tab1.search {
  background: url(/Content/Images/grey-line.gif) repeat-x;
  margin-top: 10px;
  padding-top: 15px;
}
.calendar td {
  background: url(/Content/Images/calendar-day-bottom-bg.gif) no-repeat 0 100%;
  padding: 0;
}
.calendar td .cell-wrap {
  background: url(/Content/Images/calendar-day-top-bg.gif) no-repeat;
  display: block;
  padding: 13px;
  min-height: 15px;
}
* html .calendar td .cell-wrap {
  height: 15px;
}

/* Additions 4/30/2010 - Champions Cup */
.rounded-banner {
  background: url(/Content/Images/awardsRecognGradientBarNoLogo.jpg) no-repeat;
  height: 91px;
}
.rounded-banner img {
  float: left;
}
.rounded-banner .copy {
  padding: 10px 20px 0 240px;
}
.rounded-banner h3, .rounded-banner p {
  margin-top: 0;
  margin-bottom: 4px;
}
.indent, ul.indent li {
  padding-left: 20px;
}
.largebox {
  background: url(/Content/Images/largeBoxGradient-WhiteStripe.jpg) repeat-y;
  margin-left: -4px;
}
.largebox-top {
  background: url(/Content/Images/largeBoxGradient-Top.jpg) no-repeat;
}
.largebox-bottom {
  background: url(/Content/Images/largeBoxGradient-Bottom.jpg) no-repeat left bottom;
  padding: 13px 3px 13px 4px;
}
.largebox h2 {
  font-size: 18px;
  padding-left: 12px;
  margin-top: 0;
  margin-bottom: 8px;
}
.largebox h2 em {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  background-color: #ecece6;
  border: 1px solid #cccccc;
  padding: 3px 6px;
  position: relative;
  top: -2px;
}
th.numeric, td.numeric {
  text-align: center;
}
.event-table {
  width: 100%;
}
#eventsdata {
  width: 503px;
}
.event-table th {
  text-transform: uppercase;
}
.event-table th {
  padding: 5px 15px;
}
.event-table td {
  padding: 3px 15px;
}
.event-table thead tr {
  background-color: #894490;
  color: #fff;
}
.championscup .column {
  width: 371px;
}
* html .championscup .column {
  display: inline; /* Fix double-margin float bug in IE6 */
}
.championscup .copy {
  padding: 0px 8px;
}
#championslogo {
  margin-left: -7px;
  padding: 18px 0 15px 0;
}
#championslogolink {
  background-color: #efe5f0;
  padding: 8px;
  font-size: 13px;
  font-weight: bold;
  margin-left: -7px;
  margin-bottom: -24px;
  position: relative;
  top: -36px;
  width: 355px;
}
.events {
  float: right;
 }
table.group-placements th {
  font-weight: normal;
}
table.group-placements th, table.group-placements td {
  padding: 0 15px 0 0;
}
ul.group-placements {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.group-placements li {
  margin: 0;
  padding: 0;
}
.championscup h4 {
  margin-bottom: 3px;
}
.championscup p {
  margin-bottom: 8px;
}

/* Dog (Authenticated) Home */
.coda-slider .panel p {
  margin-bottom: 4px;
  line-height: 15px;
}
.coda-slider .panel h4.img, .coda-slider .panel img {
    margin: 0;
}

.coda-slider #championscup-promo img {
  margin: 10px -20px -22px -11px;
}

/* Event Center callouts */
.coda-slider #eventcenter-promo {
    color: #fff;
}
.coda-slider #eventcenter-promo .panel-content {
  background: url(/Content/Images/callout-block-ec-bg.jpg) 50% 0% no-repeat;
}
.coda-slider #eventcenter-promo h4 {
    font-size: 17px;
    padding-left: 15px;
}
.coda-slider #eventcenter-promo p {
    font-size: 11px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 35px;
}
.coda-slider #eventcenter-promo a {
    display: block;
    float: none;
    margin: 15px auto 0;
}

.eventcenter-full { /* extends .photo-box */
    background-image: url(/Content/Images/photo-box-ec.jpg);
    padding-left: 352px;
}
.eventcenter-full p {
    width: 200px;
}

/* Featured Member additions */
.featuredmember-feature .copy {
    width: 155px;
}
.featuredmember-feature .copy .red-link {
    margin-left: -10px;
}

.featuredmembers {
    padding-top: 5px;
}
.featuredmembers .feature-block {
    float: left;
}
.featuredmembers .two-columns-single .feature .box {
    padding: 6px 0 0 3px;
}
.featuredmembers .two-columns-single .feature .line {
    padding-right: 8px;
}
.featuredmembers .two-columns-single .feature img {
    float: none;
    display: block;
}
.featuredmembers .two-columns-single .feature .copy {
    float: none;
    width: auto;
    padding: 0;
}
.featuredmembers .two-columns-single .feature .copy div {
    width: 345px;
    padding: 6px 10px;
    background-color: #000;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.featuredmembers .two-columns-single .feature .copy p {
    margin: 0;
    padding: 0;
}
.featuredmembers .two-columns-single .feature .copy a.more {
    display: block;
    font-size: 14px;
    color: #ffcd36;
    text-align: right;
}
.featuredmembers .next-featured {
    background: url(/Content/Images/short-fullwidth-bar.png) no-repeat;
    width: 777px;
    height: 66px;
}
.featuredmembers .next-featured p {
    color: #666;
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
}
.featuredmembers .next-featured .red-link {
    display: inline-block;
    float: none;
    margin: 0 24px;
    vertical-align: bottom;
}
.featuredmembers .feature-archive {
    padding-top: 20px;
}
.featuredmembers .feature-archive .header {
    padding: 0 4px 15px;
}
.featuredmembers .feature-archive .header h2 {
    color: #666;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.featuredmembers .feature-archive .header p {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.featuredmembers .feature-archive .two-columns-single .box img {
    float: left;
    padding: 20px 12px 10px 3px;
}

.featuredmembers .article-wrap .info-column {
    float: left;
    width: 265px;
}
.featuredmembers .article-wrap .articleInfo {
    background: #000000;
    padding: 10px 10px 20px;
    width: 225px;
    padding: 20px 10px;
    font-size: 16px;
    color: #ffffff;
}
.featuredmembers .article-wrap .articleCaption {
    padding: 4px 0 20px;
}
.featuredmembers .article-wrap .nextFeatured {
    background: url(/Content/Images/bg-callout-tell-us.gif) no-repeat;
    font-size: 19px;
    height: 126px;
    padding: 15px 15px 0;
    width: 253px;
}
.featuredmembers .article-wrap .nextFeatured .red-link-big {
    margin: 6px 60px 0 0;
}
.featuredmembers .article-wrap .text-column h2 {
    font-size: 36px;
    font-weight: lighter;
    padding-bottom: 10px;
}
.featuredmembers .feature-box{
    background: url(/Content/Images/bg-featuredMember.jpg) no-repeat 0 0;
    height: 201px;
    width: 780px;
    padding-bottom: 10px;
}
.featuredmembers .feature-box p{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 20px 20px 0 460px;
    width: 300px;
}
.featuredmembers p input.text{
    width: 275px;
}
.featuredmembers textarea{
    height: 150px;
    width: 350px;
}
.featuredmembers form .two-columns-single h3{
    margin: 3px 0;
}
.featuredmembers form .two-columns-single p{
    line-height: 24px;
}
.featuredmembers form .two-columns-single .red-btn{
    margin-top: 20px;
}
.featuredmembers #thoughtStarters{
    padding: 10px 0 20px;
}
.featuredmembers .article-wrap form h3{
    margin-top: 0;
}

/* Weight Circle Form Banner */
#weight-circle-banner {
    margin-bottom: 15px;
}
#weight-circle-banner .inner {
    height: 97px;
}
#weight-circle-banner img {
    margin: 0 15px 0 25px;
}
#weight-circle-banner h3 {
    float: left;
    width: 120px;
    margin: 18px 30px 0 0;
}
#weight-circle-banner p {
    float: left;
    width: 365px;
    margin: 18px 0 0;
    font-size: 13px;
}
#weight-circle-banner .separate-box {
    height: 88px;
    margin-top: -10px;
    padding: 9px 25px 8px 22px;
}

