@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #741616;
	background-image: url(images/background_gradient.jpg);
	background-repeat: repeat-x;
}
.teachffr #container { /* using the pound # symbol will apply this style to whatever div element has the same ID name */
	width: 1000px; /* if width changes, need to take the one set here, add 24 px (to account for the padding) and set the #footerInfo below to that new width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #741212;
	text-align: left;
	min-height: 500px;
	padding: 12px 12px 12px 12px;
}
.teachffr #top {
	background-color: #FFFFFF;
	/*padding: 6px 3px 3px 6px;*/
	min-height: 275px;
	border: 6px solid #794444;
	background-image: url(images/top_gradient.jpg);
	background-repeat: repeat-x;
}

.teachffr #topsubpage {
	background-color: #FFFFFF;
	/*padding: 6px 3px 3px 6px;*/
	min-height: 70px;
	border: 6px solid #794444;
	background-image: url(images/top_gradient.jpg);
	background-repeat: repeat-x;
}

.teachffr #mobileBanner {
	background-color: #d7d7d7;
	padding: 6px 3px 3px 6px;
	min-height: 125px;
	border: 6px solid #794444;
}

.teachffr #middle {
	background-color: #d7d7d7;
	padding: 6px 3px 3px 6px;
	min-height: 215px;
	border: 6px solid #794444;
}

.teachffr #mobileBanner {
	background-color: #d7d7d7;
	padding: 6px 3px 3px 6px;
	min-height: 125px;
	border: 6px solid #794444;
}

.teachffr #middlesubpage {
	background-color: #d7d7d7;
	padding: 6px 3px 3px 6px;
	min-height: 600px;
	border: 6px solid #794444;
}

.teachffr #nav {
	float: right;
	height: 30px;
	margin-top: 20px;
	margin-right: 6px;
}

.indent {
	margin-left: 30px;
}

.barGradient {
	background-image: url(images/bar_gradient.jpg);
	background-repeat: repeat-x;
	padding-left: 4px;
	height: 34px;
}

.verticalDivider {
	background-image: url(images/vertical_divider.gif);
	background-repeat: repeat-y;
}

.lowerbox {
	background-color: #822E2E;
	padding: 6px 6px 6px 6px;
	min-height: 150px;
	color: #FFFFFF;
	font-size: 0.75em;
}
.latestNews {
	background-image: url(images/top_gradient.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 2px;
}

.teachffr #footerInfo {
	/*background-color: #3B0B0B;
	border: 1px solid #3B0B0B;*/
	height: 35px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	width: 1000px;
	margin: 0 auto;
	padding: 6px 0px 0px 0px;
	color: #FFFFFF;	
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
}

.padding {
	padding: 2px 7px 7px 7px;
}
.smallPadding {
	padding: 1px 1px 1px 1px;
}
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #252525;
	background-color: #e0e0e0;
	padding: 2px 2px 2px 2px;
}

.headerWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #772b2b;
	padding: 2px 2px 2px 2px;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.05em;
	font-weight: normal;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1em;
	font-weight: normal;
}
.buttonOpacity:hover img{
	opacity:.60;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6;
}
.buttonOpacity img{
	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
}
a.footerlink:link
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.footerlink:visited
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #e7e7e7;
	text-decoration: none;
	font-weight: bold;
}
a.footerlink:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	text-decoration: none;
	background-color: #e5e5e5;
	font-weight: bold;
}

.button {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5e3a31), to(#34201b));
	background: -moz-linear-gradient(-90deg, #5e3a31, #34201b);
	display: inline-block;
	padding: 4px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-right: 5px;
	font-size: 14px;
}

.button a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 4px;
}
.selected {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d7d7d), to(#4b4b4b));
	background: -moz-linear-gradient(-90deg, #3e3e3e, #2e2e2f);
}
.video_progress {
	border: 1px solid #d9d9d9;
    height: 16px;
    width: 400px;
    position: relative;
    margin-top: 6px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1b0b0), to(#c4c3c3));
	background: -moz-linear-gradient(-90deg, #b1b0b0, #c4c3c3);
}
.video_progress_bar {
    display: block;
    height: 16px;
    width: 0px;
    left: 0;
    position: absolute;
    top: 0;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5c3930), to(#36211c));
	background: -moz-linear-gradient(-90deg, #5c3930, #36211c);
}
#audiodisplay {
	float: left;
	margin-left: 10px;
	margin-top: -5px;
	position: relative;
}
#controlbuttons {
	margin-left: 20px;
	float:left; 
	margin-bottom: 10px;
}

.clear {
	clear: both;
	height: 0px;
	width: 100%;
	border: 0px solid red;
}

#note { 
	color: #919191;
	font-size: 10px;
	margin-left: 24px;
	margin-top: 8px;
	font-size: 11px;
	border: 0px solid red;
}

.presentation {
	border: 0px solid yellow;
	position: relative; 
	top: 0px; 
	left: 0px;
	margin-top: 5px; 
	z-index: 5;
}
.drawing { 
	border: 0px solid green; 
	-webkit-touch-callout: false;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:10;
}
.img {
	z-index:1; 
	position:relative; 
	top: 0px; 
	left: 0px;
}
.question {
	position:relative; 
	top: -400px; 
	left: 410px;
	width: 500px;
	height: 400px;
	border: 0px solid blue;
	z-index: 20;
}
.ffrReadout {
	position:relative; 
	top: -400px; 
	left: 410px;
	width: 500px;
	height: 400px;
	border: 0px solid blue;
	z-index: 20;
}
.casebutton {
	width: 45%;
	float: left;
	height: 170px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#8e8e8e));
	background: -moz-linear-gradient(-90deg, #ffffff, #8e8e8e);
	display: inline-block;
	padding: 8px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.75);
	cursor: hand;
	margin: 10px;
	font-size: 14px;
}
.caseimg {
	border: 0px solid black;
	height: 170px;
	width: 170px;
	margin-right: 10px;
	margin-left: 6px;
	position: relative;
	float: left;
}
.author {
	font-size: 10px;
}
