﻿#main {
  /* top right bottom left */
  padding: 10px 30px 10px 30px;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #000000;
}


body {
  background-color: #ffffff;
  /*  background: url("../Content/images/hal/HallsPropane.jpg") repeat;
  background-size: 100% 100%;*/
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  padding: 0;
  margin: 0;
  color: white;
}


html, body {
  margin: 0;
  height: 100%;
}

header {
  display: block;
}

#headerimg {
  display: block;
  background-image: url('../Content/images/gib/GibsonHeader1.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 900px;
  height: 327px;
  margin: 0;
  padding: 0 0 30px 0;
}

#main {
  /* top right bottom left */
  padding: 10px 30px 10px 30px;
  background-color: #fff;
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border: 2px solid #0d1542;
}

#logindisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  margin: 7px;
  color: #0d1542;
}

  #logindisplay a:link {
    color: #0d1542;
    text-decoration: underline;
  }

  #logindisplay a:visited {
    color: #0d1542;
    text-decoration: underline;
  }

#logindisplay a:hover {
  color: white;
  text-decoration: none;
}

ul#menu li a {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  background-color: #0d1542;
  color: white;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

  ul#menu li a:hover {
    background-color: white;
    color: #0d1542;
  }