/* Stylesheet for the page headers */

/* Fixed absolute positioning */
div#header-top {
  position: absolute;
  width: 100%;
  height: 103px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
div#image01 {
  background: transparent url(images/header/lam_head_01.jpg) no-repeat top left;
  position: absolute;
  width: 78px;
  height: 103px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
} 
div#image02 {
  background: transparent url(images/header/lam_head_02.jpg) no-repeat top left;
  position: absolute;
  width: 350px;
  height: 65px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 78px;
}
div#image03 {
  background: transparent url(images/header/lam_head_03.jpg) no-repeat top left;
  position: absolute;
  width: 98px;
  height: 47px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 428px;
}
div#image04 {
  background: transparent url(images/header/lam_head_04.jpg) no-repeat top left;
  position: absolute;
  width: 98px;
  height: 18px;
  top: 47px;
  right: auto;
  bottom: auto;
  left: 428px;
}
div#imageback {
  background: transparent url(images/header/lam_head_05.jpg) repeat-x top left;
  position: absolute;
  width: 100%;
  height: 103px;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
div#header-bottom-left {
  position: absolute;
  width: auto;
  height: 33px;
  top: 77px;
  right: auto;
  bottom: auto;
  left: 72px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #0868BF;
}
div#header-bottom-left:hover {
  color: #ff0000;
}
div#header-bottom-right {
  position: absolute;
  width: auto;
  height: 33px;
  top: 77px;
  right: 0;
  bottom: auto;
  left: auto;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #0868BF;
}
div#header-bottom-right:hover {
  color: #ff0000;
}
div#page {
  position: absolute;
  width: 100%;
  height: auto;
  top: 103px;
  right: auto;
  bottom: auto;
  left: 0;
}
div#search {
  position: absolute;
  width: 135px;
  height: auto;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 550px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-variant: small-caps;
  text-align: left;
}
div.normal {
  font-variant: normal;
  font-weight: normal;
}
a.header, a.header:hover {
  background: transparent;
}
A.headerNavigation {
  vertical-align: 0%;
}
A.headerNavigation:hover {
}

