@import "_reset.css";
@import "_paint.css";
body {
  background: #28180a;
}

div#container {
  background: url('/images/backgroundtile.jpg') top center repeat-y;
}

#shell {
  background: url('/images/background.jpg') top center no-repeat;
}
#shell2 {
  width: 899px;
  margin: 0 auto;
  text-align: left;
  font: 10pt "Times New Roman",serif;
}
#header {
  width: 900px;
  height: 247px;
  position: relative;
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
}

#himg1,#himg2 {
  width: 900px;
  height: 247px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#menubar {
  position: absolute;
  text-align: center;
  width: 580px;
  top: 190px;
  left: 14px;
}

#menubar, #submenu {
  text-transform: uppercase;
  font-weight: bold;
}

a,h1 {
    color: #005520;
}
a:hover {
  color: #28180a;
}


#submenu {
  width: 550px;
  height: 20px;
  position: absolute;
  bottom: 12px;
  left: 20px;
  text-align: center;
}

a#homelink {
  display: block;
  background: none;
  width: 320px;
  height: 100px;
  position: absolute;
  top: 40px;
  left: 40px;
  opacity: .5;
}
a#homelink span {
  display: none;
}

table#contact {
  position: absolute;
  left: 610px; top: 184px;
}
table#contact td {
  margin: 0;
  padding-right: 4px;
  text-align: left;
  vertical-align: middle;
}

#shell2 {
  background: url('../images/tanbg.jpg') top left no-repeat;
}
#content {
  padding: 12px 13px 12px 16px;
}

div#leftcol {
  width: 463px;
  float: left;
}
#leftcol div, #leftcol p {
  line-height: 1.5;
}

div#rightcol {
  width: 385px;
  height:743px;
  float: right;
  background-position: top right;
  background-repeat: no-repeat;
}

/* input fields */
.input {
  display: block;
  position: relative;
  width: 256px;
  height: 22px;
  background: url('/images/home/infoentry.jpg') top left no-repeat;
  margin: 5px 0;
}

.input input {
  border: none;
  background: none;
  color: #005520;
  font: 12pt "Times New Roman",serif;
  padding: 0;
  width: 246px;
  padding-left: 10px;
}

.button {
  width: 95px;
  height: 47px;
  background: url('/images/home/submit.png') top left no-repeat;
  float: right;
  position: relative;
  right: 20px;
}

.button button, .button input {
  border: none;
  background: none;
  color: #005520;
  font: 12pt "Times New Roman",serif;
  line-height: 12pt;
}
.button button {
  position: relative;
  top: 12px;
  left: 12px;
}

hr {
  color: #005520;
  background: #005520;
  border: none;
  height: 3px;
}

h1 {
  font-size: 1.3em;
  text-transform: capitalize;
  font-weight: bold;
}

#footer {
  padding: 15px;
  color: #fff;
  font: 9pt sans-serif;
}
#footer div {
  padding: 2px;
}
#footer img {
  vertical-align: bottom;
  position: relative;
  top: 2px;
}