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

<style type="text/css"> 

body {
	text-align:center;
}

.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin:  auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	-webkit-box-shadow: #333 2px 0px 22px;
 	 box-shadow: #333 2px 0px 22px;
} 
.twoColFixRtHdr #header {  
background-image:url(http://www.educationalimpact.info/images/headboxback.gif);
	background-repeat:repeat-x;
	width:960px;
	height:90px;
	text-align:center;
	border:1px solid black;
} 
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #mainContent { 
width:960px;
display:block;
text-align:center;
}
.twoColFixRtHdr #footer { 
	width:870px;
	margin:auto;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	color:#666;
	text-align:center;
	font-size:12px;
	border:1px solid  #6E6E6E;
} 
.twoColFixRtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
	font-size:11px;
	background-image: url(images/watermark-EI-logo.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
}
div.img
  {
  margin-top:2px;
  margin-bottom:2px;
  margin-left:2px;
  margin-right:10px;
  height:auto;
  float:left;
  width:128px;
  text-align:center;
  display:inline;
  }  
div.img img
  {
  display:block;
  margin:3px;
  border:1px solid white;
  } 
  div.img img:hover
  {
  display:block;
  margin:3px;
  border:1px solid black;  
  } 
div.desc
  {
    text-align:center;
  font-weight:normal;
  font-size:12px;
  width:120px;
  height:43px;
  margin:2px;
   -moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-o-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
  }

div.desc a  {
	  color:#000;
	  text-decoration:none;
  }
  
div.noprvw  {
  text-align:center;
  font-weight:normal;
  font-size:12px;
  width:120px;
  height:43px;
  margin:2px;
  -moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-o-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
  }
div.desc:hover a {
	  color:white;
  }
  
div.tds  {
	  height:183px;
	  background-color:#CFC;
	  border:1px solid  #6E6E6E;
	  padding:3px;
	  -moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	-o-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
	  -webkit-box-shadow: #666 0px -2px 9px;
 	  box-shadow: #666 0px -2px 9px;
	  
  }
  

  
  div.is  {
	  height:485px; 
	  background-color:#FFC;
	  border:1px solid  #6E6E6E;
	  padding:3px;
	  -webkit-box-shadow: #666 0px 0px 9px;
 	  box-shadow: #666 0px 0px 9px;
  } 
  div.ls  {
	  height:330px;
	  background-color:#6FF;
	  border:1px solid  #6E6E6E;
	  padding:3px;
	  -webkit-box-shadow: #666 0px 0px 9px;
 	  box-shadow: #666 0px 0px 9px;
  }
  div.sbss  {
	  height:330px;
	  background-color:#FCF;
	  border:1px solid  #6E6E6E;
	  padding:3px;
	  -webkit-box-shadow: #666 0px 0px 9px;
 	  box-shadow: #666 0px 0px 9px;
  }
  div.opv  {
	  height:330px;
	  background-color:#FFF;
	  border:1px solid  #6E6E6E;
	  padding:3px;
	  -webkit-box-shadow: #666 0px 0px 9px;
 	  box-shadow: #666 0px 0px 9px;
  }
  
  div.sni  {
	  height:183px;
	  background-color:#CC6;
	  border:1px solid  #6E6E6E;
	  padding:3px;
	  -webkit-box-shadow: #666 0px 0px 9px;
 	  box-shadow: #666 0px 0px 9px;
  }
  
  div.swi  {
	  height:330px;
	  background-color:#99F;
	  border:1px solid  #6E6E6E;
	  padding:3px;
	  -moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-o-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	  -webkit-box-shadow: #666 0px 0px 9px;
 	  box-shadow: #666 0px 0px 9px;
  } 
  
#ttl   {
	  color:#FFF;
	  background-image:url(images/ttl2.gif);
	  background-repeat:repeat-x;
	  padding:4px;
	  position:relative;
	  left:-3px;
	  top:-3px;
	  z-index:2;
	  width:100%;
	  text-shadow:#000 1px -.5px 2px;
	  font-weight:bolder;
  }

#ttltop  {
	color:#FFF;
	  background-image:url(images/ttl2.gif);
	  background-repeat:repeat-x;
	  padding:4px;
	  position:relative;
	  left:-3px;
	  top:-3px;
	  z-index:2;
	  width:100%;
	  text-shadow:#000 1px -.5px 2px;
	  font-weight:bolder;
 	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	-o-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
}
  
 
  .tag   {
	  float:right;
	  color:#FFF;
	  font-size:12px;
	  padding-right:10px;
	  padding-top:7px;
	  font-family:Arial, Helvetica, sans-serif;
  }
  .footer  {
	  width:960px;
	  text-align:center;
	  font-size:13px;
	  color:#999;
  } 
  
  .tools .img {
	  margin-bottom:5px;
	  margin-top:20px;
	  margin-left:13px;
  }
  
.tools  {
	float:right;
	position:relative;
	right:29px;
	top:12px;
	height:auto;
	max-width:162px;
	background-color:#FFF0E0;
	padding-bottom:12px;
	padding-left:0px;
	padding-right:0px;
	display:block;	
	-moz-border-radius:8px 8px 8px 8px ;
	-webkit-border-radius:8px 8px 8px 8px ;
	-o-border-radius:8px 8px 8px 8px ;
	border-radius:8px 8px 8px 8px ;
	border:1px solid #818181;  
	-webkit-box-shadow: #666 0px -2px 9px;
 	  box-shadow: #666 0px -2px 9px;
  }
  
  .tools h4{
	  text-shadow:#000 1px -.5px 2px;
	  line-height:1.2em;
	  margin:2px;
	  color:white;
  }
  
  .toolstitle  {
	text-align:center;
	font-weight:100;
	height:auto;
	max-width:162px;
    background-color:#990000;
	padding-bottom:3px;
	padding-left:5px;
	padding-top:2px;
	display:block;	
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0 ;
	-o-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0x ;
  }
  
  
.listbox {
	margin-left:11px;
	width:730px;
	background-color:white;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:12px;
	padding-left:12px;
	padding-right:0px;
	padding-top:13px;
	display:block;	
	background-image: url(http://www.educationalimpact.info/images/watermark-EI-logo.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
}

 .listbox a:link {color:#454545; text-decoration:none;}
.listbox a:visited {text-decoration:none; color:#454545 ;}
.listbox a:hover {color:white; text-decoration:underline; background-color:#C00; }
.listbox a:active {color:white; text-decoration:underline; background-color:##47A3FF;}


.contact  {
	  width:450px;
	  text-align:center;
	  background-color:#F3ECE9;
	  margin:auto;
	  margin-bottom:15px;
	  padding:5px;
	  font-size:12px;
  }
  .contact a:link {color:#000; text-decoration:underline;}
.contact a:visited {text-decoration:underline; color:#000 ;}
.contact a:hover {color:white; text-decoration:none; background-color:#C00; }
.contact a:active {color:#000; text-decoration:underline;}

ol a:link { color:#333; text-decoration:none; font-size:18px; }
ol a:visited { color:#666; text-decoration:none; font-size:18px; }
ol a:hover { color:#fff; text-decoration:none; font-size:18px; background-color:#C00;-moz-box-shadow: 2px 2px 3px #666; -webkit-box-shadow: 2px 2px 3px #666; box-shadow: 2px 2px 3px #666; 
			text-shadow:2px 2px 2px #000000;}
ol a:active {
	color:#fff;
	text-decoration:underline;
	font-size:18px;
	background-color:#C00;
	font-family: Arial, Helvetica, sans-serif;
}


  

</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
