@charset "UTF-8";
/* JHT Read for Credit CSS */





/*
		GLOBAL
======================================================================

*/


b {
	text-decoration:underline;
}

body {
	background:#fff url(../images/bg_header.gif) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px auto 0px auto;
	width:980px;
}

h1 {
	font-size:16px;
}

h2 {
	color:#414141;
	font-weight:normal;
	font-style:italic;
	font-size:13px;
	line-height:18px;
}

h3 {
	color:#0354a7;
	font-size:15px;
}

h4 {
	color:#414141;
	font-size:14px;
}

hr {
	background:#b4b4b4;
	height:1px;
	clear:both;
	margin:20px 0px 10px 0px;
}

#footer {
	width:980px;
	text-align:center;
	margin:40px 0px 30px 0px;
}

#footer h2 {
	font-size:11px;
	color:#0363c5;
	font-weight:normal;
	margin:3px auto 30px auto;
}

#footer p {
	color:#656565;
	font-size:9px;
	line-height:13px;
	font-style:italic;
	width:600px;
	margin:7px auto 0px auto;
}

#footer img {
	border:none;
}

.greyContainer {
	border:#969696 solid 1px;
	background:#d6d6d6;
	margin-top:40px;
}

.subpage a {
	color:#0363c5;
	text-decoration:none;
}

.subpage a:hover {
	color:#0363c5;
	text-decoration:underline;
}

.subpage #logo {
	display:block;
	background:url(../images/logo_header.gif) no-repeat;
	text-indent:-9999px;
	width:525px;
	height:42px;
	margin:24px 0px 0px 28px;
}

.subpage #content {
	margin:60px 28px 0px 28px;
}





/*
		HOME
======================================================================

*/


.home {
	background:#fff url(../images/bg_home.gif) repeat-x top;
}

.home h1 {
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	text-align:justify;
	color:#0363c5;
	margin:10px 0px 0px 0px;
}


.home h5 {
	background:url(../images/logo_home.gif) no-repeat;
	width:415px;
	height:72px;
	position:absolute;
	top:60px;
	margin:0px 0px 0px 58px;
	text-indent:-9999px;
}

.home a {
	color:#0363c5;
	font-weight:bold;
	text-decoration:none;
}

.home a:hover {
	color:#000;
}

.home #header #startQuiz {
	background:url(../images/circle_arrow_white_23px.gif) no-repeat left;
	position:absolute;
	top:152px;
	margin-left:563px;
	font-size:21px;
	font-weight:bold;
	text-decoration:none;
	color:#d6d6d6;
	min-height:23px;
	padding:1px 0px 0px 30px;
	vertical-align:middle;
}

.home #header #startQuiz:hover {
	color:#FFF;
}

.home #content {
	margin-top:225px;
	padding:0px 58px 0px 58px;
}

.home #content #startQuiz {
	background:url(../images/arrow_blue_12px.gif) no-repeat left;
	position:absolute;
	top:380px;
	padding:1px 0px 0px 20px;
	color:#0363c5;
	min-height:9px;
}

.home #content #startQuiz:hover {
	color:#000;
}

.home #footer {
	position:absolute;
	top:434px;
}






/*
		ANSWER
======================================================================

*/


#answer {
	text-align:center;
	padding:20px 0px 0px 0px;
}

#answer h3 {
	margin:15px 0px 10px 0px;
}

#answer select {
	margin:0px 0px 20px 0px;
	width:150px;
}

#answer #buttons {
	margin:0px 0px 20px 0px;
}





/*
		ANSWER FORM BOX
======================================================================

*/


.answerForm {
	/*display:inline-block;
	*display:inline;
	zoom:1;*/
	display:block;
	width:260px;
	float:left;
	color:#414141;
	margin:10px 20px 20px 20px;
}

.answerForm #header {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

.answerForm #header input {
	width:15px;
	height:20px;
	margin:0px 2px 0px 2px;
	background:#e2e2e2;
	border:#969696 solid 1px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.answerForm #form {
	background:#e2e2e2;
	border:#bbb solid 1px;
	padding:15px;
	font-size:14px;
	font-weight:bold;
}

.answerForm #form span {
	display:block;
	float:left;
	width:45px;
	margin-top:10px;
}





/*
		SUBMIT ANSWERS & INFORMATION
======================================================================

*/


#submitAnswers {
	padding:30px 50px 0px 50px;
}

#submitAnswers #infoForm {
	float:left;
}

#submitAnswers #infoForm input {
	display:block;
	background:#e2e2e2;
	border:#969696 solid 1px;
	font-size:14px;
	width:370px;
}

#submitAnswers #infoForm select {
	font-size:12px;
	margin:2px 0px 3px 0px;
	*margin:2px 0px 0px 0px;
}

#submitAnswers p {
	font-size:11px;
	color:#414141;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	vertical-align:bottom;
}

#submitAnswers p a {
	font-weight:normal;
}

#submitAnswers p span {
	width:12px;
	text-align:center;
	display:inline-block;
}

#submitAnswers #billingOption {
	display:inline-block;
	*display:inline;
	zoom:1;
	font-size:11px;
	margin:0px 0px 0px 10px;
}


#submitAnswers #billingOption span {
	color:#414141;
	font-weight:normal;
}

#submitAnswers #termsConditions p {
	font-weight:normal;
	line-height:14px;
}

#submitAnswers #termsConditions div input {
	text-align:center;
	width:300px;
	display:block;
	margin:10px auto 10px auto;
}



	






/*
		ANSWER REVIEW BOX
======================================================================

*/


#answerReview #box {
	border:#969696 solid 1px;
	background:#e2e2e2;
	text-align:center;
	max-width:230px;
	padding:10px 0px 10px 0px;
}

#answerReview #box div {
	display:inline-block;
	*display:inline;
	zoom:1;
	text-align:center;
	margin:0px 12px 0px 12px;
	*padding:0px 0px 5px 0px;
}

#answerReview h3 {
	text-align:center;
	display:block;
}

#answerReview h4 {
	margin:10px 0px 10px 0px;
}

#answerReview p {
	font-size:12px;
	line-height:9px;
	font-weight:normal;
	margin:10px 0px 10px 0px;
}

#answerReview a {
	font-size:11px;
}





/*
		ERROR MESSAGE
======================================================================

*/

.errorMessage {
	font-weight:bold;
	font-style:italic;
	color:#F00;
}





/*
		CONFIRMATION PAGE
======================================================================

*/


#confirmedInfoPayment {
	padding:30px 50px 0px 50px;
	color:#414141;
}

#confirmedInfoPayment h3 {
	display:block;
	height:30px;
}

#confirmedInfoPayment p a {
	font-weight:normal;
}

#confirmedInfoPayment #info {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	width:260px;
}

#confirmedInfoPayment #info em {
	display:block;
	font-size:14px;
	height:25px;
}

#confirmedInfoPayment #info p {
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

#confirmedInfoPayment #contactLink {
	position:absolute;
	margin:80px 0px 0px 0px;
	width:500px;
	font-style:italic;
	line-height:21px;
}

#confirmedInfoPayment #paymentResults {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
}

#confirmedInfoPayment #answerReview {
	margin:10px 0px 30px 0px;
}







