body {
  padding: 0;
  margin: 0;
  background-color: white;
  font-family: Arial, sans-serif;
  font-size: 11pt;
}

h1, h2, h3 {
  color: #003767;
}

#content ul li {
  list-style-image: url('../img/square-bullet.png');
  list-style-type: square;
  margin-top: 0;
}

a {
  color: #003767;
}

a:hover {
  color: #535356;
}

hr {
  color: #003767;
  width: 90%;
}

#header {
  margin: 0;
}

#logo {
  float: left;
}

.header-links {
  color: white;
  background-color: #004787;
  background-image: url('../img/banner-bar.png');
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 8px;
  text-align: right;
  font-weight: bold;
}
.header-links li {
  display: inline;
  list-style-type: none;
  margin: 0 20px 0 20px;
}
.header-links li a {
  color: yellow;
  text-decoration: none;
}
.header-links li a:hover {
  text-decoration: underline;
  color: white;
}
#title {
  margin-left: 200px;
}
#title h1 {
  margin-top: 0;
  margin-bottom: 0;
}
#page-links {
  margin: 0;
  padding: 2px 2px 2px 200px;
  font-size: smaller;
  font-weight: bold;
  color: #535356;
  background-color: #dbe1ec;
}
#page-links li {
  display: inline;
  list-style-type: none;
  margin: 0 24px 0 0;
}
#page-links li a {
  color: #003767;
}

#content {
  margin: 0;
  padding: 0;
}


#content p {
  padding: 0 20px 0 20px;
}

.sellbox-right {
  float: right;
  width: 35%;
  margin: 0 20px 8px 20px;
}

.sellbox-left {
  width: 35%;
  float: left;
  margin: 0 20px 8px 20px;
}

.sellbox {
  border-top: 1px solid #003767;
  border-bottom: 1px solid #003767;
  color: #3d3d3f;
  background-color: #dbe1ec;
  background-color: #e5ebf7;
  padding: 8px;
  font-size: smaller;
}

.sellbox h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
}

.product-index {
  text-align: center;
  margin-bottom: 1em;
 /* margin-right: 8px; */
}

.product {
  margin: 0 8px;
  min-width: 318px;
  width: 30%;
  display:-moz-inline-box;
  display: inline-block;
  zoom: 1.0;
  text-align: left;
  margin-bottom: 0.5em;
}

.product h2 {
  margin: 0;
  text-align: left;
  padding-left: 8px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
}

.product h2 a {
  color: #003767;
  text-decoration: none;

}
.prodbox {
  position:relative;
  margin:0px auto;
  min-width:320px;
  max-width:700px; /* based on image dimensions - not quite consistent with drip styles yet */
  color:#000;
  z-index:1;
  margin-left:8px; /* default, width of left corner */
  margin-bottom:0.5em; /* spacing under dialog */
  font-size: smaller;
  width: 100%;
}

.prodbox .prodbox-content,
.prodbox .prodbox-t,
.prodbox .prodbox-b,
.prodbox .prodbox-b div {
  background: url('../img/prodbox-bg.png') no-repeat top right;
}

.prodbox .prodbox-content {
  position:relative;
  zoom:1;
  _overflow-y:hidden;
  padding:0px 8px 0px 0px;
}

.prodbox .prodbox-t {
  /* top+left vertical slice */
  position:absolute;
  left:0px;
  top:0px;
  width:8px; /* top slice width */
  margin-left:-8px;
  height:100%;
  _height:1600px; /* arbitrary long height, IE 6 */
  background-position:top left;
}

.prodbox .prodbox-b {
 /* bottom */
 position:relative;
 width:100%;
}

.prodbox .prodbox-b,
.prodbox .prodbox-b div {
 height:8px; /* height of bottom cap/shade */
 font-size:1px;
}

.prodbox .prodbox-b {
 background-position:bottom right;
}

.prodbox .prodbox-b div {
 position:relative;
 width:8px; /* bottom corner width */
 margin-left:-8px;
 background-position:bottom left;
}

.prodbox .prodbox-wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 /* overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.prodbox h1,
.prodbox p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.prodbox-desc {
  text-align: center;
  font-weight: bold;
  color: #535356;
}

.prodbox-desc img {
  display: block;
  position: relative;
  top: -10px; 
  z-index: 4;
  border: 0;
  margin: 0 auto 0 auto;
} 

.product-individual {
  float: left;
  width: 340px;
  margin: 0;
  padding: 32px 8px 0 8px;
}
.product-description {
  margin: 0 20px 0 360px;
}

table.pricing {
  border-collapse: collapse;
  margin-left: 16px;
}

table.pricing th {
  border-bottom: 1px solid #003767;
  color: #003767;
}

table.pricing td,
table.pricing th {
  padding: 2px 8px 2px 8px;
}

td.int, th.int, td.dec, th.dec, td.denom {
  text-align: right;
}

#footer {
  width: 90%;
  margin: 0 auto;
  font-size: smaller;
}
#copyright {
  float: left;
}
#union-bug div img {

  margin: 0 auto 0 auto;
}
#employee-owned {
  text-align:right;
  float: right;
}

#employee-owned, #copyright {
  width:229px;
}

#footer-images {
  margin:0 auto;
  text-align:center;
  width:300px;
}

#footer-images img {
  padding-left:10px;
  padding-right:10px;
}

.see-also {
  margin-top: 2em;
  font-size: smaller;
}

