@charset "UTF-8";






/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */


 .SlidingPanelsHe1{
	float: left;
	height: 347px;
	width: 222px;
	position: relative;
	padding: 0px;
	border: none;
	
}



/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */

.SlidingPanelsContentGroupHe1{
	float: left;
	width: 222px;
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
}






/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */


.SlidingPanelsContentHe1{
	float: left;
	width: 222px;
	height: 347px;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	
	
}



/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}







#p1He {
	background-color: #b9cfd6;
	float: left;
	position: relative;
}


.panel1_T {
	top: 100px;
	left: 0px;
	width: 222px;
	float: left;
}





#p2He {
	float: left;
	position: relative;
}
.panel2_T {
	width: 222px;
	left: 0px;
	top: 100px;
	height: 75px;
	background-color: #FFFF00;
	float: left;
}





#p3He {
	float: left;
	position: relative;
	background-image: url(../_images/classes/sabi_B.jpg);
}

.panel3_T {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 222px;
	float: left;
	height: 175px;
	cursor: pointer;
}
#p4He {
	float: left;
	position: relative;
	background-image: url(../_images/classes/web_offer.gif);
}










.nav_wrapper {
	color: #CC9900;
	position: absolute;
	top: 328px;
	width: 222px;
	height: 15px;
	left: 0px;
	z-index: 6000;
	float: left;
}


.nav_wrapper2 {
	color: #CC9900;
	top: 328px;
	width: 222px;
	height: 15px;
	left: 0px;
	z-index: 6000;
	position: relative;
}
#upcoming_classes {
	position: relative;
	top: 228px;
	left: 33px;
	z-index: 6000;
	float: left;
	height: 66px;
	width: 154px;
	cursor: pointer;
}






.next {
	position: absolute;
	right: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	top: 0px;
	z-index: 5000;
}
.static {
	position: absolute;
	left: 108px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	top: 0px;
}
.back {
	position: absolute;
	left: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	top: 0px;
}

/*.He1_nav {
	position:relative;
	top: 280px;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	visibility: visible;
	z-index: 400;
	float: left;
}*/

#He1_navA {
	position:absolute;
	margin: 0px;
	padding: 0px;
	top: 263px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	visibility: hidden;
	left: 80px;
	z-index: 400;
	width: 75px;
}


#He1_navB {
	position:absolute;
	margin: 0px;
	padding: 0px;
	top: 263px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	visibility: hidden;
	z-index: 500;
	width: 65px;
	left: 82px;
}

/*/////////////////////////*/

.He1_nav2 {
	position:relative;
	margin: 0px;
	padding: 0px;
	top: 280px;
	width: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #888888;
	visibility: visible;
	left: 35px;
	z-index: 400;
	float: left;
}

#He1_nav2_A {
	position:absolute;
	margin: 0px;
	padding: 0px;
	float: left;
	top: 0px;
	width: 100px;
	color: #888888;
}
#He1_nav2_B {
	position:absolute;
	margin: 0px;
	padding: 0px;
	float: left;
	top: 20px;
	width: 100px;
	color: #888888;
	visibility: hidden;
}


/*/////////////////////////*/



.SlidingPanelsHe1 a:link {
	color: #a23b4c;
	text-decoration: none;
}
.SlidingPanelsHe1 a:visited {
	color: #a23b4c;
	text-decoration: none;
}


.SlidingPanelsHe1 a:hover {
	color: #a23b4c;
	background-color: #C7D9E1;
}
.SlidingPanelsHe1 a:active {
	color: #a23b4c;
}
#nav_block {
	visibility: hidden;
}


#SPT {
	visibility: visible;
}
