body {
  color: black;
  background: white;
  font-family: arial,helvetica,verdana,geneva,sans-serif;
  font-size: 10pt;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-weight: bold;
  color: #008021;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
h1 {
  font-size: 12pt;
}
h2 {
  font-size: 10pt;
}
h3 {
  font-size: 10pt;
  text-transform: capitalize;
  font-variant: small-caps;
}

input.text {
  background: white;
  padding: 0.1em 0.25em;
  border: 1px solid gray;
}
input.button {
  background: #008021;
  color: white;
  font-weight: bold;
  font-size: 8pt;
  padding: 0.2em 0.4em;
  margin-left: 200px;
  border: 1px solid black;
  width: auto;
  overflow: visible;
}
input.button:hover {
  background: #7fb299;
}
* html input.button {
  padding: 0.2em 0.6em;
}

textarea {
  width: 98%;
}

fieldset {
  background: #e0eae5;
  margin: 1em 0;
  padding: 0.5em 0.75em;
  border: 1px solid #7fb299;
}
fieldset legend {
  color: #008021;
  font-weight: bold;
}

.small {
  font-size: 8pt;
}

.light {
  font-weight: normal;
}

.callout {
  background: #e0eae5;
  color: #666666;
  font-size: 8pt;
  float: right;
  width: 125px;
  margin: 0 0 1em 1em;
  padding: 0.5em 0.75em;
  border: 1px solid #7fb299;
}
.callout ul {
  margin: 0;
  padding: 0;
  margin-left: 1em;
}
.callout ul li {
  list-style-image: url(../images/bullet-grey-smooth.png);
  margin: 0.5em 0;
  padding: 0;
}

.info {
  background: #fffcbe;
  color: #cc7f00;
  margin: 1em;
  padding: 0.5em 0.75em;
  border: 1px solid #f2d97f;
}

.item_name {
  float: left;
  width: 100px;
}

#state, #province {
  margin-top: 1em;
}

#header {
  background: #cccccc;
  border-bottom: 1px solid black;
  height: 60px;
}

#header #section {
  font-size: 16pt;
  color: #008021;
  margin: 10px 0 0 20px;
  float: left;
}
#header #section a {
  text-decoration: none;
  color: #008021;
}
#header #section img {
  border: none;
}

#header #logo {
  color: #0000ff;
  font-size: 14pt;
  margin: 20px 20px 0 0;
  float: right;
}

#main {
  margin: 20px 4% 20px 10px;
}

#main #image {
  float: left;
  width: 30%;
  text-align: center;
}

#main #image img {
  border: 1px solid black;
}

#main #content {
  background: #f7f7f7;
  border: 1px solid #999999;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  padding: 1em 2em;
  float: right;
  width: 62%;
}

#nav {
  background: #cccccc;
  border-bottom: 1px solid black;
}

#nav ul {
  margin: 0;
  padding: 0;
}

#nav ul li {
  list-style-type: none;
  background: #bfbfbf;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: block;
  float: left;
  margin: 0;
  padding: 0.5em 0;
  border: 1px solid #888888;
  border-left-color: #cccccc;
  width: 19.75%;
}

#nav ul li a {
  color: #444444;
  text-decoration: none;
}
#nav ul li a:hover {
  color: #f7f7f7;
}

/********************************************\
* Fix clear:both extra element problem
\********************************************/
.stopfloat {
  clear:both;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
