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


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: #000;
	background-color: #663300;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#my-game {
    width: 790px;
    height: 590px;
    margin: 0 auto;
	background-color: #DCBB71;
	display: block;
}




.oneColFixCtrHdr #container {
	width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: left;
	background-color: #DCBB71;
}
.oneColFixCtrHdr #header {
	background-color: #DCBB71;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #dcbb71;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
	
	
}
.oneColFixCtrHdr #container #mainContent  p {
	padding-left: 10px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffdd;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
}

#center {
	text-align: center;	
	margin:auto;
}


#teacher_bg {

		
}
#left_nav {
	background-color: #FFF;
	width: 11em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #630;
	border-right-color: #630;
	border-bottom-color: #630;
	border-left-color: #630;
	position: relative;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.div_dotted_underscore {
	border-bottom-style: double;
	border-bottom-color: #630;
	padding-left: 1em;
	padding-right: 1em;
	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.floatleft {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.floatright {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

.center {
	text-align: center;	
	margin:auto;
}


#nav_main img{
	padding: 3px;
}

.nav_lesson img{
	padding: 3px;				
}


#six_machines_map {

	background-repeat: no-repeat;
	margin: auto;
	height: 429px;
	width: 617px;
}



#six_machines_bg {
	width: 617px;
	height: 429px;
	margin: auto;
	
}

.six_machines_header{
	background-image:url(scroll_up_mid.png);
	background-repeat:repeat-x;
}

.six_low_left {
		width: 49px;
		height: 63px;
		float: left;
		background-image: url(scroll_low_left.png);
	
}

.six_up_mid {
}

.six_mid_mid {
	background-image: url(scroll_mid_mid.png);
	background-color: cbc17c;
	
}
.six_low_mid {
		height: 63px;
		background-image: url(scroll_low_mid.png);
}
.six_up_right {
		width: 49px;
		height: 73px;
		float: right;
		background-image:url(scroll_up_right.png);

}
.six_mid_right {
		width: 49px;
		float: right;
		background-image:url(scroll_mid_right.png);
		position: relative;
	
}
.six_low_right {
		width: 49px;
		height: 63px;
		float: right;
		background-image:url(scroll_low_right.png);	
}

.six_up_left {
	background-image: url(scroll_up_left.png);
	background-repeat: no-repeat;
	width: 49px;
	height: 73px;
	float: left;
}
.six_mid_left {
	background-image: url(scroll_mid_left.png);
	background-repeat: repeat-y;
	width: 49px;
	float: left;
}

.six_machines_footer{
	background-image: url(scroll_low_mid.png);
	background-repeat:repeat-x;
}.talknow {
	font-weight: bolder;
	text-align: center;
	width: 10em;
	margin: 1em;
	padding-right: 10px;
	border: medium solid #630;
}
.center {
	text-align: center;
	margin: auto;
}
#emphasis {
	background-color: #FFD;
	margin: auto;
	width: 40em;
	padding: 1em;
}
.six_map_div {
	float: left;
	width: 13.3em;
}

.emphasis_left_col {
	float: left;
	width: 20em;
}
.emphasis_right_col {
	float: right;
	height: auto;
	width: 20em;
}


/* the following .swap code tags control the mouseover/hover user interactions for images */

#nav_menu {
	width: 606px;
	height: 275px ;
	margin: auto;
	background-color: #FFD;
	border-color: #630;
	border-width: 3px;
	
}

/* Create three equal columns that sits next to each other */
.column {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
 
}
#lesson1button {
	width: 180px;
	height: 180px;
    background: url("images/lesson1hover.png") no-repeat 0 0;
		}

#lesson1button:hover
{ 
  background-position: 0 -180px;
}



#lesson2button {
	width: 180px;
	height: 180px;	
    background: url("images/lesson2hover.png") no-repeat 0 0;
		}

#lesson2button:hover
{ 
  background-position: 0 -180px;
}



#lesson3button {
	width: 180px;
	height: 180px;  
	background: url("images/lesson3hover.png") no-repeat 0 0;
		}

#lesson3button:hover
{ 
  background-position: 0 -180px;
}

#button: {
	visibility: 0;
}
