@charset "utf-8";

a img {
  border: 0;
	padding: 0;
}

span.highlight {
  background-color: #ffcc00;
  color: #000;
  padding: 2px;
  margin: 5px 0;
}

span.red {
	color: #990000;
}

div.clear {
  clear: both;
}

.hover_container {
  display: none;
  position: relative;
  font-size: 12px;
  color: #666;
}

.hover_container div.bubble {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
}

div.bubble div.wrapper {
  position: absolute;
  top: -40px;
  left: 35px;
}

div.bubble div.content {
  width: 300px;
  margin: 0;
  padding: 0 7px 8px 0;
  background: url(/images/bubble-background.png) no-repeat bottom right;
  text-align: left;
  color: #000;
  white-space: normal;
  letter-spacing: normal;
}

div.bubble div.content div.arrow {
  position: absolute;
  top: 18px;
  left: -47px;
  width: 50px;
  height: 40px;
  background: url(/images/bubble-arrow.png) no-repeat top left;
}

div.bubble div.content div.inner {
  padding: 15px;
  background: url(/images/bubble-background.gif) no-repeat top left;
}

div.bubble div.content div.inner h2 {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  border: none;
  margin: 0;
}

div.bubble div.content div.inner p {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  margin-bottom: 0;
}

a.hover_target {
  text-decoration: none;
  color: #64503f;
}

/* --------------------- */

div.tall{
	width: 420px;
	height: inherit;
	border: 3px solid #3671A1;
	padding: 8px 5px 10px 5px;
  margin: 2px;
  float: right;
	background-color: #fff9df;
}
div.tall1{
	width: 420px;
	height: inherit;
	border: 3px solid #3671A1;
	padding: 8px 5px 10px 5px;
  margin: 2px;
  float: left;
	background-color: #fff9df;
}

div.tall li, div.tall1 li {
  background-image: url(../images/star_bullet.gif);
  background-repeat: no-repeat;
  padding-left: 25px;
	font-size: 14px;
	color: #64503f;
}

div.tall li strong, div.tall1 li strong {
	color: #c33700;
}

div.tall ul, div.tall1 ul {
  list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
div.tall ul.highlight, div.tall1 ul.highlight {
	margin-top: 0;
}
div.tall ul.highlight li, div.tall1 ul.highlight li {
	font-size: 16px;
	margin-bottom: 15px;
  list-style: none;
  line-height: 1.2em;
}

div.tall img, div.tall1 img {
	margin: 0px;
}

div.tall small, div.tall1 small {
	color: #C33700;
	font-size: 12px;
}

div.tall h1, div.tall h1 a, div.tall1 h1, div.tall1 h1 a {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #000;
	line-height: 1em;
	text-decoration: none;
  text-align: center;
}

div.tall h2, div.tall1 h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 36px;
	font-weight: normal;
	color: #000;
  text-align: center;
}

div.tall h3, div.tall1 h3 {
	margin: 0;
	padding: 10px 0 0 0;
	color: #4582b5;
  text-align: center;
}
