﻿* {
  padding: 0px;
	margin: 0px;
}

body {
	background-color: black;
	text-align: center;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: .8em;
	color: white;
}

img {
	border: 0px;
	padding: 0px;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

img#header_bg {
	position: relative;
}

div.header {
	border-top: 1px #fc0 solid;
}

#headerCall {
	position: relative;
	float: right;
	top: -90px;
	font-size: 1.1em;
	font-weight: bolder;
	text-align: right;
	padding-right: 20px;
}

#headerCall a {
	color: #fc0;
	text-decoration: none;
}

#headerCall a:hover {
  color: white;
	text-decoration: underline;
}	

#content {
	margin: auto;
	padding: 0px;
	width: 968px;
	text-align: left;
	border: 1px #fc0 solid;
}

/* ----- basic menu styling ----- */
#menu {
	border-top: 1px #fc0 solid;
	border-bottom: 1px #fc0 solid;
	color: white;
	min-width: 968px;
	z-index: 999;
	position: relative;
	padding-top: 10px;
	font-size: 0.95em;
}

#menu ul {
	margin: 0;
	padding: 0;	
	height: 2.2em;
}

#menu, #menu ul {
	list-style: none;
}

#menu a {
	text-decoration: none;
	color: white;
	padding: 0 .7em 0 .7em;
	display: block;
	height: 17px;

}

#menu a:hover {
	color: #66f;
}

#menu li {
	float: left;
	border-right: 1px white solid;

}

#menu li.last {
	border-right: none;
}

#menu li ul {
	position: absolute;
	left: -999em;
	display: none;
	width: 170px;
	height: 1.2em;
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
	display: none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfHover ul, #menu li li.sfHover ul {
	left: auto;
	display: block;
	background-color: #fc0;
}

/* ----- menu fine-tuning ----- */
/* ------ level 1 menu ------ */
#menu li ul li {
	background-color: #fc0;
	color: black;
	text-align: left;
	width: 180px;
	border-right: none;
}

#menu li ul li a {
	color: black;
	height: auto;
	width: 160px;
	text-align: left;
	margin-bottom: 5px;
}

#menu li ul li a:hover {
	color:#66f;
	text-decoration: underline;
	background-color: yellow;
}

/* ------- level 2 menu ------- */
#menu li ul li ul {
	position: absolute; 
	right: -180px;
	margin-top: -15px;
}

#menu li ul li ul a:hover {
	color: #66f;
	text-decoration: underline;
}

#menu a#contactUS {
  color: #fc0;
	font-weight: bold;
}

#menu a#contactUS:hover 
{
    color: #66f;    
}

#menu a#home 
{
    color: #fc0;
    font-weight: bold;
}

#menu a#home:hover
{
    color: #66f;
}

#blurb {
	clear: both;
	background-color: #333;
	border-bottom: 1px #fc0 solid;
	border-top: 1px #fc0 solid;
	padding: 20px;
	text-align: justify;
}

#blurb a {
	color: #fc0;
	text-decoration: none;
}

#blurb a:hover {
	text-decoration: underline;
}

#valueImage {
}

#valueText {
  width: 258px;
}

#panelText {
  height: 100px;
	min-height: 100px;
	padding: 15px;
}

#panelText p {
	display: none;
}

#panelLinks {
  padding-left: 15px;
}

#panelLinks a {
  display:block;
	text-decoration: none;
	color: #fc0;
}

#panelLinks a.active {
  color: white;
}

#panelLinks a:hover {
  text-decoration: underline;
	color: #66f;
}

#boxes {
	list-style: none;
	margin: 20px 0px 20px 20px;
}

#boxes li {
  display: inline;
}

#boxes li ul li {
  display: list-item;
}



#boxes div.title {
	text-align: center;
	border-bottom: 1px #66f solid;
	text-transform: uppercase;
	font-weight: bold;
}

.tombstone {
  width: 200px;
	height: 215px;
	min-height: 215px;
	float: left;
	padding: 0px 15px 0px;
}

div.tombstoneElement {
  float: left;
	width: 200px;
}

div.tombstone_text a {
	color: #fc0;
	text-decoration: none;
	display: inline;
}

div.tombstone_text a:hover {
	text-decoration: underline;
}

div.tombstone_text ul {
  margin-top: 12px;
}

.newsItem {
  margin-bottom: 5px;
}
#box4 {
	float: left;
	border-bottom: 1px #66f solid;
	width: 200px;
}

div.footer {
	background-color: #fc0;
	color: black;
	font-size: 0.7em;
	text-align: center;
	clear: both;
}

#sitemap 
{
    margin-top: 600px;
}

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6.1 */

/* 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.
 */
.picPanels {
	position: relative;
	width: 709px;
	height: 315px;
	padding: 0px;
	border: none;
	z-index: 1;
}

.textPanels {
	position: relative;
	width: 258px;
	height: 315px;
	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.
 */
.picPanelGroup {
	position: relative;
	width: 100%;
	height: 1260px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.textPanelGroup {
  position: relative;
	width: 100%
	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.
 */
.picPanelContent {
	width: 100%;
	height: 315px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}

.textPanelContent {
  width: 100%;
	height: 315px;
	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 {
}




