html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,h7,h8,h9 form,input,textarea,p,blockquote,th,td { margin:0; padding:0px; }

img { border:0; }
ol,ul { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }

/* force scroll bar */
html {
	overflow-y: scroll;
}

img { behavior:	url("scripts/pngbehavior.htc"); }

body {
	font-family: arial,sans-serif;
	font-size: small;
	color: black;
	background-color: rgb(118,110,87);
}

div.header {
	padding-left:10px;
	background-image: url(../images/header_grade.jpg);
	background-repeat: repeat-y;
	border-top: 3px solid black;
	border-bottom: 2px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;

}

div.header img {
	position: relative;
	top:-18px;
	left:-24px;	
margin-bottom:-29px;
	width:237px;
	height:80px;
	z-index:1;
}
.hide{
display:none;
}

div.header_controls {
	float: right;
	margin-right: 20px;
	margin-top: 12px;
}

div.header_controls form {
	float: left;
	margin-left: 10px;f
}

div.container {
	width:960px;
	margin:0 auto;
}



div.branding {
	
	width:95%;
	height:15px;
	padding-top:5px;
	margin-left:45px;
}
div.branding img{
float:left;
z-index:10;
}

div.branding a {
	position:relative;
	color: #d9cfb4;
	z-index:10;
}



div.spacer {
	clear: both;
}

/* border of Site specific content and containers for content */

div.primaryouter {	

	border-right:2px solid black;
}


div.primary {
	background-image: url(../images/gradientbg.jpg);
	background-repeat:repeat-x;
	
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

div.primarylucy {
	background-color:#F7EED1;
	border-left: 3px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
div.primary a {
	text-decoration:none;
	font-weight:bold;
	font-family: trebuchet ms, arial;
	color:black;
}

/* end of containers */

/* last container for pictures and info */

div.mainsite {
	
	min-height:670px;
}
div.mainsite_lesson {

}
div.mainsite h2 {
	text-align: center; 
	font-size: 1.2em;
	font-weight:bold;
	text-decoration: none;
	padding-bottom:10px;

}
div.mainsite a {
/*	color:#F9F0D3;*/
	color:#333;
	text-decoration: none;
}
div.mainsiteIndex{
min-height:670px;
}

div.mainsiteIndex a {
	color:#F9F0D3;
}
div.mainsiteIndex h2 {
	text-align: center; 
	font-size: 1.2em;
	font-weight:bold;
	text-decoration: none;
	padding-bottom:10px;

}
/* end of mainsite conatiner */



/* featured site picture set to 400px */

div.feature {
	float:left;
	position:relative;
	top:0px;
	left:40px;
	width:637px;
	height:672px;
	background-image: url(../images/eLucy_v2.7_large.jpg);
	background-repeat:no-repeat;
}

div.feature h2 {
	float:right;
	margin-top:-3px;
	font-size:5em;		
	font-family: arial;		
	font-size:5.2em;
	color: #F5EED4;
	font-weight:normal;
}


div.feature h4 {
	padding-left:15px;
	padding-right:50px;
	margin-top:-3px;
	float:right;
	font-family: baskerville, georgia, serif;		
	font-size:5.2em;
	color: #F5EED4;

}

div.feature h3 {
	position:relative;
	top:-9px;
	left:38%;
	font-family:trebuchet ms;
	font-size:1.7em;
	font-weight:bold;
	color:black;
}

div.feature p {
	width:42%;
	position:relative;
	line-height: 20px; 
	left:45%;
	font-family:trebuchet ms,arial;
	font-size:1em;
	font-weight:bold;
	color:black;
	
}

div.feature p a {
	color:black;
	text-decoration:underline;
}

div.feature img {
	position:absolute;
	top:30px;
	left:75px;

}

/* end of featured picture */



div.foot {
	float:left;
	height:50px;
	width:100%;
	background-color: #A69C81;
	border-bottom:3px solid black;
	border-top:2px solid black;
}

div.foot ul {
	list-style: none;
}

div.foot li {
	width:155px;
	background-color: #A69C81;
	float:left;
		border-left:3px solid black;
	line-height: 50px;
	text-align: center;
}


div.foot li.lastone {
	border-right:3px solid black;
	width:164px;
}

div.foot li a {
	display: block;
	height: inherit;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
div.foot img{
position:relative;
	top:7px;
z-index:100;
}




div.footcredits{
	float:right;
	text-align:left;
	color: #d9cfb4;
}

div.footcredits a{
	font-family:Gill Sans,Arial;
	color: #d9cfb4;
	font-weight:bold;
	text-decoration: none;			
	clear:both;
}

div.contentBlock {
	float: left;
	border:3px solid black;
	width:250px;
	height:130px;
	position:relative;
	top:100px;
	left:50px;
	margin: 10px 0px;
}

div.contentBlock div.title {
	text-align: center;
	font-size: 1.2em;
	line-height:30px;
	border-bottom:3px solid black;
}

div.contentBlock div.title a {
	display: block;
	height: inherit;
	font-family:trebuchet ms;
}


div.contentBlock div.desc {
	padding:6px;	
	height: 85px;
	position:relative;
}

div.teacher div.title {
	background-color:#A13C00;
}
div.teacher div.desc {
	background-color:#CE5913;
}

div.student div.title {
	background-color:#263a62;
}
div.student div.desc {
	background-color:#556a94;
}

div.compant div.title {
	background-color:#654b2b;
}
div.compant div.desc {
	background-color:#8c6a41;
}


div.border {
	border:10px solid black;
	height:567px;
	width:434px;
}

div.titleBar {
	border-top:1px solid black;
	color:#F9F0D3;
	font-family:helvetica, arial, sans-serif;
	font-size:2.2em;
	font-weight:bold;
	line-height:70px;
	padding-left: 20px;
	/*text-align: center;*/
}

div.titleBarSub {
	height:10px;
	border-top:3px solid black;
	border-bottom:3px solid black;
}

div.teacherBar {
	background-color:#A13C00;
}

div.teacherBarSub {
	background-color:#CE5913;
}

div.studentBar {
	background-color:#263A62;
}

div.studentBarSub {
	background-color:#556A94;
}

div.compantBar {
	background-color:#654B2B;
}
div.compantBarSub {
	background-color:#8C6A41;
}
div.genericBar {
	background-color:#000000;
}
div.genericBarSub {
	background-color:#666666;
}

div.credits {
	margin:50px 50px;
	background-color:transparent;
}
div.credits h3 {
	background-image: url(../images/grade.jpg);
	background-repeat:no-repeat;
	font-size:1.3em;
	font-family:trebuchet ms;
	padding-left:0px;
	height:30px;
	padding-top:3px;
	font-weight:bold;
}

div.credits h3 img {
	margin-right:5px;
}

div.credits h5 {
	background-image: url(../images/grade.jpg);
	background-repeat:no-repeat;
	font-size:1.3em;
	font-family:trebuchet ms;
	padding-left:30px;
	height:30px;
	padding-top:5px;
	font-weight:bold;
}
div.credits h4 {
	font-weight:bold;
	padding-top:10px;
	padding-left:30px;
}
div.credits a {
	color:black;
	text-decoration:underline;
}

div.credits p {
	font-family:trebuchet ms,serif;
	padding-left:30px;
	line-height:25px;
}

div.credits img {
	padding-left:10px;
	padding-top:5px;

}


div.studentmenu {
	margin:15px 15px;
	text-decoration:none;
	font-weight:none;
	
}
div.studentmenu h3 {
	background-image:url(../images/gradient_blue.png);
	background-repeat:no-repeat;
	width:370px;
	font-weight:bold;
	font-size:1.2em;
	font-family:trebuchet ms;
	height:30px;
}
div.studentmenu h3 a {
	position:relative;
	top:-10px;
	padding-left:0px;
	text-decoration:none;
	color:black;
}

div.studentmenu img {
	padding-top:0px;
	padding-left:0px;
}

div.studentmenu a {
	text-decoration:none;
	color:black;
}


div.studentmenu div {

}
div.studentmenu div h4 {
	font-size: 1em;
	font-family:trebuchet ms, serif;
	padding-top:10px;
	padding-left:10px;
}

div.studentmenu div h5 {
	text-decoration:none;
	font-family:trebuchet ms,serif;
	color:black;
	padding-left:30px;

}
div.studentmenu div a:hover {
	text-decoration:none;
	color:gray;
}
div.studentmenu div a:active {
	text-decoration:underline;
}


div.teachermenu {
	margin:15px 15px;
	text-decoration:none;
	font-weight:none;
	position:absolute;
}
#soon2{
height:150px;
}
div.teachermenu h3 {
	background-image: url(../images/gradient_orange.png);
	background-repeat:no-repeat;
	width:370px;
	font-weight:bold;
	font-size:1.2em;
	font-family:trebuchet ms;
	height:30px;

}
div.teachermenu h3 a {
	position:relative;
	top:-10px;
	text-decoration:none;
	color:black;
}

div.teachermenu img {
 

}
div.teachermenu a {
	text-decoration:none;
	color:black;
}

div.teachermenu div h4 {
	font-size: 1em;
	font-family:trebuchet ms, serif;
	padding-top:10px;
	padding-left:10px;
}

div.teachermenu div h5 {
	text-decoration:none;
	font-family:trebuchet ms,serif;
	color:black;
	padding-left:20px;

}
div.teachermenu div a:hover {
	color:gray;
}
div.teachermenu div a:active {
	text-decoration:underline;
}

div.view { 
	float:left;
	padding-left:54px;
	padding-top:5px;
}
div.view h2 {
	font-weight:bold;
	font-family: trebuchet ms;
	text-align:center;
	font-size: 1em;

}
div.view form {
	padding-left:10px;
	margin-top:5px;
}

div.description {
	float:left;
	width:50%;
	padding-bottom:10px;
	padding-top:10px;padding-left:35px;
}

div.description p {

	text-align:center;
}

div.images {float:left;width:100%;}

div.images h3 {
	padding-top:5px;
	padding-left:370px;	
	font-size:2.2em;
	font-family:trebuchet ms;
	font-weight:bold;
}

div.images h6 {
	padding-left:225px;
	padding-right:150px;
	float:left;
	font-size:1.3em;
	font-weight:bold;	
	font-family:trebuchet ms, serif;
}


div.images h4 {
	position:absolute;
	top:645px;
	left:250px;
}

div.images h5 {
	position:absolute;
	top:645px;
	left:680px;
}

div.watermark {
	height:670px;
	background-image: url(../images/watermarkskull.jpg);
	background-position:410px 87px;
	background-repeat:no-repeat;
}



	#puzzle
	{	position:relative;
		top:65px;

		width: 450px;
		height: 450px;
		float:right;		
		border:3px solid #ABBDE5;

	}
	#note{
	position:absolute;
		top:-75px;
		left:0px;
	
	
	color:black;	
	clear:right;
	font-size:1.5em;
	font-weight:bold;
	}


	.sortableitem {
		float: left;
		width: 150px;
		height: 150px;
	}
	.sorthelper
	{
		background-color: #F7EFD1;
		float: left;
	}
	.sortableactive
	{
		background-color: #eee;
	}
	.sortablehover
	{
		background-color: #eee;
	}







div.lessons {
	position:absolute;
	top:100px;
	left:415px;
	background-color:white;
	border:1px solid black;
	width:500px;
}
div.lessons p {
	padding:5px;
	font-family:trebuchet ms, serif;
}
div.lessons h6 {
	padding-top:3px;
	text-align:center;
	font-family:trebuchet ms, serif;
	font-weight:bold;
	font-size:1.2em;

}

#styled:first-letter {
	font-size:1.5em;
}

div.content_container {
	padding: 10px 30px 30px 30px;
	
}

div.content_container h1 {
	margin: 10px 0;
	font-size: 1.5em;
	font-weight: bold;
}
	
	ul.sidelist {
	width:100%; 
	text-algin:center;
 	padding-top:5px;
	}

	ul.sidelist li {
		float: left;
		padding-left:2.5%;
	}

	ul.sidelist a {
	text-align:center;
		font-size: 1.2em;
		font-weight:bold;
		
	}

	ul.sidelist a:hover {
		color: white;
		background-color: #000;
		text-decoration: underline;
	}
	div.centercontent {
		margin-left: 2em;
	}
	div.centercontent dl p{
	padding-bottom:5px;	
	}
	div.centercontent  dl{	
		padding-top:10px;
		padding-right:15px;
		padding-bottom:10px;
	}
	div.centercontent dt{
		
		
		font-weight:bold;
	}
	div.centercontent dd{
		clear:left;
		width:60%;
		padding-left:15px;	
	}
	div.centercontent a{
	float:left;

	}
	div.centercontent img{
	border:5px solid #CDBC9E;
		position:fixed;
			top:225px;
			left:61%;
	}

div.centercontent div{
	position:fixed;
		top:200px;
		left:60%;
	
	z-index:-100;
	background-color:#ffb400;
	text-align:center;

}
div.centercontent div p{
	font-family:trebuchet ms;	
	color: black;
	font-size:1.2em;
	font-weight: bold;	
}
div.centercontent div img{
	border-left:18px solid #ffb400;
	border-right:18px solid #ffb400;
}
div.centercontent div object{
z-index:-100;
position:absolute;
top:0px;
left:0px;
border:10px solid #ffb400;
}



#DownGloss{
padding-left:40%;
font-weight:bold;
font-size:1.2em;
color:black;
text-decoration:none;
}
#DownGloss:hover{
text-decoration:underline;
}

dl.faq {
	position:relative;
	margin: 0 0px;
	width: 75%;
}


dl.faq dd{
position:relative;
margin-left:20px;
}

dl.faq dd a:hover{
text-decoration:underline;
color:#263a62;
}
#phylogeny{
position:relative;
	color: #900;
	font-weight: bold;
	padding-top:3px;
}
dl.faq a {
	color: #900;
	font-weight: bold;		
}
dl.faq a:hover{
color:gray;
}
dl.faq h1{
padding-top:5px;
}

div.letters  {
	position:absolute;
	font-size:1.3em;
	padding-left:20px;
	letter-spacing: .1em;
}

div.letters a {
	color: #333;
	text-decoration: none;
	font-weight:bold;
}

div.letters a:hover {
	text-decoration:underline;
	color: black;
	
}
.hidden {
	display: none;
}
div.about {
	font-size: 1.2em;
	padding: 30px;
	width: 80%;
	margin: 0 auto;
}
div.about p {
	margin: 10px;
	
}
div.about ul {
	margin: 10px;
	list-style: disc;
}
div.about ul li {
	margin: 10px;
}
div.about a{
color:black;
text-decoration:underline;

}


dl.bibliography {
	margin: 0 20px;
	width: 90%;
	float:left;
}

dl.bibliography dt {
	
	font-weight: bold;
	padding-top:10px;
clear:both;
	
}
dl.bibliography dd {	
}

div.links{
margin:30px 30px;
font-family:trebuchet ms, serif;
}

div.links h3{
font-weight:bold;
font-size:1.3em;
font-family:trebuchet ms, serif;
padding-bottom:10px;

}
div.links h4{
margin-left:10px;
padding-bottom:10px;
}

div.links a{
margin-left:5px;
color: #900;
font-weight:bold;
}

div.links a:hover{
color:gray;
}






ul#menu a {
color: #333;
}

ul#menu ul {
	margin-left: 10px;
}

div.elementText {
	width: 825px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	font-size: 1.1em;	
	margin-top: 10px;
	margin-left:23px;
	text-align:left;
	
}
div.elementText p{
padding-bottom:10px;
}

#selectElementTarget {
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 3px 10px;
	position: absolute;
	top: 128px;
	left: 30px;
	z-index: 1;

}

#selectViewTarget {
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 3px 10px;
	position: absolute;
	top: 128px;
	left: 150px;
	z-index: 1;

}

a#selectView {
text-decoration: underline;

}

a#selectElement {
text-decoration: underline;

}

div#microPixArea {
	float: right;
	margin-right: 10px;
	margin-top: 2px;
}

div#microPixArea img {
	height: 32px;
	width: 32px;
	border:2px solid #ffb400;
	}

div.pix {
	float: left;
	margin-right: 25px;
}

.bigimg {
	position:relative;
	left:19px;
	float:left;
	padding-left:45px;
	
}

#bigPixArea img {
	border:3px solid #ffb400;
	
}
#bigPixArea {
	font-weight:bold;
	padding-left:25px;
	text-align:left;
}
div.instructions{


}

#boneinstruct{
clear:both;
position:relative;
top:-19px;
left:270px;
font-weight:bold;
}
#viewinstruct{
clear:both;
position:relative;
top:-17px;
left:350px;
font-weight:bold;
}

div.instructions img{
position:relative;
top:-20px;
left:100px;

}



div.instructions2{
font-weight:bold;
text-align:center;
}

div.instructions2 a{
text-decoration:underline;
color:black;
}

div.alert {
	color: red;
}

div.noscript {
	padding: 10px;
	font-weight: bold;
	font-size: 1.4em;
	z-index: 99;
}

a#returnTop {
	position:fixed;
	top:91%;
	left:80%;
	font-weight: bold;
	color: #900;	
}
#questions{
text-align:center;
text-decoration:none;
padding-bottom:10px;
font-weight:bold;


}
.popup{
position:fixed;
	top:0px;
	left:650px;

border:5px solid black;
}
div.primarylucy_lesson{
background-color:#CE5913;
	border-left: 3px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;

}
div.lessonDir {
	padding:5px 10px;
	background-color:#E1CB90;
	font-weight:bold;
}

div.lessonNav {
	float:left;
		color:#F9F0D3;
	padding:10px 10px 15px;
	width:235px;
	background-color:transparent;
	min-height:100%;
}

div.lessonNav ul.lessonList {
	margin-bottom:20px;
}

div.lessonNav ul.lessonList ul {
	padding-top:1px;
}

div.lessonNav a {
	font-weight:normal;
	text-decoration:italic;
	font-size:1em;
	color:white;
}

div.lessonNav li.section {
	margin-top:10px;
}

div.lessonNav li.sub {
	margin-left:18px;
	margin-top:3px;
	font-size:0.9em;
	list-style:disc;
}

div.lessonNav li.selected {
	font-style:italic;
	font-weight:bold;
}

div.lessonNav a.section:hover {
	cursor:pointer;
	color:#999999;
}

div.lessonContent {
	padding: 5px 10px 5px 15px;
	width: 674px;
	text-align:justify;
	float:left;
	min-height:670px;
	background-color:#F7EED1;

}

div.lessonContent ul li {
	list-style:disc;
}

div.lessonContent p {
	line-height:1.5em;
	margin-bottom:10px;
	padding-left:5px;
}
div.lessonContent div.lessonTitle {
	font-size:1.5em;
	margin-bottom:0px;
	margin-top:10px;
	text-align:center;
	font-weight:bold;
}
div.lessonContent div.sectionTitle {
	font-size:1.2em;
	margin-bottom:15px;
	text-align:center;
	font-weight:bold;
}

div.lessonContent img {
	float:left;
	margin-bottom:15px;
	margin-right:20px;
	border:5px solid #000000;
}

div.lessonContent ul {
	margin-bottom: 1.0em;
	margin-left: 1.9em;
	margin-top: -0.5em;
}

div.lessonContent li {
	margin-bottom: 0.3em;
}
div.lessonContent pre {
	margin-left:-2em;
	margin-top:-0.5em;
}
#next {
	float:right;
	font-weight:bold;
	padding-right:20px;
	text-align:right;
}
#next a:hover {
	color: #999999;
	font-decoration:none;
	cursor:pointer;
}
#prev {
	float:left;
	font-weight:bold;
	padding-left:-285px;
	margin-left:285px;
	display:block;
	position:absolute;
	index:-1px;
}
#prev a:hover {
	color: #999999;
	font-decoration:none;
	cursor:pointer;
}
div.viewer{
width:350px;
height:inherit;
background-color:#999999;
border:2px solid black;
float:left;
margin-right:10px;
}
div.viewer img{
	float:left;
	margin-right:20px;
	border:5px solid #000000;
}
div.viewer p{
font-size:.8em;
margin-left:-15px;
text-align:center;
}
.big{
clear:both;
padding-left:20px;
padding-top:20px;
}
.thumb{
padding-left:70px;
}
.thumb img{
display:inline;


}
div.lessonContent dl.bib dt p:first-letter {
	font-size:1.0em;
}
div.lessonContent dl.bib dd p:first-letter {
	font-weight:normal;
	font-size:1.0em;
}
div.lessonContent dl.bib dt {
	font-size:1.0em;
	font-weight:bold;
}
div.lessonContent dl.bib dd {
	font-size:1.0em;
	font-weight:normal;
	margin-left:5px;
}
div.lessonContent dl.bib dt p {
	line-height:1.5em;
	margin-bottom:0px;
}


