body, th, td { font-family: Verdana,"Lucida Grande", "Lucida Sans Unicode", sans-serif; font-size: 12px; }
table { border-collapse:collapse; border-spacing:0; }
input, textarea { font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif; font-size: 1.1em; padding: 3px; }
hr { background-color: #4479BE; border: 0; width: 100%; height: 1px; }
ul, li { list-style: disc; }
.small { font-size: x-small; font-weight: normal; }
.powered, .powered a { display: none; }
strong, .strong { font-weight: bold; }
.text_disabled { color: ButtonFace; }
h1, h2, h3 { color: #707070; font-weight: bold; text-align: center; margin: 0.5em; }
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
div.centered { border: 1px solid #DDDDDD;	margin: 10px; padding:5px 5px 10px 5px; text-align: center; }
div.centered table { margin: 0 auto; text-align: left; }
ul,ol { margin-left: 2em; }
.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; }
.vedit { border: solid 1px #8CACBB; width: 90% !important; margin: 1px auto; }
.vedit td {
	text-align: left;
	vertical-align: middle;
	padding: 15px 10px 10px 10px;
	border: solid 1px #8CACBB;
}
.vedit th {
	padding: 10px 15px 10px 10px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	border: solid 1px #8CACBB;
}
.vedit .headrow { font-weight: bold; text-align: center; }
.hedit { border: solid 1px #8CACBB; }
.hedit td {
	padding: 5px;
	border: solid 1px #8CACBB;
}
.hedit th {
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background-color: #DEE7EC;
	border: solid 1px #8CACBB;
}
table.errmsg {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	background-color: red;
	border: #cc0000 1px solid;
	margin: 0 auto;
}
table.errmsg td { padding: 5px 50px 5px 5px; font-weight: bold; }
table.errmsg td li { list-style: square; color: #fff; }
.receipt td { background-color: #F0F0F0; border: solid 1px #000; padding: 2px 4px; }
.receipt th { background-color: #C0C0C0; border: solid 1px #000; font-weight: bold; padding: 2px 4px; }
.receipt td.total { background-color: #C0C0C0; border: solid 1px #000; }
.receipt { border-collapse: collapse; }
.newsletters td { padding: 5px; margin: 5px; }
.newsletters td.disabled { padding: 5px; margin: 5px; color: #505050; }
.newsletters_archive td { padding: 2px; margin: 0px; }
label.error { padding-left: 3px; color: red; font-style: italic; font-weight: normal; }
input.error { border: 2px solid red; }
.errmsg a { color: #fff !important; }

/*------------------------------------------------------
SIGNUP
------------------------------------------------------*/
div.top {
  background-color: #E8ECDC;
  background-image: url(images/texture.png);
  border-bottom: 1px solid #DADFCB;
  margin: 0px auto 30px;
  padding: 20px 0px 0px;
  width: 100%;
}

div.masthead {
  margin: 0px auto;
  padding: 20px 0px 0px;
  text-align: center;
  width: 100%;
}

div.masthead h1 {
  font-weight: bold;
  color: #000;
  letter-spacing: -2px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 46px;
  margin: 0px;
}

div.masthead h2 {
  color: #444;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0px;
  margin: 0px;
}

div.container {
  padding: 0px;
  text-align: center;
  background-color: transparent;
  margin: 30px auto 0 auto;
  width: 950px;
}

div.jacket {
	height: 360px;
	margin: 0 auto;
	font-family: 'Lucida Grande', 'Lucida Grande Unicode', Helvetica, Verdana, sans-serif;
}

body.three div.jacket {
	height: 330px;
}

div.short {
	width: 160px;
	height: 270px;
	border: 1px solid #999;
	float: left;
	margin-top: 22px;
	text-align: center;
	padding: 10px;
	background-color: #fff;
}

div.tall {
	width: 200px;
	height: 310px;
	border: 3px solid #3671A1;
	float: left;
	text-align: center;
	padding: 8px 10px 10px 10px;
	background-color: #fff9df;
}

div.no-r {
	border-right: 0;
}

div.l-shadow {
	background-image: url(images/shadow-left.png);
	background-position: left;
	background-repeat: no-repeat;
}

div.short h1 {
	margin: 0;
	padding: 0;
	font-size: 34px;
	font-weight: bold;
}

div.short h1, div.short h1 a, div.short h2 {
	color: #333;
	text-decoration: none;
}

div.tall h1, div.tall h1 a {
	margin: 0;
	padding: 0;
	font-size: 42px;
	color: #000;
	line-height: 1em;
	text-decoration: none;
	font-weight: bold;
}

div.short h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: normal;
}

div.tall h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	letter-spacing: normal;
}

div.short h3 {
	margin: 0 0 15px 0;
	padding: 0 0 7px 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	font-family: Helvetica, Verdana, sans-serif;
	color: #73a1c7;
}

div.tall h3 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color: #4582b5;
}

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

div.under_chart_right {
	float: right;
}

div.under_chart {
	font-size: 10px;
	font-family: verdana;
	margin: 0 0 20px 0;
}

div.under_chart a {
	color: #000;
}

div.actionsignup {
  background-color: #3671A1;
  padding: 15px 0;
  margin: -30px;
	text-align: center;
	border: 0;
	color: #D5E9F6;
}

div.actionsignup strong {
	color: #FFF9DF;
}

div.rightcolumneven {
  width: 435px;
  padding-left: 0px;
  float: right;
	text-align: left;
}

div.leftcolumneven {
  width: 435px;
  padding-right: 0px;
  float: left;
	text-align: left;
}

div.statement {
	width: 950px;
	margin: 0 auto;
}

div.statement div.logos {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  clear: both;
  padding: 20px 0;
}

div.extra {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #f2f3f4;
  clear: both;
  margin: 30px 0px 50px;
  padding: 20px;
  text-align: left;
}

div.extra h3 {
  color: black;
  font-family: 'Lucida Grande', 'Lucida Grande Unicode', Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  margin: 5px 0px 2px;
  padding: 0px;
}

div.extra p {
  font-size: 16px;
  line-height: 1.3em;
  margin: 0px 0px 15px;
}

div.fullcolumn {
  clear: both;
  text-align: left;
  width: 100%;
}

div.bubble div.content {
  width: 250px;
}

div.short {
	width: 220px;
	height: 270px;
	border: 1px solid #999;
	float: left;
	margin-top: 22px;
	text-align: center;
	padding: 10px 0;
	background-color: #efefef;
	font-family: Helvetica, Verdana, sans-serif;
}

body.three div.short {
	height: 250px;
}

div.tall {
	width: 220px;
	height: 310px;
	border: 3px solid #3671A1;
	float: left;
	text-align: center;
	padding: 8px 10px 10px 10px;
	background-color: #fff;
	font-family: Helvetica, Verdana, sans-serif;
}

body.three div.tall {
	height: 290px;
}

div.no-r {
	border-right: 0;
}

div.r-shadow {
	background-image: url(images/shadow-right.png);
	background-position: right;
	background-repeat: no-repeat;
}

div.no-l {
	border-left: 0;
}

div.short li, div.tall li {
	font-size: 14px;
	color: #64503f;
	font-family: Helvetica, Verdana, sans-serif;
	margin-bottom: 1px;
	line-height: 1.1em;
}

div.tall li {
	font-size: 16px;
}

div.tall ul, div.short ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

div.tall ul.highlight, div.short ul.highlight {
	margin-top: 0;
}

div.tall ul.highlight li, div.short ul.highlight li {
	list-style: none;
	margin-bottom: 3px;
	font-size: 20px;
	line-height: 1em;
}

div.tall ul.highlight li {
	font-size: 24px;
	margin-bottom: 5px;
}

div.under_chart_left, div.under_chart_right {
	width: 435px;
	position: relative;
	top: -44px;
	font-size: 11px;
	float: left;
	font-family: 'Lucida Grande', 'Lucida Grande Unicode', Helvetica, Verdana, sans-serif;
	text-align: center;
}

/* SIGNUP BUBBLES */

.hover_container {
  font-size: 12px;
  color: #666;
  position: absolute;
  margin: 18px 0 0 5px;
}

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

.hover div.bubble {
  display: block;
  cursor: pointer;
  z-index: 1000;
}

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: 'Lucida Grande', 'Lucida Grande Unicode', Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  border: none;
  text-align: left;
  letter-spacing: normal;
  margin: 0 0 5px;
}

div.bubble div.content div.inner p {
  font-family: 'Lucida Grande', 'Lucida Grande Unicode', Helvetica, Verdana, sans-serif;
  font-size: 11px;
  margin: 0;
  line-height: normal;
}

a.hover_target {
  text-decoration: none;
  border-bottom: 1px dotted #888;
  margin-left: 6px;
  color: #64503f;
}
