@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%;
}
.oneColFixCtrHdr #container {
	width: 800px;
	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: #615fff;
	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;
	text-align: left;
	padding-right: 10px;
	height: auto;
	
	
}
.oneColFixCtrHdr #container #mainContent  {
	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;	
}


#teacher_bg {

		
}
#left_nav {
	background-color: #FFF;
	width: 12em;
	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;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-right: 1em;
	padding-left: 1em;
}
#breadcrumbs{
	height: .9em;
}

.right_text{
	text-align: right;	
}
.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;
	
}
.10px_padding_left {
	padding-left: 10px;	
}
#lesson1 {
	padding: 5px;
	margin: auto;
	width: 180px;
	float: left;
}
#lesson2 {
	padding: 5px;
	width: 180px;
	margin: auto;
	float: left;
}
#lesson3 {
	padding: 5px;
	float: left;
	width: 180px;
	margin: auto;

}
#lesson_nav{
	margin: auto;
	width: 570px;
	height: 205px;	
}



.nav_lesson img{
	padding: 3px;				
}

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

#nav_menu_mini {
	width: 570px;
	margin: auto;
	height: auto;
}

#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(images/scroll_up_mid.png);
	background-repeat:repeat-x;
}

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

.six_up_mid {
}

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

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

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

.six_machines_footer{
	background-image: url(images/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_tag {
	float: left;
	width: 13.3em;
}

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