* {
	margin: 0;
	padding: 0;
} 

body {
	/* background: url(../images/bg_body.gif); */
	background: #e1e2e3;
	font-size: 80%;
	margin-bottom: 1em;
}

a {
	color: #006297;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

a img {
  border: 0;
}

/* -----------------------------------
		Container
 ----------------------------------- */

#container {
	background: url(../images/bg_container.png) repeat-y;
	font-family: tahoma, "trebuchet ms", sans-serif;
	width: 911px;
	margin: 0 auto;
	padding: 0px 13px 0px 15px;
	color: #333333;
  position: relative;
}

/* -----------------------------------
		Header
 ----------------------------------- */
#header {
	background: url(../images/bg_header.png) repeat-x #fcdf6a;
	height: 93px;
	position: relative;
}

	#header .lexia {
		height: 86px;
		text-indent: -3000px;
		background: url(../images/bg_header_h1.png) no-repeat;
	}
	
	#header a.home_link {
	  position: absolute;
	  top: 15px;
	  left: 14px;
	  height: 55px;
	  width: 230px;
	}
	
	#header #links {
		position: absolute;
		top: 7px;
		right: 15px;
		font-size: 0.95em;
	}
	
/* -----------------------------------
		Nav
 ----------------------------------- */
#nav {
	height: 41px;
	background: url(../images/bg_nav.png) repeat-x;
	font-family: calibri, "trebuchet ms", sans-serif;
	padding-top: 2px;
}

	#nav ul {
		list-style-type: none;
		/*height: 31px;
		font-size: 1.2em;*/
	}
	
	#nav li {
		float: left;
	}
	
	#nav li a { 
		display: block;
		height: 19px;
		/*background: url(../images/bg_nav_li.png) repeat-x;*/
		padding: 7px 13px 5px 13px;
		border-right: 2px solid #c0c0c0;
		color: #006297;
		text-decoration: none;		
	}
		
	.IE6 #nav li a {
		width: 85px;
		text-align: center;
		padding: 6px 4px;
	}
	
/* -----------------------------------
		Left panel
 ----------------------------------- */

#left {
	float: left;
	width: 160px;
	padding: 10px 0 0 10px;
}

  #left h4 {
    border: solid #cccccc;
    border-width: 1px 1px 0px 1px !important;
  }

  #left ul {
    list-style-type: none;
    border: solid #cccccc;
    border-width: 1px 1px 0px 1px;
    margin-bottom: 15px;
  }
  
  #left li {
    border-bottom: 1px solid #cccccc;
  }
  
  #left li a {
    display: block;
    padding: 5px 7px;
    background: #fafafa;
    text-decoration: none;
    color: #333333;
  }
  
    #left li a:hover, #left li.selected a {
      background: #ebebeb;
    }

/* -----------------------------------
		Right panel
 ----------------------------------- */
 
#right {
 	float: right;
 	width: 200px;
 	margin-right: 13px;
 	padding: 53px 0 0 0;
}

  .IE6 #right {
    width: 200px;
    margin-right: 7px;
  }
 
#right .box {
 	border: 1px solid #aaaaaa;
 	margin-bottom: 15px;
}

#right .box h2, #right .box h3, #left h4 {
 	background: url(../images/bg_right_h2.png) repeat-x;
 	height: 22px;
 	border-bottom: 1px solid #aaaaaa;
 	font-size: 1.2em;
 	color: #006297;
 	padding: 3px 0 0 7px;
 	font-family: calibri, "trebuchet ms", sans-serif;
}

  .IE6 #right .box h2, .IE6 #left h4 {
    font-size: 1em;
  }

#right .box .content {
	padding: 5px;
}

#right ul {
  margin-left: 20px;
  margin-bottom: 5px;
}

#testimonials {
    border: 0 !important;
}

  #testimonials ul {
    margin-left: 0px;
  }

  #testimonials h3 {
      border: 1px solid #aaaaaa;
  }
  
  .testimonies {
    list-style-type: none;
    border: solid #aaaaaa;
    border-width: 0px 1px 1px 1px;
    background: #ffffff;
    padding: 5px;
    margin: 0;
  } 
  
    .testimonies li {
      background: #ffffff;
    }
    
    .testimonies .attribution {
      display: block;
      font-style: italic;
      margin-top: 7px;
    }
    
    .testimonies .submit {
      display: block;
      margin-top: 6px;
      text-align: right;
    }
    
#evaluation {
    position: absolute;
    top: 530px;
    right: 26px;
    width: 198px;
}

#free_trial {
  margin-bottom: 15px;
}

#myLexiaLogin {
    position: absolute;
    top: 29px;
    right: 25px;
    display: block;
    height: 43px;
    width: 163px;
    text-indent: -3000px;
    background: url(../images/mylexia.png) no-repeat 0px 0px;
}

    #myLexiaLogin:hover {
        background-position: 0px -43px;
    }
    
    #myLexia span {
      font-size: 0.8em;
      position: absolute;
      top: 73px;
      left: 777px;
    }
 
/* -----------------------------------
		Content
 ----------------------------------- */
 
#content {
 	padding: 10px 30px 10px 10px;
 	min-height: 300px;
 	position: relative;
 	font-family: tahoma, "trebuchet ms", verdana, sans-serif;
}

  .contact_us #content {
    padding-left: 20px;
  }

  #content h1, #content h2, #content h3, fieldset legend {
    font-family: calibri, "trebuchet ms", verdana, sans-serif;
  }

.cms #content {
	margin-left: 180px;
	width: 690px;    /* May cause issues for IE6 - possibly create IE6-only for 680px; */
}

  .IE6.cms #content {
    width: 685px;
  }

.homepage #content {
	margin-right: 220px;
	padding-right: 15px;
	padding-left: 15px;
}

  .IE6.homepage #content {
    margin-right: 210px;
  }
 
	#content h1 {
 		font-size: 2.2em;
 		line-height: 100%;
 		margin-bottom: 15px;
 		color: #3a5e8a;
	}
	
	#content h2, fieldset legend {
	  font-size: 1.6em;
	  line-height: 120%;
	  margin-bottom: 3px;
	  color: #4f81bd;
	}
	
	#content p, #content ul, #content td, #content th, #content dl {
	  font-size: 1em;
		line-height: 150%;
	}
	
	#content p, #content ul, #content dl {
		margin-bottom: 12px;
	}
	
	#content ul, #content ol {
	    margin-left: 20px;
	}
	
	#content dt {
	  font-weight: bold;
	}
	
  #content dd {
    margin-left: 20px;
  }
	
	.homepage #content h2 {
	    font-size: 1.3em;
	}
	
	#content table {
	  width: 400px;
	  margin-top: 5px;
	  margin-bottom: 15px;
	  border-collapse: collapse;
	  border-left: 1px solid #a3b6cc;	  
	  border-right: 1px solid #a3b6cc;
	}
	
	  #content table.full {
	    width: 660px;
	  }
	  
	  #content table.full td {
	    text-align: left;	    
	  }
	
	#content th {
	  border-top: 1px solid #a3b6cc;
	}
	
	#content td, #content th {
	  text-align: center;
	  border-bottom: 1px solid #a3b6cc;
	  padding: 3px 7px;
	}
	
	#content .alt td {
	  background: #d1dbe8;
	}
	
	.column {
	  width: 295px;
	  margin-right: 25px;
	  float: left;
	}
	
	#student.column {
	  margin-right: 0px;
	}
	
	#bannerImages {
	    margin-bottom: 20px;	    
	}
	
	#systemStatus {
	  position: absolute;
	  top: 14px;
	  left: 285px;
	  width: 611px;
	  border: 1px solid #b34747;
	  background: #fae7e1;
	}
	
	  #systemStatus h3 {
	    float: left;
	    background: #b34747;
	    color: #ffffff;
	    font-size: 1em;
	    padding: 5px 7px;
	    margin-bottom: 0px;
	    margin-right: 5px;
	  }
	  
	  #systemStatus p {
	    float: left;
	    margin-bottom: 0;
	    margin-top: 3px;
	    font-size: 0.9em;
	    color: #b34747;
	  }
 	
	  
#screenshots ul {
  list-style-type: none;
  margin-left: 0px;
}

  #screenshots ul li {
    float: left;
    width: 330px;
    height: 270px;
  }
  
#contact_us {
  float: left;
  width: 410px;  
  margin-right: 35px;
}

#we_contact_you {
  float: left;
  width: 415px;
}

#memory_for_teachers {
	clear: left;
}

/* -----------------------------------
		Footer
------------------------------------ */

#footer {
	clear: both;
	background: url(../images/bg_footer.png) bottom no-repeat;
	/*border-top: 1px solid #72c5f2;*/
	font-family: tahoma, "trebuchet ms", sans-serif;
	width: 898px;
	margin: 0 auto;
	padding: 0px 13px 20px 20px;
	color: #333333;
  position: relative;
}

#footer .right {
  position: absolute;
  bottom: 20px;
  right: 20px;
}


/* -----------------------------------
		Generic classes
------------------------------------ */
fieldset {
  border: 0px;
}

  .cms fieldset {
    margin-bottom: 15px;
  }

fieldset p {
  clear: left;
}

fieldset legend {
  font-weight: bold;
}

fieldset label {
  float: left;
  width: 190px;
  font-weight: bold;
}

  fieldset label.block {
    display: block;
    width: auto;
    float: none;
  }
  
  fieldset select.block {
    margin-left: 190px;
  }

.contact_us fieldset input.field, .contact_us fieldset textarea {
  width: 240px;
}

fieldset input.checkbox, fieldset input.radiobutton {
  margin-right: 7px;
  margin-top: 3px;
  float: left;
}

fieldset input.button {
  margin-top: 10px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 3px 7px;
  font-size: 0.9em;
  text-transform: uppercase;
}

fieldset label.checkbox, fieldset label.radiobutton {
  float: left;
  margin-bottom: 5px;
  margin-left: 5px;
  width: auto;
}

fieldset label.radiobutton {
  font-weight: normal;
  margin-bottom: 5px;
}

.students {
  margin-bottom: 10px;
  margin-left: 20px;
}

  .students .field {
    width: 250px;
    margin-right: 20px;
    margin-bottom: 5px;
  }


/* -----------------------------------
		Generic classes
------------------------------------ */

img.bordered {
	border: 1px solid #aaaaaa;
	margin-left: 30px;
	margin-right: 15px;
}

img.right {
	float: right;
}

.clear {
	height: 1px;
	clear: both;
}

    .simpleClear {
        clear: left;
    }

/* -----------------------------------
		Testimonial page
------------------------------------ */
h2#Primary, h2#Secondary, h2#Adult, h2#Support {
  position: relative;
}

a.top {  
  width: 85px;
  position: absolute;
  top: 4px;
  right: 15px;
  font-family: Tahoma, "trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 0.6em;
}

.testimonial {
  /*clear: left;*/
}

