/* I.	global classes		*/
* {
  margin: 0;
  padding: 0;
}

html, body {
  background: url(bg.png) repeat-x;
  background-color: #ccc;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 100%;
}

.bodytext {
  text-align: justify;
}

/* Orginal
h1 {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #3b73d4;
  margin-bottom: 8px;
} */

h1 {
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid 1px #3b73d4;
  color: #3b73d4;
  margin-bottom: 8px;
/*  display: none;*/
}

h2 {
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
}

h3 {
  font-size: 13px;
  margin-bottom: 3px;
}

h2.line {
  font-size: 12px;
  font-weight: bold;
  background-color: #3b73d4;/*#2e6dc4;*/
  color: white;
  padding: 3px;
  padding-left: 3px;
}

ul, ol {
  padding-left: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#header {
  padding-top: 2px;
  padding-bottom: 2px;
}

#header_search form fieldset {
  border: 0;
}

#header_search form input {
}

#header_search #header_search_word {
  font-size: 10px;
  border: 1px solid #aaa;
  padding: 2px 2px;
  width: 150px;
  background-color: #eee;
}

#main {
  width: 950px;
  min-width: 950px;
  max-width: 950px;
  margin: 10px auto;
  margin-top: 5px;
  background-color: #fff;
  border-bottom: 1px solid #888;
/*  min-height: 100%;*/
}


ul#header_impr {
  float: right;
  font-size: 11px;
  list-style-type: none;
  padding: 5px 0 0 0;
  margin: 0 25px 0 0;
}

ul#header_impr li {
  display: inline;
  border-right: 1px solid black;
  padding-left: 5px;
  padding-right: 5px;
}

ul#header_impr li.re {
  border-right-width: 0;
}

ul#header_impr li a {
  color: black;
  text-decoration: none;
}

ul#header_impr li a:hover {
  text-decoration: underline;
}

#header_search {
  float: right;
  font-size: 11px;
}

#search_magnifier {
  position: relative;
  top: 3px;
}

#banner {
/*  background: url(banner.png) no-repeat;*/
  height: 150px;
  background-repeat: no-repeat;
  background-position: 185px 0px;
  border-top: 1px solid #3b73d4;
}

#banner_claim {
  position: absolute;
  z-index: 10;
}

#banner #pagetitle {
  position: relative;
  top: 114px;
  left: 20px;
  z-index: 20;
/*  padding-top: 114px;
  padding-left: 20px;*/
  font-size: 16px;
  /*font-weight: bold;*/
  color: white;
}

#main_content {
  float: left;
  width: 580px;
  margin-top: 8px;
}

.san_form fieldset, .contact_form fieldset {
  border: 0;
}

#content {
  margin: 10px 2px 2px 2px;
  min-height: 530px;
  background-image: url(menubg.png);
  background-repeat: no-repeat;
  background-position: 166px 5px;
}

#left_column {
  float: left;
  width: 165px;
  padding-left: 5px;
  margin: 2px 10px 2px 0;
}

#menu a {
  text-decoration: none;
  color: black;
}

#menu a:hover {
  text-decoration: underline;
  color: #333;
}

ul#menu {
  margin-top: 8px;
}

ul#menu ul {
  margin-top: 0;
}

ul#menu, ul#menu ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

ul#menu li {
  padding-left: 12px;
  background: url(arrow_right_grey.png) no-repeat;
  background-position: 0 3px;
}

ul#menu li {
  font-weight: normal;
}

ul#menu li.active, ul#menu li.active_sub {
  font-weight: bold;
}

ul#menu li.active, ul#menu li:hover {
  background-image: url(arrow_right_black.png);
}

ul#menu li.active_sub {
  background-image: url(arrow_down_black.png);
  margin-top: 5px;
  margin-bottom: 5px;
}

#right_content {
  float: left;
  width: 170px;
  margin: 2px 0 0 10px;
}

#footer {
  text-align: center;
  font-size: 10px;
  color: black;
  margin: 7px;
  clear: left;
/*  margin-top: 30px;*/
  padding-top: 3px;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
/*  border-top: 1px dotted #ccc*/;
  background-color: #a2c1ec;
}

#footer img {
  vertical-align: bottom;
}

dl.iconlist dd, .contact_box dd {
  width: 130px;
}

p.bodytext {
  padding-bottom: 8px;
}
