/*************************************************

NUTRIENTS FOR LIFE				 
AUGUST 2008					
BY 76design			


***************************************************
	GENERIC
	*/


HTML {
	font: 62.5%/160% Arial, Helvetica, sans-serif;   
	background:#FFF;
	color: #000;
	}
	
BODY {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
/***************************************************
	WRAPPER
	 */
#wrapper {
	width:755px;
	margin: 0px auto;
	text-align:left;
	background: url('../images/header-bkg.jpg') no-repeat;
	padding:0;
	}
.fr #wrapper {
	background: url('../images/header-bkg-fr.jpg') no-repeat;
	}
/***************************************************
	HEADER
	*/
#header {
	position:relative;
	height:100px;
	}
	
#header H1 {
	margin:0;
	padding:0;
	text-indent:-999em;
	}
	
#header H1 A{
	width:383px;
	height:50px;
	position:absolute;
	top:25px;
	right:13px;
	}

#flash-content {
	margin:0 0 20px 0;
	}
	
.rss {
	margin:0 0 0 10px;
	}
/***************************************************
	MAIN MENU
	*/

#topmenu {
	width:100%;
	margin:0 0 15px 0;
	clear:both;
	}
	 
#topmenu LI.single {line-height:35px;}

.fr #topmenu LI {margin:0px 17px 0 0;}
.fr #topmenu LI A{font-size:120%}

#topmenu LI  {
	display:block;
	list-style:none;
	float:left;
	margin:0px 28px 0 0;
	text-align:center;
	padding:0;
	height:60px;
		}
	
#topmenu LI.last{	
	margin:0px 0 0 0;
	}
#topmenu A {
	display:block;
	font-weight:bold;
	color:#c1cd23;
	font-size:130%;
	padding:30px 0 0 0;
	margin:0;

	text-decoration:none;
	}
	
#topmenu A:hover,
#topmenu LI.selected A {
	color:#003a74;
	background:url(../images/topmenu-hover.png) no-repeat;
	}
	
/***************************************************
	UTILITY

	*/
#utility {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	border-top:solid 5px #c1cd23;
	}
	
#utility LI {
	float:left;
	}
	
#utility LI A{
	text-decoration:none;
	margin:0 8px;
	color:#000;
	font-size:110%;
	font-weight:bold;
	}
	
#utility LI A:hover {
	color:#CCC;
	}
	
/***************************************************
	SIDEBAR
	
	 */
	 
#sidebar {
 	width:160px;
	float:left;
	margin:0 20px 20px 0;
	}
	
 #sidebar H2 {
	font-size:240%;
	color:#c1cd23
	}
	
/***************************************************
	SIDEMENU
	*/
#sidemenu, 
#sidemenu LI {
 list-style:none;
	margin:0;
	padding:0;
	}
	
#sidemenu {
	padding:0 0 0 15px ;
	}

#sidemenu LI A{
	color:#000;
	text-decoration:none;
	padding:3px 0;
	display:block;
	color:#c1cd23;
	font-weight:bold;
	font-size:140%;
	}
 
#sidemenu LI A:hover,
#sidemenu LI.selected A{	
	color:#003a74;
	 }
	 
/***************************************************
	HOMEPAGE
 	*/
.homepage #content {
	border:none;
	width:470px;
	margin: 0 60px 0 0;
	}
	

 #content .news-events  H3 {
	font-weight:bold;
	margin:0 0 5px 0;
	}
 #content .news-events  H3 A{	
	text-decoration:none;
	color:#666666;}
SMALL.date {
	font-style:italic;
	}
 #content .news-events  H3 A:hover{	
	 color:#999;
	 }
 #content .news-events EM {
	margin:0 0 8px 0;
	display:block;
	font-style:normal;
	}	
 #content .news-events UL {
	margin:0;
	padding:0;
	}
	
 #content .news-events UL LI {
	background:none;
	border-left:solid 2px #c1cd23;
border-bottom:dotted 1px #000;
	margin:0px 0;
	padding:10px 0 10px 10px;
	}

.read-more {
	display:block;
	}
	
#tree-buttons {
	background:url(../images/tree-en.gif) no-repeat;
	width:196px;
	height:390px;
	float:left;
	margin:10px 0 0 0;
	position:relative;
	}
.fr #tree-buttons {
	background:url(../images/tree-fr.gif) no-repeat;
	}
	
#tree-buttons #students,
#tree-buttons #teachers {	
	width:196px;
	text-indent:-999em;
	height:120px;
	display:block;
	position:absolute;
	left:0;
	}
	
#tree-buttons #students {top:0;}
#tree-buttons #teachers {bottom:0;}
#tree-buttons #students:hover{background:url(../images/tree-en.gif) -196px 0 no-repeat;}
#tree-buttons #teachers:hover{background:url(../images/tree-en.gif) -196px -270px no-repeat;}
.fr #tree-buttons #students:hover{background:url(../images/tree-fr.gif) -196px 0 no-repeat;}
.fr #tree-buttons #teachers:hover{background:url(../images/tree-fr.gif) -196px -270px no-repeat;}


/**************************************************************
	Teacher Form
**************************************************************/
#teacher_form-buttons {
	background:url(../images/teacher_form-en.jpg) no-repeat;
	width:196px;
	height:199px;
	float:left;
	margin:10px 0 0 0;
	position:relative;
	}
.fr #teacher_form-buttons {
	background:url(../images/teacher_form-fr.jpg) no-repeat;
	}
	
#teacher_form-buttons #teacher_form{
	width:196px;	
	text-indent:-999em;
	height:120px;
	display:block;
	position:absolute;
	left:0;
	}
	
#teacher_form-buttons #teacher_form {top:0;}
#teacher_form-buttons #teacher_form:hover{background:url(../images/teacher_form-en.jpg) no-repeat;}
.fr #teacher_form-buttons #teacher_form:hover{background:url(../images/teacher_form-fr.jpg) no-repeat;}
/***************************************************
	CONTENT
 	*/
	
#content-wrap {
	background:url(../images/dotted-line.gif) 180px 0 repeat-y;
	}
	
#content {
	width:550px;
	float:left;
	font-size:120%;
	line-height:160%;
	padding:0 0 0 20px;
	}
	
#content UL LI {
	background:url(../images/bullet.gif) 0 6px no-repeat;
	padding:0 0 0 20px;
	list-style:none;
	margin:15px 0;
	}
	
#content OL LI{
	list-style:decimal outside;
	padding:0;
	margin:15px 0 15px 20px;
	background:none;
	}
	
#content OL LI UL LI{
	list-style:none;
	}
#content #breadcrumb ul li {
	display:inline;
	list-style:none;
	background:none;
	padding:0;
	margin:0;
}

.back-button {
	margin:0 0 10px 0;
	display:block;
	}
/***************************************************
	FOOTER
	 */

#footer {
	clear:both;
	border-top:solid 4px #c1cd23;
	margin:20px 0;
	color:#004079;
	}
	
#footer A {color:#004079;text-decoration:none;}
#footer A:hover {color:#c1cd23;}
#footer P {float:right;}	