/* modern education*/

* {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style-type:none;
}



#sizer {
	margin: 0 auto; /* centers #sizer in standard browsers */
	padding: 0 0 14px 0;
	width: 1024px; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	text-align: left; /* resets the default text alignment for the page */
}

/*\*/
* html #expander {height: 0;}
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the
usual 1% height value. Any % value on this element causes a horrendous IE bug! */


.iefix-rel {
	position: relative;
}

#wrapper1 {

  background-position:-62px 0;
  position: relative;
  margin-top:0px;
  font-size: 12px; /* set global font-size here */
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {

  background-position:27px bottom;
  padding-bottom:70px;
}

/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer248 {
  margin-left: 0;    /*** Critical left col width value ***/
  margin-right: 657px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  position: relative;
  width: 100%;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 0;    /*** Critical left col width value ***/
  margin-left: 0;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right657{
  float: right;
  position: relative; /* Needed for IE/win */
  width: 1024px;    /*** Critical right col width value ***/
  margin-right: -657px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 10px;   /*** Critical right divider dimension value ***/
  background: url(/img/right-top-bg.gif) no-repeat -37px top;
}


/************** Special Fixes *************/

.outer248 {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must
be hidden in a conditional comment for CSS to validate */


/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer248,
{height: 1%;}
/* Holly hack */


#wrapper1,
#wrapper2,
.outer248,
{min-height: 1%;}
/* gives layout for IE7 */

/*** Variance fixes for IEwin ***/

/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.hide {display: none;}

