﻿body 
{   
  background-color: #ffffff;
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #4c89b6;
}

header
{
  display: block;
}

#headerimg {
  display: block;
  background-image: url('../Content/images/gpg/GreensNewWebsiteLogo.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 900px;
  height: 162px;
  margin: 0;
  padding: 0;
}


#logindisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  margin: 10px;
  color: #029580;
}

  #logindisplay a:link {
    color: #029580;
    text-decoration: underline;
  }

  #logindisplay a:visited {
    color: #029580;
    text-decoration: underline;
  }

#main {
  /* top right bottom left */
  padding: 10px 30px 10px 30px;
  background-color: #fefefe;
  border: 1px solid #029580;
  color: #63615e;
}

fieldset {
  border: 1px solid #cfd2d8;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 .5em 0;
}

ul#menu li.active a:hover, ul#menu li.active a, ul#menu li a:active {
    background-color: #05977e;
    text-decoration: none;
    color: #fff !important;
}

.wcs_navbar .icon {
    background: #05977e !important;
}

.wcs_gas_order label.gasmessage {
    color: #000;
}

@media screen and (max-width: 767px) {
    .wcs_header .wcs_headerimg {
        min-height: 130px !important;
        max-height: 280px;
        height: 100% !important;
    }
}