@charset "utf-8";
/* Capture Page B - Aweber -- CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align:center;
	background: #fff url(capture2_background.png) no-repeat fixed center top;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;s
}
h2 {
	color:#000;
	margin: 5px 20px 5px 20px;
	padding:0;
	font-size: 21px;
}
#container {
	width: 783px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.inner {
	margin: 0 auto;
	text-align:center;	
	background:#fff;
}
#mainContent{
	background:#fff;
}
.nudge{
	margin: 20px 0;
}
#header {
	background: #000 url(capture2_header.jpg) no-repeat top center scroll;	
	height:261px;
	width:783px;
}
#footer {
	background: #fff url(capture2_footer.jpg) no-repeat center scroll;
	width: 783px;
	height: 155px;
}
#video {
	background: #fff url(vid_background.png) no-repeat center scroll;
	height: 353px;
	margin: 0 0 30px 0;
	padding: 50px 0 0 0;
}
.ilatics{
	font-style:italic;
	font-weight:bold;
}
.blue{
	color:#30C;
}
.orange{
	color:#FF9900;
}
.underline{
	text-decoration:underline;
}
.clearFix{
	clear:both;
}
.no{
	color:#E54605;
	font-weight:bold;
}
#optIn {
	background:#fff url(optin_background.png) no-repeat center scroll;
	height:200px;
	width:740px;
	margin:40px auto;
}
#checkBox {
	float:left;
	padding: 30px 0 0 5px;
	text-align:left;
}
#checkBox p {
	float:left;
	font-family: 'times new roman';
	font-size: 19px; 
	font-weight: 700; 
	color: rgb(255, 255, 255);
	margin:-20px 0 0 35px;
}
#formFields{
	text-align:center;
}
#formName {
	float:left;
	margin: 30px 0 0 200px;
}
#formEmail {
	float:left;
	margin: 30px 0 0 0;
}
#formSubmit {
	clear:both;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#formFields input{
	margin:0 0 0 20px;
}
#highlights{
	font-family:"Times New Roman", Times, serif;
	color:#000;
	margin: 10px 0 40px 0;
}
#highlights p {
	font-size:35px;
}
#highlights li{
	font-size:24px;
}
#subFooter {
	margin: 80px 0 30px 0;
	color:#000;
	font-size:12px;
}


