/* CSS Document */

body {
	background: #dedede;
	background: #fff;
}

p {
	margin: 0px;
	padding: 0px;
}

#main_container {
	/*background: #dedede;*/
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align: center;
}

#content_containter {
	background: #fff;
	margin: 0 auto 0 auto;
	padding: 50px;
	/*width: 800px;
	border: solid 1px #666666;*/
	text-align: left;
}

.chapter_title {
	background: url(../../images/chapters/title_bg.jpg) no-repeat;
	height: 40px;
	width: 680px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #990000;
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 15px 0px;
}

.section_title {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#663333;
	padding: 20px;
}

.section_sub {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#663333;
	padding: 20px 40px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0px;
	line-height: 18px;
}

.img {
	border: none;
	padding: 10px;
}

.img_lt {
	border: none;
	padding: 10px;
	float: left;
}

.img_rt {
	border: none;
	padding: 10px;
	float: right;
}

.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 0px;
}

.chapter_list {
	list-style-type: disc;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}

.numbered_list {
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}

.img_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

/*html>body #dock {
	padding: 5px 0px 0px 25px;
	margin: 0 auto 0 auto;
	position: fixed;
	background: #590618;
	border-top: solid 1px #2f030d;
	border-left: solid 1px #2f030d;
	border-right: solid 1px #2f030d; 
	width: 100%;
	height: 25px;
	z-index: 99;
	bottom: 0px;
}

.dock_content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	float: left;
	border-right: dotted 2px #a96070;
	padding: 0px 25px;
}

.dock_content a {
	color: #fff;
	text-decoration: none;
	border: 0px;
	margin: 0px 0px 0px 15px;
}*/

html>body #dock {
	padding: 5px 0px 0px 25px;
	margin: 0 auto 0 auto;
	background: #590618;
	border-top: solid 1px #2f030d;
	border-left: solid 1px #2f030d;
	border-right: solid 1px #2f030d; 
	width: 96.5%;
	height: 25px;
}

.dock_content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0px 0px;
	float: left;
	width: 50%;
}

.dock_content a {
	color: #fff;
	text-decoration: none;
	border: 0px;
	margin: 0px 0px 0px 15px;
}

#course_note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	color: #ff0000;
	font-weight: bold;
}

#course_note a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	padding: 5px;
	border: solid 1px #bbb;
}

#course_note a:hover {
	color: #fff;
	background: #ff0000;
	text-decoration: none;
}

#Timer {
	padding: 0px;
	border: solid 1px #bbb;
	font-weight: bold;
	background: #fff;
	width: 100px;
}

#TimerText {
	color: #ff0000;
	font-size: 36px;
}

#Continue {
	visibility: hidden;
}

.final, .final p {
	text-align: center;
	line-height: 18px;
}

.final form {
	padding: 10px 0px;
}

.final_link, .final_link p  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	padding: 5px 0px;
}

.movie {
	background: #fff;
	padding: 10px 0px;
}

.movie_container {
	margin: 0 auto 0 auto;
	width: 320px;
	border: solid 5px #710919;
	background: #9f293b;
}

.movie_label {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #eab548;
	letter-spacing: -.5px;
	height: 24px;
	width: 320px; 
	margin: 0 auto 0 auto;
	text-align: left;
}

.movie_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #e4c6cb;
	width: 320px; 
	margin: 0 auto 0 auto;
	text-align: left;
}

.movie_sub a {
	color: #e4c6cb;
	text-decoration: none;
}

.movie_sub a:hover {
	color: #fff;
	text-decoration: none;
}

.tran_title {
	font-weight: bold;
	font-style: italic;
	color: #37280b;
	padding: 5px 0px 5px 5px;
}

.tran_voice {
	font-weight: bold;
	font-style: italic;
	padding: 5px 0px 5px 5px;
}

div#transcript1, div#transcript2, div#transcript3 {
	background: #fce8c0;
	padding: 0px 5px;
	margin: 0 auto 0 auto;
	width: 600px;
	display: none;
	color: #75571a;
}

.one_liner_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}

.one_liner {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #fce8c0;
	color: #990000;
	margin: 0 auto 0 auto;
	padding: 15px;
	text-align: center;
	border: solid 2px #660000;
}

.joke_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #2e3958;
}

.joke {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #bdc5de;
	color: #2e3958;
	margin: 0 auto 0 auto;
	padding: 15px;
	text-align: left;
	border: solid 2px #667296;
	line-height: 18px;
}

.collision_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #263c24;
}

.collision {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #aed7a9;
	color: #263c24;
	margin: 0 auto 0 auto;
	padding: 15px;
	text-align: left;
	border: solid 2px #3b7535;
}

.silly_signs_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3f1d41;
}

.silly_signs {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #dcb3df;
	color: #3f1d41;
	margin: 0 auto 0 auto;
	padding: 15px;
	text-align: left;
	border: solid 2px #8f5593;
}

.bumper_snickers_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3b1e1e;
}

.bumper_snickers {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #f1b8b8;
	color: #3b1e1e;
	margin: 0 auto 0 auto;
	padding: 15px;
	text-align: left;
	border: solid 2px #b44e4e;
}

.vanity_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #444444;
}

.vanity {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #fff;
	color: #444444;
	margin: 0 auto 0 auto;
	padding: 15px;
	text-align: center;
	border: solid 2px #888888;
}

.chapter_tag_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #212d2c;
}
	
#chapter_tag {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #d9e9e7;
	color: #212d2c;
	margin: 0 auto 0 auto;
	padding: 15px;
	text-align: center;
	border: solid 2px #7c9a97;
	line-height: 22px;
}

#chapter_tag ol li, #chapter_tag ul li {
	padding: 5px 0px 8px 20px;
}

.question {
	font-size: 16px;
	font-weight: bold;
	margin: 25px 5px 5px 5px;
}

.answer {
	margin: 5px 5px 5px 25px;
}
