@charset "UTF-8";
/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.Accordion {
	overflow: hidden;
	outline: none;
	background-color: #f5f8f9;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 542px;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	background-color: #FFFFFF;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(../images/accordiantabbg.gif);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 45px;
	color: #e1570f;
	outline: none;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
	padding: 0px 10px 0px 10px;
}
.AccordionPanelOpen .AccordionPanelTab {
}
.AccordionPanelTabHover {
	color: #A4400B;
	outline: none;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #A4400B;
	outline: none;
}
.AccordionFocused .AccordionPanelTab {
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}
/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.CollapsiblePanel {
	margin: 0 0 1em 0;
	padding: 0px;
}
.CollapsiblePanel a {
	outline: none;
}
.CollapsiblePanelTab {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	outline: none;
	text-decoration: none;
	border-bottom: dotted 1px #9b2929;
	background-image: url(../images/expandbullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	/*width: 145px;*/
}
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
	border-bottom: dotted 1px #9b2929;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
	outline: none;
	text-decoration: none;
	border-bottom: dotted 1px #9b2929;
	background-image: url(../images/collapsebullet.jpg);
}
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	outline: none;
	text-decoration: none;
}
.CollapsiblePanelFocused .CollapsiblePanelTab {
	outline: none;
	text-decoration: none;
}
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
/* 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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	font-size:12px;
}
/* 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 a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	text-align: left;
	cursor: pointer;
	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;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 180px;
	position: absolute;
	left: -1000em;
	background-color: #e0540f;
}
/* 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: 180px;
}
ul.MenuBarHorizontal ul li a
{
	display: block;
	height: 25px;
	line-height: 25px;
	background-color: #e0540f;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C94A0E;
}
ul.MenuBarHorizontal ul li a:hover
{
	text-decoration: underline;
	background-color: #F16D2E;
}
/* 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 */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/*******************************************************************************
 DESIGN INFORMATION: describes color scheme, borders, fonts
 *******************************************************************************/
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e0540f;
	border-bottom-color: #e0540f;
	border-left-color: #e0540f;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a#button1 {
	display: block;
	cursor: pointer;
	width: 180px;
	height: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
 	background-image: url(../images/button.gif);
	line-height: 27px;
}
ul.MenuBarHorizontal a#button1:hover {
	background-position: 0px 30px;
}
ul.MenuBarHorizontal a#button2 {
	display: block;
	cursor: pointer;
	width: 180px;
	height: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/button.gif);
	line-height: 27px;
/*	text-indent: -8px; */
}
ul.MenuBarHorizontal a#button2:hover {
	background-position: 0px 30px;
}
ul.MenuBarHorizontal a#button3 {
	display: block;
	cursor: pointer;
	width: 180px;
	height: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/button.gif);
	line-height: 27px;
/*	text-indent: -8px;  */
}
ul.MenuBarHorizontal a#button3:hover {
	background-position: 0px 30px;
}
ul.MenuBarHorizontal a#button4 {
	display: block;
	cursor: pointer;
	width: 180px;
	height: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/button.gif);
	line-height: 27px;
/*	text-indent: -8px;  */
}
ul.MenuBarHorizontal a#button4:hover {
	background-position: 0px 30px;
}
ul.MenuBarHorizontal a#button5 {
	display: block;
	cursor: pointer;
	width: 180px;
	height: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/button.gif);
	line-height: 27px;
/*	text-indent: -8px;  */
}
ul.MenuBarHorizontal a#button5:hover {
	background-position: 0px 30px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a
{
	background-color: #ffffff;
	color: #000000;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #000;
	color: #E8E8E8;
	text-decoration: underline;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal
{
	color: #FFF;
}
a.MenuBarItemHover {
	background-color: #000000;
	color: #000000;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color: #000000;
}
/*******************************************************************************
 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.MenuBarHorizontal a.MenuBarItemSubmenu
{
}
/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
}
/* 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.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
}
/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
}
/*******************************************************************************
 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: 1010;
}
/* 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.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
#menuwrapper {
	width: 900px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 0;
}
/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.SlidingPanels {
	position: relative;
	width: 898px;
	height: 181px;
	padding: 0px;
	border: none;
}
.SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height:0;
	border: none;
}
.SlidingPanelsContent {
	width: 898px;
	height: 181px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
.SlidingPanelsCurrentPanel {
}
.SlidingPanelsFocused {
}
/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #EFEFEF;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	background-color: #CCC;
}
.TabbedPanelsTabSelected {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
}
.TabbedPanelsContent {
	padding: 4px;
}
.TabbedPanelsContentVisible {
	background-color: #fff;
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

