@charset "UTF-8";
.body { color: white; font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif ; background-color: black; }
.bodytext { color: white; font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
.bodytext a:link   { color: white; font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }
.bodytext a:hover  { color: #858585; font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }
.bodytext a:visited  { color: white; font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }

.bodysmall { color: white; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
.bodysmall a:link   { color: white; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }
.bodysmall a:visited   { color: white; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }
.bodysmall a:hover  { color: #858585; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }

.bodyblack { color: black; font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
.bodyblack a:link  { color: black; font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }
.bodyblack a:visited  { color: black; font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }
.bodyblack a:hover  { color: #858585; font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }

.yellowbig { color: yellow; font-size: 16pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
.yellowbig a:link   { color: yellow; font-size: 16pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }
.yellowbig a:hover  { color: #858585; font-size: 16pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }
.yellowbig a:visited  { color: yellow; font-size: 16pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }

.tabtext      { color: white; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
.tabtext a:link     { color: white; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }
.tabtext a:visited     { color: white; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none }
.tabtext a:hover   { color: #858585; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }

.bottomtext  { color: #303030; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
.bottomtext a:link   { color: #303030; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }
.bottomtext a:visited   { color: #303030; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }
.bottomtext a:hover   { color: #858585; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline }

.scrolltext { color: #ffffff; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

.toptext { color: white; font-size: 16pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

/* ######### Style for Popup Tooltips ######### */

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: solid 1px;
padding: 2px;
background-color: #ffc;
visibility: hidden;
z-index: 100;
color: black;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/* 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     { margin: 6px; width: 208px; overflow: hidden; border-style: none solid solid; border-width: 1px; border-color: black }

/* 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      { color: white; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; background-color: #195a7c; text-align: center; width: 204px; cursor: pointer; margin: 0; padding: 2px; border-top: 1px solid black; border-bottom: 1px solid gray; -khtml-user-select: none; -moz-user-select: none      }
.AccordionPanelTab a       { color: white; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: underline; background-color: #195a7c; text-align: center; cursor: pointer; margin: 0; padding: 2px; border-top: 1px solid black; border-bottom: 1px solid gray; -khtml-user-select: none; -moz-user-select: none      }

.AccordionPanelTab a:hover      { color: silver; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: underline; background-color: #195a7c; text-align: center; cursor: pointer; margin: 0; padding: 2px; border-top: 1px solid black; border-bottom: 1px solid gray; -khtml-user-select: none; -moz-user-select: none      }

.AccordionPanelTabRed       { color: white; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; background-color: red; text-align: center; cursor: pointer; margin: 6px; padding: 2px; width: 204px; border-top: 1px solid black; border-bottom: 1px solid gray; -khtml-user-select: none; -moz-user-select: none      }

.AccordionPanelTabRed a       { color: white; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: underline; background-color: red; text-align: center; cursor: pointer; margin: 0; padding: 2px; border-top: 1px solid black; border-bottom: 1px solid gray; -khtml-user-select: none; -moz-user-select: none      }

.AccordionPanelTabRed a:hover      { color: silver; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: underline; background-color: red; text-align: center; cursor: pointer; margin: 0; padding: 2px; border-top: 1px solid black; border-bottom: 1px solid gray; -khtml-user-select: none; -moz-user-select: none      }

.AccordionPanelTabPurple       { color: white; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; background-color: purple; text-align: center; cursor: pointer; padding: 2px; width: 204px; border-top: 1px solid black; border-bottom: 1px solid gray; -khtml-user-select: none; -moz-user-select: none      }

.AccordionPanelTabPurple a       { color: white; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: underline; background-color: purple; text-align: center; cursor: pointer; margin: 0; padding: 2px; border-top: 1px solid black; border-bottom: 1px solid gray; -khtml-user-select: none; -moz-user-select: none      }

.AccordionPanelTabPurple a:hover      { color: silver; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: underline; background-color: purple; text-align: center; cursor: pointer; margin: 0; padding: 2px; border-top: 1px solid black; border-bottom: 1px solid gray; -khtml-user-select: none; -moz-user-select: none      }

.AccordionPanelTabBlue       { color: white; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; background-color: blue; text-align: center; cursor: pointer; margin: 6px; padding: 2px; width: 204px; border-top: 1px solid black; border-bottom: 1px solid gray; -khtml-user-select: none; -moz-user-select: none      }

.AccordionPanelTabBlue a       { color: white; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: underline; background-color: blue; text-align: center; cursor: pointer; margin: 0; padding: 2px; border-top: 1px solid black; border-bottom: 1px solid gray; -khtml-user-select: none; -moz-user-select: none      }

.AccordionPanelTabBlue a:hover      { color: silver; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: underline; background-color: blue; text-align: center; cursor: pointer; margin: 0; padding: 2px; border-top: 1px solid black; border-bottom: 1px solid gray; -khtml-user-select: none; -moz-user-select: none      }

.AccordionPanelTabASA         { color: white; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; background-color: #22308a; text-align: center; cursor: pointer; margin: 6px; padding: 2px; width: 204px; vertical-align: middle; -khtml-user-select: none; -moz-user-select: none        }

.AccordionPanelTabASA a         { color: white; font-size: 9pt; font-family: Helvetica,  Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: underline; text-align: center; cursor: pointer; margin: 0; padding: 2px; -khtml-user-select: none; -moz-user-select: none        }

.AccordionPanelTabASA a:hover        { color: silver; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: underline; background-color: #22308a; text-align: center; cursor: pointer; margin: 0; padding: 2px; -khtml-user-select: none; -moz-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       { color: #303030; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 19px; background-color: #b1d1ff; padding: 10px 0 0 6px; height: 220px; overflow: auto }

.AccordionPanelContent a      { color: #303030; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none; margin: 0; overflow: auto }

.AccordionPanelContent a:hover       { color: #333355; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline; margin: 0; padding: 0; overflow: auto }

.AccordionPanelContentRed       { color: white; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; background-color: #600; display: block; margin: 0; padding: 0; position: relative; bottom: 0; width: 200px; height: 210px; overflow: auto  }

.AccordionPanelContentRed a     { color: white; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none; background-color: #600; display: block; margin: 0; position: relative; bottom: 0; width: 200px; overflow: auto }

.AccordionPanelContentRed a:hover      { color: gray; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: underline; background-color: #600; background-position: 200px 0; display: block; margin: 0; padding: 0; position: relative; bottom: 0; width: 200px; overflow: auto }

/* 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   { font-size: 10pt; font-weight: bold; background-color: #000000 }

/* 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   { font-size: 9pt; font-weight: bold; background-color: #39f }
.AccordionPanelOpen .AccordionPanelTabHover  { color: #195A7C; font-size: 9pt; font-weight: bold }

/* 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   { font-size: 9pt; font-weight: bold; background-color: #195A7C }

/* 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   { font-size: 9pt; font-weight: bold; background-color: #000000 }

/*
////////  EASY SLIDER  ////////*/

#intro #slider ul    { margin: 0; padding: 0 }

#intro #slider li   { text-align: center; width: 683px; height: 400px; overflow: hidden }

#intro #slider li h2  { color: #5c8f25; font-size: 1.6em; text-transform: uppercase }
#intro #slider li p  { }

#intro p#controls {margin:0;position:relative;}

#intro #prevBtn, #intro #nextBtn  { display: block; margin: 0; position: absolute; top: -380px; left: 10px; overflow: hidden }
#intro #nextBtn {
left:630px;
float:right;
}
#intro #prevBtn a, #intro #nextBtn a  { color: aqua; font-size: 3em; text-decoration: none; display: block; padding: 10px 0 }

/* home page vertical scroller
*/
#myscroller  { background-color: #000000; margin: 5px; position: relative; width: 313px; height: 33px; overflow: hidden }