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

/* 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;
}
/* 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;
/*	margin-bottom: 10px; */
	padding-right: 5px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 133px;
	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: 150px;
	position: absolute;
	left: -1000em;
}
/* 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: 160px;
}
/* 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: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal li a span {
	padding: 5px;
}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	color: #333;
	text-decoration: none;
	padding-right: 3px;
	width: 100%;
	padding: 5px;
}
ul.MenuBarHorizontal li a.even, ul.MenuBarVertical li a.even
{
	background-color: #D5E0EF;
}
ul.MenuBarHorizontal li a.odd, ul.MenuBarVertical li a.odd
{
	background-color: #DDDDDD;
}
ul.MenuBarHorizontal ul li a.odd:hover, ul.MenuBarHorizontal ul li a.odd:focus,
ul.MenuBarVertical ul li a.odd:hover, ul.MenuBarVertical ul li a.odd:focus,
ul.MenuBarHorizontal ul li a.even:hover, ul.MenuBarHorizontal ul li a.even:focus,
ul.MenuBarVertical ul li a.even:hover, ul.MenuBarVertical ul li a.even:focus
{
  background-color: #000000;
}
/* 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: #000000;
	color: #FFF;
}
/* 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: #33C;
	color: #FFF;
}
ul.MenuBarHorizontal ul li
{
	width: 165px;
	padding: 0px;
	margin: 0px;
}

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

 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(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 170px 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(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(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(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarHorizontal a.aboutus {
	background-color: #FF3333;
	color: #FFFFFF;
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 170px 50%;
}
ul.MenuBarHorizontal a.aboutus:hover, ul.MenuBarHorizontal a.aboutus:focus
{background-color: #000000; color: #FFFFFF;}
ul.MenuBarHorizontal a.contactus {
	background-color: #6CC071;
	color: #FFFFFF;
}
ul.MenuBarHorizontal a.contactus:hover, ul.MenuBarHorizontal a.contactus:focus
{background-color: #000000; color: #FFFFFF;}
ul.MenuBarHorizontal a.volunteer {
	background-color: #0071BC;
	color: #FFFFFF;
}
ul.MenuBarHorizontal a.volunteer:hover, ul.MenuBarHorizontal a.volunteer:focus
{
	background-color: #000000;
	color: #FFFFFF;
}
ul.MenuBarHorizontal a.join {
	background-color: #990099;
	color: #FFFFFF;
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 125px 50%;
}
ul.MenuBarHorizontal a.join:hover, ul.MenuBarHorizontal a.join:focus
{background-color: #000000; color: #FFFFFF;}
ul.MenuBarHorizontal a.innews {
	background-color: #666666;
	color: #FFFFFF;
}
ul.MenuBarHorizontal a.innews:hover, ul.MenuBarHorizontal a.innews:focus
{background-color: #000000; color: #FFFFFF;}

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

 LAYOUT INFORMATION: describes box model, positioning, z-order

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

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 182px;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 178px;
	margin: 0;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 165px;
	padding: 0px;
	margin: 0px;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
/*	border: 1px solid #CCC; */
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 5px;
	color: #333;
	text-decoration: none;
}
ul.MenuBarVertical li a.even
{
	background-color: #E5F0FF;
}
ul.MenuBarVertical li a.odd
{
	background-color: #EEEEEE;
}
ul.MenuBarVertical li a span { padding: 3px; }
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #33C;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
}

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

 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.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 170px 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.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarVertical a.youthspace {
	background-color: #F7931E;
	color: #FFFFFF;
}
ul.MenuBarVertical a.youthspace:hover, ul.MenuBarVertical a.youthspace:focus
{background-color: #000000; color: #FFFFFF;}
ul.MenuBarVertical a.eventscal {
	background-color: #FFF200;
	color: #333333;
}
ul.MenuBarVertical a.eventscal:hover, ul.MenuBarVertical a.eventscal:focus
{background-color: #000000; color: #FFFFFF;}
ul.MenuBarVertical a.healthwell {
	background-color: #6CC071;
	color: #FFFFFF;
}
ul.MenuBarVertical a.healthwell:hover, ul.MenuBarVertical a.healthwell:focus
{background-color: #000000; color: #FFFFFF;}
ul.MenuBarVertical a.educationout {
	background-color: #0071BC;
	color: #FFFFFF;
}
ul.MenuBarVertical a.educationout:hover, ul.MenuBarVertical a.educationout:focus
{background-color: #000000; color: #FFFFFF;}
ul.MenuBarVertical a.resources {
	background-color: #990099;
	color: #FFFFFF;
}
ul.MenuBarVertical a.resources:hover, ul.MenuBarVertical a.resources:focus
{background-color: #000000; color: #FFFFFF;}
ul.MenuBarVertical a.links {
	background-color: #666666;
	color: #FFFFFF;
}
ul.MenuBarVertical a.links:hover, ul.MenuBarVertical a.links:focus
{background-color: #000000; color: #FFFFFF;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
/*	background: #001549; */
	background: #405D90;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.twoColElsRtHdr #container { 
	width: 781px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.twoColElsRtHdr #header { 
	background: #000000; 
	padding: 18px 18px 0px 18px;
	width: 745px;
	text-align: center;
} 
.twoColElsRtHdr #header #headerinner {
	background: #FFFFFF;
	padding: 5px;
	width: 736px;
	margin: 0px;
}
#eveninner {
	margin-top: -10px;
	background-image: url(/images/headerS78.jpg);
	width: 736px;
	height: 178px;
	font-size: 10px;
	color: #FFFFFF;
}
#topbar {
	padding: 0px;
	margin: 0px;
	height: 35px;
}
#lower2 {
	border-left: #000000 18px solid;
	height: 100%;
	border-right: #000000 17px solid;
	min-height: 480px;
	padding-bottom: 60px;
}
#lower {
/*	background-image: url(/images/bg-left2.jpg); */
	background-repeat: repeat;
	padding-left: 6px;
	width: 730px;
	padding-right: 26px;
	margin-top: 0px;
	padding-top: 0px;
	height: 100%;
	min-height: 240px;
}
.twoColElsRtHdr #sidebar1 {
	float: left;
	width: 184px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	height: 100%;
}
.twoColElsRtHdr #sidebar1 p {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 5px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsRtHdr #mainContent {
	margin: 0px 26px 0px 192px; /* the left margin will look best if you match the padding amount to the header and footer. */
	padding: 0px;
	height: 100%;
	width: 546px;
} 
.twoColElsRtHdr #footer { 
	border-left: 18px solid #000000;
	border-right: 18px solid #000000;
/*	width: 788px; */
	margin: 0px auto;
	background-color:black;
	padding: 14px 0px;
/*	clear: both; */
} 
#footer p,#footer a {
	color:#CCCCCC;
	margin-top: 0px;
	font-size:12px;
	text-align: center;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 20px;
    font-size: 1px;
/*    line-height: 0px; */
	border-left: #000000 solid 18px;
	border-right: #000000 solid 18px;
}
#apDiv1 {
	text-align: right;
}
#apDiv1 input {
	color: #CCCCCC;
}
#randompic {
	width: 180px;
}
.mc {
	padding-left: 10px;
}

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

 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;
}
ul.MenuBarVertical 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;
	}
}
