@charset "utf-8";
/* CSS Document */

body	{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF0000;
	margin-left:10px;
	margin-right: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000033;
	margin-left: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color:#000000;
	margin-bottom: 0px;
}

h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#FFCC00;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: normal;
}

hr {
	color: #000033;
	margin-top: 3px;
	margin-bottom: 1px;
}

th	{border: none;
	background-color:#000033;
	background-image:url(/images/Template/horizontalruleImage.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 0px 0px 7px 0px;
	color:#FFFFFF;
	font-size:x-small;
	font-weight:bold;
}

table	{
	border-collapse:collapse;}

/*Begin Lightbox */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color:#000033;
	width: 300px;
	height: 300px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 0;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/Lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/Lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/Lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: small Arial, Helvetica, Verdana, sans-serif;
	background-color:#FFCC00;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:10px; color:#000000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; font-size:medium;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:#000033;
	}

/*End Lightbox */
.date	{
	background-color:#000033;
	color:#FFCC00;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
.BottomNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000033;
	text-decoration: none;
}

.BottomNav li {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000033;
	font-weight: bold;
	display: inline;
}

.container {
	background-color:#000033;
	
}
.container .chairmen h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000033;
	margin: 0px;
}
.container  #Accordion1  h6    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
}

.container .AAcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000066;
	margin: 0px;
	font-style: italic;
}

.container .sidebar1 #Accordion1 .AccordionPanel AccordionPanelOpen .AccordionPanelContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000033;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	background-position: center center;
}

.navigation	{
	margin:0;
	padding:0;
	color: #000033;
	background-color: #000033;
}

a:link	{font-family:Arial, Helvetica, sans-serif;
		font-size: small;
		color:#000033;
		text-align:center;
		text-decoration: underline;}
		
a:hover	{font-family:Arial, Helvetica, sans-serif;
		font-size: small;
		color:#000033;
		text-align:center;
		text-decoration: none;
		
}

a:visited	{font-family:Arial, Helvetica, sans-serif;
		font-size: small;
		color:#666666;
		text-align:center;
		text-decoration: underline}
		
a:link.xsmall	{font-family:Arial, Helvetica, sans-serif;
		font-size: x-small;
		color:#000033;
		text-align:center;
		text-decoration: none;}
		
a:hover.xsmall	{font-family:Arial, Helvetica, sans-serif;
		font-size: x-small;
		color:#000033;
		text-align:center;
		text-decoration: none;
		
}

a:visited.xsmall	{font-family:Arial, Helvetica, sans-serif;
		font-size: x-small;
		color:#666666;
		text-align:center;
		text-decoration: underline}

a:link.left	{font-family:Arial, Helvetica, sans-serif;
		font-size: small;
		color:#000033;
		text-align:left;
		text-decoration: underline;}
		
a:hover.left	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FF0000;
	text-align:left;
	text-decoration: none;
	font-style:italic;
}

a:link.center	{font-family:Arial, Helvetica, sans-serif;
		font-size: small;
		color:#000033;
		text-align:center;
		text-decoration: none;}
		
a:hover.center	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FF0000;
	text-align:center;
	text-decoration: none;
	font-style:italic;
}
a:link.yellow	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FFCC00;
	text-align:center;
	text-decoration: none;
	float: none;
}
a:hover.yellow	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FFFFFF;
	text-align:center;
	text-decoration: none;
	font-style:italic;
	float: none;
}
a:active.yellow	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FF6600;
	text-align:center;
	text-decoration: none;
	font-style:italic;
	float: none;
}
a:visited.yellow	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#666666;
	text-align:center;
	text-decoration: none;
	float: none;	
}

a:link.LinksPage	{font-family:Arial, Helvetica, sans-serif;
		font-size: medium;
		color:#000033;
		text-align:left;
		text-decoration: none;}
		
a:hover.LinksPage	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#FF0000;
	text-align:left;
	text-decoration: none;
	font-style:italic;
}

a:active.LinksPage	{font-family:Arial, Helvetica, sans-serif;
		font-size: medium;
		color:#000033;
		text-align:left;
		text-decoration: none;
		font-style: italic;}
		
a:visited.LinksPage	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#FF0000;
	text-align:left;
	text-decoration: none;
	font-style:normal;
}

a:hover.h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight:normal;
	color:red;
	text-align:left;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:active.h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight:normal;
	color:grey;
	text-align:left;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:link.acc	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FF0000;
	text-align:left;
	text-decoration: none;
}

a:hover.acc	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	font-style:italic;
	text-align:left;
	text-decoration: none;
}

a:active.acc	{font-family:Arial, Helvetica, sans-serif;
		font-size:small;
		color:black;
		text-align:center;
		text-decoration: none;
}
		
a:visited.acc	{font-family:Arial, Helvetica, sans-serif;
		font-size:small;
		color:#666666;
		text-align:center;
		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: small;
	cursor: default;
	width: auto;

}
/* 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:small;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 126px;
	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: small;
	z-index: 1020;
	cursor: default;
	width: 127px;
	position: absolute;
	left: -1000em;
	border: 2px solid #FFCC00
}
/* 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: 127px;
	
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 55%;
}
/* 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: 2px solid #FFCC00;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color:#000033;
	padding: 0.5em 0.75em;
	color:#FFCC00;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color:#FFCC00;
	color:#000033;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #FFCC00;
	color: #000033;
	font-weight:normal;
}

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

 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
{
	background-image: url(../SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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
{
	background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

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

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

/*End Menu Bar





/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* 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: 98%;
	z-index: 1000;
	float: left;
}

/* 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 {
	padding: 0px;
	margin: 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.
 */
.AccordionPanelTab {
	background-color: #000033;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFCC00;
	background-image:url(/images/Template/ACBG.jpg);
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#big. AccordionPanelTab {
	background-color: #000033;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFCC00;
	background-image:url(/images/Template/ACBGBig.jpg);
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/* 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;
	padding: 0px;
	height: 300px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: left;
}

/* 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: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFCC00;
	background-image: url(/images/Template/ACBG2.jpg);
}

#big. AccordionPanelOpen .AccordionPanelTab {
	background-color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFCC00;
	background-image: url(/images/Template/ACBGBig2.jpg);
}

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

/* 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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

/* 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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/Template/ACBG2.jpg);
}

#big .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/Template/ACBG2.jpg);
}

.red {
	color: #FF0000;
}
.center {
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FF0000;
	margin: 10px;
}
img {
	margin: 5px;
}
.fltrt {
	float: right;
}
.fltleft {
	float: left;
}
.right {
	text-align: right;
}
.MembershipLinks {
	float: left;
	width: 250px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: square;
	margin-left: 15px;
}
.MembershipImages {
	float: right;
	width: 475px;
	margin-right: 15px;
	text-align: left;
}
.chairmen {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
	margin: 10px;
	width: 130px;
	float: left;
}
.container .chairmen img {
	margin: 0px;
}
.container .chairmen h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	margin: 0px;
	font-weight: normal;
}
.container .chairmen h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000033;
}
.italics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
}
.thumbs   img {
	float: left;
	margin-left: 15px;
}
ul.bodylists     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}
.baseballtable div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFCC00;
	background-color: #000033;
	border: thin outset #FFCC00;
	width: 50%;
	float:left;
}

