@charset "utf-8";


		* {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
		}
.style12 {font-weight: bold; color: #FFFFFF;}

		
		body {
	min-width:600px;
	text-align:center;
	background-color: #3C5A98;
		}
		
		#main-wrapper {
	width:500px;
	text-align:left;
	margin:auto;
	margin-top:0px;
	background-color:#B79663;
		}
		
		#main-padding {
			padding:10px;
		}

		
		.footer-fix {
	height:100px;
	vertical-align: middle;
		}
		
		#menu {
			text-align:center;
			margin-top:20px;
		}
		
		#content {
			margin-top:20px;
		}
		
		a {
	color:#000000;
		}
		a:hover {
	color:#000000;
		}
		
		h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	margin-bottom:15px;
		}
		
		h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-bottom:15px;
		}
		
		.inline-image {
			vertical-align:middle;
		}
		
		#map_canvas {
	width:500px;
	height:400px;
	margin-top:15px;
		}
		
		#directions {
			margin-top:10px;
		}
		
		.form {
			margin:0px;
			padding:0px; 
			margin-top:20px;
		}
		.form-field {
			vertical-align:middle; 
			border:1px solid #999999;
			background-color:#EEEEEE;
		}
		.form-submit {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	background-color:#EEEEEE;
	font-size:7pt;
	font-weight:bold;
		}
		
		#main-wrapper #main-padding #bannerdiv {
			width: 132px;
		}
		#main-wrapper #main-padding #headertextdiv {
	width: 500px;
	float: left;
		}
		#main-wrapper #main-padding #seperator {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C5830;
	margin: 7px;
		}
		#bannerAddress {
	float: left;
	width: 200px;
		}
		#bannerLogo {
	width: 250px;
	float: left;
		}
.style3 {color: #000000; font-family: Arial, Helvetica, sans-serif; }

/* CSS Document */

.Styles {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3C5A98;
}




body {
	background-color: #3C5A98;
}


a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #999999;
}
a:active {
	color: #57687D;
}

@charset "UTF-8";

/* SpryMenuBarVertical.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, 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: 8em;
}
/* 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: 200px;
	height: 45px;
}
/* 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: 8.2em;
	left: -1000em;
	top: -2px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: -26px;
	width: 141px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 200px;
}
/* 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: 0;
	color: #000;
	text-decoration: none;
	height: 45px;
	background-image: url(buttons/blank/blankButton.jpg);
	width: 200px;
	text-indent: 20px;
	line-height: 45px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#MenuBar1 a.current {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3B5997;
	cursor: default;
}



/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #FFF;
	background-image: url(buttons/blank/buttonRoll.jpg);
}
/* 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: #FFF;
	background-image: url(buttons/blank/buttonRoll.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(buttons/blank/blankButton.jpg);
	height: 45px;
	width: 200px;
}

/* 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(buttons/blank/buttonRoll.jpg);
	background-repeat: no-repeat;
}

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

 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);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{

	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
.footer-fix #WebsiteHeaderContent {
	height: 175px;
}
#photoContentConfirm {
	height: 1050px;
	width: 700px;
	margin-left: 25px;
	margin-top: 25px;
}
#photoContent {
	width: 550px;
	margin-top: 25px;
	margin-left: 75px;
}
.footer-fix #mainPhotoA {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	margin-right: 25px;
	float: right;
}
.footer-fix #mainPhotoB {
	height: 150px;
	width: 200px;
	margin-left: 25px;
}
.footer-fix #mainPhotoC {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	margin-right: 25px;
	float: right;
	margin-top: 30px;
}
.footer-fix #mainPhotoD {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 30px;
}


.footer-fix   #textCellA   {
	width: 200px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
	text-align: center;
}
.footer-fix #textCellB {
	width: 200px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
	text-align: center;
	float: right;
}
.footer-fix  #photoCellA  {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	margin-right: 25px;
	float: right;
}
.footer-fix  #photoCellB  {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	float: right;
}
.footer-fix  #photoCellC  {
	height: 150px;
	width: 200px;
	margin-left: 25px;
}
.footer-fix #photoCellD {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	margin-right: 25px;
	float: right;
	border: 0;
	margin-top: 25px;
}
.footer-fix #photoCellE {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	float: right;
	margin-top: 25px;
}
.footer-fix #photoCellF {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	margin-top: 25px;
}
.footer-fix #photoCellBH {
	height: 200px;
	width: 150px;
	margin-right: 50px;
	float: right;
}
.footer-fix #photoCellAH {
	height: 200px;
	width: 150px;
	margin-left: 50px;
	margin-right: 25px;
	float: right;
}
.footer-fix #photoCellCH {
	height: 200px;
	width: 150px;
	margin-left: 25px;
}
#photoContentDDA {
	height: 400px;
	width: 700px;
	margin-left: 25px;
	margin-top: 25px;
}
.footer-fix #photoCellEC {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	float: right;
	margin-top: 30px;
	margin-right: 100px;
}
.footer-fix #photoCellFC {
	height: 150px;
	width: 200px;
	margin-left: 100px;
	margin-top: 30px;
}
#photoContentBlast {
	height: 1800px;
	width: 700px;
	margin-left: 25px;
	margin-top: 25px;
}
.footer-fix #photoCellEH {
	height: 200px;
	width: 150px;
	margin-left: 25px;
	float: right;
	margin-top: 25px;
	margin-right: 45px;
}
.footer-fix #photoCellDH {
	height: 200px;
	width: 150px;
	margin-left: 25px;
	margin-right: 45px;
	float: right;
	border: 0;
	margin-top: 25px;
}
#photoContentHoliday {
	height: 1575px;
	width: 700px;
	margin-left: 25px;
	margin-top: 25px;
}
#photoContentLargeWA {
	height: 415px;
	width: 700px;
	margin-left: 25px;
	margin-top: 25px;
}
#photoContentLargeLA {
	height: 515px;
	width: 700px;
	margin-left: 25px;
	margin-top: 25px;
}
#photoContentLargeWB {
	height: 365px;
	width: 700px;
	margin-left: 25px;
	margin-top: 25px;
}


.footer-fix #forwardButton {
	width: 150px;
	margin-left: 25px;
	margin-right: 110px;
	margin-top: 15px;
	text-align: center;
	float: right;
	height: 50px;
}
.footer-fix #backButton {
	width: 150px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
	text-align: center;
	float: right;
	height: 50px;
}
.footer-fix #albumHome {
	width: 150px;
	margin-top: 15px;
	text-align: center;
	float: right;
	height: 50px;
}
.footer-fix #largePhotoWideA {
	height: 324px;
	width: 432px;
	margin-left: 125px;
	margin-right: 25px;
}
.footer-fix #largePhotoWideB {
	height: 288px;
	width: 432px;
	margin-left: 125px;
	margin-right: 25px;
}
.footer-fix #largePhotoLongA {
	height: 432px;
	width: 324px;
	margin-left: 185.25px;
	margin-right: 25px;
}
.footer-fix #largePhotoLongB {
	height: 432px;
	width: 288px;
	margin-left: 200px;
	margin-right: 25px;
}
.footer-fix #textCellMiddle {
	width: 200px;
	margin-left: 275px;
	margin-right: 25px;
	margin-top: 15px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#text .footer-fix #aboutText {
	width: 450px;
	background-color: #3C5A98;
	padding: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.footer-fix #photoCellFH {
	height: 200px;
	width: 150px;
	margin-left: 25px;
	float: right;
	margin-top: 25px;
	margin-right: 45px;
}
#aboutText {
	width: 450px;
	background-color: #3C5A98;
	padding: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#text .footer-fix #calanderBox {
	width: 700px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.style8 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#photoCellFH {
	height: 200px;
	width: 150px;
	margin-left: 25px;
	float: right;
	margin-top: 25px;
	margin-right: 45px;
}
#aboutText {
	width: 575px;
	background-color: #3C5A98;
	padding: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#textCellMiddle {
	width: 200px;
	margin-left: 275px;
	margin-right: 25px;
	margin-top: 15px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#largePhotoLongB {
	height: 432px;
	width: 288px;
	margin-left: 200px;
	margin-right: 25px;
}
#largePhotoLongA {
	height: 432px;
	width: 324px;
	margin-left: 185.25px;
	margin-right: 25px;
}
#largePhotoWideB {
	height: 288px;
	width: 432px;
	margin-left: 125px;
	margin-right: 25px;
}
#albumHome {
	width: 150px;
	margin-top: 15px;
	text-align: center;
	float: right;
	height: 50px;
}
#backButton {
	width: 150px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
	text-align: center;
	float: right;
	height: 50px;
}
#forwardButton {
	width: 150px;
	margin-left: 25px;
	margin-right: 110px;
	margin-top: 15px;
	text-align: center;
	float: right;
	height: 50px;
}
#photoCellDH {
	height: 200px;
	width: 150px;
	margin-left: 25px;
	margin-right: 45px;
	float: right;
	border: 0;
	margin-top: 25px;
}
#photoCellEH {
	height: 200px;
	width: 150px;
	margin-left: 25px;
	float: right;
	margin-top: 25px;
	margin-right: 45px;
}
#photoCellFC {
	height: 150px;
	width: 200px;
	margin-left: 100px;
	margin-top: 30px;
}
#photoCellEC {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	float: right;
	margin-top: 30px;
	margin-right: 100px;
}
#photoCellAH {
	height: 200px;
	width: 154px;
	margin-left: 50px;
	margin-right: 25px;
	float: right;
}
#photoCellBH {
	height: 200px;
	width: 154px;
	margin-right: 50px;
	float: right;
}
#photoCellCH {
	height: 200px;
	width: 154px;
	margin-left: 25px;
}

#photoCellF {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	margin-top: 25px;
}
#panel0 {
}

#photoCellE {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	float: right;
	margin-top: 25px;
}
#photoCellD {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	margin-right: 25px;
	float: right;
	border: 0;
	margin-top: 25px;
}
#photoCellC {
	height: 274px;
	width: 300px;
	margin-left: 125px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#photoCellB {
	height: 190px;
	width: 300px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
	margin-bottom: 6px;
}
#photoCellA {
	height: 180px;
	width: 300px;
	margin-left: 20px;
	margin-right: 20px;
	float: right;
}
#textCellB {
	width: 200px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
	text-align: center;
	float: right;
}
#textCellA {
	width: 200px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
	text-align: center;
}
#mainPhotoD {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 30px;
}
#mainPhotoC {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	margin-right: 25px;
	float: right;
	margin-top: 30px;
}
#mainPhotoB {
	height: 150px;
	width: 200px;
	margin-left: 25px;
}
#mainPhotoA {
	height: 150px;
	width: 200px;
	margin-left: 25px;
	margin-right: 25px;
	float: right;
}
#WebsiteHeaderContent {
	height: 175px;
}
#largePhotoWideA {
	height: 324px;
	width: 432px;
	margin-left: 125px;
	margin-right: 25px;
}
#aboutText .style9 {
	color: #FFFFFF;
}

#missionStatementText {
	width: 500px;
	background-color: #3C5A98;
	margin-top: 25px;
	color: #FFFFFF;
	margin-bottom: 25px;
	padding: 20px;
}
#missionStatementText .style9 {
	color: #FFFFFF;
}
#programNames {
	height: auto;
	width: 155px;
}
#flashVideo {
	height: 367px;
	width: 550px;
	margin-bottom: 25px;
}
#programText {
	width: 670px;
	background-color: #3C5A98;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 15px;
	text-align: left;
	padding-right: 15px;
	margin-left: 25px;
	margin-top: 25px;
}
#programText .style9 {
	color: #FFFFFF;
}
#programPhotoContainer {
	width: 700px;
	margin-left: 25px;
	margin-top: 25px;
}
#programPhotoContainer2 {
	width: 700px;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top: 25px;
}
#flashcontent {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 50px;
}
/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* 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 gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
	width: 650px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 45px;
}

/* 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;
}

/* 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: #3C5A98;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* 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: 0px;
	height: 100px;
	color: #FFFFFF;
	background-color: #8C5830;
}

/* 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: #3C5A98;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

/* 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: #CCCCCC;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #CCCCCC;
}

/* 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 {
	background-color: #3C5A98;
}

/* 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 {
	background-color: #3C5A98;
}
@charset "UTF-8";

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

/* 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 gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
	width: 650px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 45px;
}

/* 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;
}

/* 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: #3C5A98;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* 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: 0px;
	height: 100px;
	color: #FFFFFF;
	background-color: #8C5830;
}

/* 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: #3C5A98;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

/* 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: #CCCCCC;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #CCCCCC;
}

/* 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 {
	background-color: #3C5A98;
}

/* 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 {
	background-color: #3C5A98;
}
text {
	width: 400px;

}
#oNineText {
	width: 620px;
	background-color: #3C5A98;
	padding: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 50px;
	color: white;
}
#flashVideoAbout {
	height: 368px;
	width: 550px;
	margin-bottom: 25px;
	margin-left: 15px;
	margin-top: 15px;
}
#highRopes {
	margin-left: 15px;
	margin-top: 15px;
	text-align: left;
	width: 292px;
}
#ropesHeader {
	height: 120px;
	width: 400px;
	margin-bottom: 25px;
	margin-left: 15px;
	margin-top: 15px;
}
#calanderBox {
	width: 700px;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 422px;
}
#calanderAgenda {
	width: 250px;
	height: 420px;
	float: left;
}
#calanderMonth {
	width: 448px;
	height: 420px;
	float: right;
}
#lowRopes {
	margin-left: 15px;
	margin-top: 15px;
	text-align: left;
	width: 550px;
}
#highRopesConcept {
	margin-left: 15px;
	margin-top: 15px;
	text-align: left;
	width: 3.79in;
}
#box {
	margin-left: 15px;
	margin-top: 15px;
	text-align: left;
	width: 550px;
	margin-bottom: 15px;
	padding: 5;
}

