@charset "utf-8";
body {

}
a, a:visited, a:active {
	color:#2093C5;
	text-decoration:none;
}
a:hover {
	text-decoration:none
}

img {
	border:none;
}
hr {
	border:0;
	border-bottom:1px solid #BEBEBE;
	background:transparent;
}
.container {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:1px solid #BEBEBE;
	margin:0 auto;
	width:915px;
}
.header {
	border-bottom:1px solid #BEBEBE;
}
.watch {
	width:280px;
	padding:0 10px 0 0;
	border-right:1px solid #BEBEBE;
}
.rightColumn {
	color:#41403F;
	width:600px;
}
.rightColumnCTA {
	font-size:18px;
	font-weight:normal;
	color:#333;
}
.rightColumnHeaderTop {
	font-size:18px;
	font-weight:normal;
	color:#2093C5;
}

.rightColumnHeaderTop span {
	font-size:21px;
	color:#666
}

.rightColumnHeader {
	font-size:18px;
	font-weight:normal;
	color:#2093C5;
	margin:50px 0 0 0;
}

.details{
	font-size:16px;
	color:#666;
	margin: 10px 0 10px 0;
	font-weight:bold;
}

.leftColumn {
	width:285px;
	padding:0 10px 0 0;
	border-right:1px solid #BEBEBE;
}

.leftColumn li{
	font-size:12px;
}

.leftColumnHeader {
	font-size:16px;
	font-weight:normal;
	color:#2093C5;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0;
}

.leftColumn p{
	font-size:16px;
	font-weight:bold;
	color:#666;
	margin-bottom:20px;
	text-align:center;
}

.left_img {
	margin:0 0 10px 0;
}
.indent {
}

.indent span {
	font-weight:bold;
	color:#2093C5;
}


.quote {
	font-size:14px;
	font-weight:normal;
	color:#2093C5;
	background:url(../images/quote.jpg) no-repeat 50% 0;
	margin-right:20px;
}
.quote_source {
	display:block;
	margin:20px 0;
	font-size:14px;
	font-weight:normal;
	color:#666;
	text-align:right;
	font-style:italic;
}

p, li{
	color:#666;
	line-height:1.5;
	font-size:14px;
}

.elqFormFieldLabel{
	color:#666;
	line-height:1.5;
	font-size:14px;
	margin-bottom:10px;
	padding:10px;
}

.elqFormRow{
	padding-bottom:10px;
}

li{
	margin-bottom:10px;
}

#register-button{
	padding-left:300px;
	margin-top:-20px;
}