/* CSS Document */
	body{
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #00172D;
	background-image: url(/images/backgroundStretch4.jpg);
	background-position:top center;
	background-repeat: no-repeat;
		font-size: 12px;
	}
/******** CSS for Layout ************/
	#content{
		overflow: hidden;
		background-color: #FFFFFF;
	}
	#header{
		position: relative;
		display:block;
		height: 100px;
		background-color:#00172D;

		background-repeat: no-repeat;
	}
	#headerlink{
	
	}
#utilityMenu{
	font-size: 9pt;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0px;
}
#utilityMenu a{
	padding: 0 5px;
	color: #ffffff;
	text-decoration: none;
}
#utilityMenu a:hover{
	color: #FF9900;
}
	#header #phone{
		position: absolute;
		color: #FFFFFF;
		font-size: 24px;
		bottom: 25px;
		right: 10px;
		font-weight: bold;
		text-align: right;
	}
	#phone span{
		font-size: 26px;
		display: block;
	}
	#header #paymentOptions{
		position: absolute;
		right: 10px;
		bottom: 3px;
	}
	#leftColumn{
		position: relative;
		float: left;
		width: 625px;
		padding: 5px;
	}
	#printPage{
		position: absolute;
		top:0;
		right:0;
	}
	#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;
		width: 539px;
		padding: none;
	}
/*****************/
/******** 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;
	}
	.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, #ccvalues input{
		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;
	}

	#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; 
		left: 245px;	
	}
	#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 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;
	}