@charset "UTF-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	height: 100%;
}

a {
	cursor: pointer;
}

p[ align="center"] {
	text-align: center;
}

hr {
	border: none;
	border-top: 1px dashed #CCC;
	margin: 10px 0 20px;
}

#outerwrapper {
	background: none;
	border: none;
	padding: 0 35px;
	width: 960px;
	margin: 0 auto;
}

	#outerwrapper #content {
	}
	
	.hmenu .list-horizontal {
		text-align: center;
		margin-bottom: 20px;
	}
	
#content {
	padding: 20px;
	width: 960px;
}

.breadcrumbs {
	margin: 0;
	padding: 0;
	clear: both;
	height: 30px;
	text-align: center;
}
	
.breadcrumbs ul {
	margin: 0;
	padding: 0;
	display: inline-table;
	text-align: center;
}

.breadcrumbs ul li {
	font-size: 12px;
	color: #999;
	margin: 0;
	padding: 0 10px 0 24px;
	display: inline;
	list-style-type: none;
	background: url(../images/breadcrumb_arrow.png) no-repeat left;
}
	
	.breadcrumbs ul li:first-child {
		background: none;
	}

.breadcrumbs ul li a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	display: inherit;
}
	
	.breadcrumbs ul li a:hover {
		color: #333;
		text-decoration: underline;
	}

#container {
	padding: 0 0 60px 0;
	margin: 0 auto;
	width: 1000px;
	min-height: 800px;
	background: #FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	-webkit-box-shadow: 0px 0px 30px 0px #c0c1c4;
	box-shadow: 0px 0px 30px 0px #c0c1c4;
}



h1[ align="center"],h2[ align="center"],h3[ align="center"],h4[ align="center"],h5[ align="center"] {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.inactive {
	cursor: default;
}

.two_columns {
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;
}

.three_columns {
	-moz-column-count: 3;
	-moz-column-gap: 40px;
	-webkit-column-count: 3;
	-webkit-column-gap: 40px;
	column-count: 3;
	column-gap: 40px;
}

#fda_interface {
	width: auto;
	margin: 0 auto;
}

#fda_top {
	width: 960px;
	height: 56px;
}

#fda_hdr {
	width: auto;
	height: 69px;
	background: url(../images/bar_top_red_bg.png) no-repeat;
	position: relative;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

	#fda_hdr #fda_hdr_center {
		text-align: center;
	}
	
	#fda_hdr #fda_hdr_center table {
		border-collapse: collapse;
		margin: 0 auto;
	}
		
		#fda_hdr #fda_hdr_center tbody {
			margin: 0 auto;
		}
		
		#fda_hdr #fda_hdr_circle {
			width: 40px;
			height: 40px;
			background: url(../images/bar_top_red_circle.png) no-repeat center;
		}
		
		#fda_hdr #fda_hdr_lesson {
			text-align: center;
		}
		
		#fda_hdr #fda_hdr_lesson h1 {
			color: #FFF;
			font-size: 30px;
			font-weight: bold;
			border: none;
			text-shadow: 1px 1px 1px #500909;
		}
		
	#fda_module_name {
		width: 80%; 
		margin: 0 auto;
		left: 0;
		right: 0;
		position: absolute;
	}
		
#fda_body {
	width: auto;
	margin: 3px 0;
	border: 2px solid #BBBBBB;
	-webkit-box-shadow: inset 0px 0px 50px 0px #E9E9E9;
	box-shadow: inset 0px 0px 50px 0px #E9E9E9;
}

	#fda_body a {
		text-decoration: none;
		font-weight: bold;
		color: #6D1315;
	}
	
		#fda_body a:hover {
			text-decoration: underline;
			color: #1C2F5A;
		}

	#fda_body #fda_content {
		width: auto;
		padding: 20px 20px 40px;
		min-height: 300px;
	}
	
		#fda_body .left_content {
			width: 620px;
			float: left;
			}
			
		#fda_body #fda_content h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 22px;
			color: #6d1315;
			margin: 7px 0;
			padding: 7px 0;
			border-bottom: 1px dashed #CCC;
			text-shadow: 0px 1px 1px #CCC;
		}
			
		#fda_body #fda_content h2 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 18px;
			color: #1c2f5a;
			margin: 7px 0;
			padding: 7px 0;
		}
			
		#fda_body #fda_content h3 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 16px;
			color: #846329;
			margin: 7px 0;
			padding: 7px 0;
		}
			
		#fda_body #fda_content h4 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 14px;
			color: #000;
			margin: 7px 0;
			padding: 7px 0;
		}
				
		#fda_body #fda_content p {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			line-height: 24px;
			color: #000;
			margin: 5px 0;
			padding: 5px 0;
		}
				
		#fda_body #fda_content ul {
			/*list-style-image:url(../images/bullet_checkmark.png);*/
		}
				
		#fda_body #fda_content li {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			line-height: 24px;
			color: #000;
			margin: 3px 0 0 0;
			padding: 3px 0 0 23px;
			list-style-type: none;
			background: url(../images/bullet_checkmark.png) no-repeat 0px 8px;
		}
		
	#fda_body img[ align="right"] {
		float: right;
		margin: 20px 0 20px 40px;
		display: block;
		border: 5px solid #E9E9E9;
	}
		
	#fda_body img[ align="left"] {
		float: left;
		margin: 20px 0 20px 40px;
		display: block;
		border: 5px solid #E9E9E9;
	}
		
	#fda_body #fda_callout {
		clear: both;
		margin: 40px auto 0px;
		width: 720px;
		height: auto;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: 5px solid #FFF;
		background: url(../images/callout_box_black_bg.png);
		-webkit-box-shadow: 0px 0px 10px 5px #CCC;
		box-shadow: 0px 0px 10px 5px #CCC;
		display: table-cell block;
		vertical-align: middle;
	}
	
	#fda_body #fda_callout h1 {
		display: block;
		padding: 3px;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 18px;
		line-height: 26px;
		text-align: center;
		text-shadow: 1px 1px 1px #000;
		border: none;
	}
	
	fieldset#empty_box {
		display: block;
		border: 2px solid #d5ad66; /*
		-webkit-border-radius: 10px;
		border-radius: 10px; */
		margin: 20px auto 60px;
		padding: 20px 20px 0;
		width: 700px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	
	fieldset#knowledge_check {
		display: block;
		border: 2px solid #d5ad66; /*
		-webkit-border-radius: 10px;
		border-radius: 10px; */
		margin: 20px auto 60px;
		padding: 20px;
		width: 800px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: url(../images/icon_knowledge_check_bg.png) no-repeat top right;
	}
	
	#knowledge_check legend {
		font-size: 20px;
		font-weight: bold;
		color: #b48531;
		display: block;
		padding: 17px 10px 15px 70px;
		background: url(../images/icon_knowledge_check.png) no-repeat;
		background-position: 10px 0px;
		text-align: center;
		width: 180px;
		margin: auto auto 20px;
	}
	
	
	fieldset#definition {
		display: block;
		border: 2px solid #4f6e9e; /*
		-webkit-border-radius: 10px;
		border-radius: 10px; */
		margin: 20px auto 40px;
		padding: 20px;
		width: 800px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	
	#definition legend {
		font-size: 20px;
		font-weight: bold;
		/*color: #4f6e9e;*/
		color: transparent;
		display: block;
		padding: 15px 0 15px 0;
		background: url(../images/icon_definitions.png) no-repeat;
		background-position: 10px 0px;
		text-align: center;
		width: 75px;
		margin: auto auto 20px;
	}
	
	#definition a,#definition a:visited {
		color: #6D1315;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#definition ul {
		margin-bottom: 40px;
	}
	
	#definition li {
		list-style-type: disc;
		list-style-image: none;
	}
	
	#definitions_buttons a {
		font-size: 18px;
		text-decoration: none;
		font-weight: bold;
		color: #6D1315;
	}
	
	#icon_lesson {
		float: left;
		margin-right: 20px;
	}
	
	#fda_body #fda_content h1#new_lesson {
		font-size: 30px; 
		height: 100px; 
		border: none; 
		vertical-align: middle; 
		display: table-cell;
	}
	
	#fda_body #fda_content #definitions_buttons {
		float: left;
		width: 350px;
		margin-bottom: 10px;
	}
	
	#fda_body #fda_content #definitions_buttons li {
		list-style-type: none;
		margin: 0 0 10px 0;
		padding: 7px 2px 7px;
		cursor: pointer;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: inset 0px -1px 0px 0px #E9E9E9;
		box-shadow: inset 0px -1px 0px 0px #E9E9E9;
		background: #F9F9F9;
		border: 1px solid #E9E9E9;
		background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F9F9F9 100%);
		background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F9F9F9 100%);
		background-image: -o-linear-gradient(top, #FFFFFF 0%, #F9F9F9 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F9F9F9));
		background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F9F9F9 100%);
		background-image: linear-gradient(top, #FFFFFF 0%, #F9F9F9 100%);
	}
		
		#fda_body #fda_content #definitions_buttons li:hover {
			-webkit-box-shadow: inset 0px -1px 0px 0px #dabebe;
			box-shadow: inset 0px -1px 0px 0px #dabebe;
			border: 1px solid #dabebe;
		}
	
	#fda_body #fda_content #definitions_buttons li a {
		display: block;
		margin: 0;
		padding: 0 10px 0;
		background: url(../images/icon_open_arrow.png) no-repeat right;
		background-position: 325px 0px;
	}
		
		#fda_body #fda_content #definitions_buttons li:hover a {
			background: url(../images/icon_open_arrow_hover.png) no-repeat right;
			background-position: 325px 0px;
		}
		
	#fda_body #fda_content #definitions_buttons p {
		padding: 2px 10px 2px 10px;
		font-weight: normal;
		color: #333;
	}
	
	#images {
		border-collapse: collapse;
		display: block;
		margin: 0 auto;
	}
	
	#images td {
		padding: 10px 0 0;
	}
	
	#images img {	
		border: 5px solid #e9e9e9;
	}
	
	a.clear {
		display: block;
		clear: both;
	}
	
	#fda_body a#button {
		color: #FFF;
	}
	
	#fda_body a#button:hover {
		color: #f8cd83;
		text-decoration: none;
	}
	
	#button {
		display: block;
		width: 150px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px; 
		color: #FFF;
		font-size: 18px;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		text-shadow: 0px 1px 0px #000;
		text-decoration: none;
		padding: 10px 0;
		margin: 20px auto;
		border: 1px solid #506f9e;
		-webkit-box-shadow: inset 0px 1px 0px 0px #6a8bbc;
		-moz-box-shadow: inset 0px 1px 0px 0px #6a8bbc;
		box-shadow: inset 0px 1px 0px 0px #6a8bbc;
		background: #506f9e;
		background-image: -ms-linear-gradient(top, #506f9e 0%, #324e7b 100%);
		background-image: -moz-linear-gradient(top, #506f9e 0%, #324e7b 100%);
		background-image: -o-linear-gradient(top, #506f9e 0%, #324e7b 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #506f9e), color-stop(1, #324e7b));
		background-image: -webkit-linear-gradient(top, #506f9e 0%, #324e7b 100%);
		background-image: linear-gradient(top, #506f9e 0%, #324e7b 100%);
		outline: none;
		cursor: pointer;
	}
		
		#button:active {
			color: #FFF;
			-webkit-box-shadow: inset 0px 2px 3px 0px #000;
			-moz-box-shadow: inset 0px 2px 3px 0px #000;
			box-shadow: inset 0px 2px 3px 0px #000;
		}
		
		#button:hover {
			color: #f8cd83;
		}
	
	a#return {
		color: #FFF;
		text-decoration: none;
	}
	
	a#return:hover {
		color: #F8CD83;
		text-decoration: none;
	}
	
	#return {
		display: block;
		width: 150px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px; 
		color: #FFF;
		font-size: 18px;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		text-shadow: 0px 1px 0px #000;
		text-decoration: none;
		padding: 10px 0;
		margin: 20px auto;
		border: 1px solid #5b0f13;
		-webkit-box-shadow: inset 0px 1px 0px 0px #d05a52;
		-moz-box-shadow: inset 0px 1px 0px 0px #d05a52;
		box-shadow: inset 0px 1px 0px 0px #d05a52;
		background: #5b0f13;
		background-image: -ms-linear-gradient(top, #992a23 0%, #5b0f13 100%);
		background-image: -moz-linear-gradient(top, #992a23 0%, #5b0f13 100%);
		background-image: -o-linear-gradient(top, #992a23 0%, #5b0f13 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #992a23), color-stop(1, #5b0f13));
		background-image: -webkit-linear-gradient(top, #992a23 0%, #5b0f13 100%);
		background-image: linear-gradient(top, #992a23 0%, #5b0f13 100%);
		outline: none;
		cursor: pointer;
	}
		
		#return:active {
			color: #FFF;
			-webkit-box-shadow: inset 0px 2px 3px 0px #000;
			-moz-box-shadow: inset 0px 2px 3px 0px #000;
			box-shadow: inset 0px 2px 3px 0px #000;
		}
		
		#return:hover {
			color: #f8cd83;
		}
		
	#return span {
		padding: 5px 2px 5px 30px;
		background: url(../images/icon_return.png) no-repeat left;
		margin: 0 auto 0 -10px;
	}
		
	#return:hover span {
		background-image: url(../images/icon_return_hover.png);
	}
			
	#question {
		font-size: 16px;
	}

	#question td {
		padding: 5px 0;
		line-height: 22px;
	}
	
	#question td p {
		font-size: 20px;
		color: #333;
		padding: 0px;
		margin: 0;
	}
	
	#question input[ type="radio"] {
		display: block;
		margin: 4px 0;
	}
	
	#question label {
		font-size: 18px;
		font-weight: bold;
		color: #6D1315;
		cursor: pointer;
	}
	
	#fda_body #fda_content #pos_feedback h1 {
		background: url(../images/icon_correct.png) no-repeat left top;
		padding: 5px 5px 5px 40px;
		border: none;
		font-size: 18px;
		color: #360;
		text-shadow: none;
		margin: 10px 0 -5px;
	}
	
	#fda_body #fda_content #pos_feedback p {
		color: #360;
		margin-left: 40px;
	}
	
	#fda_body #fda_content #neg_feedback p, #fda_body #fda_content .neg_feedback p {
		color: red;
		margin-left: 40px;
	}
	
	#fda_body #fda_content #neg_feedback h1, #fda_body #fda_content .neg_feedback h1 {
		background: url(../images/icon_incorrect.png) no-repeat left top;
		padding: 5px 5px 5px 40px;
		border: none;
		font-size: 18px;
		color: red;
		text-shadow: none;
		margin: 10px 0 -5px;
	}
	
	#neg_feedback,#pos_feedback {
		display: none;
	}
				
	#fda_module {
		width: auto;
		border: 2px solid #BBB;
		background: #EEE;
		background-image: -ms-linear-gradient(bottom, #DDDDDD 0%, #EEEEEE 100%);
		background-image: -moz-linear-gradient(bottom, #DDDDDD 0%, #EEEEEE 100%);
		background-image: -o-linear-gradient(bottom, #DDDDDD 0%, #EEEEEE 100%);
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DDDDDD), color-stop(1, #EEEEEE));
		background-image: -webkit-linear-gradient(bottom, #DDDDDD 0%, #EEEEEE 100%);
		background-image: linear-gradient(to top, #DDDDDD 0%, #EEEEEE 100%);
		-webkit-border-radius: 0px 0px 10px 10px;
		border-radius: 0px 0px 10px 10px;
	}
		
		#fda_module table {
			display: block; /*
			font-size: 16px; */
			font-size: 100%;
			font-weight: bold;
			line-height: 24px;
			text-shadow: 1px 1px 1px #FFF;
			border-top: 1px solid #FFF;
			border-bottom: 1px solid #FFF;
			-webkit-border-radius: 0px 0px 10px 10px;
			border-radius: 0px 0px 10px 10px;
		}
		
		#fda_module td {
			text-align: center;
			color: #7b7b7b;
			border-left: 1px solid #FFF;
			border-top: none;
			border-bottom: none;
			border-right: 1px solid #CCC;
			position: relative;
		}
		
		#fda_module td:first-child {
			-webkit-border-radius: 0px 0px 0px 10px;
			border-radius: 0px 0px 0px 10px;
		}
		
		#fda_module td:last-child {
			border-right-color: #FFF;
			-webkit-border-radius: 0px 0px 10px 0px;
			border-radius: 0px 0px 10px 0px;
		}
		
		#fda_module td a,#fda_module td a:visited {
			display: block;
			vertical-align: middle;
			text-align: center;
			padding: 10px 5px;
			text-decoration: none;
			color: #7b7b7b;
		}
			
			#fda_module td:hover {
				background-image: url(../images/module_shine_bg.png);
				background-repeat: no-repeat;
				background-position: bottom center;
			}
			
			#fda_module td:hover a {
				color: #8a3333;
			}
		
		#fda_module td.active {
			position: relative;
			background-image: url(../images/module_shine_bg.png);
			background-repeat: no-repeat;
			background-position: bottom center;
		}
		
			#fda_module td.active a,#fda_module td.active a:visited {
				color: #8a3333;
			}
			
		#fda_module td #marker {
			background: #8A3333;
			border-left: 1px solid #8A3333;
			border-right: 1px solid #8A3333;
			height: 5px;
			width: 100%;
			display: block;
			position: absolute;
			top: 0px;
			left: 0px;
		}
		
		#source {
			display: block;
			padding: 10px;
			background-color: #FAEBD1;
			border: 1px solid #F8CD83;
			color: #836128;
			font-weight: bold;
			font-size: 14px;
			line-height: 20px;
			text-shadow: 1px 1px 1px white;
			width: auto;
			margin: 40px auto;
			text-align: center;
		}
			
			#source a {
				color: #5C3900;
			}
			
			#source a:hover {
				color: #6D1315;
			}
		
#fda_progress_bar {
	height: auto;
	width: 100%;
	margin: 0 auto 3px;
	background: url(../images/progress_bar_yellow_bg.png) no-repeat center;
}
	
	#fda_current_bar {
		background: url(../images/progress_bar_red.png);
		height: 13px;
		position: relative;
	}
	
	#fda_current_circle {
		position: absolute;
		top: -3px;
		right: -7px;
	}
	
#fda_bottom {
	margin: 3px 0 2px;
	height: 69px;
	width: auto;
	background: url(../images/bar_bottom_blue_bg.png) no-repeat center;
	position: relative;
}

	/* 
	#fda_bottom_next a {
		width: 160px;
		position: absolute;
		right: 0px;
		top: 35px;
		background: url(../images/nav_bottom_divider.png) left no-repeat;
	}
	
	#fda_bottom_back a {
		width: 160px;
		position: absolute;
		left: 0px;
		top: 35px;
		background: url(../images/nav_bottom_divider.png) right no-repeat;
	}
	*/

	#fda_bottom_back {
		height: 69px;
		width: 160px;
		float: left;
		background: url(../images/nav_bottom_divider.png) right no-repeat;
	}
	
	#fda_bottom_next {
		height: 69px;
		width: 160px;
		float: right;
		background: url(../images/nav_bottom_divider.png) left no-repeat;
	}
	
		#fda_bottom_back img,#fda_bottom_next img {
			margin: 13px 15px 15px;
		}
	
	/*
		#fda_bottom_back img, #fda_bottom_next img {
			display: block;
			position: absolute;
			margin: auto;
		}
	
	#fda_lesson {
		height: 69px;
		width: auto;
		float: left;
		text-align: center;
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
		width: 620px;
		text-align: center;
	}
	*/
	
	#fda_lesson {
		height: 69px;
		position: absolute;
		left: 0;
		right: 0;
		width: 620px;
		text-align: center;
	}
		
		#fda_lesson h1 {
			color: #f8cd83;
			font-size: 16px;
			font-weight: bold;
			text-shadow: 1px 1px 1px #1c2f5a;
			border: none;
		}
		
		
		#fda_lesson table {
			position: absolute;
			left: 295px;
		}
		
		#fda_lesson_pages table {
			position: absolute;
			left: 460px;
			bottom: 10px;
		}
		/*
		
		#fda_lesson table {
			margin: 0px auto 0px;
		}
		
		#fda_lesson_pages table {
			margin: -5px auto;
		}
		
		*/
		
		#fda_lesson_pages td {
			padding: 0 3px;
			font-size: 18px;
			font-weight: bold;
			color: #FFF;
			text-shadow: 1px 1px 1px #1c2f5a;
		}
		
a[ href="#navigation"] {
	position: absolute;
	z-index: 0;
	border: none;
	background: none;
}
			
	a[ href="#navigation"] img {
		border: none;
	}
	
/* TOP NAV */

#fda_hdr_center {
	position: relative;
}

#fda_hdr_center a#back {
	display: block;
	width: 31px;
	height: 31px;
	position: absolute;
	top: 20px;
	left: 20px;
}

#fda_hdr_center a#next {
	display: block;
	width: 31px;
	height: 31px;
	position: absolute;
	top: 20px;
	right: 20px;
}

#fda_hdr_title {
	height: 69px;
	width: 850px;
	margin: 0 auto 5px;
	clear: both;
	text-align: center;
}
	
	#fda_hdr_title #fda_hdr_top {
		position: relative;
		width: auto;
		height: 69px;
		display: inline;
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}
	
	#fda_hdr_title div {
		width: auto;
		height: 30px;
		display: inline-block;
		margin: 10px auto 5px;
		position: relative;
	}
	
		#fda_hdr_title #fda_hdr_top img[ align="left"] {
			position: absolute;
			left: -30px;
			top: 10px;
		}
	
		#fda_hdr_title #fda_hdr_top img[ align="right"] {
			position: absolute;
			right: -30px;
			top: 10px;
		}
	
		#fda_hdr_title #fda_hdr_top h1 {
			letter-spacing: normal;
			color: #FFF;
			font-size: 30px;
			font-weight: bold;
			border: none;
			text-shadow: 1px 1px 1px #500909;
		}
	
	#fda_hdr_title #fda_hdr_page {
		width: 100%;
		height: 15px;
		display: inline-block;
		margin: 0 auto;
		clear: both;
	}
		
		#fda_hdr_title #fda_hdr_page h1 {
			font-size: 15px;
			color: #F8CD83; 
			line-height: normal; 
			margin-top: 0px; 
			letter-spacing: normal;
		}
	
/* BOTTOM NAV */

.bottom_blue_nav {
	width: 960px; 
	height: 69px; 
	position: relative;
}

.bottom_blue_nav_left {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 155px; 
	height: 69px;
}

.bottom_blue_nav_right {
	position: absolute; 
	right: 0px; 
	top: 0px; 
	width: 155px; 
	height: 69px;
}

.bottom_blue_nav_left img,
.bottom_blue_nav_right img {
	padding: 12px;
}

.bottom_blue_nav_title_page {
	position: absolute;
	top: 0px;
	left: 155px;
	right: 155px;
	margin: 0 auto;
	width: 650px;
	height: 53px;
	padding: 8px 0;
}

	.bottom_blue_nav_lesson {
		height: 20px;
		width: 650px;
		margin: 5px auto;
		clear: both;
		text-align: center;
	}
		
	.bottom_blue_nav_lesson_title {
		position: relative; 
		width: auto; 
		height: 20px; 
		text-align: center; 
		display: inline; 
		margin: 0 auto;
		color: #f8cd83;
		font-size: 16px;
		text-align: center;
		margin: 0;
		padding: 0;
		font-weight: bold;
		text-shadow: 1px 1px 1px #1c2f5a;
	}
	
		.bottom_blue_nav_lesson_title img {
			position: absolute; 
			top: -11px;
		}
	
			.bottom_blue_nav_lesson_title img[ align="left"] {
				left: -50px;
			}
	
			.bottom_blue_nav_lesson_title img[ align="right"] {
				right: -50px;
			}
	
	.bottom_blue_nav_lesson_pages {
		position: relative; 
		width: auto; 
		height: 20px; 
		text-align: center;
		margin: 0 auto;
	}
		
		.bottom_blue_nav_lesson_pages div {
			display: inline;
			width: auto;
			height: 20px;
			margin: 0 auto;
			position: relative;
		}
	
		.bottom_blue_nav_lesson_pages h1 {
			padding: 0 3px;
			font-size: 18px;
			font-weight: bold;
			color: #FFF;
			text-shadow: 1px 1px 1px #1c2f5a;
			display: inline;
		}
	
		.bottom_blue_nav_lesson_pages h1 {
			position: absolute; 
			top: -5px;
		}
	
			.bottom_blue_nav_lesson_pages h1[ align="left"] {
				left: -25px;
				text-align: right;
			}
	
			.bottom_blue_nav_lesson_pages h1[ align="right"] {
				right: -25px;
				text-align: left;
			}
			
/* LESSONS */

#fda_module {
	width: 956px;
}

#fda_module ul {
	display: table;
	width: 956px;
	height: 100%;
	font-size: 100%;
	font-weight: bold;
	line-height: 24px;
	text-shadow: 1px 1px 1px #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

	#fda_module ul li {
		list-style-type: none;
		font-size: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		color: #7b7b7b;
		border-left: 1px solid #FFF;
		border-top: none;
		border-bottom: none;
		border-right: 1px solid #CCC;
		position: relative;
		display: table-cell;
		vertical-align: middle;
		float: left;
		position: relative;
		min-height: 60px;
	}
	
	#fda_module ul li:first-child,
	#fda_module ul li#first {
		border-left: none;
	}
	
	#fda_module ul li:last-child,
	#fda_module ul li#last {
		border-right: none;
	}
	
	#fda_module li.active {
			position: relative;
			background-image: url(../images/module_shine_bg.png);
			background-repeat: no-repeat;
			background-position: bottom center;
		}
		
			#fda_module li.active a,#fda_module li.active a:visited {
				color: #8a3333;
			}
			
			#fda_module li:hover {
				background-image: url(../images/module_shine_bg.png);
				background-repeat: no-repeat;
				background-position: bottom center;
			}
			
			#fda_module li:hover a {
				color: #8a3333;
			}
	
		#fda_module ul #marker {
			background: #8A3333;
			border-left: 1px solid #8A3333;
			border-right: 1px solid #8A3333;
			height: 5px;
			width: 100%;
			display: block;
			position: absolute;
			top: 0px;
			left: 0;
			right: 0;
			margin: auto;
		}
	
	#fda_module ul li a {
		display: block;
		text-align: center;
		text-decoration: none;
		color: #7b7b7b;
		margin: 0;
		width: auto;
		padding: 20px 5px;
		word-wrap: break-word;
		min-height: 60px;
	}
	
/* BOTTOM FDA & HHS LOGOS */

#bottom_logos {
	display: block; 
	margin: 40px auto 20px;
	padding-bottom: 20px;
	width: 850px;
}
	
	#bottom_logos li {
		display: inline;
		float: left;
		width: 400px;
		margin: 0 50px 0 0;
		padding: 0;
		list-style-type: none;
	}
	
	#bottom_logos li + li {
		margin-right: 0px;
		text-align: right;
	}
	
/* SKIP NAVIGATION */

#skip {
	position: absolute;
	top: -10000px;
	left: -10000px;
	display: block;
	height: 1px;
	width: 1px;
	overflow: hidden;
}