/* LAYOUT */

/* Page Container */

#CONTAINERWRAP, #containerwrap {
  text-align: center; /* Win IE5 */
}

#CONTAINER, #container {
  margin: 0em auto;
  width: 575px;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 15px;
  text-align: left; /* Win IE5 */
}

/* Header */

#HEADERCONTAINER, #headercontainer {
  padding-bottom: 2px;
}

#HEADER, #header {
  position: relative;
  height: 76px;
  margin: 0;
  padding: 0;
  clear: both;
}

/* Content */

#CONTENT, #content {
  clear: both;
  display: block;
}

/* Navigation */

#TOPNAV, #topnav {
  text-align: left;
  color: #666;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  height: 29px;
  overflow: visible;
  margin-top: 7px;
}

#TOPNAVLIST, #topnavlist {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 29px;
}

#TOPNAVLIST li, #topnavlist li {
  padding: 0 1em 0 1.2em;
  display: inline;
  border-left: 1px solid #B4B4B4;
}

#TOPNAVLIST li a, #topnavlist li a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

#TOPNAVLIST li:first-child, #topnavlist li:first-child {
  border-left: 0;
  padding-left: 0;
}

/* Footer */

#FOOTER, #footer {
  font-size: 0.9em;
  color: #737373;
  line-height: 1.3em;
  padding-top: 5px;
  clear: both;
}

/* Misc Classes */

.clearboth {
  clear: both;
  margin: 0;
  padding: 0;
}

.blockhide {
  display: none;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;  /* IE5 Mac */
}

img {
  border: 0;
}
