@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #201766;
	background-image: url(/images/site-bkg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #02245c;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 27px;
	line-height: 28px;
	text-align: center;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
h2 {
	font-size: 20px;
	text-align: left;
	color: #424F18;
	text-indent: 35px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 26px;
	background-image: url(/images/headline-bullet.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h3 {
	font-size: 16px;
	text-align: left;
	text-indent: 28px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4 {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	font-size: 18px;
}
ul {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ol {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
li {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
.wrapper {
	width:704px;
	margin-right: auto;
	margin-left: auto;
}
.video {
	background-image: url(/images/video-bkg.jpg);
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.copy {
	font-size: 14px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-top: 0px;
	background-color: #FFF;
	color: #02245c;
	line-height: 17px;
	background-image: url(/images/copy-bkg.jpg);
	background-repeat: no-repeat;
}
.follow_us {
	font-size: 16px;
	background-color: #FFF;
	color: #02245c;
	line-height: 24px;
	text-align: center;
	padding: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.footer {
	background-color: #E5E5E5;
	text-align: center;
	color: #02245c;
	font-size: 13px;
	line-height: 18px;
	padding: 10px;
}
.joinToday {
	position: absolute;
	z-index: 1000;
	top: 20px;
	margin-left: 580px;
}
.formWrapper {
	float: right;
	background-color: #7794D8;
	padding: 10px;
	margin-top: 20px;
	font-size: 13px;
	color: #FFF;
	width: 210px;
	line-height: 16px;
	vertical-align: top;
	margin-left: 20px;
	height: 500px;
}
.formWrapperSuccess {
	float: right;
	padding: 0px;
	margin-top: 50px;
	font-size: 13px;
	color: #FFF;
	width: 210px;
	line-height: 16px;
	vertical-align: top;
	margin-left: 20px;
	height: 500px;
}
.formWrapperError {
	float: right;
	background-color: #7794D8;
	padding: 10px;
	margin-top: 20px;
	font-size: 13px;
	color: #FFF;
	width: 210px;
	line-height: 16px;
	vertical-align: top;
	margin-left: 20px;
}
.formWrapperError h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
.formWrapper h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
.formWrapper p {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
.joinTodaybox {
	background-color: #CCC;
	padding: 10px;
	margin-top: 0px;
	font-size: 16px;
	color: #1D235C;
	line-height: 18px;
	margin-left: 0px;
	width: 380px;
	text-align: left;
}
.clearFloat {
	clear:both;
}

