/* CSS Document */

/* basic elements */
body { 
	font-size: 76%; /* tested sizes are 60%, 62.5%, 69%, 76%. Anything else requires testing (especially on a Mac) */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* positions the content in the top left */
	padding: 0; /* used by Opera */
	color: #ffcc00;
	
	scrollbar-base-color: #500250;
	scrollbar-arrow-color: #06cbfb;
	}
	
#home { 
	text-align: center;
	background: #8c268c;
	}
	
#basic { 
	text-align: center;
	background: #8c268c;

	}
	
#basic2col { 
	text-align: center;
	background: #8c268c;
	}
	
#news { 
	text-align: center;
	background: #006699;
	}
	
#critter { 
	text-align: center;
	background: #500250;
	}
	
#people { 
	text-align: center;
	background: #f7f98b;
	}
	
#plants { 
	text-align: center;
	background: #5e932b;
	}
	
#space { 
	text-align: center;
	background: #500250;
	}
	
#earth { 
	text-align: center;
	background: #500250;
	}
	
#chemistry { 
	text-align: center;
	background: #500250;
	}
	
#sciencekits { 
	text-align: center;
	background: #98bf54;
	color: #660066;
	}
	
	
p, ol, li, dd, td {	
	font-size: 1em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag, or define a class for exceptions */
	line-height: 1.5em;
	text-align: left; /* compensates for an IE 6 bug */
	margin-top: 0;
	margin-bottom: 1em;	
	font-weight : normal;
	}
	
ul {
	margin-top: 1em;
	padding-left: 1.5em;
	margin-left: 1.5em;
}


	
	
hr {
	color: #f8fc0a; /* incorrectly used by IE */
	background: #f8fc0a; /* used by Gecko, Opera browsers */
	border: 0; 
	height: 1px;
	margin-top: 2.2em;
	margin-bottom: 2em;
	width: 100%;
	}
	
	
A:link {
	font-style: normal;
	font-weight: bold;
	color: #ff9900;
	text-decoration:none;
}

A:visited {
	color: #ff9900;
	text-decoration:none;
	font-weight: bold;
}
A:hover {
	font-weight: bold;
	color: #ff9900;
	text-decoration:none;
}
A:active {
	font-weight: bold;
	color: #ff9900;
	text-decoration:none;
}

strong {
	font-weight: bolder;
}


/* text formatting */

h1 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	margin-bottom: 2px;
	font-weight: bold;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.4em;
	font-weight:bold;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #83b01b;	
}


h3 {
	font-size: 1.1em;
	font-weight:bold;
	color: #333;
	line-height: 1.5em;
	margin-bottom: 2px;
	margin-top: 2px;
}

h4 {
	font-size: 1.1em;
	font-weight:bold;
	color: #333;
	line-height: 1.5em;
	margin-bottom: 12px;
	margin-top: 2px;
}


.smallgreenhead {
	font-size: 1.1em;
	font-weight:bold;
	color: #83b01b;
	text-align:center;	
}

.smalltext {

	font-size:.9em;
	line-height:1.1em;


}

.whitebold {
	font-weight:bold;
	color: #ffffff;
	font-size:1.1em;

}

.redbolditalic {
	font-weight:bold;
	color: #b13b3e;
	font-size:1.1em;
	font-style:italic;

}

.centresecnav {
	font-weight:bold;
	text-align:center;
	font-size:1.1em;

}


/* text formatting ends */

/* images */

img { border: 0; }

.yellowborderfloatright { 

	border: #f8fc0a 1px solid;
	margin-left: 20px;
	margin-bottom: 5px;
	float: right;
  
 }
 
.yellowborderfloatleft { 

	border: #f8fc0a 1px solid;
	margin-right: 20px;
	margin-bottom: 5px;
	float: left;
  
 }


.greenline {
	border-bottom: solid 1px #b6c744;

}

		
/* layout */
	
#navMainContainer {
	background: #660066 url(images/bg_questions.gif) repeat top left; 
	clear: left;
	display: block;
	position: relative;
	text-align:left;
    height: 94px;	
	padding: 0;
	/*width: 100%;*/
	margin: 0 0 0 0;
}

/* hack: necessary for IE Mac as it won't centre an unordered list */
#navMainContainer2 {
	margin: 0 auto;
	width: 770px;
	height: 94px;
}

#logo {
	float: left;
	display: inline;
	width: 261px;
	height: 57px;
	display: block;
}

#logo2 {
	display: inline;
	z-index: 2;
	float: left;
	width: 277px;

}



#navMainContainer ul {
	list-style: none;
	margin:0;
	text-align: left;
	padding: 0;
	white-space: nowrap;
	display: block;
	
}
#navMainContainer ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#navMainContainer ul li a {
	float: left;
	margin: 0 0 0 0px;
	display: block;
}


#navMainContainer ul li.first a {
	margin: 0 0 0 0px;
	display: inline;
}

#minorNavContainer  {
	display: float;
	
}

#minorNav  {

	display: inline;
	
}

#factoid  {
	position: absolute;
	width: 200px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	left: 290px;
	top: 60px;


}

#homeleftcol  {
	position: absolute;
	width: 140px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	left: -10px;
	top: 140px;


}

#mainNav  {
	float: right;
	display:inline;
	margin-left: 0px;
	height: 57px;
	width: 509px;
	overflow: hidden;
	
}

#home  #contentcontainer {
	display: block;
	position: relative;
	width:770px;
	height: 686px;
	margin:0 auto;
	background: #8c268c url(images/bg_home.gif) no-repeat top left;
	text-align: left;
	
  }
  
#home .textbox {   
	position: absolute;
	width: 300px;
	height: 263px;
	overflow: auto;
	left: 174px;
	top: 192px;
	background: #56b8d5; 
	padding: 15px;
	font-family:"Courier New", Courier, mono;
	color: #660066;
	z-index: 2;
}

#home #featurebuttons {

	float: right;
	width: 199px;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
	margin-right:20px;
	margin-top: 20px;
	padding: 0;
}

#featurebuttons {

	float: right;
	width: 199px;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
	margin-right:20px;
	margin-top: 20px;
	padding: 0;
}

#morepippa { 
	
	position: absolute;
	width: auto;
	height: auto;
	left: 202px;
	top: 629px;

}

#featurebuttons img {
	margin-bottom: 11px;


}

#basic #contentcontainer {
	display: block;
	position: relative;
	background: #8c268c url(images/bg_home.gif) repeat-y top left;
	width:770px;
	height: auto;
	margin:0 auto;
	text-align: left;
	
  }
  
 #leftcol  {
 
 	float: left;

	width: 535px;
	display: inline;
 
 
 }
  
   
#basic #maincontent {   

	float: left;
	width: 650px;
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 30px;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
	padding: 0;
	background:none;
}


#basic #header  {   
	float: right;
	width: 431px;
	display: inline;
	margin-top: 20px;
	margin-right: 40px;
}

  
#basic2col  #contentcontainer {
	display: block;
	position: relative;
	width:770px;
	margin:0 auto;
	background: #8c268c url(images/bg_home.gif) repeat-y top left;
	text-align: left;
	height: 100%;
	
  }
  
#basic2col #header  {
	
	float: right;
	width: 255px;
	display: inline;
	margin-top: 10px;
}

#col2 {

	float: right;
	width: 199px;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
	margin-right:20px;
	margin-top: 60px;
	padding: 0; 

}

#col2sciindex {

	float: right;
	width: 199px;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
	margin-right:20px;
	margin-top: 0px;
	padding: 0; 

}

#sciencekits  #contentcontainer {
	display: block;
	position: relative;
	width:770px;
	margin:0 auto;
	background: #98bf54 url(images/bg_sciencekits.gif) repeat-y top left;
	text-align: left;
	
  }


  
#news  #contentcontainer {
	display: block;
	position: relative;
	width:770px;
	margin:0 auto;
	background: #006699 url(images/bg_news.gif) repeat-y top left;
	text-align: left;
	
  }
  
#sciencekits #maincontent {   

	float: left;
	width: 650px;
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 30px;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
	padding: 0;
	background:none;
}

  
#news #maincontent {   

	float: left;
	width: 650px;
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 30px;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
	padding: 0;
	background:none;
}

#sciencekits #header  {   
	float: right;
	width: 431px;
	display: inline;
	margin-top: 20px;
	margin-right: 40px;
}


#news #header  {   
	float: right;
	width: 431px;
	display: inline;
	margin-top: 20px;
	margin-right: 40px;
}


#maincontent2col {
	float: left;
	width: 460px;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0;

}

#frog1 {

	position: absolute;
	left: 196px;
	top: 140px;
	z-index: 1;
	visibility: hidden;

}

#frog2 {

	position: absolute;
	left: 100px;
	top: 210px;
	z-index: 1;
	visibility: hidden;

}

#frog3 {

	position: absolute;
	left: 100px;
	top: -20px;
	z-index: 2;
	visibility: hidden;

}

#frog4 {

	position: absolute;
	left: 180px;
	top: 400px;
	z-index: 2;
	visibility: hidden;

}

#frog5 {

	position: absolute;
	left: 200px;
	top: 430px;
	z-index: 1;
	visibility: hidden;

}

#frog6 {

	position: absolute;
	left: 150px;
	top: 580px;
	z-index: 1;
	visibility: hidden;

}









  
#critter  #contentcontainer {
	display: block;
	position: relative;
	width:770px;
	height: 721px;
	margin:0 auto;
	background: #500250 url(images/bg_critter.gif) no-repeat top left;
	text-align: left;
	
  }
  
#critter #header  {   
	position: absolute;
	left: 523px;
	top: 43px;
	width: 192px;
	height: 68px;
}

#critter .textbox {   
	position: absolute;
	width: 382px;
	height: 263px;
	overflow: auto;
	left: 154px;
	top: 218px;
	background: #56b8d5; 
	padding: 15px;
	font-family:"Courier New", Courier, mono;
	color: #660066;
}
  
#plants  #contentcontainer {
	display: block;
	position: relative;
	width:770px;
	height: 721px;
	margin:0 auto;
	background: #5e932b url(images/bg_plants.jpg) no-repeat top left;
	text-align: left;
	
  }
  
#plants #header  {   
	position: absolute;
	left: 587px;
	top: 217px;
	width: 192px;
	height: 68px;
}

#plants .textbox {
	position: absolute;
	width: 382px;
	height: 263px;
	overflow: auto;
	left: 179px;
	top: 218px;
	background: #98bf54;
	padding: 15px;
	font-family:"Courier New", Courier, mono;
	color: #660066;
	background-color: #98bf54;
}


#space  #contentcontainer {
	display: block;
	position: relative;
	width:770px;
	height: 721px;
	margin:0 auto;
	background: #500250 url(images/bg_space.jpg) no-repeat top left;
	text-align: left;
	
  }
  
#space #header  {   
	position: absolute;
	left: 574px;
	top: 144px;
	width: 192px;
	height: 68px;
}

#space .textbox {   
	position: absolute;
	width: 382px;
	height: 263px;
	overflow: auto;
	left: 179px;
	top: 218px;
	background: #d597d1; 
	padding: 15px;
	font-family:"Courier New", Courier, mono;
	color: #660066;
}

#earth #contentcontainer {
	display: block;
	position: relative;
	width:770px;
	height: 721px;
	margin:0 auto;
	background: #500250 url(images/bg_earth.jpg) no-repeat top left;
	text-align: left;
	
}

#earth #header  {   
	position: absolute;
	left: 577px;
	top: 24px;
	width: 192px;
	height: 68px;
}

#earth .textbox {
	position: absolute;
	width: 382px;
	height: 263px;
	overflow: auto;
	left: 184px;
	top: 216px;
	background: #8787f4;
	padding: 15px;
	font-family:"Courier New", Courier, mono;
	color: #660066;
}


#people #contentcontainer {
	display: block;
	position: relative;
	width:770px;
	height: 721px;
	margin:0 auto;
	background: #f7f98b url(images/bg_people.jpg) no-repeat top left;
	text-align: left;
	
}

#people #header  {   
	position: absolute;
	left: 577px;
	top: 24px;
	width: 192px;
	height: 68px;
}
  

#people .textbox {   
	position: absolute;
	width: 382px;
	height: 263px;
	overflow: auto;
	left: 154px;
	top: 159px;
	background: #fff; 
	padding: 15px;
	font-family:"Courier New", Courier, mono;
	color: #660066;
}

#chemistry  #contentcontainer {
	display: block;
	position: relative;
	width:770px;
	height: 721px;
	margin:0 auto;
	background: #500250 url(images/bg_chemistry.jpg) no-repeat top left;
	text-align: left;
	
  }
  
#chemistry #header  {   
	position: absolute;
	left: 523px;
	top: 43px;
	width: 192px;
	height: 68px;
}

#chemistry .textbox {   
	position: absolute;
	width: 382px;
	height: 263px;
	overflow: auto;
	left: 188px;
	top: 218px;
	background: #e4e541; 
	padding: 15px;
	font-family:"Courier New", Courier, mono;
	color: #660066;
}


.orangehead  {   

	font-weight:bold;
	font-size:1.4em;
	color: #ff9600;
}

.yellowhead  {   

	font-weight:bold;
	font-size:1.4em;
	color: #f8fc0a;
}

.greenhead  {   

	font-weight:bold;
	font-size:1.4em;
	color: #9acb15;
}

.turqhead  {   

	font-weight:bold;
	font-size:1.4em;
	color: #06cbfb;
}







.textboxhead  {   
	font-weight:bold;
	font-size:1.2em;
}

.textbox a {
	color: #ff0000;	
	text-decoration:none;
}

.textbox a:hover {
	color: #ff0000;
	text-decoration: underline;
}


#tablecontent {   
	float: right;
	width: 495px;
	margin: 0px 30px 30px 0px;
	display: inline; /* fixes IE Doubled Float-Margin Bug */
	padding: 0; 
}

#subscriptiontable {   
	clear: both;
	display: block;
	margin: 0px 20px 30px 19px;
	padding: 0; 
}


.clear {
  clear: both;

}

.clearright {
  clear: right;
  height: 0px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0;
}

/* Footer begins */

#footerContainer  {
	clear: left;
	text-align:center;
	background: #660066 url(images/bg_questions.gif) repeat top left;
	height: 94px;
}

	
#footer {
	
	width: 770px;
	margin: 0 auto 1em auto;
	padding-top: 12px;
	color: #ffcc00;
	font-size: 0.9em;
}	


#copyright  {
	width: 770px;
	margin: 12px auto 1em auto;
	color: #ffcc00;
	font-size: 0.85em;
	text-align:center;
}	


#footer a {
	color: #ff9900;	
	text-decoration:none;
}

#footer a:hover {
	color: #ff9900;
	text-decoration: underline;
}


/* Footer ends */

/* List stuff begins */

ul li {
	list-style-image:url();
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:0px;
	margin-top:0px;
	}
	
ul ul li {
	list-style-image:url();
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:0px;
	margin-top:0px;
	}
	
ul ul {
	margin-bottom:10px;
	}		
	
ol li {
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:0px;
	margin-top:0px;
	}

ul {
	padding-left:12px;
	margin-left:12px;
}

ol {
	padding-left:12px;
	margin-left:12px;
}


/* List stuff ends */
