/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* end css reset */

body {
  background: #ffffff;
/*  padding: 0; */
/*  text-align: center; */
/*  margin: 0 auto; */
/*  font: 62.5% verdana, arial, helvetica, sans-serif; */
  /* font-family: verdana, arial, helvetica, sans-serif; */
  /* color: #282828; */
  font-family: helvetica, sans-serif;
  color: #7d7e83;
  font-size: 95%;
}


div#wrapper
{
  position: relative;
  margin: 20px auto;
  width: 835px;
  /* border: 1px solid navy; */
}

div#nav
{
  /*border: 1px solid navy;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  z-index: 1;
}

div#containerTop
{
  position: absolute;
  top: 0;
  left: 180px;
  height: 16px;
  width: 635px;
  background: url(/img/nav/main_top.gif) top left;
}

div#container
{
  /*border: 1px solid green;*/
  position: absolute;
  top: 16px;
  left: 180px;
  width: 635px;
  height: 614px; /* if you change the height, we must also update the TOP position of the containerBottom and bottomMenu */
  background: url(/img/nav/main_middle.gif);
  background-repeat: repeat-y;
}
div#containerBottom
{
  position: absolute;
  top: 630px;
  left: 180px;
  height: 25px;
  width: 635px;
  background: url(/img/nav/main_bottom.gif) top left;
}

div#bottomMenu
{
  position: absolute;
  top: 660px;
  left: 180px;
  width: 635px;
  height: 30px;
}
div#bottomMenu div
{
  width: 150px;
  float: left;
  text-align: center;
  font-size: 60%;
}
div#bottomMenu div a
{
  text-decoration: none;
  color: #7d7e83;
}

#content
{
  /* border: 1px solid red; */
  position: relative;
  top: 0px;
  left: 10px;
  width: 605px;
  height: 614px;
  margin: 0px 0 20px 10px;
}
div.top
{
  background: url(/img/nav/top.gif);
  background-repeat:no-repeat;
  height: 17px;
/*  width: 200px; */
}

div.topSelected
{
  background: url(/img/nav/topSelected.gif);
  background-repeat:no-repeat;
  height: 17px;
/*  width: 200px; */
}
div.divider
{
  background: url(/img/nav/divider.gif);
  background-repeat:no-repeat;
  height: 25px;
/*  width: 200px; */
}
div.dividerSelected
{
  background: url(/img/nav/dividerSelected.gif);
  background-repeat:no-repeat;
  height: 25px;
/*  width: 200px; */
}
div.dividerBellowSelected
{
  background: url(/img/nav/dividerBellowSelected.gif);
  background-repeat:no-repeat;
  height: 25px;
/*  width: 200px; */
}
div.bottom
{
  background: url(/img/nav/bottom.gif);
  background-repeat:no-repeat;
  height: 25px;
/*  width: 200px; */
}
div.bottomSelected
{
  background: url(/img/nav/bottomSelected.gif);
  background-repeat:no-repeat;
  height: 25px;
/*  width: 200px; */
}


div.tab
{
  background: url(/img/nav/stretcher.gif);
  background-repeat: repeat-y;
  padding-left: 20px;
  font-size: 80%;
}

div.tabSelected
{
  background: url(/img/nav/stretcherSelected.gif);
  background-repeat: repeat-y;
  padding-left: 20px;
  font-size: 80%;
}

/* ie 6 & 7 fix to ensure that the background image displays correctly */
div.tab, div.tabSelected { height: 1%; }

div.tab h3 a,
div.tabSelected h3 a
{
  font-size: 140%;
  font-weight: normal;
}

div.tab div.submenu,
div.tabSelected div.submenu
{
  margin: 3px 0 0 10px;
  display: none;
}

div.tab div.submenu div.subsubmenu,
div.tabSelected div.submenu div.subsubmenu
{
  margin: 0 0 0 15px;
  display: none;
}
div.tabSelected div.submenu a
{
  line-height: 1.2em;
}

div.tabSelected div.submenu a.selected,
div.tabSelected div.subsubmenu a.selected
{
  color: #f7ae40;
}

div.tab a,
div.tabSelected a
{
  text-decoration: none;
  color: #7d7e83;
  display: block;
}

div.tab a:hover,
div.tabSelected a:hover
{
  text-decoration: underline;
  color: #f7ae40;
}

div.tab h3 a:hover,
div.tabSelected h3 a:hover
{
  text-decoration: none;
  color: #7d7e83;
}

/*
.stretcher {
  background: url(/img/nav/13.gif);
  background-repeat: repeat-y;
}
*/