/* CSS Document */
	body{
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		
		font-size: 12px;
	}
	
	a:hover {
    cursor: pointer;
	}
	a{color:#004D91;}
	table {font-size: 12px;}
ul {font-size: 12px;}
/******** CSS for Layout ************/
	#content{
		overflow: hidden;
		background-color: #FFFFFF;
	}
	#header{
		position: relative;
		display:block;
		height: 100px;
		

		background-repeat: no-repeat;
	}
	#headerlink{
	
	}
#utilityMenu{
	font-size: 9pt;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0px;
}
#utilityMenu a{
	padding: 0 5px;
	color:#004D91;
	text-decoration: none;
}
#utilityMenu a:hover{
	color: #FF9900;
}
	#header #phone{
		position: absolute;
		color: #0000000;
		font-size: 24px;
		bottom: 12px;
		right: 15px;
		font-weight: bold;
		text-align: right;
	}
	#phone span{
		font-size: 26px;
		display: block;
	}
	#header #paymentOptions{
		position: absolute;
		right: 10px;
		bottom: 3px;
		top:71px;
	}
	#leftColumn{
		position: relative;
		float: left;
		width: 625px;
		padding: 5px;
	}
	#printPage{
		position: absolute;
		top:0;
		right:0;
		clear:both;
	}
	#rightColumn{
		width: 300px;
		background-color: #FFFFFF;
		float: right;
		padding: 5px;
		border-left: 1px #CECECE dashed;
	}
	#wrapper{
		width: 950px;
		margin: 0 auto;
		/*border-left: 1px #CECECE solid;
		border-right: 1px #CECECE solid;		
		border-bottom: 1px #CECECE solid;*/
		background-color: #FFFFFF;
	}
/********************/
/******* CSS for right column ********/
	.infoContainer{
		position: relative;
		background-color:#EEEEEE;
		border-left: 2px solid #CCCCCC;
		border-right: 2px solid #CCCCCC;
		width: 285px;
		padding: 0 3px;
		margin: 0 auto;
		/*border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;*/
		font-weight: bold;
		font-size: 12px;
		overflow: hidden;
	}
	.infoContainerDisabled{
		color:#CCCCCC;
	}
	.infoContainer h2{
		font-size: 16px;
		text-align: center;
		margin: 0 0 3px 0;
		padding-top: 0;
	}
	.infoContainer table td{
		margin: 0;
		padding: 0;
	}
	.infoContainer table{
		width: 100%;
	}
	.infoContainer .infoVal{
		text-align: right;
		font-weight: normal;
	}
	.infoContainerTop{
		width: 295px;
		font-size: 1px;
		background-image:url(images/infoBoxTop.gif);
		background-repeat: no-repeat;
		height: 8px;
		margin: 0 auto;
		padding: 0;

	}
	.infoContainerBottom{
		width: 295px;
		font-size: 1px;		
		background-image:url(images/infoBoxBottom.gif);
		background-repeat: no-repeat;
		height: 8px;
		margin: 0 auto;
		margin-bottom: 5px;
	}

	.edit{
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
	}
	.infoContainer .edit{
		position: absolute;
		top: 4px;
		right: 5px;
		display: block;
		text-align: right;
	}
	#confirmInfo .edit{
		position: relative;
		display: block;
		float: right;
		margin-right: 10px;
	}
	#seals{
		position: relative;
		width: 295px;
		text-align: center;
		margin-bottom: 15px;
	}
	#seals .infoBox{
		position: absolute;
		right: 47px;
		bottom: 58px;
	}
	#seals .infoBox img{
		bottom: 0px;
		right: 0px;
	}
	#step2 .infoBox img{
		top: 0px;
		left: 0px;
	}
		#depositstuff{
		position: absolute;
		left: 191px;
		top: 88px;		
	}
	#step2 #deposit{
		position: absolute;
		top: 86px;
		left: 169px;

	}

	#step2 #discountInfo{
		position: absolute;
		top: 38px;
		left: 162px;
		z-index: 350;
	}

	#discountprice{
		padding-left: 30px;
		/*position: absolute;
		left: 184px;
		*/
	}
	
	#seals h2{
		font-size: 16px;
		margin-bottom: 0px;
	}
	#statusBar{
		margin: 30px 0px 30px 20px;
		/*margin: 30px 0px 0px 20px;*/
		width: 539px;
		padding: 0;
	}
	#statusBar h1{
		margin-bottom: 0;
	}
/*****************/
/******** CSS for Form *********/
	.block { display: block; }
	.box {
		position: absolute;
		top:300px; left:300px;
		width: 150px;
		border: 1px solid #B30000;
		display: none;
		z-index: 5000;
		background-color:#FFFF99;
		color:#000000;
		width:150px;
		font-family:tahoma;
		font-size:11px;
		border:1px solid #B30000;
		/*box-shadow: 0px 0px 6px #000;
		-moz-box-shadow: 0px 0px 6px #000;
		-webkit-box-shadow: 0px 0px 6px #000;*/
		padding:4px 10px 4px 10px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;

	}
	#countryError{
		margin: 10px 8px 0px 8px;
		padding: 3px;
		border: 1px solid #B30000;
		background-color: #FFFF99;
	}
	#nameError{
		font-weight:normal;
		padding:3px;
	}
	#name2Error{
		font-weight:normal;
		padding:3px;
	}
	.errorField {
		border: 1px solid #FF0000;
	}
	label.errorImage{
		background-image:  url("/register/images/error.gif");
		background-repeat: no-repeat;
		background-position:right;
	}
	.errorText{
		display: block;
		margin-bottom: 5px;
		font-weight: normal;
	}
	.req{
		color: #FF0000;
	}
	#studentInfo input[type="text"], #ccvalues input[type="text"] {
		height: 20px;
	}
	.focusField{
		border: 1px solid #000000;
	}
	.idleField{
		border: 1px solid #CCCCCC;
	}
	#studentInfo ul{
		list-style: none;
		margin: 20px 0 0 10px;
		padding: 0;
	}
	#ccvalues ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.center_secure {
		text-align: center;
		margin: 10px auto 0px auto;
		width: 100%;	
	}

	#studentInfo ul li, #ccvalues ul li{
		margin-bottom: 5px;
	}
	#studentInfo label, #ccvalues label{
		display: block;
		float: left;
		width: 147px;
		margin-right: 3px;
		height: 20px;
	}
	#ccvalues label{
		width: 137px;
	}
	#ccvalues{
		position: absolute; 
		/*top: 135px; */
		top: 45px;
		left: 245px;	
	}

	#selectpayment{
		position: relative;
	}

	#studentInfo #email, #emailConfirm{
		width: 250px;
	}
	#studentInfo #area, #tel1{
		width: 30px;
	}
	#studentInfo #tel2{
		width: 40px;
	}
	#studentInfo #postalExt{
		width: 50px;
	}
	#studentInfo #postal{
		width: 80px;
	}
	#step1{
		position: relative;
		margin-bottom: 30px;
	}
	#step2{
		position: relative;
	}
	#studentinfo,#confirmInfo{
		position: relative;
	}
	#studentinfo #zipExtInfo{
		position: absolute;
		top: 283px;
		left: 310px;
	}
	#step1 #paypalInfo{
		position: absolute;
		top: 118px;
		left: 174px;
		z-index: 301;
	}
	#step1 #googleCheckoutInfo{
		position: absolute;
		top: 190px;
		left: 180px;
		z-index: 300;
	}

	.steps {
		width: 539px;
		background: #F0F0E7;
		margin-left: 20px;
	}
	#final {
		width: 539px;
		margin-left: 50px;
	}
	#approval {
	position:relative;
	top: -450px;
	left: 300px;
	width: 50px;
	}
	#approval ul{
		display: block;
		width: 400px;
		list-style: none;
		margin: 0 0 0 20px;
		padding: 0;
	}
	#approval ul li{
		clear: both;
	}
	
	#approval ul li span{
		display: block;
		width: 150px;
		float: left;
		font-weight: bold;
	}

	#final ul{
		display: block;
		width: 400px;
		list-style: none;
		margin: 0 0 0 20px;
		padding: 0;
	}
	#final ul li{
		clear: both;
	}
	
	#final ul li span{
		display: block;
		width: 150px;
		float: left;
		font-weight: bold;
	}

	.steps h4{
		font-size: 14px;
		margin-left: 10px;
		margin-bottom: 5px;
	}
	#confirmInfo ul{
		display: block;
		width: 400px;
		list-style: none;
		margin: 0 0 0 20px;
		padding: 0;
	}
	#confirmInfo ul li{
		clear: both;
	}
	#confirmInfo ul li span{
		display: block;
		width: 150px;
		float: left;
		font-weight: bold;
	}
	.steps h3{
		font-size: 100%;
		margin:0;
		padding: 0 10px 3px;
		background: #0072C6;
		color: #FFF;
		text-align: left;
	}
	/*.steps form{
		width:475px;
		background-color: #F0F0E7;
	}*/
	fieldset{
		border: 0px solid #000;
	}
	fieldset label{
		float:left;
		display:inline;
		width:100px;
    	line-height:16px;
		margin: 3px 10px;
		text-align:center;
		background: #FFF url(..arrow.jpg) no-repeat right center;
	}
	
	label.error{
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	font-weight: bold;
	display: block;
	}
/*	input{
		margin: 0px 10px;
		font-bold: true;
	}
	br{clear:left}*/

/********************/
	.infoBoxContent p{
		margin: 0;
		padding: 0;
	}
	.infoBox{
		position: relative;
		width: 310px;
		z-index: 300;	
		text-align: justify;
		font-weight: normal;
	}
	.infoBox img{
		z-index: 301;
		position: absolute;
		margin: 3px;
	}
	
	.infoBox img {
		margin-left: 30px;
		margin-top: -20px;	
	}
	.infoBox div.infoBoxTop{
		background-image:url(images/infoTop.gif);
		height: 10px;
		font-size: 1px;
	}	
	.infoBox div.infoBoxContent{
		margin: 0;
		display:none;
		overflow: hidden;
		color: #666666;
		font-size:11px;
	}
	.infoBoxContent h3{
		font-size: 12px;
		font-weight: bold;
		background: none;
		color: #666666;
		margin: 0px 0px 5px 0px;
	}
	.infoBox div.infoBoxBottom{
		background-image:url(images/infoBottom.gif);
		height: 10px;
		font-size: 1px;
	}	
	.infoBox div.infoBoxBody{
		background-image:url(images/infoStretch.gif);	
		padding: 0px 20px;
		height: 100%;
	}
	.faqWrapper{
		position: absolute;
		width:100%;
		z-index: 5000;
		top:0px;
		left: 0px;
		display: none;
	}
	.faqAnswer{
		color: #333333;
		position: absolute;
		z-index: 5001;
		width: 500px;
		display:none;
	}
	.faqAnswer h3{
		padding: 0;
		margin: 0 0 10px 0;
	}
	.faqAnswer p{
		padding: 0;
		margin: 0;
	}
	.faqTop{
		background-image:url(images/faqTop.gif);	
		height: 16px;
		font-size: 1px;
	}
	.faqBottom{
		background-image:url(images/faqBottom.gif);	
		height: 16px;
		font-size: 11px;
		text-align:right;
	}
	.closeFaq{
		margin-right: 9px;
	}
	.faqBody{
		background-image: url(images/faqStretch.gif);
		padding: 0px 20px;
		height: 100%;
	}
	.faqClose{
		position: absolute;
		top: 4px;
		right: 7px;
	}
	.fixZ{
		position: absolute;
		width:100%;
		z-index: 4999;
		top:0px;
		left: 0px;
	}
	#termsHidePrint{
		display: none;
		margin: 10px;
		
	}
	#tandc_title{padding-bottom:10px;
	font-weight:bold;}
	#tandc_right_margin{width:65%; padding-bottom:10px;}
	#tandc_full{padding-bottom:20px; width:100%}


#paypal-banner{
	text-align:center;
	padding:5px 0;
	height:60px;
	width:539px;
	padding-left:20px;
}







#div-header-phone{
	float: right;
	font-size: 2em;
	line-height: 58px;
	padding-right: 10px;
}
#div-header-phone a {
	color: #0072C6;
	text-decoration: none;
}
/* phone Portrait */
@media only screen 
  /*and (min-device-width: 320px) */
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  	#div-header-phone{ 
  		font-size: 1em;
  	}
}

#utilityMenu,
#printPage,
#status, #statusBar,
#paypal-banner,
#paymentOptions {
	display: none;
}
#wrapper {
	width: auto;
}
#leftColumn {
	width: auto;
	float: none;
	padding: 0;
}
#rightColumn {
	display: none;
}
#header {
	height: auto;
}
#header #phone {
	display: none;
}

.steps {
	width: auto;
	margin: auto;
	margin-bottom: 20px;
}
.steps h3 {
	padding: 5px;

}
.steps table {
	/*width: 100%;*/
}
.steps table td {
	padding: 5px;
}
#step1 {
	/*margin: auto;*/
}
.div-button {
	text-align: center;
}
.div-required-field {
	padding: 5px;
}
.div-info {
	padding: 5px;	
}

label.errorImage {
	background-image: none;
}

#selectcourse select{
	width: 100%;
}


#studentinfo *, #selectpayment, * {
	box-sizing: border-box;
}
#studentInfo ul {
	margin: 0;
}
#studentInfo ul li {
	padding: 5px;
}
#studentInfo ul li:last-child,
#ccvalues ul li:last-child {
	padding-bottom: 10px;
}
#studentInfo label, #ccvalues label {
	margin: 0;
	padding-right: 5px;
	width: 30%;
	line-height: 2em;
	text-align: right;
}
#studentInfo input[type="text"], #ccvalues input,
#studentInfo #postal,
#studentInfo #email, #studentInfo #emailConfirm {
	padding-left: 5px;
	height: 2em;
	width: 70%;
	display: inline-block;
}
#studentInfo select, #ccvalues select {
	height: 2em;
}
/*#studentInfo #email, #emailConfirm {
	width: auto;
}*/
#studentInfo #area, #studentInfo #tel1 {
	width: 18%;
}
#studentInfo #tel2 {
	width: 25%;
}


#ccvalues {
	position: static;
	/*padding: 5px;*/
}
#ccvalues ul li {
	padding: 5px;	
}
#ccvalues li:first-child {
	padding-top: 10px;
}



#confirmInfo ul {
	width: auto;
}


#div-final h3 {
	padding: 5px;
}


#content {
	overflow: visible;
}
.center_button {
	width: 100%;
	text-align: center;	
}
#continueButton {
  background: #7eb900;
  background-image: -webkit-linear-gradient(top, #7eb900, #5c8503);
  background-image: -moz-linear-gradient(top, #7eb900, #5c8503);
  background-image: -ms-linear-gradient(top, #7eb900, #5c8503);
  background-image: -o-linear-gradient(top, #7eb900, #5c8503);
  background-image: linear-gradient(to bottom, #7eb900, #5c8503);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  border-width: 0;
}

#continueButton:hover {
  background: #86c204;
  background-image: -webkit-linear-gradient(top, #86c204, #7eb900);
  background-image: -moz-linear-gradient(top, #86c204, #7eb900);
  background-image: -ms-linear-gradient(top, #86c204, #7eb900);
  background-image: -o-linear-gradient(top, #86c204, #7eb900);
  background-image: linear-gradient(to bottom, #86c204, #7eb900);
  text-decoration: none;
}