@charset "UTF-8";
.calendar_text {color: #000000}
.calendar_font {font-family: Verdana, Arial, Helvetica, sans-serif}
.calendardates {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.calendar_year_titles {
	color: #000000;
	font-weight: bold;
}

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	overflow: hidden;
	width: 210px;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	background-color: #6C6048;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background-color: #4D4B26;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFCC;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 4px;
	height: 320px;
	color: #342416;
	font-size: 12px;
	text-align: left;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #000000;
	color: #FFFFCC;
	font-weight: 100;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #FF9900;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #FFFFCC;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}
.accordianframe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px 6px;
	color: #C2962D;
	text-align: left;
	background-color: #342416;
	border: 1px solid #000000;
}
.accordiantitle {
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 5px;
	padding-right: 5px;
}
.floatright {
	float: right;
	padding-left: 20px;
}
.thinborder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 12px;
	color: #D6A32F;
	text-align: left;
	background-color: #342416;
	border-right-width: 1px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #D7A636;
}
a:active {
	text-decoration: none;
}
a.red:link {
	color: #736752;
}
a.red:visited {
	color: #736752;
}
a.red:hover {
	color: #999999;
}
.photolinks {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8B856;
}
/* CSS Document */

body {
	background-color: #4D4B26;
}
.headeraddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B79137;
	text-align: right;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B79137;
	text-align: justify;
	line-height: 25px;
}
.insertbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	background-color: #736652;
	padding: 10px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B79137;
	text-align: right;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #736752;
	text-align: center;
}
.pageheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B5B382;
	text-align: left;
	line-height: 25px;
	font-weight: bold;
}
.bodytextregular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B79137;
	text-align: justify;
	line-height: 16px;
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}
.insertboxalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3A2717;
	text-align: center;
	line-height: 20px;
	padding: 5px 10px;
	font-weight: bold;
	vertical-align: top;
}
.campschedule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-align: justify;
	background-color: #978F6A;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #735A29;
	border-right-color: #735A29;
	border-bottom-color: #735A29;
	border-left-color: #735A29;
}
.float {
	float: right;
}
.campsmalltext {
	font-size: 9px;
	color: #342416;
}
.admmisionsbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3B2818;
	text-align: justify;
	line-height: 16px;
	padding: 0px 10px 10px;
}
.facultyphoto {
	padding: 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #D8B856;
}
.contactbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #342416;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	line-height: 20px;
}

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 160px;
}
/* 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: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 162px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 160px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 162px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 10px 0.75em;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/navigation_background.jpg);
	font-size: 14px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #E3E3E3;
	color: #000000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	color: #DDCA80;
	background-image: url(images/over_images/navigation_background_over.jpg);
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 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.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
ul.MenuBarVertical2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 300px;
}
ul.EventPhotomenuvertical/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */

{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 400px;
	height: 100px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.EventPhotomenuvertical
{
	height: 0px;
	padding: 0px;
}
/* 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.EventPhotoMenuBarActive
{
	z-index: 0;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.EventPhotomenuvertical li
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 636px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height: 80px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.EventPhotomenuvertical ul
{
	margin: -5% 0 0 95%;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 400px;
	left: 0em;
	top: 0;
}
/* Submenu containers have borders on all sides */
ul.EventPhotomenuvertical ul
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B68D3A;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.EventPhotomenuvertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.EventPhotomenuvertical ul li
{
	width: 400px;
	height: 100px;
	padding: 0px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.EventPhotomenuvertical a
{
	display: block;
	cursor: pointer;
	color: #BE9126;
	text-decoration: none;
	font-size: 14px;
	background-color: #4D4B26;
	height: 90px;
	vertical-align: middle;
	border-top: 1px solid #BE9126;
	border-bottom: 1px solid #BE9126;
	padding-top: 3px;
}
ul.EventPhotomenuvertical a:hover, ul.EventPhotoMenuBarVertical a:focus
{
	background-color: #6C6048;
	color: #000000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.EventPhotomenuvertical a.MenuBarItemHover, ul.EventPhotomenuvertical a.MenuBarSubmenuVisible
, ul.EventPhotomenuvertical a.MenuBarItemSubmenuHover{
	background-color: #968E69;
	color: #DDCA80;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.EventPhotomenuvertical a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.EventPhotoMenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 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.EventPhotomenuvertical iframe
{
	position: fixed;
	filter:alpha(opacity:0.1);
}
	ul.EventPhotomenuvertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
.EventPhotoFloat {
	float: left;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.PhotoEventTitles {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.boxtrial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D7A636;
	background-color: #6D6149;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7A636;
}
.curricFloat {
	float: right;
	padding: 0px 10px 10px;
}
.AlumniHeadings {
	font-size: 10px;
	color: #FFFFFF;
}
.bodytextPromo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B79137;
	text-align: center;
	line-height: 20px;
	padding-right: 50px;
	padding-left: 50px;
	background-position: center;
	background-color: #342416;
}
.snowtitle {
	font-size: 16px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 10px 10px;
	background-color: #8B160D;
	color: #FFFFFF;
	text-align: center;
	text-decoration: blink;
}
.footernavhover {
	color: #FF0000;
	text-decoration: none;
}
.newsletters {
	padding: 10px;
}
a.white:link {
	color: #FFFFFF;
}
a.white:hover {
	color: #D7A636;
}
a.white:visited {
	color: #FFFFFF;
}
.newslettertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B79137;
	text-align: center;
	line-height: 16px;
}
.mugborder {
	border: 1px solid #000000;
}
a.orange:link {
	color: #CC9933;
}
a.blue:link {
	color: #3366CC;
}
a.blue:visited {
	color: #3366FF;
}

