@charset "UTF-8";
@import url(base/green.css);

/*
 set main menu to on*/
#nav li.mm3 a {
  background: url(../images/greenButtonBack_O.gif)  bottom repeat-x;
}
/* 
fix some sub menu stuff*/
#nav li.mm3 ul li a {
  background: #fff;
}
#nav li.mm3 ul li a:hover {
  background: #92d84b;
}
/* 
turn on sub menu */
#nav li.mm3 ul {
left: 0px;
	width:700px;
}

/* 
set sub menu to on*/
#nav li ul li.mm3f a {
background:#92d84b;
color:#fff;
padding:2px 5px;
}
#text {
margin:0 0 50px 0;
}
/*
 bottom image thng */
#copyright div#graphic {
	background: url(../images/linksGraphic.gif) no-repeat;
	width:438px;
	height:302px;
	position:absolute;
	top:-272px;
	right:50px;
}
/* 
headline palcement and image */
#content h1 {
	clear:both;
	display:block;
	margin:170px 0 30px 0;
	width:503px;
	height:69px;
	background:url(../images/templateLinks.gif) no-repeat;
}
/*text width and placement */
#text p {
	width:332px;
}
/*placement for the unordered list */
div#text ul {
margin:25px 0 50px 0;
width:315px;
}
/*
width of list emiments columnWidth - 17px  */
div#text ul li {
width:315px;
}
/* 
specific buttons */
#content a.admin, #content a.parent,#content a.student{
width:332px;
display:block;
clear:both;
margin:0;
padding:0;
overflow:hidden;
}
#content a.admin{
height:112px;
background:url(../images/-adminButton.gif) no-repeat;
}
#content a.parent{
height:121px;
background:url(../images/-parentButton.gif) no-repeat;
}
#content a.student{
height:118px;
background:url(../images/-studentButton.gif) no-repeat;
margin:0 0 30px 0;
}
/* 
if you want the button to rollover see me */
#content a:hover.student{
}


