*{margin:0 auto;padding:0}

body {
	font: normal 12pt arial, helvetica, sans-serif;
}

h1 {
	margin-bottom: 20px;
	font: normal 1.5em arial, helvetica, sans-serif;
}

h2 {
	margin: 0 0 15px 0;
	font: bold 1.25em arial, helvetica, sans-serif;
	color: #0066ff;
}

h3 {
	margin-bottom: 15px;
	font: bold 1em arial, helvetica, sans-serif;
	color: #0066ff;
}

p {
	margin-bottom: 20px;
	font: normal 12pt arial, helvetica, sans-serif;
	line-height: 20px;
	color: #000;
}

img {
	border: none;
}

a {
	color: #0066ff;
	text-decoration: none;
}

a, a:link, a:visited, a:active {
   outline: 0;
}

#header_container {
	height: 420px;
}

/*#header {
	width: 900px;
	position: relative;
}

	#logo {
		margin: 0 auto;
		width: 800px;
	}
	
	#reg_log {
		position: absolute;
		right: 0;
		width: 240px;
	}
		
	#header ul {
		list-style: none;
	}
	#header ul li {
		display: inline;
	}
	
	#header ul li a {
		color: #fff;
		text-decoration: none;
	}
	
	#header ul li a:hover {
		color: #fff;
	}*/
	
#content, .content, #aff_content, .aff_content {
	margin: 0 auto 40px auto;
	padding: 20px;
	width: 860px; /*760*/
	background: #fff;
	border: solid 1px #fff;
	color: #000;
	/*min-height: 300px;*/
}

.course {
	/*width: 900px; 800*/
}

.round {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #fff;
}
	
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#question_container ol {
	margin: 0 0 50px 30px;
}

	#question_container ol li {
		padding: 0 0 5px 0;
	}
	
#answer_container ol {
	margin: 0 0 0 30px;
}

	#answer_container ol li {
		padding-bottom: 5px;
		font-weight: bold;
		font-style: italic;
	}
	
	.top {
		font-size: .75em;
		font-style: normal;
	}
	
	#answer_container .faq_answer {
		margin-bottom: 25px;
		line-height: 1.5;
	}
	

							/* Registration Stuff */
							
#registration_left_panel {
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	width: 200px;
	border-right: dotted 1px #bbb;
	float: left;
}

#registration_panel {
	margin: 0;
	padding: 0 0 0 5px;
	float: right;
	width: 640px; /*640*/
	width: 500px;
}

#registration_container {
	margin: 0 auto 0 auto;
	width: 500px;
}
						
#registration_container label {
	display: inline;
	font-weight: bold;
	float: left;
	font-size: 14px;
	padding: 5px 0px;
	color: #444;
}

#registration_container label.price {
	display: block;
	font-weight: bold;
	float: left;
	color: #444;
	float: none;
	font-size: 12px;
	text-align: center;
}

.course_register_button {
	margin: 20px auto;
	width: 300px;
	color: #fff;
	background: #aa0000;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(120,0,0)),
		color-stop(1, rgb(170,0,0))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(120,0,0) 0%,
		rgb(170,0,0) 100%
	);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #880000;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}

.course_register_button a {
	color: #fff;
	text-shadow: #880000 -1px -1px 0;
}
	
.course_price {
	font-family: georgia, times, serif;
	font-size: 24px;
	text-align: center;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ddd;
	padding: 5px 0 10px 0;
	background: #eee;
	width: 100px;
}

.desc {
	font-size: 10px;
	font-weight: normal;
}

#registration_container .row, #registration_container .reg_row {
	margin-bottom: 5px;
	padding: 10px;
	background: #eee;
	border-bottom: solid 1px #ddd;
	text-align: right;
}

#registration_container .price_row {
	margin: 0 auto 0 auto;
	width: 250px;
	padding: 10px;
	background: #eee;
	border-bottom: solid 1px #ddd;
	text-align: right;
}

#registration_container .row_err {
	margin-bottom: 5px;
	padding: 10px;
	background: #d92525;
	border-bottom: solid 1px #c21d1d;
	text-align: right;
}

#registration_container .row_err label {
	color: #fff;
}

#registration_container .contact_field, .form_entry .contact_field, #refer input {
	background: #fff;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	width: 250px;
	padding: 5px;
	font-size: 14px;
	color: #333;
}

#registration_container input.check {
	width: 50px;
	background: none;
	border: none;
	margin-top: 5px;
}

#registration_container select {
	background: #fff;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 5px;
	font-size: 14px;
	color: #333;
}

.registration_subdivision {
	margin-bottom: 20px;
	padding: 10px 20px;
	border: solid 1px #eee;
	background: #fff;
	width: 460px;
}

.subdivision_title {
	margin-bottom: 10px;
	font-weight: bold;
	color: #0066ff;
}

.reg_bread {
	margin: 0 5px 0 0;
	padding: 5px;
	background: #eee;
	border-bottom: solid 1px #d0d0d0;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #ddd;
}

.reg_bread .bread_container {
	padding: 5px;
	border: solid 1px #ddd;
}

#reg_bread {
	margin: 0 5px 0 0;
	padding: 5px;
	/**/background: #d92525;
	border-bottom: solid 1px #c0c0c0;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#reg_bread #bread_container {
	padding: 5px;
	border: solid 1px #aa0000;
}

#shipping_header {
	margin: 0 0 5px 0;
	background: #eef1fd;
	padding: 20px;
	text-align: center;
	background: #eee;
	border: dashed 1px #ddd;
}

#shipping_container {
	clear: both;
}

#shipping_container label {
	font-weight: bold;
	color: #444;
}

.shipping_option {
	margin: 5px 0;
	padding: 10px;
	background: #eee;
	border-bottom: solid 1px #ddd;
}

.shipping_option_existing {
	margin: 5px 0;
	padding: 10px;
	background: #d92525;
	border-bottom: solid 1px #c21d1d;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

#shipping_container .shipping_desc {
	font-weight: normal;
	color: #444;
}

.price {
	margin: 3px 0 0 3px;
	float: right;
}

#fax, #email, #fax_email, #refer {
	margin: 5px 0 0 0;
	padding: 5px;
	background: #ddd;
	display: none;
}

#refer {
	font-size: 10pt;
	background: none;
}

#reason {
	display: none;
}

#receipt_container {
	margin: 0 auto 0 auto;
	padding: 10px;
}

#receipt_container #receipt .entry {
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
}

#receipt {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 50%;
}

#course_continue {
	clear: both;
}

#overwrite {
	background: #ffe9e9;
	border: solid 1px #aa0000;
	margin: 20px 0;
	padding: 10px 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

#overwrite a {
	color: #ff0000;
}

							/* Login Stuff */
							
#login_container {
	margin: 0 auto 50px auto;
	text-align: center;
	width: 500px;
}

.form_entry {
	margin: 0 auto 0 auto;
}

.form_entry input {
	width: 150px;
}

.form_entry label {
	display: inline;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px;
	color: #444;
}

.row .form_entry {
	margin-bottom: 5px;
	padding: 10px;
	background: #eee;
	border-bottom: solid 1px #ddd;
	text-align: center;
}

#security_entry {
	margin: 0 auto 30px auto;
	width: 375px;
	text-align: right;
}

#security_entry .entry {
	line-height: 25px;
}

#security_entry .entry input {
	margin: 0 2px;
}

#rememberme {
	position: relative;
	margin: 10px 0 0 0;
	left: 95px;
	font-size: 12px;
	float: left;
}

#rememberme input {
	width: 20px;
}

#forgot_password a {
	color: #2b5e7f;
	/*float: right;*/
	margin: 10px 0 0 0;
	text-decoration: none;
}

#forgot_password a:hover {
	text-decoration: underline;
}

.row #forgot {	
	width: 350px;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #d92525;
	border-bottom: solid 1px #c21d1d;
}

#forgot {
	margin: 0 auto 0 auto;
	text-align: left;
	font-weight: bold;
}

#forgot a {
	color: #fff;
	text-decoration: none;
}

/* Final Test Stuff */

#final_note {
	margin: 0 auto 0 auto;
	padding: 10px;
	color: #ff0000;
	font-weight: bold;
	text-align: left;
	width: 650px;
}

#post_test {
	margin-top: 40px;
}

#post_test p {
	text-align: left;
}

#post_shipping {
	margin-top: 40px;
	padding: 20px;
	width: 550px;
	background: #fff;
	border: solid 1px #eee;
}

#post_social {
	margin-top: 40px;
}


#tvs_notes ul {
	padding: 0 40px;
}

#tvs_notes ul li {
	padding-bottom: 20px;
}

#tvs_info {
	font-size: 10px;
}

.mod {
	float: right;
	padding: 5px 0 0 20px;
	font-size: .75em;
}

.mod input {
	position: relative;
	top: 2px;
	right: 3px;
}

.testimonial {
	/*background: #eee;*/
	margin-bottom: 20px;
}

	.timg, .tcont {
		float: left;
	}
	
	.timg img {
		max-height: 100px;
		max-width: 100px;
	}
	
	.tcont {
		padding-left: 20px;
		width: 720px;
	}
	
	.ttitle {
		padding-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -1px;
		color: #333;
	}

	.divider {
		margin: 0 0 20px 0;
		padding: 0;
		border-top: solid 1px #eee;
		border-bottom: solid 1px #fff;
	}
	
	ul.social_img {
		float: right;
	}
		
	ul.social_img li {
		display: inline;
	}
	
.course_container {
	margin-bottom: 40px;
}

#evaluation {
	width: 600px;
}

.eval_title {
	font-weight: bold;
}

#score {
	background: #faecec;
	border: solid 5px #aa0000;
	width: 275px;
	padding: 10px 0;
	font: normal 24px georgia, times, serif;
}

.question, .answer, #course_content {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.question, .answer {display:block;} !important

.error {
	line-height: 1.5;
}

.error ul, ol {
	margin: 20px;
}

.error li {
	margin-left: 20px;
	text-align: left;
	padding-bottom: 5px;
}

#crossroads {
	margin: 50px auto 100px auto;
	width: 500px;
}
#crossroads td img {
	border: 0;
}
#crossroads td img:hover {
	filter: alpha(opacity=90);
	opacity: 0.9;
	border: 0;
}
#crossroads .reg_date {
	position: absolute;
	top: 50px;
	/*width: 500px;*/
	height: 0px;
	z-index: 50;
	font: bold 28px arial,helvetica,sans-serif;
	color: #a52e2e;
}

#crossroads .click_here {
	position: absolute;
	bottom: 20px;
}

#crossroads .reg_date.left, #crossroads .click_here.left {
	left: 20px;
}

#crossroads .reg_date.right, #crossroads .click_here.right {
	right: 20px;
}

ul.list {
	margin-left: 20px;
}

ul.list li {
	margin-left: 20px;
	line-height: 1.5;
}

#footer_container #footer .footer_panel:nth-child(2) { /*hides corporate footer panel with Nationwide Traffic School as per CTSI*/
	visibility: hidden;
}

@media print {
*{display:none;}
}

@media only screen and (max-width: 40em) {
	
	/* corporate sites */
	#nav_wrapper, #header, #footer {
		width: 100% !important;
	}
	
	#contact_info {
		display: none;
	}
	
	#logo {
		width: 80% !important;
	}

	/* course content */
	#aff_content, .container.content {
		width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	#course_content {
		padding-right: 0 !important;
		padding-left: 0 !important;
		border: none !important;
	}
	
	.one_liners, .insurance_claims, .real_jokes {
		width: 100% !important;
	}
	
	/* student profile */
	#link_continue, #link_edit, #link_logout {
		width: 100% !important;
		text-align: left !important;
	}

	#progress_meter {
		width: 100% !important;
	}

	#menu_table {
		width: 100% !important;
	}
	
	#menu_chapter {
		width: 10% !important;
	}
	
	#menu_sections {
		width: 50% !important;
	}
	
	#menu_status {
		width: 40% !important;
	}
	
	.menu_footer {
		width: 100% !important;
	}
	
	/* login form */
	#login_container {
		margin: 0 !important;
	}
	#login_panel {
		background: none !important; 
		width: 100% !important;
	}
	#login_panel .label {
		padding: 0 !important;
		text-align: center !important;
	}
	#submit {
		margin: 0 !important;
	}
}