/* Shared business sales styles */
/* line 2, ../sass/wsi-business-sales.sass */
br {
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* line 7, ../sass/wsi-business-sales.sass */
div#content {
  background-color: #FFFFFF;
  width: 100%;
}

/* line 11, ../sass/wsi-business-sales.sass */
div#content a, div#content a:visited {
  color: #000;
}

/* line 14, ../sass/wsi-business-sales.sass */
div#content a:hover, div#content a:active {
  color: #896B27;
}

/* line 17, ../sass/wsi-business-sales.sass */
div#content input {
  padding: 0;
  margin: 0;
}

/* line 21, ../sass/wsi-business-sales.sass */
div#content div.hero-container {
  margin-bottom: 1.5em;
  width: auto;
}

/* line 25, ../sass/wsi-business-sales.sass */
div#content div.text-wrapper {
  border: 0.1em solid #9C9C9C;
  padding: 2.5em 4em 1.5em 3.5em;
  margin: 0;
}

/* line 30, ../sass/wsi-business-sales.sass */
div#content h1 {
  background-color: #ADA384;
  display: block;
  width: 100%;
}

/* line 35, ../sass/wsi-business-sales.sass */
div#content h2.byline {
  text-align: center;
  font-size: 1.6em;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  color: #999999;
  font-weight: bold;
  line-height: 1.25em;
  padding-bottom: 1.85em;
  margin: 0 3em;
}

/* line 46, ../sass/wsi-business-sales.sass */
div#content h3.section-header {
  text-transform: uppercase;
  color: #896B27;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 0.2em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* line 54, ../sass/wsi-business-sales.sass */
div#content p {
  font-size: 1.1em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #666;
  line-height: 1.65em;
  padding-bottom: 1.4em;
}

/* line 61, ../sass/wsi-business-sales.sass */
div#content ul {
  font-size: 1.1em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #666;
  line-height: 1.65em;
}

/* line 67, ../sass/wsi-business-sales.sass */
div#content span.phone-number {
  font-weight: bold;
}

/* line 70, ../sass/wsi-business-sales.sass */
div#content ul.brands {
  float: left;
  padding: 0 1.25em;
  width: auto;
  clear: both;
}

/* line 76, ../sass/wsi-business-sales.sass */
div#content ul.brands li {
  float: left;
  padding: 0 0.25em;
}

/* line 80, ../sass/wsi-business-sales.sass */
div#content ul.brands li a {
  float: left;
}

/* floating the anchor for ff - so that the tag is contained within the li and doesn't add extra spacing */
/* line 84, ../sass/wsi-business-sales.sass */
input, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #666;
}

/* line 89, ../sass/wsi-business-sales.sass */
div#content input.close-window {
  background-image: url("../images/sprite_buttons.gif");
  background-position: -1em -7em;
  height: 2em;
  width: 10em;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: none;
  background-repeat: no-repeat;
  cursor: pointer;
  line-height: 10em;
  text-indent: -999em;
  _text-indent: 0;
  /* IE6 hack - text indent moved the input off the page. The line-height is set for ie6 */
}

/* end Shared business sales styles */
/* Business Sales Landing */
/* line 107, ../sass/wsi-business-sales.sass */
body#business-sales div#content.landing {
  background-color: #faf7d9;
  border: none;
}

/* line 111, ../sass/wsi-business-sales.sass */
body#business-sales div#content div.hero-container {
  float: left;
  margin-right: 1.5em;
}

/* line 115, ../sass/wsi-business-sales.sass */
body#business-sales div#content div.copy-container {
  margin: 2.5em 1.8em 1em 2.5em;
}

/* line 118, ../sass/wsi-business-sales.sass */
body#business-sales div#content div.copy-container ul#business-sales-links {
  list-style: disc;
  margin-left: 2.25em;
  padding-bottom: 1em;
}

/* end Business Sales Landing */
/* Incentive Programs */
/* line 125, ../sass/wsi-business-sales.sass */
body#incentive-programs div#content div.hero-container {
  float: left;
  margin-right: 1.5em;
}

/* line 129, ../sass/wsi-business-sales.sass */
body#incentive-programs div#content div.text-wrapper div.textblock {
  margin-left: 31.5em;
}

/* line 132, ../sass/wsi-business-sales.sass */
body#incentive-programs div#content div.text-wrapper ul#benefits-and-services {
  list-style: disc;
  margin-left: 1.25em;
  padding-bottom: 1em;
  font-size: 1.2em;
}

/* line 138, ../sass/wsi-business-sales.sass */
body#incentive-programs div#content div.text-wrapper ul.brands {
  float: left;
  clear: both;
}

/* line 142, ../sass/wsi-business-sales.sass */
body#incentive-programs div#content div.text-wrapper ul.brands li {
  float: left;
}

/* end Incentive Programs */
/* International Programs */
/* line 147, ../sass/wsi-business-sales.sass */
body#international div#content div.hero-container {
  float: left;
  margin-right: 1.5em;
}

/* line 151, ../sass/wsi-business-sales.sass */
body#international div#content div.text-wrapper div.textblock {
  margin-left: 31.5em;
}

/* line 154, ../sass/wsi-business-sales.sass */
body#international div#content div.text-wrapper div.textblock p {
  font-size: 1.2em;
  margin-top: 1.2em;
}

/* end International Programs */
/* Business Gift Giving */
/* line 160, ../sass/wsi-business-sales.sass */
body#business-gift-giving div#content div.hero-container {
  float: left;
  margin-right: 1.5em;
}

/* line 164, ../sass/wsi-business-sales.sass */
body#business-gift-giving div#content div.text-wrapper div.textblock {
  margin-left: 34em;
}

/* end Business Gift Giving */
/* Home Builder Solutions */
/* line 169, ../sass/wsi-business-sales.sass */
body#home-builder-solutions div#content div.hero-container {
  float: right;
  margin-left: 1.75em;
}

/* line 173, ../sass/wsi-business-sales.sass */
body#home-builder-solutions div#content p.case-study {
  font-weight: normal;
}

/* end Home Builder Solutions */
/* Hospitality Furnishings */
/* line 178, ../sass/wsi-business-sales.sass */
body#hospitality-furnishings div#content div.hero-container {
  float: left;
}

/* line 181, ../sass/wsi-business-sales.sass */
body#hospitality-furnishings div#content div.text-wrapper div.textblock {
  margin-left: 26em;
}

/* end Hospitality Furnishings */
/* Register */
/* line 186, ../sass/wsi-business-sales.sass */
body#register div.text-wrapper p {
  font-size: 1.2em;
  margin: 0;
  padding: 0 0 1em 0;
}

/* line 191, ../sass/wsi-business-sales.sass */
body#register div#content div.text-wrapper {
  padding: 2.5em 3.75em 3em 4em;
}

/* line 194, ../sass/wsi-business-sales.sass */
body#register form#registration legend {
  display: none;
}

/* line 197, ../sass/wsi-business-sales.sass */
body#register form#registration span.error {
  display: block;
  padding-top: 0.2em;
}

/* line 201, ../sass/wsi-business-sales.sass */
body#register form#registration div {
  color: #666;
}

/* line 204, ../sass/wsi-business-sales.sass */
body#register form#registration label {
  display: block;
  text-transform: uppercase;
  color: #666;
  padding: 1em 0 0.3em 0;
  margin: 0;
  _padding: 0.75em 0 0.3em 0;
}

/* line 212, ../sass/wsi-business-sales.sass */
body#register form#registration input {
  width: 29em;
  padding: 0.1em;
  margin: 0;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}

/* line 220, ../sass/wsi-business-sales.sass */
body#register form#registration select {
  width: 29.5em;
  padding: 0.1em;
}

/* line 224, ../sass/wsi-business-sales.sass */
body#register form#registration input.checkbox {
  float: left;
  width: 1.5em;
  padding: 0;
  margin: 0;
  height: 1.5em;
}

/* line 231, ../sass/wsi-business-sales.sass */
body#register form#registration div.required {
  margin: 1em 0;
}

/* line 234, ../sass/wsi-business-sales.sass */
body#register form#registration fieldset {
  float: left;
  width: 29em;
}

/* line 238, ../sass/wsi-business-sales.sass */
body#register form#registration fieldset#contact-info {
  padding-right: 6.25em;
}

/* line 241, ../sass/wsi-business-sales.sass */
body#register form#registration fieldset#program-selection {
  margin-top: 1em;
}

/* line 244, ../sass/wsi-business-sales.sass */
body#register form#registration fieldset#program-selection div {
  margin: 0.3em 0;
  float: left;
}

/* line 248, ../sass/wsi-business-sales.sass */
body#register form#registration fieldset#program-selection label {
  float: left;
  width: 22em;
  padding: 0.3em 0 0 0.5em;
  margin: 0;
}

/* line 254, ../sass/wsi-business-sales.sass */
body#register form#registration fieldset#program-selection div#selection-info {
  padding-bottom: 1em;
}

/* line 257, ../sass/wsi-business-sales.sass */
body#register form#registration fieldset#program-selection p {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  width: 22em;
  font-size: 1em;
  line-height: 1.5em;
}

/* line 265, ../sass/wsi-business-sales.sass */
body#register form#registration fieldset#program-selection br {
  margin: 0;
  padding: 0;
}

/* line 269, ../sass/wsi-business-sales.sass */
body#register form#registration fieldset#industry-selection {
  margin-top: 1.5em;
}

/* line 272, ../sass/wsi-business-sales.sass */
body#register form#registration fieldset#button-container {
  margin-top: 3.4em;
  _margin-top: 3em;
  /* ie6 hack - making form buttons align */
  border: none;
}

/* line 278, ../sass/wsi-business-sales.sass */
body#register form#registration fieldset#button-container div {
  height: 2em;
  width: 20em;
  float: left;
  display: block;
}

/* line 284, ../sass/wsi-business-sales.sass */
body#register form#registration fieldset#button-container input.submit {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: none;
  height: 2em;
  width: 15em;
  text-indent: -999em;
  line-height: 99em;
  background-image: url("../images/sprite_buttons.gif");
  background-position: -1em -4em;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* end Register */
/* Register Thank you */
/* line 302, ../sass/wsi-business-sales.sass */
body#register-thanks p {
  font-size: 1.2em;
  margin: 0;
  padding: 0 0 1em 0;
}

/* line 307, ../sass/wsi-business-sales.sass */
body#register-thanks div#content div.hero-container {
  float: left;
  margin-right: 1.75em;
}

/* line 311, ../sass/wsi-business-sales.sass */
body#register-thanks div#content div.text-wrapper {
  width: 65.75em;
}

/* Contact Us */
/* line 315, ../sass/wsi-business-sales.sass */
body#contact-us div#content div.hero-container {
  float: left;
  border: 0.1em solid #9C9C9C;
  padding: 0.3em;
  margin-right: 1em;
  margin-top: 1em;
}

/* line 322, ../sass/wsi-business-sales.sass */
body#contact-us div#content div.text-wrapper {
  width: auto;
}

/* line 325, ../sass/wsi-business-sales.sass */
body#contact-us div#content div.text-wrapper p {
  font-size: 1.25em;
  text-align: center;
  padding-top: 7em;
  margin-right: -1.5em;
}

/* end Contact Us */
/* Case Studies */
/* line 333, ../sass/wsi-business-sales.sass */
body#case-studies div#content h1 {
  background-color: #FFF;
  color: #896B27;
}

/* line 337, ../sass/wsi-business-sales.sass */
body#case-studies div#content div.hero-container {
  float: left;
  padding: 0.3em;
  margin: 0 1em 0 0;
  width: 38em;
}

/* line 343, ../sass/wsi-business-sales.sass */
body#case-studies div#content div.text-wrapper div.textblock {
  margin-left: 40em;
  clear: both;
}

/* line 347, ../sass/wsi-business-sales.sass */
body#case-studies span.case-info {
  font-variant: small-caps;
  color: #896B27;
  font-weight: bold;
}

/* line 352, ../sass/wsi-business-sales.sass */
body#case-studies ul.case-study-thumbnails {
  float: left;
  width: 34.75em;
  margin-right: -2em;
}

/* line 357, ../sass/wsi-business-sales.sass */
body#case-studies ul.case-study-thumbnails li {
  float: left;
  margin-top: 1em;
  margin-right: 1em;
}

/* line 362, ../sass/wsi-business-sales.sass */
body#case-studies ul.case-study-thumbnails li.last {
  margin-right: 0;
}

/* line 365, ../sass/wsi-business-sales.sass */
body#case-studies p.click-to-enlarge {
  float: left;
  width: 100%;
  text-align: center;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  padding-top: 1em;
  font-size: 1.3em;
}

/* line 374, ../sass/wsi-business-sales.sass */
body#case-studies p.next,
body#case-studies p.next a,
body#case-studies p.next a:visited,
body#case-studies p.next a:hover {
  text-align: right;
  font-weight: bold;
  color: #896B27;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
}

/* end Case Studies */
/* Gift Card - Popup */
/* line 387, ../sass/wsi-business-sales.sass */
body#gift-card div#content {
  margin-top: 1em;
}

/* line 390, ../sass/wsi-business-sales.sass */
body#gift-card div#header, body#gift-card div#footer {
  display: none;
}

/* line 393, ../sass/wsi-business-sales.sass */
body#gift-card div#content div.hero-container {
  float: left;
  width: 37em;
  margin-bottom: 0;
  padding-bottom: 1.3em;
}

/* end name */
/* image swap related styles */
/* line 401, ../sass/wsi-business-sales.sass */
div#content div.hidden-preload-imgs {
  position: absolute;
  top: -1000px;
  left: -1000px;
  visibility: hidden;
}

/* line 407, ../sass/wsi-business-sales.sass */
div.hero-container ul.case-study-thumbnails a {
  outline: 0;
}

/* end image swap */
/* Preferred Business */
/* line 412, ../sass/wsi-business-sales.sass */
body#preferred-business div#content h1 {
  background-color: #7e7165;
  margin-bottom: 0;
  border-bottom: 0.2em solid #fff;
}

/* line 417, ../sass/wsi-business-sales.sass */
body#preferred-business div#content h2.byline {
  background-color: #9f9c8f;
  color: #fff;
  border-bottom: 0.2em solid #fff;
  font-weight: normal;
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  font-size: 2em;
  text-decoration: none;
}

/* line 428, ../sass/wsi-business-sales.sass */
body#preferred-business div#content {
  background-color: #c1c7ba;
}

/* line 431, ../sass/wsi-business-sales.sass */
body#preferred-business div#content div.text-wrapper {
  margin: 5em 5em 2em 5em;
  background: #fff;
  border: 0.4em double #000;
}

/* line 436, ../sass/wsi-business-sales.sass */
body#preferred-business div#content div.hero-container {
  float: right;
  width: 25.7em;
  margin-left: 1em;
}

/* line 441, ../sass/wsi-business-sales.sass */
body#preferred-business div#content h3 {
  color: #666;
  text-transform: normal;
  margin: 0 0 1em 0;
  font-size: 1.2em;
}

/* line 447, ../sass/wsi-business-sales.sass */
body#preferred-business div#content div.teaser {
  background-color: #9f9c8f;
  font-style: italic;
  font-weight: normal;
  margin: 0.5em 0;
  text-align: center;
  width: 261px;
}

/* line 455, ../sass/wsi-business-sales.sass */
body#preferred-business div#content div.teaser h3 {
  color: #fff;
  font-family: times new roman, times, serif;
  margin: 0;
  padding: 0.3em 0 0 0;
  font-weight: bold;
  font-size: 1.9em;
  text-decoration: none;
}

/* line 464, ../sass/wsi-business-sales.sass */
body#preferred-business div#content div.teaser p {
  color: #fff;
  font-family: times new roman, times, serif;
  font-size: 1.6em;
  line-height: 1em;
  padding: 0.4em 1em;
}

/* line 471, ../sass/wsi-business-sales.sass */
body#preferred-business div#content div.teaser a {
  color: #fff;
  text-decoration: none;
}

/* line 475, ../sass/wsi-business-sales.sass */
body#preferred-business div#content ul {
  list-style: disc;
  margin-left: 2em;
}

/* line 479, ../sass/wsi-business-sales.sass */
body#preferred-business div#content ul li {
  padding-bottom: 0.5em;
}

/* line 482, ../sass/wsi-business-sales.sass */
body#preferred-business div#content ul.brands {
  margin: 0 0 0 -3em;
  padding: 0;
  width: 114%;
  list-style: none;
}

/* line 488, ../sass/wsi-business-sales.sass */
body#preferred-business div#content div#terms {
  margin: 1em 5em;
}

/* line 491, ../sass/wsi-business-sales.sass */
body#preferred-business div#content div#terms a {
  color: #666;
}

/* line 494, ../sass/wsi-business-sales.sass */
body#preferred-business div#content div#terms p {
  font-size: 0.9em;
}

/* line 497, ../sass/wsi-business-sales.sass */
body#preferred-business div#content div#pref-biz-logo {
  text-align: center;
  margin: 0 0 2em 0;
}

/* end Preferred Business */
/* Preferred Business FAQs */
/* line 503, ../sass/wsi-business-sales.sass */
body#faqs div#content ul {
  list-style: disc;
  margin: 0 0 0 5em;
}

/* line 507, ../sass/wsi-business-sales.sass */
body#faqs div#content ul#contents {
  margin: 0 0 3em 1.2em;
}

/* line 510, ../sass/wsi-business-sales.sass */
body#faqs h4 {
  font-size: 1.2em;
  margin: 1em 0;
}

/* line 514, ../sass/wsi-business-sales.sass */
body#faqs div.back-to-top {
  font-size: 1.2em;
  margin: 1em 0 2em 0;
  text-transform: uppercase;
}

/* end Preferred Business FAQs */
