/* Styles specific to the press room page (/press/index.html) */

.content {
  font-size: 11px;
}

/* Don't think this is actually used any more... */
.content>p {
  margin: 0px 0 0 0;
  padding: 3px 0 0 0;
}

.intro {
  float: left;
  width: 380px;
}

/* This style based on .text1TitleGrand from the original style sheet */
.intro p.welcome {
  font-size: 12px;
  font-weight: bold;
  color: #aaaaaa;
  padding: 0;
  margin: 2px 0 28px;
}

/* This style based on .text1Title from the original style sheet */
.intro p {
  font-size: 11px;
  font-weight: bold;
  color: #999999;
  padding: 0;
  margin: 0 0 18px;
}

div.adobereader {
  float: left;
  width: 202px;
  border: 1px solid #999999;
  margin: 6px 0px 0 1px;
  padding: 1px;
}

/* This style based on .text from the original style sheet */
.adobereader p,
.adobereader p a {
  font-size: 10px;
  margin: 0;
  text-decoration: none;
}

.adobereader p a:hover {
  text-decoration: underline;
}

.adobereader div {
  text-align: center;
  margin: 5px 0 0;
}

.adobereader img {
  border: 0 none;
}

dl {
  margin: 0px 5px 18px 3px;
  padding-top: 0px;
  padding-right: 7px;
  padding-bottom: 0px;
/*  overflow: auto;
  height: 148px; */
  clear: both;
}

dt {
  display: block;
  clear: both;
  width: 148px;
  height: 25px;
  padding: 0px;
  float: left;
  margin: 1px 0px 0px 0px;
  text-align: right;
}

dt a {
  display: block;
  width: 144px;
  height: 22px;
  padding-top: 3px;
  padding-right: 4px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

dt .smaller {
  font-size: 12px;
}

dd {
  margin-left: 150px;
  margin-top: 0px;
  margin-bottom: 11px;
/*  width: 
  margin: 0 0 11px 2px;
  float: left; */
}

.go-button {
  float: right;
  display: block;
  width: 42px;
  height: 17px;
  border: #999999 solid 1px;
  background-color: #333333;
  background-image: url("../images/right-arrow-black.gif");
  background-position: 85% 45%;
  background-repeat: no-repeat;
  text-transform: lowercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  padding-top: 2px;
  padding-left: 5px;
  margin-top: 3px;
  color: #cccccc;
}

.go-button:hover {
  background-image: url("../images/right-arrow-green.gif");
}

/* This style based on .text1 from the original style sheet */
h4 {
  font-size: 11px;
  font-weight: normal;
  color: #a2a2a2;
  margin-top: 0;
  margin-bottom: 0;
}

/* This style based on .text1 from the original style sheet */
h5,
h5 a {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #a2a2a2;
  margin-top: 0;
  margin-bottom: 0px;
}

h5 a:hover {
  text-decoration: underline;
}

.outro p {
  margin: 0 0 12px;
}