html, body {
  height:100%;
  background:#4D4D4F;
}
* {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color:#FFF;
  font-size:13px;
  line-height:1.6em;
}
p {
  margin-bottom:15px;
}
b, strong {
  font-weight:bold;
}
i, em {
  font-style:italic;
}
h1, h1 *, h2, h2 *, h3, h3 * {
  font-family: Georgia, "Times New Roman", serif;
  font-size:20px;
  margin-bottom:10px;
  line-height:1.2em;
}
h2, h2 * {
  font-size:18px;
}
h3, h3 * {
  font-size:14px;
  line-height:1.2em;
  margin-bottom:3px;
}
h4 {
  font-weight:bold;
}
sup, sub {
  font-size:8px;
}
sup {
  vertical-align:super;
}
a {
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
input, textarea, select {
  color:#555;
}

#doc {
  width:950px;
  min-width:950px;
}
#hd {
  margin-top:20px;
}
#hd #company-name {
  vertical-align:bottom;
}
#hd #company-name * {
  font-family: Georgia, "Times New Roman", serif;
  font-size:36px;
  line-height:1em;
}
#hd #company-name a:hover {
  text-decoration:none;
}
#hd #hd-info {
  text-align:right;
}
#hd table {
  width:100%;
  margin-bottom:10px;
}
#hd table td {
  vertical-align:bottom;
}
#hd #nav {
  background:url(../images/_/nav-rpt.jpg) repeat-x;
  height:27px;
  margin-bottom:10px;
}
#hd #nav table {
  width:100%;
}
#hd #nav a {
  background:url(../images/_/nav-div.jpg) no-repeat;
  text-align:center;
  display:block;
  text-transform:uppercase;
  line-height:25px;
}
#hd #nav a.first {
  background-image:none;
}
#hd #nav a:hover, #hd #nav a.hit {
  text-decoration:none;
  background-repeat:no-repeat;
  background-position:bottom right;
}

#hdr {
  background:#FFF;
  padding:5px;
  text-align:center;
  margin-bottom:10px;
}
#hdr img {
  display:block;
}

#bd {
  /* background:#434344 url(../images/_/bod-div.jpg) no-repeat 312px 0; */
  background-color:#434344;
  border:5px solid #FFF;
  margin-bottom:10px;
  min-height:117px;
}
#bd #subnav {
  width:275px;
  padding:20px;
  margin:0;
}
#bd #subnav #logo {
  background-color:#FFF;
  text-align:center;
  padding:20px;
}
#bd #subnav #logo img {
  display:block;
  margin:0 auto;
}

#bd #subnav li.parent {
  border-bottom:1px solid #FFF;
  margin-bottom:4px;
}
#bd #subnav li.parent a {
  font-weight:bold;
}
#bd #subnav li a:hover {
  text-decoration:none;
}

#bd #bod {
  width:580px;
  min-height:250px;
  padding:20px;
  margin:0;
  border-left:2px solid #666666;
}
#bod a {
  color:white;
  text-decoration:underline;
}
#bod ul, #bod ol {
  margin-bottom:25px;
}
#bod ul li {
  margin-left:20px;
  list-style:disc;
}
#bod ol li {
  margin-left:30px;
  list-style:decimal;
}

#pods {
  background-repeat:repeat-x;
  margin-bottom:10px;
  border:5px solid #FFF;
}
#pods a {
  text-decoration:underline;
  font-style:italic;
}
#pods td {
  border-left:5px solid #FFF;
  padding:10px 20px;
  width:270px;
  vertical-align:top;
}
#pods td.first {
  border-left-width:0;
}
#pods td.c4 {
  background:url(../images/_/C4_pod11_logo_blk.png) no-repeat 20px 10px;
  padding-top:42px;
}
#pods td.cta-pod {
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
  vertical-align: middle;
  font-size:16px;
  line-height:18px;
  font-weight:bold;
}

#ft {
  margin-top:20px;
  border-top:1px solid #FFF;
  padding-top: 10px;
  text-align: right;
  color:#FFF;
}
#ft a {
  color:#FFF;
  text-decoration: none;
}
#ft a:hover {
  text-decoration: underline;
}
#ft img {
  float:left;
}


/**
 * Template Styles 
 **/

#product-list h3 {
  clear:both;
  padding-top:10px;
  font-size:18px;
  margin-bottom:10px;
}
div.product-summary {
  clear:both;
  margin-bottom:10px;
}
div.product-summary:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.product-summary h4 {
  font-weight:bold;
  font-style:normal;
}
div.product-image {
  background-color:#fff;
  padding:10px;
  float:left;
  margin:0 10px 5px 0;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

