/*
SUMMARY of included css files: 

/var/www/vhosts/ymca-ywca.com/httpdocs/nfw2/browserincludes/styles/superfish.css
/var/www/vhosts/ymca-ywca.com/httpdocs/nfw2/browserincludes/styles/thickbox.css
/var/www/vhosts/ymca-ywca.com/httpdocs/templates/ymca-ywca/styles/navigator.css

*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}

.sf-menu li:hover {
	visibility:		inherit; 
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/nfwinc/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}/**
* --------------------------------------------------------------------------------------
* Master CSS
* ----------------------------------------------------
* Modified December 30, 2008
* @version 4.0.1
* @author Chris Satterthwaite <chris@navigatormm.com>
* ----------------------------------------------------
* 1. RESET
* 2. GLOBAL CLASSES
* 3. GLOBAL
* 4. HEADER
* 5. NAVIGATION
* 6. GRID
* 7. FOOTER
* 8. COPYRIGHT
* --------------------------------------------------------------------------------------
*/

/* RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* GLOBAL CLASSES
--------------------------------------------------------------------------------------- */
.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear: both;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
/* TYPEOGRAPHY
--------------------------------------------------------------------------------------- */
h1{
	color:#ee3a43;
	font-size:18px;
	font-weight:bold;
	margin: 0 0 25px 0
}
h2{ 
	color:#ee3a43;
	font-size:16px;
}
h3{
	color:#ee3a43;
	font-size:16px;
}
p {
	color: #000000;
	font-size:14px;
	margin: 0px 0px 18px 0px;
	line-height: 18px;
}
ul {
	list-style:disc;
	margin: 0 0 18px 20px;
}

ul li{
	padding:0px 0px 0px 0px;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 25px;
}
a:link {
	color: #ee3a43;
	text-decoration: underline;
}
a:visited {
	color: #ee3a43;
	text-decoration: underline;
}
a:active {
	color: #ee3a43;
	text-decoration: underline;
}
a:hover {
	color: #ee3a43;
	text-decoration: underline;
}
/* FORMS
--------------------------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
input[type="text"] {
	color: #000000;
	font-size:12px;
	height: 17px;
	width:160px;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/templates/ymca-ywca/images/interface/bg-txtbox.gif) repeat-x;
	border: 1px solid #000000;
}
/* GLOBAL
--------------------------------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	text-align: center;
	background:#CACACA url(/templates/ymca-ywca/images/interface/bg.gif) repeat-x;
}
#wrapper {
	width: 968px;
	margin:10px auto 0px auto;
	padding: 0;
	position: relative;
	z-index: 10;
}
/* HEADER
--------------------------------------------------------------------------------------- */
#header {
	width: 968px;
	height: 129px;
	margin: 0 0 10px 0;
	padding: 0;
	background:url(/templates/ymca-ywca/images/interface/bg-header.jpg) no-repeat;
	z-index: 20;
}
#search {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	z-index: 20;
	position:absolute;
	top:20px;
	right:20px;
}
#logo {
	width: 146px;
	height: 92px;
	margin: 0;
	padding: 0;
	position:absolute;
	top:20px;
	left:20px;
}
#slogan {
	width: 466px;
	height: 17px;
	margin: 0;
	padding: 0;
	position:absolute;
	top:45px;
	left:220px;
}
/* NAVIGATION
--------------------------------------------------------------------------------------- */

#main-navagation {
	width: 742px;
	height: 31px;
	margin: 0 0 0 0;
	padding: 0;
	background:url(/templates/ymca-ywca/images/interface/navigation.gif) no-repeat;
	position:absolute;
	top:75px;
	right:14px;
	z-index:30;
}
#main-navagation ul{display:none; z-index: 999;}
#main-navagation li {
	position: absolute;
	top: 0px;
	background: none;
	border: none;
}
#main-navagation>li span {
	display: none;
}
#main-navagation>li * a {
	height: 31px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	display: block;
	background: none;
}

#main-navagation>li>a:focus,
#main-navagation>li>a:active{
	background-color: transparent;
}

#main-navagation a {border:none; 	padding:0 0 0 0;
	margin:0 0 0 0;}

#main-navagation li:hover ul, #main-navagation li.over ul { display: block; }
#main-navagation li:hover ul, li.over ul { display: block; }

#main-navagation li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
	background-color: transparent;
	}
#main-navagation li span {display: none;}	

#main-navagation li a {height: 31px; display: block;}

/* NAVIGATION BUTTONS
--------------------------------------------------------------------------------------- */
.home {
	left: 40px;
	width: 44px;
}
.aboutus {
	left: 128px;
	width: 69px;
}
.membership {
	left: 243px;
	width: 96px;
}
.programs {
	left: 381px;
	width: 75px;
}
.supportus {
	left: 496px;
	width: 84px;
}
.joinourteam {
	left: 613px;
	width: 106px;
}
.home a:hover, .home .selected {
	background: transparent url(/templates/ymca-ywca/images/interface/navigation.gif) -40px -31px no-repeat;
}
.aboutus a:hover, .aboutus .selected {
	background: transparent url(/templates/ymca-ywca/images/interface/navigation.gif) -128px -31px no-repeat;
}
.membership a:hover, .membership .selected {
	background: transparent url(/templates/ymca-ywca/images/interface/navigation.gif) -243px -31px no-repeat;
}
.programs a:hover, .programs .selected {
	background: transparent url(/templates/ymca-ywca/images/interface/navigation.gif) -381px -31px no-repeat;
}
.supportus a:hover, .supportus .selected {
	background: transparent url(/templates/ymca-ywca/images/interface/navigation.gif) -496px -31px no-repeat;
}
.joinourteam a:hover, .joinourteam .selected {
	background: transparent url(/templates/ymca-ywca/images/interface/navigation.gif) -613px -31px no-repeat;
}
/* DropDown
--------------------------------------------------------------------------------------- */
#main-navagation li ul {
	text-align:left;
	width: 210px;
	margin: 0;
	padding: 0;
	list-style:none;
	background: url(/templates/ymca-ywca/images/interface/nav-background.png); 
	position: absolute;
	top:31px;
	left:0;
}
#main-navagation li ul li {
	float: left;
	position: relative;
}


#main-navagation ul li ul{
	text-align:left;
	width: 210px;
	margin: 0;
	padding: 0;
	list-style:none;
    background: url(/templates/ymca-ywca/images/interface/nav-background.png);
	position: absolute;
	top:0px;
	left:210px;
}

#main-navagation ul li a{
	color:#FFFFFF;
	text-decoration:none;
	width: 196px;
	height:auto;
	margin: 0;
	padding: 7px 0 7px 14px;
	display:block;
	border-bottom: 1px solid #FFF;
}

#main-navagation ul li a:hover {
	color:#FFFFFF;
	background:#595959;
}
/* SUBMENU
--------------------------------------------------------------------------------------- */
#subnmenu ul  {
	width: 210px;
	margin: 0;
	padding: 0;
	list-style:none;
}

#subnmenu li {
	width: 210px;
	margin: 0 0 1px 0;
	padding: 0;
    border: 1px solid #6a696a;
	background:#989898;
	text-align: left;
}

#subnmenu li a {
	color:#FFFFFF;
	text-decoration:none;
	width: 196px;
	height:23px;
	margin: 0;
	padding: 7px 0 0 14px;
	display:block;
}

#side-menu > ul > li.subselected,
#subnmenu li a:hover, .subselected{
	color:#FFFFFF;
	background:#595959;
}

#side-menu > ul > li.subselected li.subselected a{
    color: #f00;
}


#subnmenu li ul {
	width: 210px;
	margin: 0;
	padding: 0;
	list-style:none;
}
#subnmenu li ul li {
	width: 210px;
	margin: 0;
	padding: 0;
	border: none;
	background:#FFFFFF;
}
#subnmenu li ul li a {
	color:#000000;
	text-decoration:none;
	width: 196px;
	height:23px;
	margin: 0;
	padding: 7px 0 0 14px;
	display:block;
}
#subnmenu li ul li a:hover, .sub2selected {
	color:#ee3a43;
	background:none;
	
}
/* FLASHWRAPPER
--------------------------------------------------------------------------------------- */
#flashWrapper {
	width: 968px;
	height: 237px;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	z-index: 20;
}
/* MAINFLASH
--------------------------------------------------------------------------------------- */
#mainFlash {
	width: 696px;
	height: 237px;
	margin: 0;
	padding: 0;
	background:url(/templates/ymca-ywca/images/interface/bg-flash.jpg) no-repeat;
	position: relative;
	z-index:10;
}
/* FLASHHEADER
--------------------------------------------------------------------------------------- */
#flashheader {
	width: 689px;
	height: 231px;
	position:absolute;
	top:2px;
	left:3px;
	z-index:10;
}
.innerfade li {
	position: absolute;
	left: 0px;
	top: 0px;
}
/* CALLOUT01
--------------------------------------------------------------------------------------- */
#callOut {
	width: 267px;
	height: 237px;
	margin: 0px;
	padding: 0px;
	background:url(/templates/ymca-ywca/images/interface/bg-callout.jpg) no-repeat;
}
/* CONTENTWRAPPER
--------------------------------------------------------------------------------------- */
#contentWrapper {
	width: 968px;
	margin: 0;
	padding: 0 0 10px 0;
	background:url(/templates/ymca-ywca/images/interface/bg-main.png) repeat-y;
	position: relative;
	z-index: 20;
}
/* CONTENT
--------------------------------------------------------------------------------------- */
#contentHeader {
	width: 968px;
	height: 43px;
	margin: 0;
	padding: 0;
}
#content {
	text-align:left;
	width: 880px;
	margin: 0 auto;
	padding: 0 30px 10px 30px;
	background:#FFFFFF;
	border-right: #cecece solid 1px;
	border-bottom: #cecece solid 1px;
	border-left: #cecece solid 1px;
}

#side {
	width:212px;
	float:left;
}
#insidetext {
	width:648px;
	min-height:300px;
	float:right;
	}	
/* Google Map
--------------------------------------------------------------------------------------- */		
#mapnav{
width:330px;
list-style:none;
font-size:10px;
margin:0px auto;
}
#mapnav li{
	float:left;
	margin-left:10px;
	text-align:center;
	width:100px;
}
#mapnav li p{
	font-size:10px;
	line-height:10px;
}

/* SEARCH
--------------------------------------------------------------------------------------- */	
.searchItem {
	cursor:pointer;
	padding:10px;
	margin-bottom:18px;
}
.searchItem p{
	padding:0;
	margin:0;
}
.searchItem h2{ 
	color:#ee3a43;
	font-size:16px;
	text-decoration:underline;
	margin-bottom:8px;
}
.searchItempages{
	width:880px;
	height:30px;
	margin: 0 0 0 0;
	padding: 0;
}

.searchItempages ul{
	float:right;
	list-style:none;
	margin: 0;
	padding: 0;
}
.searchItempages li{
	font-weight:bold;
	float:left;
	height:14px;
	margin: 0 5px 0 5px;
	padding: 5px;
}
/* FOOTER
--------------------------------------------------------------------------------------- */
#footerWrapper {
	width: 968px;
	height: 357px;
	margin: 0 auto;
	padding: 0;
	background:url(/templates/ymca-ywca/images/interface/bg-main.png) repeat-y;
	z-index: 20;
}
#footer {
	text-align:left;
	width: 942px;
	height: 313px;
	margin: 0 auto;
	padding: 0;
	background:url(/templates/ymca-ywca/images/interface/bg-footer.jpg) no-repeat;
}
#footer h2 {
	text-align:center;
	height: 29px;
	margin: 0 0 10px 0;
	padding: 13px 0 0 0;
}
/* FOOTERQUICKLINKS
--------------------------------------------------------------------------------------- */
#fquicklinks {
	text-align:left;
	width: 275px;
	height: 313px;
	margin: 0;
	padding: 0 13px 0 26px;
	float:left;
}
#fquicklinks ul{
	margin: 0;
	padding: 0;
	list-style:none;
}
#fquicklinks li {
	margin: 0 0 5px 0;
	list-style:none;
}
#fquicklinks li a {
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;
	width: 258px;
	height: 29px;
	margin: 0 0 0 0;
	padding: 8px 0 0 18px;
	background:url(/templates/ymca-ywca/images/interface/quicklink.gif) 0 0 no-repeat;
	display:block;
}
#fquicklinks li a:hover {
	background:url(/templates/ymca-ywca/images/interface/quicklink.gif) 0 -37px no-repeat;
}
/* FOOTEREVENTS
--------------------------------------------------------------------------------------- */
#fevents {
	text-align:left;
	width: 288px;
	height: 313px;
	margin: 0;
	padding: 0 13px 0 13px;
	float:left;
}
#fevents ul{
	margin: 0;
	padding: 0;
	list-style:none;
}
#fevents li {
	text-align:left;
	width: 285px;
	height: 53px;
	margin: 0 0 8px 0;
	padding: 0;
	border-bottom:1px solid #f67a83;
}
#fevents li a{
	color: #FFFFFF;
	text-decoration:none;
	margin: 8px 0 0 0;
	padding: 0;
	float:right;
}
#fevents .date {
	width: 47px;
	height: 48px;
	margin: 0;
	padding: 5px 0 0 8px;
	float:left;
	background:url(/templates/ymca-ywca/images/interface/date-square.gif) no-repeat;
}
#fevents .date p {
	color:#ee3a43;
	margin: 2px 0;
	padding: 0;
}
#fevents .date em {
	font-size:10px;
	text-transform:lowercase;
	font-style:normal;
}
#fevents .eventinfo {
	font-size:11px;
	text-align:left;
	width: 230px;
	height: 53px;
	margin: 0;
	padding: 0;
	float:right;
}
#fevents .arrow {
	vertical-align: middle;
}
/* FOOTERCALLOUTS
--------------------------------------------------------------------------------------- */
#fcallouts {
	text-align:left;
	width: 273px;
	height: 313px;
	margin: 0;
	padding: 0 26px 0 13px;
	position:relative;
	float:right;
}
#fcallouts ul{
	margin: 0;
	padding: 0;
	list-style:none;
}
#callouts {
	position:absolute;
	top: 7px;
	left: 15px;
}
/* COPYRIGHT
--------------------------------------------------------------------------------------- */
#copyright {
	width: 942px;
	height: 22px;
	margin: 10px auto;
	padding: 0;
}
#copyright a {
	color:#666666;
	font-size:9px;
	text-decoration:none;
}
#copyright a:hover {
	color:#333333;
}

/* FCKbody
--------------------------------------------------------------------------------------- */
#FCKbody {
  height: auto;
}

#upcoming-events{
  position: relative;
}