
html {
	height: 100%;
	margin: 0px;
	padding: 0px;	
}

body { 
	margin: 0px;
	padding: 0px;	
	font-family: Verdana,Arial,Helvetica,sans-serif; 	
	background-image:url(../images/bg.jpg);
	background-color: #F9EAC3; 	
	background-size: cover;
	background-repeat:repeat-y;
	line-height: 125%;
	background-attachment: fixed;
	font-size: 100%;
	height: 100%;
	min-width:270px;
	position:static;
	overflow-x:hidden;
}

#blackout {
	display:none;
	position:fixed;
	width: 100%;
	height:510px;
	background-color:#000000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  z-index:502;
}
#blackout_bottom {
	display:none;
	position:fixed;
	width: 100%;
	height:100%;
	bottom:0;
	background-color:#232323;
  z-index:500;
}

#blackout_exit {
	position:fixed;
	width:60px;
	height:60px;
	top:50px;
	left:50px;
	display:none;
	z-index:503;
	overflow:hidden;
	vertical-align:center;
}

#blackout_exit div {
	color:#efefef;
	font-size:18px;
	margin-top:18px;
	float:right;
	margin-right:70px;
}

#blackout_exit:hover {
	width:200px;
}

#slide_buttons {
  width: 200px;
  left:50%;
  margin-left:-100px;
  margin-right:-100px;
	top:450px;
	position:fixed;
	z-index:502;
	display:none;
}

#previous_button, #play_button, #next_button, #stop_button {
	display:none;
	z-index:502;
	text-align:center;
	color:#343434;
}

#previous_button {
	top:470px;
  float:left;
	margin-right:25px;
	margin-top:7px;
	background-image:url(../images/previous_button.svg);
	background-size: cover;
	width:30px;
	height:30px;
}

#previous_button:hover {
	background-image:url(../images/previous_button_hover.svg);
}

.previous_lesson, .previous_overview, .previous_intro, .previous_section, .previous_nothing {
	top:470px;
  float:left;
	margin-right:25px;
	margin-top:7px;
	background-image:url(../images/previous_button.svg);
	background-size: cover;
	width:30px;
	height:30px;
	display:none;
}

.previous_lesson:hover, .previous_overview:hover, .previous_intro:hover, .previous_section:hover {
	background-image:url(../images/previous_button_hover.svg);
}
.previous_lesson:hover:before, .previous_overview:hover:before, .previous_intro:hover:before, .previous_section:hover:before {
	margin-left:-160px;
	color:#4E9EFF;
}

.previous_lesson::before, .previous_overview::before, .previous_intro::before, .previous_section::before {
	line-height:30px;
	margin-left:-160px;
	color:#dfdfdf;
}

.previous_lesson::before {
	content: "Previous lesson";
}

.previous_overview::before {
	content: "Overview";
}

.previous_intro::before {
	content: "Introduction";
}

.previous_section::before {
	content: "Previous Section";
}

#play_button {
  top:463px;
  float:left;
	margin-right:25px;
	background-image:url(../images/play_button.svg);
	background-size: cover;
	width:45px;
	height:45px;
}

#play_button2 {
  top:470px;
  float:left;
	margin-right:25px;
	background-image:url(../images/play_button.svg);
	background-size: cover;
	width:20px;
	height:20px;
}

#play_button:hover {
	background-image:url(../images/play_button_hover.svg);
}

#pause_button {
  top:463px;
  float:left;
	margin-right:25px;
	background-image:url(../images/pause_button.svg);
	background-size: cover;
	width:45px;
	height:45px;
	display:none;
}

#pause_button:hover {
	background-image:url(../images/pause_button_hover.svg);
}

#next_button {
  top:470px;
  float:left;
  margin-top:7px;
	background-image:url(../images/next_button.svg);
	background-size: cover;
	width:30px;
	height:30px;
}

#next_button:hover {
	background-image:url(../images/next_button_hover.svg);
}

.next_lesson, .next_assignment, .next_section, .next_fun, .next_supporting, .next_glossary {
  top:470px;
  float:left;
  margin-top:7px;
	background-image:url(../images/next_button.svg);
	background-size: cover;
	width:30px;
	height:30px;
	display:none;
}

.next_lesson:hover, .next_assignment:hover, .next_section:hover, .next_fun:hover, .next_supporting:hover, .next_glossary:hover {
	background-image:url(../images/next_button_hover.svg);
}

.next_lesson:hover:after, .next_assignment:hover:after, .next_section:hover:after, .next_fun:hover:after, .next_supporting:hover:after, .next_glossary:hover:after {
	padding-left:50px;
	color:#4E9EFF;
  display: inline-block;
}

.next_lesson::after, .next_assignment::after, .next_section::after, .next_fun::after, .next_supporting::after, .next_glossary::after {
	line-height:30px;
	width:200px;
	padding-left:50px;
	color:#dfdfdf;
	display: inline-block;
}

.next_lesson::after {
	content: "Next lesson";
}

.next_assignment::after {
	content: "Assignment";
}

.next_section::after {
	content: "Next section";
}

.next_fun::after {
	content: "Just for fun";
}

.next_supporting::after {
	content: "Supporting resources";
}

.next_glossary::after {
	content: "Glossary";
}

#stop_button {
  top:475px;
  float:left;
  margin-right:25px;
  margin-top:11px;
	background-image:url(../images/stop_button.svg);
	background-size: cover;
	width:20px;
	height:20px;
}

#stop_button:hover {
	background-image:url(../images/stop_button_hover.svg);
}


body:before {
  content: "desktop";
  display: none;
}

.index {
	background-color: #ffffff;
}

#turnJavascriptOn {
	display: table;
	position:fixed;
	width: 800px;
	height:600px;
	background-color:#000000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  border-radius:50px;
  z-index:500;
  width: 75%;
  left: 50%;
  margin-left: -37.5%;
  height: 75%;
  top: 10%;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
}

#turnJavascriptOn div {
	display: table-cell;
  vertical-align: middle;
}

#turnJavascriptOn p {
	font-size: 30px;
	line-height:180%;
	padding:50px;
}

#central_box {
	position:fixed;
	background: rgba(0, 0, 0, 0.4);
  border-radius:30px;
  z-index:1;
  width: 65%;
  left: 50%;
  top: 20%;
  margin-left: -37.5%;
  padding:50px;
  color: #ffffff;
  line-height: 25px;
  text-align:left;
	display: table-cell;
  vertical-align: middle;
}

#central_box h3 {
	margin:0px;
	padding:0 0 10px 0;
	font-size:130%;
	font-weight: 800;
}

#central_box a {
	color:#69D9DF;
	font-weight: 800;
}

#central_box a:hover {
	color:#99FDFF;
}

.login_button {
	background-color:#51A9AE;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-size:16px;
	font-weight:bold;
	padding:11px 21px;
	text-decoration:none;
}
.login_button:hover {
	background-color:#5ABBC0;
}

#container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:-50px !important;
	text-align:center;
	position: relative;
	width:auto;
	padding: 5px;
	padding-top:55px !important;	
	max-width:1000px;
}

 a {
	 color:#26969B;
	 text-decoration:none;
	 font-weight:bold;
 }

 a:not(#fun_container a):hover{
	 color:#A79E65;
	 text-decoration:underline;
	 font-weight:bold;
 }
 
#main_content a {
	cursor: pointer;
}

#page_top, #unit_links, #page_content, #copyright, #page_bottom {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:100%;	
	max-width:990px;
	border:solid 0px #dddddd;
}

#page_top{
	margin:0px;
	padding-top:35px;
  border:solid 0px;
  min-height:74px;
  width:990px;
}

#page_logo{
	float:right;
	margin-top:-65px;
	margin-right:0px;
	border:0px;
	width:310px;
}

#logo_mobile {
	display:none;
}

#page_logo_mobile img {
 	display:none;	
 }

#developed_by {
	font-size:13px !important;
	font-weight:normal;
	margin-top:-15px;
	margin-left:40px;
	margin-bottom:30px;
}

#logo {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:0px;
	position: absolute;
	top: 38px;
	left: 0px;
	width:280px;
	float: left;
  z-index: 1;
	padding: 5px;
	padding-top:5px;	
	max-width:1000px;
}

#page_top #acknowledgements {
	float:right;
	border:0px solid #cccccc;
	text-align:left;
	background-color:none;
	color:#223333;
	margin-left:280px;
	display:inline-block
	text-decoration:none;
}

#page_top #acknowledgements .acklink {
	margin:0px;
	padding:0px;
	float:left;
	border:0px;
}

#page_top #acknowledgements .acklink img {
	height:80px;
}

#page_top #acknowledgements a{
	color:#888888;
	text-decoration:none;
	background-color:none;
	border:0px;
}

#competencies_head {
	display:none;
}
	
#competencies {
  display: none;
  position:absolute;
  top:-1000px;
  }

#competencies_page_top {
	cursor:pointer;
}

#competencies_collapse {
  	display: none;
  	font-style: italic;
  	margin-top:-3px;
    margin-left:10px;
    margin-bottom:20px;
    width:450px;
    line-height:100%;
}

#competencies_collapse h4 {
	font-size: 11px !important;
	line-height:120%;
	padding: 2px 0px;
}

#unit_links_left_end {
		background-image:url(../images/unit_link_bg_left_end.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		width: 8px;
		float: left;
		height: 22px;
    margin-top:9px;
		margin-left:26px;
	}

#unit_links {
		text-align:top;
    text-decoration:none;
    font-size:80%;
		background-image:url(../images/unit_link_bg.png);
		background-position: top right;
		background-repeat: no-repeat;
		height:22px;
		padding-top:3px;
    margin-top:8px;
		margin-left: 25px; 	
	}

#nav_path {
	display:none;
}

.nav_link {
  display: none;
  }
  
  .nav_link_popup:hover, .nav_link_popup:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}
  
  .nav_link_popup {
  text-decoration: none;
  position: relative;
  font-style: normal;
  color:#ffffff;
  font-size:90%;
  margin: 0px;
  float:left;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: grey;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  #nav_path_popup {
	display: block;
	margin-left:0px;
	margin-top:0px;
	height: 50px;
	text-align:left;
	font-style: italic;
	color: #ffffff;
	font-weight:600;
	font-size:110%;
}

#nav_path_popup a:hover, #nav_path_popup a:focus {
	color:#ffffff !important;
	text-decoration: none !important;
	font-weight:bold;
	background-color: #3D8083;
}

.icon {
	position:relative;
  top:10px;
}

.slide_content > a > img {
	width:16px;
}

.slide_content > p {
	margin-left:0px;
}

.heading3 {
	margin-left: 0px;
}

#page_content{
	display:block;
	text-align:center;
	font-size:95%;
}

.slide_content .heading3{
	margin-top:0px;
}

.slides {
		margin-bottom:0px;
		border:solid 0px;
		display:block;
		background-repeat:no-repeat;
		min-height:200px;
}

.slides .slide_image {
	float:right;
	margin:5px;
	margin-left:0px;
	cursor:pointer;
}

.clear_float {
	clear: right;
	display: none;
}

.side_audio, .side_title{	
	visibility:hidden;
	position:absolute;
}

.slide_content{
	margin-left:-15px;
	padding:15px;
	padding-bottom:0px;
	padding-left:15px;
}

.hear {
  margin-top:-10px;
  padding-bottom:10px;
	width:30px;
}

#slide_show {
	min-height:0px;
}

  #plusbutton {
	 position:absolute;
	 left:380px;
	 top:10px;
	}
	 
	#minusbutton {
	 position:absolute;
	 left:380px;
	 top:40px;
	} 
	
	#control_buttons {
		display:none;
	}
	
	#style_buttons {
		display:none;
	}

#page_top h1, h2, h3, h4 {
	text-align:left;
}

#page_content #left_page {
		font-size:80%;
		padding: 0 0; /* top and bottom padding create visual space within this div */
		padding-top: 15px;
		padding-left: 0px;
		padding-right: 15px;
		padding-bottom: 8px;
		margin-left:0px;
		margin-bottom:10px;
		margin-top:0px;
		width: 198px;
		text-align: left;
		margin-right: 0em;
		float: left;
		border:solid 0px #000000;
		background: rgba(75, 63, 53, 0.7) 70%;
 /* background-image:url(../images/menu_bg.png); */
		background-repeat: repeat-x;
		line-height:130%;
		border-radius: 18px 3px 3px 18px;
	}
	
	#page_content #right_page {
		background: rgba(75, 63, 53, 0.7) 70%;
 /* background-image:url(../images/breadcrumb_bg.png); */
		text-align: left;
		font-size:90%;
		margin-left:16em;
		padding-left: 7px;
		padding-right: 7px;
		padding-bottom: 7px;
		margin-top: 25px;
		border: none #000000 1px;
		width: auto;
		opacity:none;
    border-radius: 3px 18px 18px 18px;
}

#main_content {
	  position:relative;
	  padding: 1px 10px 10px 25px;
	  background-color:#ffffff;
	  min-height:450px;
	  opacity:none;
	  border-radius: 0px 13px 13px 13px;
	}
	
#white_out {
	background-color: #ffffff;
	display:inline-block;
	width:425px;
	height:22px;
	margin-top:7px;
	float:left;
	border-radius: 3px 13px 0px 0px;
}

#nav_path_thin {
	display:inline-block;
	background-color:#ffffff;
	margin-top:0px;
	margin-left: 0px;
	padding:0px;
	text-align:left;
	font-weight:100;
	font-size:100%;
	height:28px;
}

#nav_path_thin_plain {
	height:7px;
}

.spacer {
	margin-bottom:30px;
}

.other_spacer {
	height:50px;
}

  #style_buttons{
		font-size:80%;
		float:right;
		margin-top:0px;
		padding:4px 3px 0px 10px;
		border-radius: 0px 0px 0px 13px;
		background-color:#7B6D5C;
		height:24px;
	}
	
	#control_buttons{
		font-size:75%;
		float:right;
		margin-top:-25px;
		margin-right: 5px;
		margin-bottom: 5px;
		text-align:right;
  }

	#style_buttons span, #control_buttons span{
		border:none;
		background-color:transparent;
		color:#efefef;
		padding: 8px 9px;
		cursor:hand;
		text-transform: uppercase;
		font-size:10px;
		border-radius:1px;
	}
	
	#style_buttons span:hover, #control_buttons span:hover{
		background-color:#3D8083;
		color:#ffffff;
		cursor:hand;
	}

#page_bottom{
	background-image:url(../images/page_bottom.jpg);
	background-repeat:no-repeat;
  height:60px;
  margin-top:10px;
  clear:left;
}

.close-btn {
	display:none;
}
	
 .menuItems, .menu  {
		color: #A6DADD;
		font-weight:800;
	}
	
#menuItems a, .menu a {
	color: #ffffff;
	text-decoration:none;
	font-weight:normal;
	}

#menuItems a:hover, .menu a:hover {
	color:#A6DADD;
	text-decoration:none;
	font-weight:normal;
	}

.imgiconpdf {
		margin:0;
		padding:0;
		background-image: url(../images/pdficon_large.gif);
		background-repeat: no-repeat;
		height: 24px;
		margin-bottom:5px;
		margin-left:0px;
		padding-left: 38px;
		padding-right: 10px;
		padding-top: 10px;
		font-size:85%;
	}
	
	.imgiconword {
		margin:0;
		padding:0;
		background-image: url(../images/word_icon.gif);
		background-repeat: no-repeat;
		height: 24px;
		margin-bottom:5px;
		margin-left:0px;
		padding-left: 38px;
		padding-right: 10px;
		padding-top: 10px;
		font-size:85%;
	}
	
.triangle_top {
	width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0px 6px;
  border-color: #493A2C transparent transparent transparent;
  float:left;
  margin-left:5px;
  margin-right: 10px;
  margin-top:11px;
}

#header {
	margin-top:-30px;
	vertical-align: middle;
	height:120px;
	margin-left:305px;
	line-height:200%;
	border-collapse: collapse;
	border:none;
}

#header td {
	border:none;
}

#page_top h1{
	color:#493A2C;
	margin-top:15px;
	margin-left:20px;
	text-align:left;
	font-size:130%;
	font-weight:600;
}

#page_top h2 {
	margin:0px;
	color:#493A2C;
	font-weight:400;
	font-size:24px;
}

#page_top .h2_splash {
 margin-top: 30px;
 margin-left: 310px;
}

#page_top h3 {
	margin:0px;
	color:#493A2C;
	font-weight:400;
	font-size:90%;
}

#page_top h4 {
	margin:0px;
	margin-top:5px;
	color:#493A2C;
	font-weight:600;
	font-size:12px;
}

.gap {
	display:block;
	height:8px;
}

.expandable {
	display:block;
	height:35px;
}

#page_content h1 {
	font-size:190%;
	color:#493A2C;
	font-weight:800;
}

#copyright a, #unit_links a, #unit_links a:visited {
	text-decoration:none;
	color:#000000;
	padding:3px;
}

#nav_path a{
	text-decoration:none;
	color:#ffffff;
	padding:3px;
}


#copyright a:hover, #unit_links a:hover{
	color:#B22222;
	text-decoration:underline;
}

#nav_path a:hover{
	color:#FDED7B;
	text-decoration:underline;
}

.invisibleLink {
	visibility:hidden;
}

.instructionalContent {
	margin-left: 0px;
	background-color:#DBE5F1;
	padding:10px;
	padding-left:20px;
}

.instructionalContent > .heading3 {
	margin-left: 0px;
	margin-top:20px;
	margin-bottom:5px;
}

.link_image {
	border:solid 1px #dddddd;
	display:inline-block;
	height:120px;
	width:220px;
	margin:5px;
	background-color:#ffffff;
	position:relative;
	zoom:1; 
	*display: inline; 
}

.link_image a:hover {
	color:#404060;
	text-decoration:underline;
}

.link_image a {
	color:#404060;
	text-decoration:none;
	font-size:90%;
	top:20;
}

.imgTrans{
	filter:blendTrans(duration=0.6);
	border:0px;
}

#copyright {
	padding:5px;
	clear:left;
	margin-left:0px;
	margin-top:5px;
	font-size:60%;
	background-color:none;
	height:15px;
}

#popup_main_content #copyright {
	margin-top:20px;
  margin-bottom:-15px;
  margin-left:0px;
}

#popup_main_content #rightalign {
	margin-right:-5px;
}

#mobile_copyright {
	display:none;
}

.copyrightleftalign {
	float:left;
}

.leftalign {
	float:left;
	padding:10px;
}

.leftalignPadRight {
	float:left;
	padding:10px;
	padding-right:30px;
}

.workingThroughPicture {
	float:right;
	padding:10px;
	padding-right:5px;
}

.copyrightrightalign {
	float:right;
}

.rightalign {
	float:right;
	padding:10px;
}

.nestedMenu {
	padding:0;
	margin-left:5px;
}
		
	.menuSub {
		list-style: circle;
		margin:0;
		padding:0;
		margin-left:10px;
	}
	
	.menumain {
		list-style: square;
		margin:0;
		padding:0;
		margin-left:0px;
	}
	
	.menu {
		list-style: circle;
		margin:0;
		margin-left:20px;
		padding:0;
	}
	
	#disposable {
		display:block;
	}
	
	#menus {
		margin:0;
		margin-left:20px;
	}
	
	#menus li, ul {
		padding-top:5px;
		padding-bottom: 4px;
	}
	
	#page_content #left_page #menus li{
	  height:25;
  }
	
	#page_content #left_page .menufolder {
		margin:0;
	  padding:5;
	  height:25;
	  list-style: square;
	}
	
	#page_content #left_page .menufolderopen {
		margin:0;
	  padding:5;
	  height:25;
	  list-style: disc;
	}
	
	.current_unit {	
		padding-left:3px;
		padding-right:3px;
		color:#B22222;
		font-weight:bold;
	}
	
	.imgdivbig {
		float:right;
		width:290px;
		padding:3px;
		font-size:80%;
		border:#CCCCCC solid 1px;
		margin-left:5px;
		background-color:#F9F9F9;
		display:none;
	}
	
	.indented {
		margin-left: 30px;
	}
	
	.indented_strong {
		margin-left: 70px;
	}
  	
  #page_heading_jff {
		padding:0px
		width:auto;
		height:30px;
		margin-top:18px;
		margin-bottom: 8px;
		font-size: 110%;
  }	
  
	#page_heading_jff h2 {
		padding:0px;
		margin:0px;
		padding-left:0px;
		padding-top:15px;
		margin-top: 15px;
		color:#3D8083;
	}
	
	#page_heading {
		position:relative;
		padding:0px
		margin:0px;
		width:390px;
		margin-bottom:10px;
  }	
  
	#page_heading h2 {
		padding:0px;
		margin:0px;
		margin-top:5px;
		font-size:170%;
		color:#3D8083;
		line-height:130%;
	}
	
 #control_buttons a, #style_buttons a {
		color:#444444;
  }
  
 #take_awayable a, #GoToButton a, .slide_content a, #word_assn a, .content_link a {
		color:#26969B;
  }

 #control_buttons a:hover, #style_buttons a:hover {
 		color:#eeeeee;
		text-decoration:none;
 }
 
 #take_awayable a:hover, #GoToButton a:hover, .slide_content a:hover, #word_assn a:hover, .content_link a:hover {
 	color:#A79E65;
		text-decoration:none;
 }
 
 /** popup styles **/
 
	#popup_page_content #right_page {
		margin: 0;
		display: inline-block;
		position: relative;
		background: rgba(75, 63, 53, 0.7) 70%;
		text-align: left;
		font-size:90%;
		padding-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 8px;
		margin-left: 30px;
		margin-bottom: 20px;
		margin-top: 20px;
		border: none #000000 1px;
		max-width:1000px;
	}
	
 	#popup_main_content {
 		display: inline-block;
	  position:relative;
	  padding:15px;
	  padding-bottom: 20px;
	  margin-bottom:0px;
	  padding-right:30px;
	  background-color:#ffffff;
	}
	
	td, th {
		margin:0px;
		padding:0px;
		border:solid 1px;	
	}
		
	table {
		border: #ECECEC 1px solid;
		padding:2px;
		margin:0px;
		margin-left:20px;
	}
	
	.borderless table {
		border: 0px;
		padding:2px;
		margin:0px;
		margin-left:20px;
	}
	
	.borderless {
		border: 0px;
	}
	
	.borderless2 {
		border: 0px;
		text-align: right;
	}
	
	.borderlessTop {
		border: 0px;
		padding: 5px;
		vertical-align: top;
	}
	
	.greyHeader {
		background-color:#D3D3D3;
    text-align:center;
    padding:8px;
    border-style:solid;
		border-width:1px;
		border-color:black;
	}
	
	.greyHeaderRight {
		background-color:#D3D3D3;
    text-align:center;
    padding:8px;
    border-style:solid;
		border-width:1px;
		border-color:black;
		text-align: right;
	}
	
	.tableContent, .tableContent td {
		margin-left:15px;
		border-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
		padding:5px;
		font-size: 95%;
	}
	
	.tablePresentationOptions {
		margin-left:0px;
		border-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
		font-size: 95%;
	}
	
	.tablePresentationOptions td {
		padding:15px;
		padding-left:30px;
		padding-right:30px;
		border-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
		text-align:center;
	}
	
	#popup_main_content h2, h3, h4, p {
		margin-left:15px;
  }
	
	p {
		margin-left:0px
	}
	
	.tableContentRight {
		margin-left:15px;
		border-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
		padding:5px;
		font-size: 95%;
		text-align: right;
	}
	
	.pushHigher {
		margin-top:-35px;
		margin-left:100px;
	}
	
	.openTableContent {
		border-style:none;
		border-width:0px;
		padding:10px;
	}
	
	.tableContentCenter {
		margin-left:15px;
		text-align:center;
		border-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
		padding:5px;
		font-size: 95%;
	}
	
	.glossary_table {
		border: #000000 1px solid;
		padding:2px;
		margin:0;
		font-size:80%;
		border-style:none;
	}
	
	.table_row_light {
		background-color:#FFFFFE;
	}
	
	.table_row_dark {
		background-color:#F2EEEA;
	}
	
	.table_header {
		background-color:#FFFFFF;
		border-bottom:#000000 2px solid;
		margin-bottom:10px;
		color: #224466;
		border-style:none;
	}
	
	.glossary_table_data {
		border-style:none;
		padding-left: 5px;
	}
	
	.slide_image {
	  width:200px;
	  margin-left: 0px;
	  border: 1px solid #dcdcdc;
	}
	
  #option_help {
  	margin-left:8px;
  	margin-right: -2px;
  	margin-top:30px;
  	border: 1px solid #ababab;
  	border-radius: 12px 12px 3px 12px;
  	background-color:#CDA760;
  	color:white;
  	font-size:90%;
  	padding:0px;
  	padding-bottom: 10px;
  	padding-right:10px;
  	padding-left:10px;
  	background: #8F7965;
  	background: rgba(143, 121, 101, 0.7) 70%;
  	line-height: 170%;
  }
 
  #option_help > h4 {
  	color:#B8E2E4;
  	font-size:120%;
  	font-weight: normal;
  	margin-bottom:-5px;
  	margin-left:0px;
  }
  
  #option_help a {
  	color:#aaffff;
  }
  
  .hear_example {
  	float:right;
  	margin-right: 5px;
  	width:18px;
  	margin-top:5px;
  }
  
  .rat {
		font-size:95%;
		border-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
	}
	
	.ratUnderTop {
		vertical-align:top;
		text-align:center;
		border-left-style:solid;
		border-right-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
	}
		
	.rat_title {
		font-size:140%;
		font-weight:800;
		color:white;
	}
	
	.rat_top_row {
		width:125px;
		border-left-style:solid;
		border-right-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
		background-color:#000080;
		text-align: center;
	}
	
	.rat_left_col {
		text-align:center;
		width:200px;	
		height:110px;
		border-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;	
	}
	
	.rat .cell {
		width:100px;
	}
	
	.rat_1 {
		width:150px;
		background-color:#FE0000;
		color:#000000;
		font-size:250%;
		text-align:center;
		font-weight:800;
		border-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
	}

	.rat_2 {
		width:150px;
		background-color:#FF6500;
		color:#000000;
		font-size:230%;
		text-align:center;
		font-weight:800;
		border-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
	}

	.rat_3 {
		width:150px;
		background-color:#FFFF00;
		color:#000000;
		font-size:210%;
		text-align:center;
		font-weight:800;
		border-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
	}
	
	.rat_4 {
		width:150px;
		background-color:#99CC00;
		color:#000000;
		font-size:190%;
		text-align:center;
		font-weight:800;
		border-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
	}
	
	.rat_5 {
		width:100px;
		background-color:#339966;
		color:#000000;
		font-size:170%;
		text-align:center;
		font-weight:800;
		border-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
	}
	
	.rat_6 {
		width:100px;
		background-color:#3366FF;
		color:#000000;
		font-size:150%;
		text-align:center;
		font-weight:800;
		border-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
	}
	
	.rat_small {
		font-size:75%;
		border-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
	}
	
	.rat_title_small {
		font-size:120%;
		font-weight:800;
	}
	
	.rat_top_row_small {
		width:100px;
		border-left-style:solid;
		border-right-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;
	}
	
	.rat_left_col_small {
		text-align:center;
		width:125px;	
		height:100px;
		border-style:solid;
		border-width:1px;
		border-color:black;
		border-collapse:collapse;	
	}

.quizz_image {
		text-align:center;
		margin:	10px;
		margin-left: 100px;
 }
 
 .spanBorderInline {
 margin-right: -6px;
 margin-bottom: -1px;
 padding:0px;
 display: inline-block;
 border: 1px solid black;
 text-align: center;
}

.spanBorderInline img {
  width: 200px;
}
 
  #GoToElement {
 	float:left;
 	width:100%;
}
 
 #GoToNext {
 float: right;
 margin-bottom: 15px;
}

 #GoToNext a, #GoToPrevious a {
 color: #565656;
}

#GoToNext span, #GoToPrevious span {
 color:#2A71A7;
}

#GoToNext a:hover, #GoToPrevious a:hover {
 color:#2A71A7;
 text-decoration: underline;
}

 #GoToPrevious {
 float: left;
 margin-bottom: 15px;
}

.arrow_left {
	width: 0; 
  height: 0;
  margin-top: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; 
  border-right:13px solid #565656;
  float:left;
}

.arrow_right {
	width: 0; 
  height: 0;
  margin-top: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #858585;
  float:left;
}

#fun_container {
		border:solid 0px #888888;
		display:block;
		position:relative;
		width:100%;
		background-repeat:no-repeat;
		margin-bottom:0px;
		padding:0px;
		margin-top:8px;
}

#fun_container .quizz_table{
	border:solid 1px #498f94;
	width:100%;
	margin:0px;
	padding:0px;
	margin-top: 0px;
}
	
#fun_container .quizz_table th {
	padding:3px;
	padding-left: 8px;
	padding-right: 8px;
	margin:0px;
	background-color:#498f94;
	text-align:center;	
	border:solid 1px #498f94;
	color: #ffffff;
}

#fun_container .quizz_table td {
	padding:5px;
	margin:0px;
	text-align:center;	
	border:solid 1px #498f94;
	font-size:100%;
	background-color:#ffffff;
	vertical-align: middle;
}

#fun_container .answer {
	text-align:center;	
}

#fun_container .button_div {
  margin:0px;
	margin-top:10px;
	text-align:right;	
	width:100%;
	margin-bottom:15px;
	padding:0px;
}

 .check_answers_buttom {
  color: #ffffff;
  background: #498f94;
  border: 0px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
   font-weight: 600;
}

.check_answers_buttom:hover {
  background: #119c9c;
  background-image: -webkit-linear-gradient(top, #119c9c, #087070);
  background-image: -moz-linear-gradient(top, #119c9c, #087070);
  background-image: -ms-linear-gradient(top, #119c9c, #087070);
  background-image: -o-linear-gradient(top, #119c9c, #087070);
  background-image: linear-gradient(to bottom, #119c9c, #087070);
  text-decoration: none;
  font-weight: 600;
}


@media only screen and (max-width : 1020px) {
	#page_top	{
		width:auto;
		margin:0px;
		overflow:hidden;
	}
	#page_logo{		
		float:none;
		position:absolute;
		right:0px;
	}
	#page_left {
		margin-left:0px;
		padding:0px;
	}
	.copyrightrightalign {
		margin-right:10px;
	}
	#white_out {
		width:398px;
	}
	#page_heading {
		width:360px;
  }
  #container {
  	width:auto;
  }
}

@media only screen and (max-width : 990px) {
	#white_out {
		width:350px;
	}
	#page_heading {
		width:320px;
  }
  #competencies_collapse {
    width:400px;
	}
}

@media only screen and (max-width : 940px) {
	#white_out {
		width:25%;
	}
	#style_buttons span, #control_buttons span{
		margin-left:10px;
		padding: 8px 14px;
	}
	#page_heading {
		width:100%;
		margin-bottom:10px;
  }
  #page_heading h2 {
		margin-top:25px;
	}
	#competencies_collapse {
    width:370px;
	}
	.spacer {
		display:none;
	}
}

@media only screen and (max-width : 890px) {
	#page_logo{		
		float:none;
		position:absolute;
		right:0px;
		width:300px;
	}
	#header {
		margin-left:300px;
	}
	#page_top h2 {
		font-size:22px;
	}
	#page_top h3 {
		font-size:14px !important;
	}
	#page_top h4 {
		margin-bottom:5px;
	}
	#competencies_collapse {
    width:90%;
    margin-bottom:70px;
	}
}

@media only screen and (max-width : 840px) {
	#page_logo{		
		float:none;
		position:absolute;
		right:0px;
		width:300px;
	}
	#page_top h2 {
		font-size:20px;
	}
	#page_top h3 {
		font-size:13px !important;
	}
}


 /** ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ **/

 /**                                               MOBILE                                               MOBILE                                               MOBILE                                               **/

 /** ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ **/


@media only screen and (max-width : 880px) {
	body:before {
  	content: "desktop_small";
  	display: none;
	}
}


@media only screen and (max-width : 810px) {

body:before {
  content: "mobile_wide";
  display: none;
}

body { 
	background-size: 200%;
	font-size: 18px;
	line-height: 125%;
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-text-size-adjust: none;
}

#turnJavascriptOn {
  border-radius:0px;
  width:auto;
  margin:0px;
  left:0%;
  top: 15%;
  text-align: left;
}

#turnJavascriptOn p {
	font-size: 3.5vw;
	padding:20px;
	width:auto;
}

#central_box {
	position:fixed;
  border-radius:0px;
  width: auto;
  margin:0px;
  left:0%;
  top: 15%;
  padding:30px;
  font-size:75% !important;
  line-height:25px;
}

#central_box h3 {
	margin:0px !important;
	padding:0 0 10px 0 !important;
}

#central_box p {
	margin:0px !important;
	padding:0 0 10px 0 !important;
	font-weight: normal;
}

#container {
	background-color: transparent;	
	padding: 55px 0px 0px 0px;
	position: absolute;
}

#page_top, #unit_links, #page_content, #mobile_copyright, #page_bottom {
	width:auto;
}

	#page_logo{
		position:absolute;
		margin-top:-30px;
		margin-right:5px;
	}
	#logo {
		margin-top:-85px;
		position:relative;
		display:block;
		margin-left: 0px;
		width:280px;
		padding: 5px;
	}
	#header {
		line-height: 170%;
	}

#page_top #acknowledgements .acklink img {
	height:80px;
}

.triangle {
	width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0px 5px;
  border-color: #dedede transparent transparent transparent;
  float:left;
  margin-left:-7px;
  margin-right: 10px;
  margin-top:7px;
}

#competencies_collapse {
  display: none;
  margin:0px !important;
}

#competencies_head {
	margin-top:0px;
	margin-bottom: 0px;
	margin-left:87px;
	padding-left: 0px;
	padding-top: 0px;
	display: block;
	margin-right:0px;
	height: 30px;
	width: 230px;
	border-bottom: 30px solid rgba(75, 63, 53, 0.7);
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	height: 0;
}

  #competencies_head h4 {
	  font-size: 12px;
	  padding-left: 25px;
	  padding-top: 5px;
	  color: #dedede;
	  margin-top: 5px;
	  cursor:pointer;
  }
  
  #competencies_head h4:hover {
	  color: #ffffff !important;
		text-decoration:none !important;
  }
  
  #competencies_head:hover {
	  border-bottom: 30px solid rgba(61, 128, 131, 1);
		text-decoration:none !important;
  }
  
  #competencies_head h4:hover .triangle {
	  border-color: #ffffff transparent transparent transparent;
  }
  
  #competencies {
  	display: none;
    background: rgba(75, 63, 53, 0.7) 70%;
    color: #eaeaea;
    position: relative;
    top:0px;
    margin-top:0px;
    padding-right:5px;
    overflow:hidden;
    font-size: 11px;
    padding-left:5px;
    border-bottom: 1px solid #bcbcbc;
    line-height:110%;
  }

#competencies_head:hover {
	text-decoration:none;
}

#competencies_head h4:hover {
	text-decoration: none;
}

#page_top h4 {
	display:none;
}

#white_out {
	display:none;
}

#page_heading {
	margin-bottom:25px;
	margin-top:15px;
	width:100%;
}

#page_heading h2 {
	margin:0px;
}

.spanBorderInline {
 margin-right: -6px;
 margin-bottom: -1px;
 padding:0px;
 display: inline-block;
 border: 1px solid black;
 text-align: center;
}

.spanBorderInline img {
  width: 175px;
}

.nav-btn {
	display: block;
  width: 45px;
  height: 38px;
  padding: 0px 20px 17px 20px !important;
  border: 0;
  outline: none;
  background: center no-repeat;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  float: left;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: url("../../shared/images/nav-icon.svg");
  background-size: 28px;
}

  .nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  }

.close-btn {
  display: block;
  width: 2em;
  height: 2em;
  padding: 0px;
  border: 0;
  margin-top: 10px;
  margin-right: 10px;
  outline: none;
  background: center no-repeat;
  background-size: 1.6em 1.55em;
  overflow: hidden;
  float: right;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: url("../../shared/images/big_close.svg");
  }

  .close-btn:hover, .close-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  }
  
 .menu_remove {
  display: block;
  width: 775px;
  height: 200%;
  position:absolute;
  z-index:-1;
  background-size: 100%;
  background-image: url("../../shared/images/invisible.png");
  cursor: default;
  }
  
.nav_link {
  display:block;
  text-decoration: none;
  position: relative;
  font-style: normal;
  color:#ffffff;
  font-size:110%;
  margin: 0px !important;
  float:left;
  padding: 16px 28px 20px 28px !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #bcbcbc;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  #nav_path a:hover, #nav_path a:focus {
		color:#ffffff !important;
		text-decoration: none !important;
		ont-weight:bold;
		background-color: #3D8083;
	}

  .nav_link:hover, .nav_link:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#nav_path {
	display: block;
	margin-left:0px;
	height: 55px;
	text-align:left;
	font-style: italic;
	color: #ffffff;
	font-weight:600;
	font-size:110%;
	background: rgba(75, 63, 53, 0.7) 70%;
}

#nav_path_thin, #nav_path_thin_plain {
	display: none;
}

#nav_path_popup {
	display: block;
	margin-left:0px;
	margin-top:0px;
	height: 40px;
	text-align:left;
	font-style: italic;
	color: #ffffff;
	font-weight:600;
	font-size:100%;
}

#nav_path_popup a:hover, #nav_path_popup a:focus {
	color:#ffffff !important;
	font-weight:bold;
	background-color: #3D8083;
	text-decoration: none !important;
}

.nav_link_popup {
  text-decoration: none;
  position: relative;
  font-style: normal;
  color:#ffffff;
  font-size:85%;
  margin: 0px;
  float:left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: grey;
  }

#nav > #left_page
    {
        width:0px;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
 	 -o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
        position: absolute;
    }
 #nav:target > #left_page
    {
        width:auto;
        overflow: visible;
 	 -o-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-webkit-transition: width 0.5s ease;
	transition: width 0.5s ease;
    }
    
   
    #nav > #nav_path > #nav-open-btn
				{
					display: block;
				}
				
		#nav > #nav_path > #nav-close-btn
				{
					display: none;
				}
				
		#nav > #nav_path > #remove_menu
				{
					display: none;
				}
   
   	#nav:target > #nav_path > #nav-open-btn
				{
					display: none;
				}
				
		#nav:target > #nav_path > #nav-close-btn
				{
					display: block;
				}
				
		#nav:target > #nav_path > #remove_menu
				{
					display: block;
				}

.home {
	display: none;
}

#slideshow {
	display:none;
}

.slide_content > a > img {
	width:20px;
}

.slide_content{
	margin-left:-12px;
	padding:15px;
	padding-left:12px;
}

.hear {
  padding-bottom:0px;
	width:20px !important;
	height:20px;
	opacity: 0.8;
  filter: alpha(opacity=80);
}

#slide_show {
	margin-top:-10px;
}
	
#page_content{
	display:block;
	text-align:center;
	font-size:90%;
	margin-top:25px;
}

 .heading3 {
 	margin-left: 0px;
}

#left_page {
		font-size: 110% !important;
		padding: 0px !important;
		padding-left:10px;
		margin: 0px !important;
		margin-left:7px !important;
		width: 360px;
		position:relative;
		text-align: left;
		float: left;
		border:solid 0px #000000;
		background: rgba(115, 102, 84, 0.95) !important;
		line-height:150% !important;
		z-index: 2;
		overflow: visible;
		border-radius:0px !important;
	}
	
#page_content #right_page {
	  margin: 0px;
		background: rgba(75, 63, 53, 0.7) 70%;
		text-align: left;
		font-size:90%;
		position: relative;
		padding-left: 7px;
		padding-right: 7px;
		padding-bottom: 7px;
		border: none #000000 1px;
		width: auto;
		opacity:none;
		border-radius: 0px;
 }
	
	.menumain:hover, .menufolder:hover, .menuSub:hover {
  	color:#ffffff !important;
		background-color: #32696C;
		text-decoration:none !important;
	}
	
	#menuItems a:hover, .menu a:hover {
		color:#ffffff !important;
		text-decoration:none !important;
		font-weight:normal;
	}

.imgiconpdf {
		margin-left:20px;
		padding-left: 35px;
	}
	
	.imgiconword {
		margin-left:20px;
		padding-left: 35px;
	}

#page_bottom{
	background-image:url(../images/page_bottom.jpg);
	background-repeat:no-repeat;
  height:60px;
  margin-top:10px;
  clear:left;
}

#page_top h1{
	font-size:24px;
}

#page_top .h2_splash {
 margin-top: 0px;
}

.gap {
	display:none;
}

.expandable {
	display:none;
}

#page_content h1 {
	font-size:150%;
}

#mobile_copyright a, #unit_links a, #unit_links a:visited {
	text-decoration:none;
	color:#000000;
	padding:3px;
}

#mobile_copyright a:hover, #unit_links a:hover{
	color:#B22222;
	text-decoration:underline;
}

.instructionalContent {
	margin-left: -5px;
	padding:20px;
}

.instructionalContent h3 {
	margin-top:10px;
	margin-bottom: 5px;
}

.link_image a:hover {
	color:#404060;
	text-decoration:underline;
}

#mobile_copyright {
	display:block;
	padding:5px;
	clear:left;
	margin-left:0px;
	margin-top:5px;
	font-size:9px;
	background-color:none;
	height:15px;
}

#copyright {
	display: none;
}

#popup_main_content #copyright {
	display: block;
	padding:5px;
	margin-left:0px;
	margin-top:5px;
	font-size:60%;
	height:15px;
	margin-top:20px;
  margin-bottom:-10px;
}

.workingThroughPicture {
	padding:0px;
	padding-left:10px;
}

.nestedMenu {
	margin-left:0px !important;
	list-style-position: inside !important;
}
		
	.menuSub {
		list-style: none !important;
		margin-left: -70px !important;
		padding-right: 20px !important;
		padding-left: 65px !important;
		text-indent: -19px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	
	.menuSub:before {
		content: '\b7\a0\a0';
	}
	
	#current {
		color:#ffffff;
	  background-color: #285456;
	  margin-left: -70px;
	}
	
	#current:hover {
		color:#ffffff !important;
	  background-color: #285456;
	  text-decoration:none !important;
	}
	
	#current:before {
		content: "-\a0\a0";
	}
	
	#current:after {
		content: "\a0\a0-";
	}
	
	.menumain {
		padding-left: 20px !important;
		padding-right: 20px !important;
		margin-left:0px !important;
		list-style-position: inside;
	  color: white;
	  border-top: 1px solid #BCBCBC;
	  border-bottom: 1px solid #BCBCBC;
	  margin-top: -1px !important;
	  padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	
	.menu {
		margin-left:0px;
		padding-right:0px;
		padding-bottom: 0px;
		list-style-position: inside;
	}
	
	#menus {
		margin:0px;
		margin-left:-5px;
	}
	
	#page_content #left_page .menufolder {
		margin:0;
		padding: 15px 15px 15px 58px;
		text-indent:-37px;
	  list-style-position: inside;
	  border-top: 1px solid #BCBCBC;
	  margin-top: -1px;
	}
	
	#page_content #left_page .menufolderopen {
		margin:0;
	  height:25;
	  list-style-position: inside;
	  border-top: 1px solid #BCBCBC;
	  margin-top: -1px;
	  padding-top: 15px;
		padding-bottom: 0px;
		margin-left: 0px;
		padding-left: 58px;
		text-indent:-37px;
	}
	
	.nestedMenu li:first-child {
		margin-top: 8px;
	}
	
	.nestedMenu li:last-child {
		padding-bottom: 20px;
	}
	
	#disposable {
		display:none;
	}
	
	#left_page hr {
		display: none;
	}
	
	#main_content {
	  position:relative;
	  width: auto;
	  padding:15px;
	  padding-right:10px;
	  background-color:#ffffff;
	  min-height:500px;
	  opacity:none;
	  border-radius: 0px;
	}
	
	#main_content p {
		margin-left: 0px;
	}
	
	
	#control_buttons {
		display:none;
  }
  
  #control_buttons span, #control_buttons a {
		display:none;
  }

  #style_buttons_mobile{
		margin:14px 8px 0px 0px;
		float:right;
	}
	#style_buttons_mobile a {
		font-size:11px;
		margin:0px;
		padding:13px 15px;
		background-color:transparent;
		color:#E5E2DF;
		font-style: normal;
		text-transform: uppercase;
	}
	#style_buttons_mobile a:hover {
		margin-left:0px;
		padding:13px 15px;
		color:#ffffff !important;
		background-color:#3D8083;
		text-decoration:none !important;
	}
  
  #page_heading_jff {
		margin-top:12px;
  }	
	
	#page_heading {
		width:auto;
  }	
  
	#page_heading h2 {
		padding-left:0px;
	}
 
 /** popup styles **/
 
	#popup_page_content #right_page {
		margin: 0;
		position: relative;
		width: auto;
		background: rgba(75, 63, 53, 0.7) 70%;
		text-align: left;
		font-size:90%;
		padding-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 6px;
		border: none #000000 1px;
		min-height: 400px;
		min-width: 535px;
	}
	
 	#popup_main_content {
	  position:relative;
	  padding-top:15px;
	  padding-left:15px;
	  padding-right:15px;
	  padding-bottom:20px;
	  margin-bottom:3px;
		min-height: 400px;
	}

	#popup_main_content h2, h3, h4, p {
		margin-left:15px;
	}
	
	.tablePresentationOptions td {
		padding:5px;
		padding-left:5px;
		padding-right:5px;
	}
	
	.slide_image {
	  width:35%;
	  margin-top:15px;
	  margin-left: 10px;
	}
	
  #option_help {
  display:none;
  }
  
  .hear_example {
  	margin-right: 24px;
  	width:25px;
  	margin-top:8px;
  }
  
  .shrink_me {
  	width:100%;
  }
}
 
 @media only screen and (max-width : 920px) {
 	#blackout_exit {
	  top:20px;
	  left:20px;
  }
  #blackout_exit div {
  	margin-top:10px;
	  float:none;
	  margin-left:5px;
  }
  #blackout_exit:hover {
	  height:100px;
  }
}
 
@media only screen and (max-width : 780px) {
 #page_logo{		
		margin-top:-30px;
		margin-right:5px;
	}
	#header {
		margin-top:-45px;
		line-height: 160%;
		margin-left:270px;
	}
	#logo {
		margin-left: 3px;
		width:240px;
	}
	.menu_remove {
  	width: 730px;
  }
}
 
@media only screen and (max-width : 735px) {
	#page_top h2 {
		font-size:19px;
	}
	#header {
		line-height: 150%;
		margin-left:262px;
	}
	.menu_remove {
  	width: 695px;
  }
} 
 
 @media only screen and (max-width : 700px) {
 	#blackout {
	width: 100%;
	height:100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1.0;
  z-index:506;
 }
 #blackout_exit {
	  z-index:507;
  }
 #blackout::before {
	  content: "Sorry, your screen is too small to use the slide show function";
	  color: #ffffff;
	  font-size:25px;
	  line-height:40px;
	  padding:50px;
	  text-align:center;
	  padding-top:150px;
	  display:block;
  }
 #page_logo {
 		display:none;	
 }
 #page_logo_mobile img {
 		display:block;	
		position:absolute;
		top:70px;
		right:20px;
		width:43%;
	}
	#page_top h2 {
		font-size:22px;
		text-align: center;
		line-height:150%;
	}
	#page_top h3 {
		font-size:15px !important;
		text-align:center;
	}
	#header {
		width:100%;
		margin:0px;
		margin-top:85px;
	}
	#logo {
		margin-top:-85px;
		margin-left: 20px;
		width:43%;
	}
	#competencies_head {
		margin-top:0px;
  }
  #page_content{
		margin-top:-10px;
	}
	.other_spacer {
		height:110px;
	}
	.menu_remove {
  	width: 635px;
  }
}

@media only screen and (max-width : 640px) {
	body:before {
  	content: "mobile_less_wide";
  	display: none;
	}
 #page_logo_mobile img {
		right:15px;
		width:45%;
	}
	#page_top h2 {
		font-size:21px;
	}
	#page_top h3 {
		font-size:14px !important;
	}
	#header {
		margin-top:75px;
	}
	#logo {
		margin-left: 10px;
		width:45%;
	}
	.menu_remove {
  	width: 575px;
  }
}

@media only screen and (max-width : 580px) {
	#header {
		margin-top:65px;
	}
	.menu_remove {
  	width: 520px;
  }
}

@media only screen and (max-width : 525px) {
	body:before {
  	content: "mobile_medium";
  	display: none;
	}
 #page_logo_mobile img {
		right:8px;
		width:46%;
	}
	#page_top h2 {
		font-size:19px;
		line-height:130%;
	}
	#page_top h3 {
		font-size:13px !important;
	}
	#header {
		margin-top:55px;
	}
	#logo {
		margin-left: 0px;
		width:46%;
	}
	#competencies_head {
		margin-top:0px;
  }
  #page_content{
		margin-top:-20px;
	}
	.other_spacer {
		height:90px;
	}
	.menu_remove {
  	width: 455px;
  }
}
 
 
@media only screen and (max-width : 460px) {
	body:before {
    content: "mobile_thin";
    display: none;
  }
 #page_logo_mobile img {
 		display:block;	
		position:absolute;
		top:60px;
		right:8px;
		width:46%;
	}
	#page_top h2 {
		font-size:17px;
		text-align: center;
		text-indent:0px;
		margin-left:0px;
	}
	#page_top h3 {
		font-size:12px !important;
		text-align:center;
	}
	#header {
		margin-top:35px;
	}
	#header td {
		padding: 0px 12px 0px 12px;
	}
	#logo {
		margin-top:-85px;
		margin-left: 0px;
		width:46%;
	}
	#page_content{
		margin-top:-20px;
	}
	#competencies_head {
		display: inline-block;
		margin-left:0px;
  }
  #competencies_head h4 {
	  padding-top: 4px;
	  margin-top: 0px;
  }
  ul {
		padding-left:25px;
	}
	ol {
		padding-left:30px;
	}
	.slides .slide_image {
		margin-top:20px !important;
	}
	.instructionalContent {
		padding:10px;
	}
	.workingThroughPicture {
		width:100px !important;
	}
	#page_content #right_page {
	  font-size:80%;
		padding:0px;
		padding-bottom: 7px;
  }
  #main_content {
	  padding-left:15px;
	}	
	#style_buttons_mobile{
		margin:12px 8px 0px 0px;
	}
	#style_buttons_mobile a {
		font-size:10px;
		padding:13px 10px;
	}
	#style_buttons_mobile a:hover {
		padding:13px 10px;
		color:#ffffff !important;
		text-decoration:none !important;
	}
	#competencies {
    font-size: 10px;
    line-height: 130%;
    padding-left:0px;
  }
	.slide_image {
		width: 110px;
		height: 88px;
	}
  #nav_path {
    height: 50px;
  }
  .nav-btn {
    width: 35px;
    height: 35px;
    padding: 20px;
    padding-bottom: 14px;
    padding-top: 10px;
    background-size: 25px 20px;
  }
  .close-btn {
    width: 1.8em;
    height: 1.8em;
    background-size: 1.8em 1.8em;
  }
  .nav_link {
    font-size:90%;
    padding-top: 15px !important;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #left_page {
		width: 100%;
		margin-left:0px !important;
	}
  #nav:target > #left_page
   {
    width:100%;
   }
   #mobile_copyright {
  	 height:auto;
  	 text-align:center;
   }
   .copyrightleftalign {
     float:none;	
   }
   .copyrightrightalign {
    	float:none;
   }
   
  .spanBorderInline img {
 		width: 120px;
	}
	.other_spacer {
		height:70px;
	}
	.menu_remove {
  	width: 100%;
  }
}
	

@media only screen and (max-width : 400px) {
	#container {
		margin:0px;
		padding:0px;
	}
	#page_top {
		margin:0px;
		padding:0px;
	}
	#logo {
	  top:0;
		width:95%;
		padding:0px 8px;
		margin:0px;
	}
	#header {
		height:auto;
		margin:0px;
		position:relative;
	}
	#header td {
		padding:15px 5px !important;
	}
	#page_content {
		margin:0px;
	}
	#page_top h2 {
		font-size:16px;
	}
	#page_logo_mobile {
		display:none;
	}
	#logo_mobile {
		display:block;
		text-align: center;
	}
	#logo_mobile img {
		margin-top:20px;
		width:80%;
	}
	.nav-btn {
    width: 35px;
    height: 35px;
    padding: 3px 15px 14px 15px !important;
    background-size: 25px 20px;
  }
	.nav_link {
    font-size:85%;
    padding-top: 14px !important;
    padding-bottom: 20px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .other_spacer {
		height:140px;
	}
}

@media only screen and (max-width : 340px) {
	#page_top h3 {
		line-height:150%;
		margin-top:5px;
		margin-bottom:5px;
	}
	#competencies_head {
		width: 190px;
	}
	#competencies_head h4 {
	  font-size: 11px;
	  padding-left: 8px;
  }
  .slides .slide_image {
  	width:100% !important;
  	height:auto !important;
		margin-top:0px !important;
		margin:10px 1px 10px 2px !important;
	}
	#page_heading h2 {
		margin:50px 0px 0px 0px;
		font-size:20px;
	}
	#style_buttons_mobile{
		margin:65px 0px 0px 15px;
		z-index:1;
		float:none;
		position:absolute;
	}
	#style_buttons_mobile a {
		font-size:10px;
		padding:9px 10px;
		background-color:#796B57;
		margin-right:3px;
		color:#efefef;
	}
	#style_buttons_mobile a:hover {
		padding:9px 10px;
		color:#ffffff !important;
		text-decoration:none !important;
	}
	.nav-btn {
    width: 35px;
    height: 35px;
    padding: 3px 20px 14px 20px !important;
    background-size: 25px 20px;
  }
	.nav_link {
    font-size:90%;
    padding-top: 15px !important;
    padding-bottom: 20px;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .other_spacer {
		height:120px;
	}
}