
@import url(base/orange.css);

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

/* 
set sub menu to on*/
#nav li ul li.mm6d a {
background:#cc582a;
color:#fff;
padding:2px 5px;
}
#text {
margin:0 0 60px 0;
width:315px;
}

/*
 bottom image thng 
#copyright div#graphic {
	background: url(../images/awardsGraphic.gif) no-repeat;
	width:349px;
	height:434px;
	position:absolute;
	top:-404px;
	right:50px;
}*/
/* 
headline palcement and image */
.col1 h1 {
	clear:both;
	display:block;
	margin:0 0 30px 0;
	width:350px;
	height:69px;
	background:url(../images/TitleInTheNews.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:415px;
}
/* 
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{

}


#info
{
display:block;
position:relative;
margin:170px 0 0 0;
}
.col1
{
display:block;
float:left;
width:477px;
}

.col2
{
display:block;
float:left;
width:418px;
background:#ccc;

background:url(../images/eventBack.gif);
}
.col2 h1
{display:block;
width:418px;
height:82px;
background:url(../images/eventTop.gif);
}
.theClear
{
clear:both;
}
.inside
{
min-height:300px;
_height:300px;
background:url(../images/eventBottom.gif) left bottom no-repeat;
margin:0;
padding:0;
}


.col2 ul {
	padding:0;
	margin:0 0 0 45px;
}
.col2 ul li, .col2 ul li a {
	margin:0;
	padding:2px 2px 7px 5px;
	color:#cc582a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	clear:both;
	}

.col2 ul li a {
	text-decoration:underline;
}
.col2 ul li a:hover {
	text-decoration:none;
}

