@CHARSET "ISO-8859-1";

* {
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #002F55;
}

h1 {
  font-size: 18pt;
}

body {
  background: transparent url(../images/back.gif) repeat scroll left top;
  font-family:Arial,Helvetica,sans-serif;
  font-size:9pt;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
}

hr {
  background-color: #a0b7c4;
  border: none;
  height: 1px;
  width: 700px;
  margin: 6px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

div#main {
  position: relative;
  width: 760px;
  left: 50%;
  margin-left: -380px;
  background-color: white;
}

div#header {
  height: 70px;
  background: transparent url(../images/headerback.gif) repeat-x scroll left top;
  position: relative;
}

div#logo {
  position: absolute;
  left: 64px;
}

div#basiccontact {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -30px;
}

div#basiccontact td {
  padding: 2px;
  font-weight: 600;
  font-size: 16px;
}


div#menus {
  font-weight: bold;
  padding:10px 0pt;
  background-color: #007cc2;
}

div#menus ul {
  padding: 9px 0px;
  text-align: center;
}

div#menus li {
  display:inline;
  list-style-type:none;
}

div#menus a:link, div#menus a:visited {
  color:#e8e8e8;
  text-decoration:none;
}

div#menus a:hover, div#menus a:active {
  color: #A89E7D;
  text-decoration: none;
}

#menus a {
  border-right: 1px solid #e8e8e8;
  padding: 9px 11px;
}

#menus a.noborder {
  border: none;
}

#prodmenu {
  position: absolute;
  left: 400px;
  top: 110px;
  border-right-width: 2px;
  z-index: 100;
}

#prodmenu a {
  display: block;
  padding: 6px 12px;
  margin: 0px;
  color: black;
  text-decoration: none;
  border: 1px solid blue;
  border-right: 2px solid blue;
  border-bottom: none;
  width: 274px;
}

#prodmenu a.bottom {
  border-bottom: 2px solid blue;
}

#prodmenu a:link, #prodmenu a:visited {
  background-color: #e8e8e8;
}

#prodmenu a:hover, #prodmenu a:active {
  background-color: #67aedf;
}

.content {
  background: url(../images/headerback.gif) repeat-x scroll left bottom #e8e8e8;
  padding: 10px;
  padding-right: 16px;
  padding-bottom: 60px;
}

h2 {
  margin-left: 12px;
  font-style: italic;
  margin-bottom: 4px;
}

.content p {
  margin-left: 8px;
}

h3 {
  margin-top: 8px;
  margin-left: 16px;
  font-size: 16px;
}

#footer {
  padding:10px 0px 4px 0px;
  background-color: #007cc2;
  clear: both;
}

#footer p {
  color: #e8e8e8;
  text-align: center;
}

#address {
  font-weight: bold;
  margin-bottom: 6px;
}

#copyright {
  font-style: italic;
  font-size: 10px;
  width: 80%;
  margin-left: 10%;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.content li {
  margin: 4px 0px;
  padding: 0px 4px;
}

.content ul {
  list-style-image: url(../images/littlestevens.gif);
  margin-left: 46px;
  padding: 4px;
}

img.floatright, img.floatleft {
  padding: 6px;
}

.bolded {
  font-weight: bold;
}


.subcontent p {
  margin-left: 24px;
  margin-top: 6px;
}

.subcontent li {
  margin-left: 20px;
}
