html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  blockquote:before, q:before,
  blockquote:after, q:after {
    content: ""; }

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

a img {
  border: none; }

body.bp {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%; }
  body.bp h1 {
    font-weight: normal;
    color: #222222;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em; }
    body.bp h1 img {
      margin: 0; }
  body.bp h2 {
    font-weight: normal;
    color: #222222;
    font-size: 2em;
    margin-bottom: 0.75em; }
  body.bp h3 {
    font-weight: normal;
    color: #222222;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em; }
  body.bp h4 {
    font-weight: normal;
    color: #222222;
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em; }
  body.bp h5 {
    font-weight: normal;
    color: #222222;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em; }
  body.bp h6 {
    font-weight: normal;
    color: #222222;
    font-size: 1em;
    font-weight: bold; }
  body.bp h2 img, body.bp h3 img, body.bp h4 img, body.bp h5 img, body.bp h6 img {
    margin: 0; }
  body.bp p {
    margin: 0 0 1.5em; }
    body.bp p img.left {
      display: inline;
      float: left;
      margin: 1.5em 1.5em 1.5em 0;
      padding: 0; }
    body.bp p img.right {
      display: inline;
      float: right;
      margin: 1.5em 0 1.5em 1.5em;
      padding: 0; }
  body.bp a {
    text-decoration: underline;
    color: #000099; }
    body.bp a:visited {
      color: #000066; }
    body.bp a:focus {
      color: black; }
    body.bp a:hover {
      color: black; }
    body.bp a:active {
      color: #cc0099; }
  body.bp blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic; }
  body.bp strong {
    font-weight: bold; }
  body.bp em {
    font-style: italic; }
  body.bp dfn {
    font-style: italic;
    font-weight: bold; }
  body.bp sup, body.bp sub {
    line-height: 0; }
  body.bp abbr, body.bp acronym {
    border-bottom: 1px dotted #666; }
  body.bp address {
    margin: 0 0 1.5em;
    font-style: italic; }
  body.bp del {
    color: #666; }
  body.bp pre {
    margin: 1.5em 0;
    white-space: pre; }
  body.bp pre, body.bp code, body.bp tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5; }
  body.bp li ul, body.bp li ol {
    margin: 0 1.5em; }
  body.bp ul {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: disc; }
  body.bp ol {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: decimal; }
  body.bp dl {
    margin: 0 0 1.5em 0; }
    body.bp dl dt {
      font-weight: bold; }
  body.bp dd {
    margin-left: 1.5em; }
  body.bp table {
    margin-bottom: 1.4em;
    width: 100%; }
  body.bp th {
    font-weight: bold; }
  body.bp thead th {
    background: #c3d9ff; }
  body.bp th, body.bp td, body.bp caption {
    padding: 4px 10px 4px 5px; }
  body.bp tr.even td {
    background: #e5ecf9; }
  body.bp tfoot {
    font-style: italic; }
  body.bp caption {
    background: #eee; }
  body.bp .quiet {
    color: #666666; }
  body.bp .loud {
    color: #111111; }

body .clear {
  clear: both; }
body .nowrap {
  white-space: nowrap; }
body .clearfix {
  overflow: hidden;
  display: inline-block; }
  body .clearfix {
    display: block; }
body .small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }
body .large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }
body .first {
  margin-left: 0;
  padding-left: 0; }
body .last {
  margin-right: 0;
  padding-right: 0; }
body .top {
  margin-top: 0;
  padding-top: 0; }
body .bottom {
  margin-bottom: 0;
  padding-bottom: 0; }
body .showgrid {
  background: url('/images/grid.png?1274904100'); }
body .error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }
  body .error a {
    color: #8a1f11; }
body .notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }
  body .notice a {
    color: #514721; }
body .success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }
  body .success a {
    color: #264409; }
body .hide {
  display: none; }
body .highlight {
  background: yellow; }
body .added {
  background: #006600;
  color: white; }
body .removed {
  background: #990000;
  color: white; }

.hide {
  display: none !important; }

.inline_block {
  display: inline-block !important; }

.clear_both {
  clear: both !important; }

.block {
  display: block !important; }

.align_center {
  text-align: center !important; }

.align_right {
  text-align: right !important; }

.align_left {
  text-align: left !important; }

.float_right {
  float: right !important; }

.float_left {
  float: left !important; }

.padding_3 {
  padding: 3px !important; }

.padding_5 {
  padding: 5px !important; }

.padding_10 {
  padding: 10px !important; }

.padding_15 {
  padding: 15px !important; }

.padding_20 {
  padding: 20px !important; }

.padding_20_30 {
  padding: 20px 30px !important; }

.padding_30_20 {
  padding: 30px 20px !important; }

.margin_top_neg_15 {
  margin-top: -15px; }

.margin_30_20 {
  margin: 30px 20px !important; }

.padding_bottom_10 {
  padding-bottom: 10px !important; }

.padding_bottom_20 {
  padding-bottom: 20px !important; }

.padding_bottom_50 {
  padding-bottom: 50px !important; }

.padding_bottom_5 {
  padding-bottom: 5px !important; }

.padding_bottom_1 {
  padding-bottom: 1px !important; }

.padding_bottom_0 {
  padding-bottom: 0 !important; }

.padding_top_5 {
  padding-top: 5px !important; }

.padding_top_10 {
  padding-top: 10px !important; }

.padding_top_20 {
  padding-top: 20px !important; }

.padding_right_10 {
  padding-right: 10px !important; }

.padding_right_15 {
  padding-right: 15px !important; }

.margin_5 {
  margin: 5px !important; }

.margin_10 {
  margin: 10px !important; }

.margin_15 {
  margin: 15px !important; }

.margin_20 {
  margin: 20px !important; }

.margin_top_10 {
  margin-top: 10px !important; }

.margin_top_15 {
  margin-top: 15px !important; }

.margin_top_20 {
  margin-top: 20px !important; }

.margin_top_25 {
  margin-top: 25px !important; }

.margin_top_30 {
  margin-top: 30px !important; }

.margin_top_35 {
  margin-top: 35px !important; }

.margin_bottom_20 {
  margin-bottom: 20px !important; }

.margin_bottom_15 {
  margin-bottom: 15px !important; }

.margin_bottom_10 {
  margin-bottom: 10px !important; }

.margin_bottom_5 {
  margin-bottom: 5px !important; }

.margin_bottom_0 {
  margin-bottom: 0 !important; }

.margin_left_10 {
  margin-left: 10px !important; }

.margin_right_15 {
  margin-right: 15px !important; }

.margin_right_20 {
  margin-right: 20px !important; }

.margin_right_25 {
  margin-right: 25px !important; }

.margin_right_30 {
  margin-right: 30px !important; }

.padding_left_5 {
  padding-left: 5px !important; }

.padding_left_8 {
  padding-left: 8px !important; }

.padding_left_10 {
  padding-left: 10px !important; }

.padding_left_15 {
  padding-left: 15px !important; }

.padding_left_20 {
  padding-left: 20px !important; }

.padding_left_30 {
  padding-left: 30px !important; }

.padding_left_175 {
  padding-left: 175px !important; }

.width_50 {
  width: 50px !important; }

.width_100 {
  width: 100px !important; }

.width_150 {
  width: 150px !important; }

.width_175 {
  width: 175px !important; }

.width_200 {
  width: 200px !important; }

.width_250 {
  width: 250px !important; }

.width_300 {
  width: 300px !important; }

.width_350 {
  width: 350px !important; }

.width_400 {
  width: 400px !important; }

.width_450 {
  width: 450px !important; }

.width_500 {
  width: 500px !important; }

.height_50 {
  height: 50px !important; }

.height_100 {
  height: 100px !important; }

.height_150 {
  height: 150px !important; }

.height_200 {
  height: 200px !important; }

.height_250 {
  height: 250px !important; }

.height_300 {
  height: 300px !important; }

.height_350 {
  height: 350px !important; }

.height_400 {
  height: 400px !important; }

.height_450 {
  height: 450px !important; }

.height_500 {
  height: 500px !important; }

.small_txt {
  font-size: 90% !important; }

.large_txt {
  font-size: 125% !important; }

.highlight {
  background: .ffc !important;
  padding: 0 3px !important; }

.bold {
  font-weight: bold !important; }

.float_left {
  float: left !important; }

.float_right {
  float: right !important; }

.rounded_4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.rounded_8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px; }

body {
  background: url("/images/img_bg_blue.jpg") repeat-x #10366A; }

#container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  font-family: Century Gothic, Helvetica, Arial, sans-serif;
  background: #fff;
  padding: 5px 5px 5px 5px;
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 13px;
  line-height: 1.5em;
  color: #666;
  letter-spacing: .2ex;
  overflow: visible; }
  #container {
    display: block; }
  #container p {
    padding-bottom: 15px;
    letter-spacing: .1ex; }
  #container a {
    color: #10366A;
    text-decoration: none;
    outline: none; }
    #container a:hover {
      text-decoration: underline; }

a#sustainability_link {
  position: absolute;
  display: block;
  text-indent: -10000px;
  background: url("/images/img_recycle_tag.png") no-repeat;
  height: 182px;
  width: 400px;
  top: -40px;
  right: -10px; }

h1 {
  font-family: Georgia, serif;
  font-size: 30px;
  letter-spacing: 0ex;
  padding-bottom: 25px;
  padding-top: 5px; }

h2 {
  font-family: Georgia, serif;
  font-size: 22px;
  padding-bottom: 10px;
  line-height: 1.5em;
  letter-spacing: .1ex; }

h3 {
  font-family: Georgia, serif;
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 5px;
  letter-spacing: .1ex; }

#page_wrapper {
  background: url("/images/img_main_body_bg_repeat.jpg") repeat;
  position: relative; }

#page {
  background: url("/images/img_main_body_bg.jpg") no-repeat top;
  padding: 25px;
  overflow: hidden;
  display: inline-block; }
  #page {
    display: block; }

#header {
  height: 167px;
  overflow: hidden;
  display: inline-block; }
  #header {
    display: block; }
  #header #logo {
    position: absolute;
    top: 45px;
    left: 35px; }

#banner {
  height: 250px;
  clear: both; }

#content {
  padding: 30px 0 30px 0; }
  #content #two_column_layout #left_column {
    width: 667px;
    float: left;
    padding-right: 25px; }
    #content #two_column_layout #left_column #homepage_photo {
      float: left;
      width: 277px; }
    #content #two_column_layout #left_column #homepage_copy {
      float: right;
      width: 350px;
      padding-left: 30px;
      padding-right: 10px;
      font-family: Georgia, serif;
      font-size: 16px;
      line-height: 1.8em;
      text-align: left; }
      #content #two_column_layout #left_column #homepage_copy a {
        color: #626f13; }
      #content #two_column_layout #left_column #homepage_copy .read_more_link {
        font-size: 14px;
        float: right;
        padding-top: 10px; }
      #content #two_column_layout #left_column #homepage_copy .font_size_24 {
        font-size: 26px; }
      #content #two_column_layout #left_column #homepage_copy .font_size_18 {
        font-size: 20px; }
  #content #two_column_layout #right_column {
    float: right;
    width: 208px;
    text-align: left; }
    #content #two_column_layout #right_column img {
      padding-bottom: 20px; }

#subpage_content_wrapper {
  clear: both; }
  #subpage_content_wrapper #subpage_content {
    background: #fff;
    padding: 20px;
    border: 1px solid #999;
    overflow: hidden;
    display: inline-block; }
    #subpage_content_wrapper #subpage_content {
      display: block; }
    #subpage_content_wrapper #subpage_content #subpage_content_left {
      float: left;
      width: 250px; }
    #subpage_content_wrapper #subpage_content #subpage_content_right {
      float: left;
      text-align: left;
      width: 560px;
      padding: 20px 0 0 30px; }
      #subpage_content_wrapper #subpage_content #subpage_content_right ul {
        padding-left: 15px; }
        #subpage_content_wrapper #subpage_content #subpage_content_right ul li {
          padding-bottom: 5px; }

#green_bar {
  clear: both;
  background: #626f13;
  height: 196px;
  padding: 20px 25px 0px 25px; }
  #green_bar #featured_services {
    float: left;
    padding-right: 10px; }
    #green_bar #featured_services img {
      margin-right: 25px; }
  #green_bar #recent_news {
    float: left;
    width: 400px;
    margin-right: 25px; }
    #green_bar #recent_news table {
      color: #fff; }
      #green_bar #recent_news table td {
        padding: 5px;
        vertical-align: top;
        font-weight: normal; }
        #green_bar #recent_news table td a {
          color: #fff;
          text-decoration: underline; }
  #green_bar #equipment_for_sale {
    height: 174px;
    padding-left: 30px;
    border-left-style: solid;
    border-left-color: #fff;
    border-left-width: 1px;
    float: left; }

.title {
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px; }

#dk_gray_bar {
  clear: both;
  background: url("/images/img_bg_dk_gray_repeat.jpg") repeat-x;
  height: 134px;
  padding: 50px 25px 0px 25px; }
  #dk_gray_bar a {
    float: left; }
    #dk_gray_bar a #logo_natural_step {
      background: url("/images/img_logo_natural_step.png") no-repeat;
      height: 87px;
      width: 239px;
      margin-left: 20px;
      text-indent: -10000px; }
      #dk_gray_bar a #logo_natural_step:hover {
        background: url("/images/img_logo_natural_step_hover.png") no-repeat; }
    #dk_gray_bar a #logo_cascadia {
      background: url("/images/img_logo_cascadia.png") no-repeat;
      height: 105px;
      width: 108px;
      margin-left: 55px;
      margin-top: -10px;
      text-indent: -10000px; }
      #dk_gray_bar a #logo_cascadia:hover {
        background: url("/images/img_logo_cascadia_hover.png") no-repeat; }
    #dk_gray_bar a #logo_repromax {
      background: url("/images/img_logo_repromax.png") no-repeat;
      height: 89px;
      width: 219px;
      margin-left: 55px;
      text-indent: -10000px; }
      #dk_gray_bar a #logo_repromax:hover {
        background: url("/images/img_logo_repromax_hover.png") no-repeat; }
    #dk_gray_bar a #logo_recycleworks {
      background: url("/images/img_logo_recycleworks2.png") no-repeat;
      height: 120px;
      width: 117px;
      margin-left: 55px;
      margin-top: -15px;
      text-indent: -10000px; }
      #dk_gray_bar a #logo_recycleworks:hover {
        background: url("/images/img_logo_recycleworks.png") no-repeat; }

#footer {
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-family: Century Gothic, sans-serif;
  padding-bottom: 20px;
  letter-spacing: .1ex; }
  #footer a {
    color: #fff;
    text-decoration: none; }
    #footer a:hover {
      color: #626f13;
      text-decoration: underline; }

#map_wrapper {
  margin-top: 20px;
  margin-right: 25px; }
  #map_wrapper #wpb_map {
    width: 560px;
    height: 350px;
    border: 1px solid #999; }

.mapTooltip {
  font-size: 11px;
  width: 170px;
  padding: 10px 10px 10px 20px; }

.vcard .org {
  font-weight: bold; }

#main_nav {
  float: right;
  padding-top: 130px;
  background: url("/images/img_bg_main_nav.png") no-repeat right bottom;
  width: 796px;
  letter-spacing: .1ex; }
  #main_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 796px;
    font-size: 14px;
    overflow: hidden;
    display: inline-block; }
    #main_nav ul {
      display: block; }
    #main_nav ul li {
      float: left;
      color: #fff;
      padding: 0; }
      #main_nav ul li a {
        display: block;
        height: 38px;
        line-height: 38px;
        color: #fff; }
      #main_nav ul li a#home_link {
        width: 95px;
        text-align: center; }
      #main_nav ul li a#services_link {
        width: 127px;
        text-align: center; }
      #main_nav ul li a#equipment_sales_link {
        width: 184px;
        text-align: center; }
      #main_nav ul li a#supplies_link {
        width: 127px;
        text-align: center; }
      #main_nav ul li a#about_us_link {
        width: 122px;
        text-align: center; }
      #main_nav ul li a#contact_us_link {
        width: 141px;
        text-align: center; }
    #main_nav ul li.active a {
      color: #81b9f9; }

ul.subnav {
  list-style: none;
  padding-top: 10px; }
  ul.subnav li.first a {
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px; }
  ul.subnav li.last a {
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px; }
  ul.subnav li {
    border-top: 1px solid #fff; }
    ul.subnav li a {
      background: #dfe2dc;
      padding: 10px 0 10px 20px;
      display: block;
      color: #333333;
      font-size: 14px; }
      ul.subnav li a:hover {
        background: #cdd0ca; }
  ul.subnav li.active a {
    background: #cdd0ca;
    font-weight: normal;
    color: #333 !important; }

.standard_form {
  padding: 15px;
  background: #efefef;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px; }

.check_scroll_group {
  height: 100px;
  border: 3px solid #fff;
  overflow: auto;
  width: 250px;
  background: #fff; }
  .check_scroll_group label {
    padding: 3px 5px;
    border-bottom: 1px solid #efefef;
    display: block;
    color: #333 !important;
    font-size: 110%; }
    .check_scroll_group label input {
      vertical-align: bottom; }

.check_group {
  padding: 6px 0 0 0; }
  .check_group h3 {
    color: #666;
    font-size: 115%;
    margin: 0 0 8px 0; }

span.req {
  color: #c60;
  font-weight: bold;
  font-size: 150%;
  line-height: 0.5em;
  vertical-align: middle;
  padding: 0 0 0 4px; }

.form_row {
  overflow: hidden;
  display: inline-block;
  clear: both;
  margin-bottom: 10px; }
  .form_row {
    display: block; }

.form_row_left {
  float: left;
  margin: 0 10px 10px 0; }

.field_subtext {
  color: #666;
  padding: 3px 0 6px 0;
  font-size: 90%; }

.form_row_actions {
  margin-top: 10px; }
  .form_row_actions input {
    color: #fff;
    background: #999;
    border: 1px solid #999;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 5px 8px;
    font-size: 120%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
    .form_row_actions input:hover {
      border: 1px solid #666;
      background: #666; }
  .form_row_actions .ind {
    background: url("/images/ind_form.gif") no-repeat 0 50%;
    line-height: 33px;
    font-size: 130%;
    font-style: italic;
    padding-left: 35px;
    color: #aaa; }

#listing_area_ind {
  background: url("/images/ind_form.gif") no-repeat 0 18px;
  height: 45px;
  width: 33px;
  float: left; }

.errorExplanation, .error {
  background: #f9dada;
  color: #900303;
  padding: 10px;
  margin: 0 0 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  overflow: hidden;
  display: inline-block; }
  .errorExplanation, .error {
    display: block; }
  .errorExplanation p, .error p {
    color: #900303;
    margin: 0 0 6px 0; }
  .errorExplanation h2, .error h2 {
    margin: 0 0 6px 0 !important;
    color: #900303; }
  .errorExplanation ul, .error ul {
    margin: 0 0 0 0 !important; }
  .errorExplanation a.okay_link, .error a.okay_link {
    color: #900303;
    display: block;
    padding: 2px 4px;
    float: right;
    background: #efc5c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }

.notice, .success {
  background: #eef9da !important;
  color: #709003 !important;
  border: 2px solid #c3d586 !important;
  padding: 10px;
  margin: 0 0 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }
  .notice p, .success p {
    color: #709003 !important; }
  .notice h2, .success h2 {
    margin: 0 0 6px 0 !important; }
  .notice a.okay_link, .success a.okay_link {
    color: #709003;
    display: block;
    padding: 2px 4px;
    float: right;
    background: #e0eec8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }

.form_container {
  padding: 12px;
  background: #efefef;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px; }
  .form_container h2 {
    margin: 0 0 15px 0;
    font-size: 150%; }
  .form_container label {
    color: #999;
    padding-left: 1px; }

.text_field {
  font-size: 140%;
  color: #333;
  font-weight: bold;
  background: #fff;
  border: 0;
  padding: 6px; }

.select_field {
  font-size: 110%;
  color: #333;
  font-weight: normal; }

.textarea_field {
  font-size: 110%;
  color: #333;
  font-weight: normal;
  background: #fff;
  border: 0;
  padding: 6px; }

.email_field {
  width: 330px; }

.first_name_field {
  width: 140px; }

.last_name_field {
  width: 180px; }

.phone_field {
  width: 200px; }

.title_field {
  width: 350px; }

.license_field {
  width: 160px; }

.years_field {
  width: 60px; }

.zip_field {
  width: 75px; }

.social_name_field {
  width: 160px; }

.password_field {
  width: 120px; }

.heading_field {
  width: 96%; }

.content_field {
  width: 96%; }

.company_field {
  width: 300px; }

.multiline_header_field {
  width: 495px;
  height: 60px;
  font-size: 130%;
  font-weight: bold; }

.comment_field {
  width: 495px;
  height: 100px; }

.large_content_field {
  width: 495px;
  height: 400px; }

.building_name_field {
  width: 300px; }

.street_address_field {
  width: 350px; }

.dig_plan_recordset {
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-bottom: 20px;
  padding: 5px;
  width: 100%; }
  .dig_plan_recordset td {
    padding: 5px;
    background: #efefef;
    border-bottom: 1px solid #fff; }

.machine_sales_img {
  float: right;
  padding: 10px 0 10px 10px; }

.equipment_border_bottom {
  border-bottom: 1px solid #626f13;
  margin-bottom: 10px; }

.equipment_container {
  padding-bottom: 30px; }

.sidebar_img {
  border: 1px solid #999;
  margin-bottom: 10px;
  margin-top: 15px; }

.substainability_logo {
  margin-top: 15px;
  margin-left: 25px; }

#supplies_logos_container {
  text-align: center; }

.supplies_logo {
  text-align: center;
  margin-top: 30px; }

.errorExplanation, .error, .error_msg {
  background: #f9dada;
  color: #900303;
  padding: 10px;
  margin: 0 0 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  overflow: hidden;
  display: inline-block; }
  .errorExplanation, .error, .error_msg {
    display: block; }
  .errorExplanation p, .error p, .error_msg p {
    color: #900303;
    margin: 0 0 6px 0; }
  .errorExplanation h2, .error h2, .error_msg h2 {
    margin: 0 0 6px 0 !important;
    color: #900303; }
  .errorExplanation ul, .error ul, .error_msg ul {
    margin: 0 0 0 0 !important; }
  .errorExplanation a.okay_link, .error a.okay_link, .error_msg a.okay_link {
    color: #900303 !important;
    display: block;
    padding: 2px 4px;
    float: right;
    background: #efc5c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }

.notice, .success {
  background: #eef9da !important;
  color: #709003 !important;
  border: 2px solid #c3d586 !important;
  padding: 10px;
  margin: 0 0 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }
  .notice p, .success p {
    color: #709003 !important; }
  .notice h2, .success h2 {
    margin: 0 0 6px 0 !important; }
  .notice a.okay_link, .success a.okay_link {
    color: #709003;
    display: block;
    padding: 2px 4px;
    float: right;
    background: #e0eec8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }
