
@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: #339900;
}
/* 
turn on sub menu */
#nav li.mm3 ul {
	left: 0px;
	width:670px;
}
/* 
set sub menu to on*/
#nav li ul li.mm3a a {
	background: #339900;
	color:#fff;
	padding:2px 5px;
}
div#text p strong {
	font-weight:bold;
}
#text {
	margin:0 0 50px 0;
}
/*
 bottom image thng */
#copyright div#graphic {
	background: url(../images/freeTutoringGraphic.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/templatefreeTutoring.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 {
}
.contactButton {
	display:inline
}
#text p a.contactButton {	color: #339900;
	font-weight:bold;
	font-size:16px;/*
width:108px;
height:27px;
display:block;
overflow: hidden;
background:url(../images/contactButton.gif) 0 0 no-repeat;*/
}
/*
.contactButton span{
width:0;
height:0;
overflow:hidden;
display:block
}*/

