@charset "UTF-8";
@import url(base/pink.css);
/*
 set main menu to on*/
#nav li.mm8 a {
	background: url(../images/pinkButtonBack_O.gif) bottom repeat-x;
}
/* 
fix some sub menu stuff*/
#nav li.mm8 ul li a {
	background: #fff;
}
#nav li.mm8 ul li a:hover {
	background: #d91a76;
}
/* 
turn on sub menu */
#nav li.mm8 ul {
	left: 0px;
	width:700px;
}
/* 
set sub menu to on*/
#nav li ul li.mm8c a {
	background:#d91a76;
	color:#fff;
	padding:2px 5px;
}
#text {
	margin:0 0 150px 0;
}
/*
 bottom image thng */
#copyright div#graphic {
	/*background: url(../images/contactGraphic.gif) no-repeat;*/
	width:436px;
	height:464px;
	position:absolute;
	top:-434px;
	right:50px;
}
/* 
headline palcement and image */
#content h1 {
	clear:both;
	display:block;
	margin:170px 0 30px 0;
	width:440px;
	height:69px;
	background:url(../images/templateLocations.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;
}*/

#text ul.box1 {
	padding:20px;
	width:300px;
	background: #feedf5;
}
#text ul.box2 {
	padding:20px;
	width:300px;
	background: #fff;
}
#text ul.box1 li, #text ul.box2 li {
	color: #868686;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding:0;
	margin:0;
	text-align:justify;
}
#text ul.box1 li.school,#text ul.box2 li.school {
	color: #d91a76;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
#text ul.box1 li.name,#text ul.box2 li.name {
	
	font-weight:bold;
}
