body {
  text-align: center;
  font-family: sans-serif;
  margin: 0.4em 0 0 0;
  background-color: #fff;
}
div#alldocs {
  margin: 0 auto 0 auto;
  width: 769px;
  text-align: left;
}
* {
  margin: 0;
  padding: 0;
}
a img {
  border: 0;
}
ul {
  margin: 5px 0 5px 30px;
}
h1, h2, h3, h4, h5, h6 {
  color: #570C0C;
  margin: 5px 0 10px 0;
}

/*    BANNER AND MENU    */
div#content_banner {
  width: 769px;
  height: 232px;
  background: url('../images/banner.jpg') no-repeat bottom left;
  position: relative;
}
div#content_banner h2 {
  font-size: 12px;
  padding: 193px 0 0 0;
  margin: 0 0 0 22px;
  width: 113px;
  height: 17px;
  overflow: hidden;
  text-align: center;
  color: #000;
  font-family: Georgia, 'New York CE', utopia, serif;
  text-transform: uppercase;
}
.subpage div#content_banner {
  width: 769px;
  height: 175px;
  background: url('../images/banner_subpage.jpg') no-repeat;
  position: relative;
}
.subpage div#content_banner h2 {
  padding: 140px 0 0 0;
}
div#content_banner div#visually_impaired {
  position: absolute;
  top: 0;
  right: 0;
}
div#content_banner div#visually_impaired a {
  text-decoration: underline;
  color: #570C0C;
  font-size: 1em;
}
div#content_banner div#visually_impaired a:hover {
  text-decoration: none;
}
div#content_banner div#main_menu {
  position: absolute;
  top: 136px;
  left: 266px;
  background-image: url('../images/menu.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 493px;
  height: 56px;
  padding: 0 7px 0 3px;
  overflow: hidden;
}
.subpage div#content_banner div#main_menu {
  background-image: url('../images/menu_subpage.jpg');
  top: 79px;
}
.active_item_24 {
  background-position: 0 -56px !important;
}
.active_item_25 {
  background-position: 0 -112px !important;
}
.active_item_26 {
  background-position: 0 -168px !important;
}
.active_item_27 {
  background-position: 0 -224px !important;
}
.active_item_28 {
  background-position: 0 -280px !important;
}
div#content_banner div#main_menu ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  height: 42px;
  padding: 0;
  margin: 0;
}
div#content_banner div#main_menu ul li {
  float:left;
  padding: 5px 0 0 0;
}
div#content_banner div#main_menu ul li a {
  font-size: 90%;
  font-weight: bold;
  color: #570C0C;
  text-decoration: none;
  height: 29px;
  _height: 42px;
  display: block;
  text-align: center;
  margin: 0;
  padding: 13px 0 0 0;
}
div#content_banner div#main_menu ul li a:hover {
  color: #AE5F61;
}
div#content_banner div#main_menu ul li a#menu_item_1 {
 width: 88px;
}
div#content_banner div#main_menu ul li a#menu_item_2 {
 width: 88px;
}
div#content_banner div#main_menu ul li a#menu_item_3 {
 width: 88px;
}
div#content_banner div#main_menu ul li a#menu_item_4 {
 width: 97px;
}
div#content_banner div#main_menu ul li a#menu_item_5 {
 width: 122px;
}

/*    SUBMENU    */
div#submenu {
  position: absolute;
  top: 41px;
  right: 0;
  width: 214px;
}
div#submenu ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
div#submenu ul li a {
  display: block;
  height: 25px;
  overflow: hidden;
  background: url('../images/submenu_item2.png') no-repeat 0 -37px;
  padding: 10px 0 2px 21px;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  font-size: 80%;
}
div#submenu ul li a:hover {
  background-position: 0 0;
  color: #666666;
}
div#submenu ul li a.active {
  background-position: 0 0;
}
/*    CONTENT BOX    */
div#content_cover {
  width: 769px;
  min-height: 230px;
  _height: 230px;
  background: url('../images/right_line.jpg') repeat-y top right;
  position: relative;
  line-height: 18px;
}
.subpage div#content_cover {
  width: 769px;
  min-height: 118px;
  _height: 118px;
  background: url('../images/right_line_subpage.jpg') repeat-y top right;
}
div#content_cover div#content_main_cover {
  width: 699px;
  background: url('../images/content_back_line.jpg') repeat-y top left;
}
.subpage div#content_cover div#content_main_cover {
  width: 555px;
  background:  url('../images/content_back_line_subpage.jpg') repeat-y top left;
}
div#content_cover div#content_main_cover div#content_text_cover {
  padding: 1px 20px 1px 20px;
  min-height: 228px;
  font-size: 0.8em;
  _height: 230px;
  background: url('../images/content_text_back.jpg') no-repeat bottom left;
}
.subpage div#content_cover div#content_main_cover div#content_text_cover {
  padding: 1px 20px 1px 20px;
  min-height: 250px;
  _height: 250px;
  background: url('../images/content_text_back_subpage.jpg') no-repeat bottom left;
}

div#breadcrumbs {
  font-size: 0.7em;
  margin: 3px 0 0 20px;
  display: none;
}

/*    FOOTER BOX    */
div#footer {
  width: 769px;
  height: 268px;
  background: url('../images/footer.jpg') no-repeat;
  position: relative;
}
.subpage div#footer {
  width: 769px;
  height: 131px;
  background: url('../images/footer_subpage.jpg') no-repeat;
  position: relative;
}
div#footer div#image_cover {
  width: 335px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  top: 14px;
  left: 399px;
  text-align: center;
}
div#footer div#image_cover img {
  height: 70px;
}
.subpage div#footer div#image_cover {
  display: none;
}
div#footer p {
  font-size: 70%;
  position: absolute;
  left: 182px;
  top: 112px;
  margin-top: 10px;
}
.subpage div#footer p {
  left: 178px;
  top: 60px;
}
div#footer strong {
  color: #818B81;
  display: block;
  font-size: 70%;
  position: absolute;
  left: 516px;
  top: 219px;
}
div#footer a {
  color: #818B81;
  text-decoration: none;
}
div#footer a:hover {
  text-decoration: underline;
}
.subpage div#footer strong {
  top: 93px;
}

div#content_text_cover img {
  padding: 4px;
}
div#content_text_cover .no_padding img {
  padding: 0;
}

.about_us div#content_banner {
  background-image: url('../images/banner_subpage_about_us.jpg');
}
.about_us div#content_banner div#main_menu {
  background-image: url('../images/menu_subpage_about_us.jpg');
}
.contact div#content_banner {
  background-image: url('../images/banner_subpage_contact.jpg');
}
.contact div#content_banner div#main_menu {
  background-image: url('../images/menu_subpage_contact.jpg');
}