@charset "UTF-8";
/* CSS Document */

#container{
	margin: 0 auto;
	text-align:center;
}

#container-thankyou{
	margin: 5px auto 0 auto;
	text-align:center;
}


#container-instruction{
	margin: 5px auto 0 auto;
	text-align:center;
}

#main-container-instruction{
	width:650px;
	margin: 0 auto;
	text-align:left;
	
}


#main-container{
	width:980px;
	margin: 0 auto;
	text-align:left;
	
}

#header{
	padding: 0 0 5px 0;
	
}

#logo{
	width:580px;
}

#slogan{
	float:right;
	padding:5px 0 0 0;
	font-style:oblique;
	color:#666;
}

#body-container{
	width:980px;
}

#body-container-instruction{
	width:650px;
}

#body-header-instruction{
	background:url(../landing/images/register-border-top.gif) no-repeat;
	height:8px;
}

#body-header{
	background:url(../landing/images/border-top.gif) no-repeat;
	height:9px;
}

#body{
	background:url(../landing/images/border-body.gif) repeat-y;
	width:980px;
	clear:both;
	padding-bottom:15px;
}

#body-instruction{
	background:url(../landing/images/register-border-body.gif) repeat-y;
	width:650px;
	clear:both;
	padding-bottom:15px;
}


#footer{
	background:url(../landing/images/border-bottom.gif) no-repeat;
	width:980px;
	height:50px;
	clear:both;
}

#footer-instruction{
	background:url(../landing/images/register-border-bottom.gif) no-repeat;
	width:650px;
	height:50px;
	clear:both;
}


/* ----------- LANDING PAGE ---------*/

#headline{
	height:234px;
	width:980px;
}

#headline-results{
	height:118px;
	width:980px;
}





/*---------------- LEFT COLUMN -------------------*/

#left-column{
	width:615px;
}

#copy{
	padding: 15px 0 0 15px;
}

#copy ul{
	list-style:outside;
	margin-left:20px;
	-moz-margin-start:-25px;
	}

#quotes{
	padding: 25px 0 25px 0;
	text-align:center;
}


/*---------------- END LEFT COLUMN -------------------*/



/*---------------- RIGHT COLUMN -------------------*/
#right-column{
	float:right;
	width:280px;
	padding:15px 0;
	margin-right:25px;
	
}

#starburst{
	z-index:100;
	float:right;
	margin: -95px 0 0 145px;
	position:absolute;
	text-align:right;
}

#starburst-ts{
	z-index:100;
	float:right;
	margin: -70px 0 0 580px;
	position:absolute;
	text-align:right;
}

#form{
	padding:0;
}

#form-header{
	background:url(../landing/images/form-top.gif) no-repeat;
	width:277px;
	height:9px !important;
	margin:0;
}

#form-footer{
	background:url(../landing/images/form-bottom.gif) no-repeat;
	width:277px;
	height:8px;
}

#form-body{
	background:url(../landing/images/form-body.gif) repeat-y;
	width:277px;
	margin:0;
}


#certify{
	margin: 50px 0 0 0;
	border-top: solid #666 1px;
	border-bottom: solid #666 1px;
	font-size:10px;
}

#certify-confirmation{
	margin: 5px 0 0 0;
	border-top: solid #666 1px;
	border-bottom: solid #666 1px;
	font-size:10px;
}

#cert-left{
	width:130px;
	text-align:center;
	padding:10px 0;
}

#cert-right{
	float:right;
	width:130px;
	text-align:center;
	padding:10px 0;
}

#cert-bottom{
	text-align:center;
	padding:10px 0;
}







/*-------------- FORM FIELDS -------------------------*/

.form-fields{
	padding:10px 0 0 0;
}

.form-fields table{
	width:100%;
}

.form-fields table tr td{
	padding-bottom:3px;
}

.form-fields table tr td.label{
	width:90px;
	padding-left:20px;
	text-align:left;
	font-size:12px;
	font-weight:bold;

}

.form-fields table tr td.input{
	text-align:left;
	padding: 2px 0 2px 3px;
	font-size:12px;
}

.form-fields table div.require{
	text-align:right;
	padding: 2px 20px 2px 3px;
}

.form-fields-long table tr td.label{
	width:200px;
	padding-left:45px;
	padding-top:2px;
	text-align:left;
	font-size:12px;
	font-weight:bold;

}

.form-fields-long{
	padding:10px 0 0 0;
}

.form-field-long table{
	width:100%;
}

.form-fields-long table tr td.input{
	text-align:left;
	padding: 3px 0 3px 45px;
	font-size:12px;
}

.form-fields-long table div.require{
	text-align:right;
	padding: 2px 20px 2px 3px;
}

label.error { 
	float: none;
	color: red; 
	padding-left: .5em; 
	vertical-align: top;
	font-size:12px;
	font-weight:normal;
	font-family:"Helvetica", Arial, sans-serif;
}

.asterisk {
	font-size:12px;
	color:red;
	
}
.hide{
	display:none;
}

fieldset{
	border:none;
	padding:0;
	margin:0;
}

form{
	margin:0;
	padding:0;
}


.mail{
	text-align:center;
	padding:5px 0 0 0;
	font-weight:bold;
	}
	
.require{
	font-size:10px;
}

.button {
	text-align:center;
	padding:10px 0 10px 0;
}

.button-demo {
	text-align:center;
	padding:30px 0 10px 0;
}

	

/*---------------- END RIGHT COLUMN -------------------*/

#right-column-thankyou{
	float:right;
	width:300px;
	padding:15px 15px 0 0;
}

#specialoffer-container{
	clear:both;
}
#specialoffer{
	width:300px;
	margin: 0 15px 0 0;

}

#offer-header{
	background:url(../landing/images/offer-border-top.gif);
	width:300px;
	height:9px !important;
	margin:0;
	/*background:url(../landing/images/offer-border-top.gif) no-repeat;
	height:8px;*/
}
#offer-body{
	background:url(../landing/images/offer-border-body.gif) repeat-y;
	width:300px;
	margin:0;
	/*background:url(../landing/images/offer-border-body.gif) repeat-y;
	text-align:left;
	padding: 15px;*/
}

#offer-body h1{
	margin:0 0 0 0;
	padding-top:35px;
	text-align:center;
	color:#ff770b;
	font-size:24px;
	line-height:22px;

}

#offer-body h2{
	margin:0 0 0 0;
	padding:18px 5px 15px 5px;
	text-align:center;
	color:#ff770b;
	font-size:16px;
	line-height:22px;
	letter-spacing:-0.05em;

}

#offer-body p{	
	margin:0 0 0 0;
	padding:15px 10px 5px 10px;
	text-align:left;
	color:#444;
	font-size:13px;
	line-height:16px;
	letter-spacing:-0.05em;
}

#offer-burst{
	z-index:100;
	float:right;
	margin: -80px 0 0 180px;
	position:absolute;
	text-align:right;
	/*float:left;
	padding-right:10px;*/
}

#offer-footer{
	background:url(../landing/images/offer-border-bottom.gif) no-repeat;
	width:300px;
	height:10px;
	/*background:url(../landing/images/offer-border-bottom.gif) no-repeat;
	height:11px;*/
	clear:both;
}



#training{
	width:300px;
	margin: 5px 15px 0 0;

}

#training-header{
	background:url(../landing/images/blue-box-header.gif);
	width:300px;
	height:9px !important;
	margin:0;
}
#training-body{
	/*background:url(../landing/images/blue-box-body.gif) repeat-y;
	*/
	width:300px;
	margin:0;
	text-align:center;
}

#training-body h1{
	margin:0 0 0 0;
	padding:10px 0 5px 0;
	text-align:center;
	color:#ff770b;
	font-size:18px;
	line-height:22px;
	font-style:italic;
	clear:both;
}

#training-body p{
	margin: 0 0 10px 0;
}

#training-footer{
	background:url(../landing/images/blue-box-footer.gif) no-repeat;
	width:300px;
	height:10px;
}



#logo-certify{
	padding-top:15px;
	text-align:center;
}

#footnote{
	text-align:center;
	font-size:10px;
	color:#666;
	padding-top:10px;
}


/* ----------- END LANDING PAGE ---------*/




/*-------------  Text Formating -------------*/

body{
	font-family:"Helvetica", Arial, sans-serif;
	color:#222;
	font-size:12px;
	background-color:#FFF;

}

p{
	line-height:16px;
	margin-top:0;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#0048cb;
}

a:hover{
	text-decoration:underline;
}


li{
	margin-left:0;
	margin-bottom:10px;
	line-height:18px;

}

.highlight{
	color:#0048cb;
	font-weight:bold;
}

#form-body h1{
	text-align:center;
	font-size:28px;
	color:#ff770b;
	margin:0;
	padding-top:30px;
}

#form-body h2{
	text-align:center;
	font-size:24px;
	color:#ff770b;
	margin:0;
	padding-top:30px;
}

#form-body h3{
	text-align:center;
	font-size:14px;
	color:#ff770b;
	margin:0;
}

h1{
	color:#0048cb;
	font-size:24px;
	font-weight:bold;
	margin-top:0;
}

h2{
	color:#222;
	font-size:18px;
	font-weight:bold;
	margin-top:0;
}

.note{
	font-size:11px;
}

/*------------- Registration Form -----------------*/
form{
	margin:0;
	padding:0;
}
#registration-copy{
	padding: 15px 10px 0 15px;
}

#registration-form{
	width:600px;
}

#registration-form table{
	margin:0 0 10px 0;
	padding:0;
}

#registration-form .label{
	font-size:12px;
	padding:5px 3px 0 0;
	font-weight:bold;
	width:130px;
}

#registration-form .label2{
	font-size:12px;
	font-weight:bold;
	width:40px;
}
	
#registration-form .input{
	font-size:12px;
	padding-top:5px;
}

#registration-form .input2{
	font-size:12px;
	width:50px;
}

#registration-form h1{
	font-size:24px;
	font-weight:bold;
	color:#0048cb;
	margin: 10px 0 0 0;
}

#registration-form h2{
	font-size:16px;
	font-weight:bold;
	color:#0048cb;
	margin: 0;
}

#registration-form h3{
	font-size:14px;
	font-weight:bold;
	color:#0048cb;
	margin: 10px 0 0 0;
}

#registration-form h4{
	font-size:14px;
	font-weight:bold;
	color:#222;
	margin: 0 0 3px 0;
}

#registration-form p{
	font-size:12px;}


#registration-btn{
	padding: 25px 10px 0 125px;
}

#registration-form #payment{
	padding: 0 0 10px 0;
	vertical-align:middle;
}

#registration-form #terms {
	width:325px;
	height:70px;
	overflow:scroll;
	background:#FFF;
	border:1px #666 solid;
	padding:10px;
	color:#333;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	margin:20px 0;
}

#payment{
	margin-bottom:15px;
}

#payment-option{
	float:left;
	padding: 0 10px 30px 0;
}

#payment-container{
	margin-top:15px;
}
	
#payment-header{
	background:url(../landing/images/inst-border-top.gif);
	width:575px;
	height:9px !important;
	margin:0;
	height:8px;*/
}
#payment-body{
	background:url(../landing/images/inst-border-body.gif) repeat-y;
	width:575px;
	margin:0;
	text-align:left;
}

#payment-copy{
	padding: 5px 25px 5px 10px;
}

#payment-footer{
	background:url(../landing/images/inst-border-bottom.gif) no-repeat;
	width:575px;
	height:10px;
	height:11px;*/
	clear:both;
}




/*-------------- Get Started -------------*/
#instructions-container{
}
#instructions{

}

#instructions h1{
	color:#ff770b;
	font-size:20px;

}


#instructions #steps{
	width:25px;
	height:25px;
	float:left;
	margin:-4px 10px 10px 10px;

}

#instructions-header{
	background:url(../landing/images/inst-border-top.gif);
	width:575px;
	height:9px !important;
	margin:0;
	height:8px;*/
}
#instructions-body{
	background:url(../landing/images/inst-border-body.gif) repeat-y;
	width:575px;
	margin:0;
	text-align:left;
}

#instructions-body h1{
	margin:0 0 0 0;
	padding:10px 0 0 15px;
	text-align:left;
	color:#ff770b;
	font-size:24px;
	line-height:22px;
}

#instructions-body h2{
	margin:0 0 0 0;
	padding:18px 5px 15px 15px;
	text-align:center;
	color:#ff770b;
	font-size:16px;
	line-height:22px;
	letter-spacing:-0.05em;

}

#instructions-body p{	
	margin:0 0 0 0;
	padding:15px 10px 5px 15px;
	text-align:left;
	color:#444;
	font-size:13px;
	line-height:16px;
	letter-spacing:-0.05em;
}

#instructions-starburst{
	z-index:100;
	float:right;
	margin: -75px 0 0 560px;
	position:absolute;
	text-align:right;
}


#instructions-footer{
	background:url(../landing/images/inst-border-bottom.gif) no-repeat;
	width:575px;
	height:10px;
	height:11px;*/
	clear:both;
}


/* ----  FREE TRAINING STYLES ------*/

#left_video{
	float:left;
	width:450px;
	
}


#right_video{
	float:right;
	width:450px;
	margin: 0 10px 0 10px;
	
}


#video_container .header{
	background:url(../landing/images/box-container-header.gif) no-repeat;
	height:10px;
}


#video_container .body{
	background:url(../landing/images/box-container-body.gif) repeat-y;
	padding: 5px 10px;
	height:350px;
}

#video_container .footer{
	background:url(../landing/images/box-container-footer.gif) no-repeat;
	height:10px;
}


#video_starburst{
	width:125px;
	height:125px;
	float:right;
	position:relative;
	margin-top:-75px;
}


.clear{
	clear:both;
}


a img, a:hover img{
	border:0 none;
	text-decoration:none;
}









