/* eric */
a  { color: #300; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 14pt; text-decoration: none; text-align: left }
a:link   { color: #300; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 14pt; text-decoration: none }
a:visited  { color: #300; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 14pt }
a:hover { color: #900; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 14pt }
a:active  { color: #300; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 14pt }

body, table, td
{
  color: #300;
  font-size: 9pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 13pt;
  }

body
{
  background-image: url(/assets/images/background.png);
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }

#body_div
{
  width: 800px;
  }

#content_block
{
  position: absolute;
  left: 0px;
  top: 235px;
  width: 800px;
  text-align: left;
  padding-top: 5px;
  }


.nav_block
{
  position: absolute;
  left: 210px;
  top: 224px;
  width: 595px;
  text-align: right;
  }

.navitem
{
  margin-left: 5px;
  margin-right: 5px;
  font-style: italic;
  }

#header_image_1
{
  position: absolute;
  left: 370px;
  top: 25px;
  height: 149px;
  height: 150px;
  width: 200px;
  }

#header_image_2
{
  position: absolute;
  left: 600px;
  top: 25px;
  height: 150px;
  width: 200px;
  }


.address_header
{
  font-weight: bold;
  }

.address
{
  line-height: 17px;
  border-top: solid 1px #999;
  padding-top: 15px;
  margin-top: 15px;
  overflow: visible;
  text-align: right;
  }

.header_text_header
{
  margin-right: 5px;
  font-weight: bolder;
  }

.page_header_text
{
  width: 400px;
  text-align: left;
  position: relative;
  left: 200px;
  margin-bottom: 25px;
  }

#page_header_image
{
/*  position: relative;
  left: -350px;
  left: 0px;*/
  margin-bottom: 6pt;
  }

.divider
{
  border-bottom: solid 1px #888;
  height: 25px;
  }

.image_link_set ul, .image_link_set ul li
{
  list-style: none;
  margin: 0;
  padding: 0;
  }

.image_link_set ul li { display: inline; text-align: center;}


.img-buttons { position: relative; margin-top: 5px;}
.img-buttons a { display: block; cursor: pointer; }
a.next { position: absolute; right: 10px;}
a.prev { position: absolute; right: 185px;}
