h1 {
  margin-top: 0;
}

h2 + p, h2 + ul, h2 + ol {
  margin: -10px 0 10px 0;
}

.page-node .node .content ul {
  padding: 0 0 0 17px;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
}

.container {
  position: relative;
}

div.messages.error {
  background-color: transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  background-position: 8px 50%;
}

#header-container {
  height: 190px;
  background: url(images/header-bg.png) 50% 0 no-repeat;
}

#logo {
  float: left;
}

#page {
  margin-top: 30px;
  z-index: 1;
  overflow: hidden;
 /* fix whitespace at bottom of page */
  ;
}

#site-icons {
  margin-top: 15px;
  line-height: 0;
}

#site-icons ul,
#site-icons li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-icons li {
  float: left;
  margin-left: 20px;
}

#site-icons li.first {
  margin: 0;
}

#site-icons a {
  display: block;
  height: 64px;
  width: 225px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-indent: -9999px;
}

#site-icons li.icon-1 a {
  background: url(images/armstrong-button-1.png) no-repeat;
}

#site-icons li.icon-2 a {
  background: url(images/armstrong-button-2.png) no-repeat;
}

#site-icons li.icon-3 a {
  background: url(images/armstrong-button-3.png) no-repeat;
}

#site-icons li.icon-4 a {
  background: url(images/armstrong-button-4.png) no-repeat;
}

#site-icons a:hover {
  opacity: 0.9;
}

#sidebar #site-icons {
  margin: 0 0 0 10px;
  ;
}

#sidebar #site-icons li {
  margin: 0 0 20px 0;
  float: none;
}

#main {
  padding: 6px 0 20px 0;
}

.front #main {
}

.front #main-container {
  background: url(images/bg.png) 50% 100% no-repeat;
}

.front h1 {
  color: #5b5c61;
}

#phone {
  float: right;
  height: 30px;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  margin-top: 53px;
  padding-right: 15px;
}

#phone a {
  color: #fff;
}

#phone a:hover {
  text-decoration: none;
}

#front-services {
  min-height: 300px;
}

#node-1 > .content {
  width: 500px;
}

#nav {
  margin-top: 40px;
  border-bottom: 5px solid #06965f;
  margin-bottom: 5px;
}

#nav ul, #nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav li {
  color: #fff;
  border-bottom: 5px solid #06965f;
  float: left;
  margin-bottom: -5px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#nav li.active {
  border-bottom: 5px solid #a3c027;
}

#nav li:hover {
  border-bottom: 5px solid #a3c027;
}

#nav li a {
  color: #06965f;
  padding: 0 24px;
  display: block;
  font: 17px/22px body-font;
  font-weight: bold;
  border-bottom: 3px solid #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#nav li a:hover, #nav li a.active, #nav li:hover a {
  text-decoration: none;
  color: #a3c027;
  border-bottom: 3px solid #a3c027;
}

#nav li .indicator {
  position: absolute;
  width: 126px;
  bottom: 0;
  z-index: -1;
  padding-bottom: 4px;
  background: #11356a;
}

#nav li .indicator.active {
  position: absolute;
  width: 126px;
  bottom: 0;
  z-index: -1;
  padding-bottom: 4px;
  background: #00adef;
/*height:6px;*/
  ;
}

a.fader:hover {
  opacity: 0.8;
}

.node-page-form #edit-title {
  width: 100%;
}

#sidebar {
  width: 255px;
  min-height: 340px;
  float: right;
}

.not-front.node-type-page .node-page {
  float: left;
  width: 680px;
  border-right: 1px solid #aaa;
  padding-right: 20px;
}

#node-15 {
  float: none;
  width: auto;
  border: none;
  padding: 0;
}

#emergency-container {
  min-height: 226px;
  background: #d51f2a url(images/emergency-call.png) 50% -1px no-repeat;
  z-index: 999;
  position: relative;
  color: #fff;
}

#emergency {
  padding: 38px 0;
}

#emergency .content {
  width: 380px;
  padding-top: 90px;
  background: url(images/emergency-24-hr-electrical.png) no-repeat;
  float: left;
}

#emergency-phone {
  font-weight: bold;
  width: 494px;
  height: 60px;
  float: right;
  font-size: 26px;
  margin-top: 60px;
}
/**/

#emergency-phone a {
  color: #e11f28;
}

#emergency-phone a:hover {
  text-decoration: none;
}

/**
 * Contact
 */
#contact {
  color: #fff;
  padding: 5px 0;
  background: url(images/contact-logo.png) 0 314px no-repeat;
  min-height: 425px;
}

.not-front #contact {
  display: none;
}

#contact h2 {
  font-size: 26px;
  line-height: 26px;
  margin: 26px 0 10px 0;
}

#contact .node-webform .content form {
  width: 480px;
  float: right;
}

#contact .node-webform .content .field-name-body {
  width: 380px;
  float: left;
  margin-top: 5px;
}

#contact .node-webform .content .field-name-body table {
  margin-top: 25px;
}

#contact .node-webform .content .field-name-body table td {
  padding: 0 20px 8px 0;
  border: none;
}

#contact a {
  color: #fff;
}

#contact input[type="text"], #contact input[type="email"], #contact textarea {
/*background-color: #dbd4c0;*/
  width: 306px;
  margin: 0;
}

#contact textarea {
  width: 320px;
}

#contact input[type="submit"] {
  float: right;
  background: #fff;
  color: #555;
  margin: 0;
  cursor: pointer;
}

#contact .form-required {
  color: #fff;
}

#contact .webform-client-form label {
  width: 160px;
  float: left;
  font-weight: normal;
  font-size: 16px;
}

#contact .form-actions {
  margin-top: 0;
}

#contact .messages {
  margin-bottom: 20px;
  width: 400px;
  float: right;
}

#contact .messages.status {
  background-color: transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background-position: 8px 50%;
  border-color: #aaa;
  font-weight: bold;
  color: #fff;
}

#contact div.messages.error {
  color: #fff;
  border-color: #fff;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 1px solid red;
}

.webform-client-form .ajax-progress.ajax-progress-throbber .throbber {
  display: none;
}

#footer-container {
  background: #63ab3f;
  color: #fff;
}

#footer-header h2 {
  margin: 0;
  padding: 8px 0;
}

#footer {
  padding: 8px 0;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

#footer p {
  margin: 0;
}

#copyright {
  padding: 15px 0;
  font-size: 12px;
}

#social-container {
  padding: 10px 0;
  background: #1c9460;
}

#social ul,
#social li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#social li a {
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px;
  text-indent: -9999px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}

#social li a:hover {
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

#social li.facebook a {
  background: url(images/facebook.png) no-repeat;
}

#social li.linkedin a {
  background: url(images/linkedin.png) no-repeat;
}

#social li.twitter a {
  background: url(images/twitter.png) no-repeat;
}

#social li.pintrest a {
  background: url(images/pintrest.png) no-repeat;
}

#admin-return {
  z-index: 99999;
}

table.process tbody {
  border: none;
}

table.process h3 {
  margin: 0;
}

table.process td {
  padding: 0;
}

table.process td p {
}

table.process td.padright {
/*padding-right:80px;*/
  ;
}

#front-features {
  margin: 10px 0 60px;
}

#front-features .node {
  width: 306px;
  float: left;
  margin-right: 20px;
  min-height: 340px;
}

#front-features .node:nth-child(3n+3) {
  margin-right: 0;
}

#front-features .node .field-type-image {
  line-height: 0;
  cursor: pointer;
}

#front-features .node h2 {
  margin: 5px 0;
}

#front-features .read-more {
  color: #fff;
  background: #a3c027 url(images/read-more.png) 5px 50% no-repeat;
  display: block;
  padding: 4px 5px 4px 20px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 15px;
  line-height: 15px;
}

#front-features a:hover {
  text-decoration: none;
}

#front-features .read-more:hover,
#front-features .node .read-more.hover {
  background: #63ab3f url(images/read-more.png) 5px 50% no-repeat;
}

table ul {
  list-style-position: inside;
  padding: 0;
  margin: 5px 0;
}

#node-6 .content tbody, #node-6 .content td {
  border-top: none;
  padding: 0;
}

.page-node-14 .webform-client-form {
  margin: 40px 0 100px 0;
}

.page-node-14 #emergency-container {
  display: none;
}

.page-node-14 #webform-component-file.form-item .description {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

/* Loading overlay */
#overlay-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) url(images/ajax-loader.gif) 50% 50% no-repeat;
  display: none;
  z-index: 99;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#overlay-loading.active {
  display: block;
}


