#claim {
  background-image:url(../images/bg_claim.gif);
  height:123px;
  padding: 10px 35px;
  width:928px;
}

#claim h1 {
  color: #ffffff;
  font-family: Arial;
  font-size: 30px;
  font-weight: normal;
  margin: 0px 0px 7px;
}

#claim span {
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin: 0px 10px 0px 0px;
}

#claim p {
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin: 0px;
}

#claim p u {
  text-decoration: none;
  border-bottom: 1px dotted #97b2d1;
}

#contenthome {
  background-color: #e7e7e7;
  background-image: url(../images/bg_contenthome.jpg);
  background-repeat: no-repeat;
  height: 530px;
  position: relative;
  width: 998px;
}

.scrollElementText
{
	background-image: url(../images/SliderTextBackground.jpg); 
	vertical-align: top; 
	padding-left: 17px; 
	padding-right: 25px; 
	padding-top: 24px
}

.scrollElementText div h1 {
  color: #0070b8;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
}

.scrollElementText div p {
  color: #7e7e7e;
  font-family: Arial;
  font-size: 12px;
  padding-top: 10px
}

div.scrollbox {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  height: 273px;
  left: 34px;
  position: relative;
  top: 21px;
  width: 928px;
  float: left;
  overflow: hidden;
}

div.scrollbuttonleft {
  height: 30px;
  left: 19px;
  position: absolute;
  width: 31px;
  top: 140px;
  cursor: pointer;
  z-index: 99;
}

div.scrollbuttonright {
  height: 30px;
  position: absolute;
  right: 19px;
  width: 31px;
  top: 140px;
  cursor: pointer;
  z-index: 99;
}

div.infobox {
  cursor: pointer;
  height: 183px;
  width: 300px;
}

div.infobox h1 {
  color: #026eb7;
  font-size: 12px;
  font-weight: bold;
  margin: 12px 0px 0px;
  text-align: center;
  text-transform: uppercase;
}

div.infobox p {
  color: #7e7e7e;
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  margin: 5px 0px 0px;
  padding: 0px 18px;
  text-align: left;
}

div.infobox p a {
  color: #7e7e7e;
}