body{
	font-size: .85em;
	line-height: 1.4em;
	color: #222;
	background-image: url(/images/earthlabs/right_instructor_label.gif);
	background-repeat: repeat-y;
	background-position: top right;
	background-attachment: fixed;
}


h2{
	font-size: 140%;
	font-weight: normal;
	border-bottom: 2px solid #705872;
	color: #4A6A7F;
}

h1{
	font-size: 220%;
	font-weight: normal;
	color: #705872;
	padding-bottom: 10px;
}

#header {
	height: 100px;
	padding: 0px;
	margin: 0px;
	border-bottom: 3px solid #705872;
	}

#crumbs{
border-bottom: 2px solid #72A886;
margin: 0;
padding: 3px;
line-height: 1em;
font-size: 0.8em;
color: #aaa;
}




#nav {
top:103px;
border-right: 1px solid #705872;
border-bottom: 8px solid #705872;
background: #72A886;
left: 0px;
padding-left: 10px;
}

#nav ul{
  margin-left: 7px;

}



#right-column {
border-left: 1px solid #705872;

}


#titlebar {
	color: #4A6A7F;
	border-top: 2px solid #72A886;
	}
	


 .nav-heading {
	color: #333333;
	background: #dddddd;
}

#nav a {
		color: #fcfcfc;
		border-bottom: 1px solid #fff;
	}
	
#localnav a{
	color: #fff;
}
	
	
#nav a:hover {
	
		background: #D6CABA;
		color:#222;
		
	}

#nav .fullnavelement .topnavelement a{ 
	color: #fcfcfc;
	margin-left: -7px;
        font-weight: bold;

}

	
#invisible a:hover {
	
		background: #fff;
		color:#fff;
		
	}
	
#nav a.currentlocation {
		
		background: #705872;
		color:#eee;
		
	}
	
#subfooter {
	border-top: 2px solid #72A886;
	border-bottom: 7px solid #72A886;
}
	
#footer {
    height: 60px;
    margin: 0;
	margin-top: 100px;
	padding: 0;
	width: auto;
	z-index: 1;
	clear: both;
}



.browsevocab1{
	border: 1px solid #222;
}

.browselimit1 h2, .browsevocab1 h1 {
	background: #222;

}




.browsevocab2{
	border: 1px solid #a22;
}

.browselimit2 h2, .browsevocab2 h1 {
	background: #a22;

}





.browsevocab3{
	border: 1px solid #55a;
}

.browselimit3 h2, .browsevocab3 h1 {
	background: #55a;

}





.browsevocab4{
	border: 1px solid #eb3;
}

.browselimit4 h2, .browsevocab4 h1 {
	background: #eb3;
}

.browsevocab5{
	border: 1px solid #484;
}

.browselimit5 h2, .browsevocab5 h1 {
	background: #484;

}

/*assessment form reset*/
form.assessment, form.assessment legend, form.assessment fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.pullquote{
	background-color: #fff;
	border: 1px solid #72A886;
	border-bottom: 2px solid #72A886;
	padding: 5px;
	margin: 7px 40px 7px 40px;
}
.pullquote h2{
	margin-top: -5px;
	color: #72A886;
	font-weight: bold;
	border: none;
	font-size: 110%;
	background-color: #D2E6DA;
	margin-left: -5px;
	padding: 1px;
	margin-right: -5px;

}



.context2 {
	background-color: #fff;
	border: 1px solid #705872;
	border-bottom: 2px solid #705872;

}

.context2 h2{
color: #705872;
background-color: #DEBBE2;
}

.context3 {
	background-color: #466990;
	border: 1px solid #466990;
	border-bottom: 2px solid #466990;

}

.context3 h2{
	color: #466990;
	background-color: #a1c0e4;
}




.instructor-notice {
	padding: 5px 15px;
	margin: 15px 40px;

	background-color: #fff;

	-webkit-box-shadow: inset 0px 0px 10px 1px rgba(214,167,167,1);
	-moz-box-shadow: inset 0px 0px 10px 1px rgba(214,167,167,1);
	box-shadow: inset 0px 0px 10px 1px rgba(214,167,167,1);

	border-radius: 10px;
	border:1px solid #d6a7a7;
}
.instructor-notice h2{
	color: #9c5757;
	border:none;
}

.attribution{
	display: none;
}

div.ipad-message {
	border:1px solid orange;
	margin:10px;
	padding:15px;
	font-size:16px;
	display:none;
}