body {
  font-family: arial, sans-serif;
  font-size: 11px;
  background: url(/Images/bg_gradient.jpg) top left repeat-x #FFF;
  margin: 0px;
  padding: 0px;
}

a {
  outline: none;
}

#watermark {
  background: url(/Images/bg_watermark.jpg) top left no-repeat;
  text-align: center;
}

#layout {
  position: relative;
  width: 752px;
  margin: 0px auto;
  text-align: left;
}

#header {
  position: relative;
  background-image: url(/Images/header.gif);
  width: 752px;
  height: 97px;
  margin-top: 3px;
}

#header #title-link {
  position: absolute;
  width: 300px;
  height: 31px;
  top: 30px;
  left: 1px;
}

#header #logo-link {
  position: absolute;
  width: 94px;
  height: 94px;
  right: 16px;
  top: 0px;
}

#main {
  position: relative;
  top: -20px;
}
 

#tabs {
  list-style-type: none;
  margin: 0px 10px;
  padding: 0px;
}

#tabs li {
  position: relative;
  top: 1px;

  float: left;
  margin-right: 3px;
}

#tabs li a {
  display: block;
  width: 107px;
  padding: 3px 0px;
  border: 1px solid #B4B4B4;
  background: url(/Images/inactive.jpg) center left repeat-x #DBEAE8;

  text-align: center;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

#tabs li a:hover {
  background-image: none;
  background-color: #FFF;
}

#tabs #active a {
  background-image: none;
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}


#body-border {
  clear: left;
  background: url(/Images/content_border.jpg) top left repeat-x #FFF;
  padding: 1px;
}

#body {
  background-color: #FFF;
  padding: 10px;
}

#navigation {
  position: relative;
  width: 150px;
  margin: 0px;
  float: left;
}

#navigation .menu {
  border: 1px solid #B0B0B0;
  border-bottom: 0px;
  margin-bottom: 10px;
}

#navigation .menu h1 {
  position: relative;

  font-size: 11px; 
  font-weight: bold;
  margin: 0px;
  padding: 3px 10px;
  background: url(/Images/nav_header.jpg) center left repeat-x #ADCBC7;
  border-bottom: 1px solid #B0B0B0;
}

#navigation .menu a {
  position: relative;

  display: block;
  font-weight: bold;
  color: #595A5A;
  text-decoration: none;
  margin: 0px;
  padding: 3px 10px;
  background: url(/Images/inactive.jpg) center left repeat-x #DBEAE8;
  border-bottom: 1px solid #B0B0B0;
}
  
#navigation .menu a:hover {
  background-image: none;
  background-color: #FFF;
}

#content {
  margin-left: 170px;
  margin-right: 10px;
  margin-bottom: 40px;
  color: #333;
  font-size: 10pt;
  line-height: 1.5em;
}

#content h1 {
  border-bottom: 1px solid #DDD;
  margin-top: 3px;
  font-size: 1.4em;
}

#content img {
  border: 0px;
}

#google-ad-top {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

#footer {
  clear: both;
  margin: 20px auto;
  width: 500px;
  text-align: center;
  padding: 5px;
  color: #666;
  border-top: 1px solid #EEE;
}

.staff {
  margin-bottom: 20px;
}

.staff .name {
  font-weight: bold;
  font-size: 1.1em;
}

.staff .email,
.staff .dates,
.staff .title,
.staff .roles {
  font-size: .8em;
  margin-left: 15px;
}

.staff .title {
  font-weight: bold;
}

.staff .dates {
  font-style: italic;
}

#homepage-news {
  position: relative;
  width: 125px;
  float: right;
  padding: 0px;
  font-size: 11px;
  margin-bottom: 40px;
}

#homepage-news h1 {
  position: relative;

  font-size: 11px;
  font-weight: bold;
  color: #000;
  margin: 0px;
  padding: 2px 10px;
  background: url(/Images/nav_header.jpg) center left repeat-x #ADCBC7;
  border: 1px solid #B0B0B0;
}

#homepage-news div {
  margin: 5px 5px 10px 5px;
  font-size: 10px;
}

#homepage-content {
  margin-right: 135px;
}

#homepage-feature {
  display: block;
  margin: 0px auto;
  text-align: center;
}

#products {
  padding: 0px;
  width: 380px;
  margin: auto;
  border-spacing: 0px;
  border-collapse: collapse;
  font-size: 11px;
}

#products td {
  padding: 5px;
  border-bottom: 1px dotted #999;
  vertical-align: middle;
}

#products .title {
  font-weight: bold;
} 

#products .description {
  margin: 4px 0px;
}

#products .options a {
  text-decoration: none;
  font-weight: bold;
  color: blue;
}

#products .options a:hover {
  text-decoration: underline;
}
