@charset "utf-8";
/* CSS Document */
#colored-top {
	width:100%;
	height:23px;
	background-color:#000;
}
body {
	margin: 0px;
	background-color: #000;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body,td,th {
	color: #000000;
}
p{
	font-size:13px;
	color:#333333;
	text-align:justify;
	margin:0px;
	padding:0px;
}
a:link, a:visited, a:active {
	color: #000;
}
a:hover {
	color: #000;
}
img {
    margin: 0px;
	padding: 0px;
	border: none;
}
a:hover {
	color: #5e6166;
}
ul {
	list-style-type: none;
	text-align: left;
	font-size:14px;
	margin-top:10px;
	margin-left:0px
}

li{
	padding:0px;
	text-decoration:none;
}
#bkg-overlay {
	width: 100%;
	height: auto;
	min-height: 280px;
	background-image: url(../images/bkg-overlay.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#page-wrapper {
	width: 974px;
	height: auto;
	display: block;
	background-image: url(../images/content-bkg.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#header-container {
	width: 974px;
	height: 257px;
	margin:23px 0 0 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#footer-container {
	padding: 20px 0;
	margin-bottom:25px;
	width: 974px;
	height: 32px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;	
}

#content-left-container {
	float:left;
	width: 625px;
	margin:0px;
	padding:0px;
}
#content-right-container {
	float: right;
	width: 349px;
	padding:0px;
	margin:0px;
}
#capture-container {
	padding:0 32px 0 0;
	background-image: url(../images/capture-bkg.gif);
	background-repeat: repeat-y;
	margin-top:0px
}
#capture-content {
	padding:10px;
}
#capture-content p span{
	font-weight:bold;
	color:#000066;
}
.content-container {
	width:580px;
	padding:0 0 0 0;
}
.headline {
	color:#000;
	text-align:center;
	padding:0 0 10px 0;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
}
.headline span{
	color:#ff6600;
}
h1 {
	color: #000;
	font-size: 18px;
	text-align: center;
	font-weight:bold;
	padding-top:0px;
}
h1 span {
	color: #ff6600;
	font-size:24px;
	font-weight: bold;
	font-style:italic;
}
h2 {
	color: #65626d;
	font-size: 22px;
	text-align: center;
	padding-bottom: 20px;
	margin-top: -15px;
}
h2 span {
	color: #000;
	text-transform: uppercase;
	font-weight: boldest;
}
h3 {
	color: #000;
	font-size: 22px;
	text-align: center;
	padding:0 10px;
}
h3 span {
	text-decoration: underline
}
h4 {
	color: #666;
	font-size: 14px;
	font-weight:normal;
	text-align: center;
	padding:0 40px;
}
h4 span {
	font-weight:bold;
	color: #000066;
}
h5 {
	color: #000;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}
h6{
	color: #000;
	font-size: 18px;
	text-align: center;
}
.content-container ul {
	list-style-type: none;
	text-align:justify;
	width: 580px;
	font-size:12px;
	margin-top:40px;
	margin-left:-40px
}
.content-container li{
	padding:0 20px 20px 0;
}
.content-container li span{
	color:#5e1717;
}
#arrow{
	background-image: url(../images/li-arrow.gif);	
	background-repeat: no-repeat;
	background-position:center;
	height:45px;
	float:left;
	padding-right:55px;
}
#clipboard{
	background-image: url(../images/li-clipboard.gif);	
	background-repeat: no-repeat;
	background-position:center;
	height:68px;
	float:left;
	padding-right:55px;
}
a#submitButton {
	width: 180px;
	height: 34px;
	background-image: url(../images/submit.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display: block;
	float:left;
	margin-left:50px;
	margin-bottom:10px;
}
a:hover#submitButton {
	background-position: 0 -34px;
}
a:active#submitButton {
	background-position: 0 -68px;
}
#submitButton span {
	display: none;
}
#loadingGraphic {
	padding: 0px;
	margin-right:0px;
	display: none;
}
#capture-form{
	margin: 0px;
	padding: 0px;
	width: 272px;
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #65626d;
}

.inputText {
	font-size: 14px;
}
#captureForm td{
	padding: 0 0 20px 0;
	text-align:left;
}
.inputStyle {
	width: 126px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #65626d;
	padding: 2px 2px;
	margin-right:8px;
}
.inputStylePhone {
	width: 25px;
	margin:0px;
}
.inputStylePhone2 {
	width: 34px;
	margin:0px;
}

.inputStyleEmail {
	width: 266px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #65626d;
	padding: 2px 2px;
	margin:0px;
}
.selectStyle {
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #65626d;
	padding: 2px 2px;
	margin-right:8px;
}
.selectStyle2 {
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #65626d;
	padding: 2px 2px;
	margin:0px;
}
#privacy-left {
	float:left;
	width:25px;
	padding:5px 4px 0 44px;
}
#privacy-right {
	padding:7px 0 0 0;
}
.clear	{
	clear:both;
}

.hideContainer {
	display: none;
}

/* JQUERY UI*/
.ui-tabs .ui-tabs-hide {
     display: none;
}

.ui-static-active{
	background-position: 0px 0px;
}
.ui-state-hover{
	background-position: 0px -39px;
}

.ui-state-default{
	background-position: 0px -78px;
}

.ui-tabs-selected{
	background-position: 0px 0px;
}

.ui-corner-top.ui-state-default.ui-state-hover{
	background-position: 0px -39px;
}

.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active{
	background-position: 0px 0px;
}

/*  SUCCESS  */
#success-header-container {
	width: 970px;
	height: 302px;
	background-image: url(../images/success-header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.success-text {
	width:720px;
	text-align:center;
	padding:40px 0;
}
.success-video-border {
	width:300px;
	height:170px;
	display:inline;
}


