@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #1f42d2;
	background-image: url(../images/body-bkg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

body,td,th {
	color: #000000;
}
h1 {
	font-size:16px;
	color:#000;
	font-weight:normal;
	text-align:center;
	width:732px;
}
h2 {
	font-size:22px;
	color:#000;
	font-weight:bold;
	text-align:left;
	font-style:italic;
	margin:10px 0 0 0;
	padding:0px;
}
ul {
	list-style-image:url(../images/bullet.gif);
	text-align: left;
	width: 400px;
	font-size:17px;
	margin-top:30px;
	margin-left:20px
}
li {
	padding:0 20px 10px 0;
}
li span {
	color:#cc0000;
	font-weight:bold;
}
#bkg-overlay {
	min-height: 574px;
	background-image: url(../images/bkg-overlay.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#top-bar {
	min-height: 150px;
	background-image: url(../images/top-bar.jpg);
	background-repeat:repeat-x;
	background-position: top center;
}
#body-container {
	width:812px;
	background-image: url(../images/bkg.png);
	background-repeat:repeat-y;
	background-position: top center;
	margin-top:2px;
}
#header {
	margin:0px;
	padding:0 0 20px 0;
}
#mid-container {
	width:754px;
	height:286px;
	background-image: url(../images/mid-bkg.gif);
	background-repeat:no-repeat;
	background-position: top center;
	margin-top:20px;
}
#video-container {
	float:left;
	width:404px;
}
#capture-container {
	float:right;
	margin:10px 13px 0 13px;
	background-color:#FFFFFF;
	width:322px;
	border: 1px solid #000;
}
.clear {
	clear:both;
}
#video-wrapper {
	width: 380px;
	height: 215px;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	margin:10px 0 0 0;
}
#bullets {
	width:772px;
	height:329px;
	background-image: url(../images/explosion.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-bottom:30px;
}
#bullet-container {
	margin:0 0 0 20px;
	padding:10px 0 0 0;
}
#footer {
	height: 71px;
	background-image: url(../images/footer.gif);
	background-repeat:repeat-x;
	background-position: top center;
}
.capture-headline {
	color:#000;
	font-size:17px;
	text-align:center;
	padding-bottom:10px;
	line-height:22px;
}
.capture-headline span {
	color:#cc0000;
	font-size:24px;
	font-weight:bold;
}




#capture-form {
	margin:10px 10px 0 10px;
	padding:0 0 0 10px;
	font-size:13px;
}
#capture-form td{
	padding: 0 0 10px 0;
}
a#submitButton {
	width: 215px;
	height: 34px;
	background-image: url(../images/button-free-info.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display: block;
}
a:hover#submitButton {
	background-position: 0 -34px;
}
a:active#submitButton {
	background-position: 0 -68px;
}
#submitButton {
	margin:8px 0 4px 0;
}
#submitButton span {
	display: none;
}
#loadingGraphic {
	display: none;
}
.inputStyle {
	width: 235px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #65626d;
	padding: 2px 2px;
}
.inputStyleEmail {
	width: 235px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #65626d;
	padding: 2px 2px;
}
.inputStylePhone {
	width: 27px;
}
.inputStylePhone2 {
	width: 35px;
}
#Privacy{
	font-size: 9px;
}





