/***
  This is a css file we received from Kimberly's group which contains css styles for the front door page.
 */

* html .contain_float { height: 1%; overflow: visible; }
*+html .contain_float { min-height: 1%; }
.contain_float:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/*-------------------------------------------------
ELASTIC BOX (Reusable)
-------------------------------------------------*/

.elastic_box {
	background:url(../images/images_new/bg-elastic_box_body.gif) bottom left no-repeat;
}
.elastic_box .content {
	background:url(../images/images_new/bg-elastic_box_body_right.gif) bottom right no-repeat;	
}
.elastic_box h2 {
	background:url(../images/images_new/bg-elastic_box_header.gif) top left no-repeat;	
	margin:0;
}
.elastic_box h2 div {
	background:url(../images/images_new/bg-elastic_box_header_right.gif) top right no-repeat;		
	padding:12px 10px 9px;
}

/*-------------------------------------------------
LINK TO LESSONS
-------------------------------------------------*/
/* css to insert on iframe file */


#link_lessons { margin:0 0/*20px;*/ }
#link_lessons p, 
#link_lessons h3, 
#link_lessons ul,

#link_lessons li { margin:0; padding:0; list-style:none }
#link_lessons .masthead { margin-top:5px; }
#link_lessons .left { width:168px; float:left; }
#link_lessons .middle { float:left; width:411px; margin-left:10px }
/*
#link_lessons .right { float:right; width:604px; _width:608px;}
*/
#link_lessons .right .iframe-sigin{height:380px; width:602px; _width:608px; }
#link_lessons .right .iframe-sigin iframe{width:601px; height:389px; _margin-left:10px; padding:0}
#link_lessons .module { margin-top:8px; }
#link_lessons .module .hd { 
	background:url(../images_new/bg-box-ltl-hd-green.gif); 
	color:#fff; 
	padding:8px 10px 7px 11px; 
	font:700 12px arial; 
}

#link_lessons .module .bd { background:url(../images_new/bg-box-ltl-md.gif); }
#link_lessons .module .bd p { padding:10px; }
#link_lessons .module .bd a { color:#0d4ae0; text-decoration:none; }
#link_lessons .module .bd a:hover { color:#0d4ae0; text-decoration:underline; }
#link_lessons .module .ft { background:url(../images_new/bg-box-ltl-ft.gif); height:8px; font-size:0 }

#link_lessons .module.progOverview .bd p a { 
	background:url(../images_new/icn-pdf.gif) no-repeat 0 3px; 
	padding-left:25px; 
	display:block; 
	height:28px;
}

#link_lessons .about{width:400px; float:left; _margin-left:5px}
#link_lessons .about ul.list { margin:10px 7px; }
#link_lessons .about ul.list li { 
	background:url(../images/images_new/bul-silver.gif) no-repeat 0 6px; 
	padding:0 0 0 15px; 
	padding-bottom:10px 
}

#link_lessons #supported_programs h2 {
	background-image:url(../images/images_new/bg-ltl_box_header.gif);
}
#link_lessons #supported_programs h2 div {
	padding: 8px 10px 7px 15px;
	background-image:url(../images/images_new/bg-ltl_box_header_right.gif);
}
#link_lessons #supported_programs .content { padding:5px 15px 10px; }
#link_lessons #supported_programs ul { width:175px; }
#link_lessons #supported_programs ul.column_1 { float:left; }
#link_lessons #supported_programs ul.column_2 { float:right; }
#link_lessons #supported_programs ul li { margin-bottom:8px; }

/*
#link_lessons #sample_activity{ margin-top:8px;  }
#link_lessons #sample_activity .bd { padding-top:10px; }
#link_lessons #sample_activity .bd p { padding-top:0; padding-bottom:10px; }
#link_lessons #sample_activity .bd p.button  { text-align:right; padding-bottom:5px;  }
*/

/* deprecated if not use module 3 */
/*
#link_lessons div.module3 { 
	background:url(../images/images_new/bg-module_bottom.gif) bottom;
  width:188px;
  margin-top:8px;
}
#link_lessons div.module3 h3 {
  background:url(../images/images_new/bg-module_top.gif);
  padding-top:5px;
  height:22px;
  font-size:13px;
  color:white;
  text-align:center;
}
#link_lessons div.module3_body { 
	padding:8px; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px;
	color:#3F3F3F;
}
#link_lessons div.module3_body p { margin-left:30px; width:138px; }
#link_lessons div.module3_body img#green_paint { float:left; }
#link_lessons div.module3_body a#signup_button { float:right; margin:7px 0; }
*/

