@charset "UTF-8";

/* LEFT COLUMN
-------------------------------------------*/

.col-13-1 {
	margin-bottom: 10px;
	padding-top: 20px;
	}
	
	.profiler-intro-header {
		margin: 0 20px 12px 20px;
		}
		.profiler-intro-header h2 {
			margin-bottom: 2px;
			font: bold 19px/23px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			color: #fff;
			}
		.profiler-intro-header h3 {
			font: bold 12px/17px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			text-transform: uppercase;
			color: #fff;
			}
			
	.col-13-1 p {
		margin: 0 20px 12px 20px;
		font: normal 13px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color: #fff;
		}



/* RIGHT COLUMN
-------------------------------------------*/

.col-13-2 {
	margin-bottom: 10px;
	padding-top: 20px;
	}
	
	.numbers {
		margin: 0 0 12px -2px;
		height: 25px;
		}
		.numbers li {
			float: left;
			width: 35px;
			height: 25px;
			}
			.numbers span,
			.numbers a {
				display: block;
				width: 25px;
				height: 25px;
				text-align: center;
				color: #fff;
				font: bold 14px/25px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				background: url(/images/ltc/quiz-number-bg.png) no-repeat 0 -35px;
				}
			.numbers .answered {
				background-position: 0 0;
				}
			.numbers .current {
				background-position: 0 -140px;
				}
				
	.col-13-2 h3 {
		margin-bottom: 12px;
		color: #00A69C;
		font: bold 23px/26px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		}
		
	.col-13-2 p {
		margin-bottom: 15px;
		font-size: 15px;
		line-height: 23px;
		}
		
	#answers {
		margin: 0 0 15px -8px;
		}
		#answers td {
			padding: 6px 4px;
			vertical-align: middle;
			font: bold 14px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			}
		#answers .selected td {
			background: #FFE482;
			color: #333;
			}
		#answers td {
			padding-right: 10px;
			}
		#answers .left-cell {
			padding-right: 0;
			width: 22px;
			text-align: center;
			}
			
	#submit-answer {
		display: none;
		margin-bottom: 10px;
		width: 136px;
		height: 20px;
		cursor: pointer;
		background: url(/images/ltc/submit-answer.png) no-repeat 0 -50px;
		}
	.es #submit-answer {
		width: 154px;
		background-image: url(/images/ltc/submit-answer-es.png);
		}
	#submit-answer:hover ,
	#submit-answer:focus {
		background-position: 0 -75px;
		outline: none;
		}
	#err-msg {
		float: left;
		margin: 0 0 0 -10px;
		padding: 0 10px;
		font: bold 14px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background: #FFE482;
		color: #333;
		}
		
	.profiler-complete {
		margin-bottom: 23px;
		}
		.profiler-complete h3 {
			margin-bottom: 0;
			}
		.profiler-complete h4 {
			margin-top: 10px;
			font: bold 18px/23px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			}
			.profiler-complete h4 strong {
				color: #F68B1F;
				}
	.profiler-results {
		padding-left: 2px;
		}
		.profiler-results h3 {
			margin: 0 0 2px 0;
			font-size: 18px;
			color: #F68B1F;
			}
		.profiler-results ul {
			margin-bottom: 15px;
			font-size: 15px;
			line-height: 23px;
				}
			.profiler-results li {
				margin-bottom: 10px;
				padding-left: 12px;
				background: url(/images/ltc/bullet-teal.png) no-repeat 0 10px;
				}
			



/* SECTION-SPECIFIC STYLES
-------------------------------------------*/

.assess .col-13-1 {
	padding-bottom: 217px;
	background: #00A69C url(/images/ltc/quiz-intro-bg-risk.jpg) no-repeat 0 100%;
	}
.create .col-13-1 {
	padding-bottom: 217px;
	background: #00A69C url(/images/ltc/quiz-intro-bg-plan.jpg) no-repeat 0 100%;
	}
.understand .col-13-1 {
	padding-bottom: 217px;
	background: #00A69C url(/images/ltc/quiz-intro-bg-right.jpg) no-repeat 0 100%;
	}