/* CSS Document */
* {
	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;
}

/* misc*/
.clear{
	clear:both;
}

/* -----------------------------------
		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: 86px;
	position: relative;
}

	#header h1 {
		height: 86px;
		text-indent: -3000px;
		background: url(../images/bg_header_h1_2.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;
}

	#nav ul {
		list-style-type: none;
		/*display: inline-block;
		height: 31px;
		font-size: 1.2em;*/
	}
	
	#nav li {
		display: block; 
		float: left;
		width: 95px;
	}
	
	#nav li a { 
		text-align: center;
		display: block;
		height: 19px;
		background: url(../images/bg_nav_li.png) repeat-x;
		padding: 7px 13px 5px 13px;
		border-right: 2px solid #ffffff;
		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;
	 		width: 160px;
*/
  }
  
  #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: 10px 0 0 0;
}

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

#right .box h2, #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 h2 {
      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;
    }
    
#evaluation {
    position: absolute;
    top: 530px;
    right: 26px;
    width: 198px;
}

#free_trial {
  margin-bottom: 15px;
}

#myLexiaLogin {
    position: absolute;
    top: 50px;
    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 {
      position: absolute;
      top: 92px;
      left: 777px;
    }
 
/* -----------------------------------
		Content
 ----------------------------------- */
#Breadcrumbs {
	margin-left: 20px;
} 
 
#subcontent {
	/*clear: left;*/
	margin-left: 200px;
 	padding: 10px 30px 10px 10px;
 	min-height: 10px;
 	position: relative;
 	font-family: tahoma, "trebuchet ms", verdana, sans-serif;
}
	#subcontent h3, fieldset legend {
	  font-size: 1.6em;
	  line-height: 120%;
	  margin-bottom: 3px;
	  color: #4f81bd;
	}
	
	#subcontent h1, #content h2, #content h3, fieldset legend {
    font-family: calibri, "trebuchet ms", verdana, sans-serif;
  }
	#subcontent ul, #subcontent ol {
	    margin-left: 20px;
	}
	#subcontent p, #subcontent ul, #subcontent dl {
		margin-bottom: 12px;
	}
 
#content {
	/*clear: left;
	margin-left: 10px;*/
 	padding: 10px 30px 10px 10px;
 	min-height: 300px;
 	position: relative;
 	font-family: tahoma, "trebuchet ms", verdana, sans-serif;
}

  #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 h2 {
 		font-size: 2.2em;
 		line-height: 100%;
 		margin-bottom: 15px;
 		color: #3a5e8a;
	}
	
	#content h3, 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 h3 {
	    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 h2 {
	    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;
}

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

#footer {
	clear: both;
	background: url(../images/bg_footer2.png) bottom no-repeat;
	font-family: tahoma, "trebuchet ms", sans-serif;
	width: 898px;
	margin: 0 auto;
	padding: 5px 14px 14px 25px;
	/*color: #333333;*/
	position: relative;
	text-align: center;
	color: #ffffff;
}
#footer a{
	text-decoration: none;
	color: #fdeca5;
}
#footer a:hover{
	text-decoration: underline;
	color: #fce277;
}


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

fieldset {
  border: 0px;
}
/*
  .cms fieldset {
    margin-bottom: 15px;
  }

fieldset p {
  clear: left;
}

fieldset legend {
  font-weight: bold;
}

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

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

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

fieldset input.checkbox, fieldset input.radiobutton {
  margin-top: 2px;
  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-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;
}

/* -----------------------------------
		Testimonial page
------------------------------------ */
h3#Primary, h3#Secondary, h3#Adult {
  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;*/
}

/* OTHER STYLES */
#Checkout{
	margin-left:10px;
}
#ReadConditions{
	text-align: right;

}

/* sidebar navigation from black candy */
/*
ul#Menu2 li { 
            font-size: 0.9em; 
            margin: 1px 0 5px 4px;
            list-style: none;
            }
      ul#Menu2 li a {
            display: block;
            width: 196px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
      }
	ul#Menu2 li em {
		padding-left: 8px;
		display: block;
	}
		ul#Menu2 li li em {
			padding-left: 0;
		}
      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      *//*
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
            background: #DCDCDC url(../images/sidebarSideArrow.gif) no-repeat right center;
            color: #666;
			cursor: pointer;
            text-decoration: none;
      }
	 