@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal {
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 700px;
	position: relative;
	top: 10px;
	margin: 0;
	z-index: 3000;
	height: 50px;
	right: 0px;
	display: block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 150px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 5000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	display: block;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul {
	margin: 0;
	list-style-type: none;
	font-size: 1em;
	z-index: 5020;
	cursor: default;
	position: absolute;
	left: -1000em;
	width: 145px;
	padding-top: 27px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 15px;
	display: block;
	background-image: url(../_images/Background-Note.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	top: 33px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li {
	width: 140px;
	display: block;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	overflow: hidden;
	float: left;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	color: #900;
	text-decoration: underline;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 5010;
	filter: alpha(opacity:0.1);
}
#MainNav li ul li #TopArrow {
	text-indent: -10000em;
}
#MainNav #OurSchool a:link, #MainNav #OurSchool a:visited{
	height: 50px;
	width: 116px;
	background-image: url(../_images/NavMain-OurSchool.png);
	background-position: left top;
	text-indent: -1000em;
	background-repeat: no-repeat;
}
#MainNav #OurSchool a:hover, #MainNav #OurSchool a:active {
	background-position: left center;
}
#MainNav #OurSchool a.current, #MainNav #OurSchool a.current:hover, #MainNav #OurSchool a.current:active {
	background-position: left bottom;
	cursor: default;
}
#MainNav #Admissions a:link, #MainNav #Admissions a:visited {
	height: 50px;
	width: 120px;
	background-image: url(../_images/NavMain-Admissions.png);
	background-position: left top;
	text-indent: -1000em;
	background-repeat: no-repeat;
}
#MainNav #Admissions a:hover, #MainNav #Admissions a:active {
	background-position: left center;
}
#MainNav #Admissions a.current, #MainNav #Admissions a.current:hover, #MainNav #Admissions a.current:active {
	background-position: left bottom;
	cursor: default;
}
#MainNav #Curriculum a:link, #MainNav #Curriculum a:visited {
	height: 50px;
	width: 126px;
	background-image: url(../_images/NavMain-Curriculum.png);
	background-position: left top;
	text-indent: -1000em;
	background-repeat: no-repeat;
}
#MainNav #Curriculum a:hover, #MainNav #Curriculum a:active {
	background-position: left center;
}
#MainNav #Curriculum a.current, #MainNav #Curriculum a.current:hover, #MainNav #Curriculum a.current:active {
	background-position: left bottom;
	cursor: default;
}
#MainNav #Alumni a:link, #MainNav #Alumni a:visited {
	height: 50px;
	width: 90px;
	background-image: url(../_images/NavMain-Alumni.png);
	background-position: left top;
	text-indent: -1000em;
	background-repeat: no-repeat;
}
#MainNav #Alumni a:hover, #MainNav #Alumni a:active {
	background-position: left center;
}
#MainNav #Alumni a.current, #MainNav #Alumni a.current:hover, #MainNav #Alumni a.current:active {
	background-position: left bottom;
	cursor: default;
}
#MainNav #Giving a:link, #MainNav #Giving a:visited {
	height: 50px;
	width: 78px;
	background-image: url(../_images/NavMain-Giving.png);
	background-position: left top;
	text-indent: -1000em;
	background-repeat: no-repeat;
}
#MainNav #Giving a:hover, #MainNav #Giving a:active {
	background-position: left center;
}
#MainNav #Giving a.current, #MainNav #Giving a.current:hover, #MainNav #Giving a.current:active {
	background-position: left bottom;
	cursor: default;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}
.InfoBox .InfoBoxContent .LargeText {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}

