/*************************************************************************
	@basic_tags
*************************************************************************/

	/*** @body ***/
		body, td, form, select, option, text, input, textarea
		{
			font: x-small/1.5 arial, helvetica, sans-serif;
		}
		
		div#wrapper
		{
			font-size: 1.2em;
		}
		
		body
		{
			background: #efefef url(../img/bg_body.gif) left top repeat-x;
			margin: 0;
			padding: 0;
			color: #444;
			text-align: center;
		}
	
	/*** @navAccessibility ***/
		body ul#navAccessibility
		{
			margin: 0;
			position: absolute;
			top: 0;
			left: 0;
			height: 30px;
			width: 100%;
			text-align: left;
		}

		body ul#navAccessibility a
		{
			padding: 5px .5em;
			color: #666;
			height: 20px;
			width: 10em;
			display: block;
			text-decoration: none;
		}
		
		body ul#navAccessibility a:hover
		{
			color: #94aed6;
		}
		
		body ul#navAccessibility a span
		{
			text-decoration: underline;
		}
		
		body ul#navAccessibility a:hover span
		{
			text-decoration: none;
		}

	/********************/
	/*** @header_tags ***/
	/********************/
		h1, h2, h3, h4, h5, h6
		{
			margin: 0 0 .2em 0;
			padding: 0;
			line-height: 1.1;
			font-weight: normal;
		}
		
		h1 { font-size: 2.2em; }
		h2 { font-size: 1.5em; }
		h3 { font-size: 1.34em; }
		h4 { font-size: 1.2em; }
		h5 { font-size:   1em; }
		h6 { font-size:  .9em; }

	/**************/
	/*** @forms ***/
	/**************/
		form
		{
			margin: 1em 0;
			padding: 0;
			font-size: 1em;
		}
		
		form div.actionBtns
		{
			margin-top: 1em;
			padding-top: 0;
			display: table;
			clear: left;
		}

		form button
		{
			background-color: transparent;
			margin: 0;
			padding: 0;
			border: none;
			font-weight: bold;
			font-family: helvetica, arial, sans-serif;
		}
		
		form button.btnSubmit, form button.btnSubmit:focus
		{
			background-color: #336699;
			margin: 0;
			padding: .3em;
			border: none;
			color: #fff;
		}
		
		form button.reset, form button.reset:focus
		{
			background-color: #bbbbaa;
			margin: 0 0 0 1em;
			padding: .3em;
			border: none;
			color: #fff;
		}
		
		form button.reset:focus
		{
			background-color: #e7e6de;
			color: #bbbbaa;
		}
		
		form button.btnSubmit:focus
		{
			background-color: #003366;
		}
		
		form button:focus
		{
			margin: 0;
			padding: 0;
		}
		
		form div.group ul
		{
			margin: 0;
			padding: 0;
			display: inline;
			list-style: none;
			float: left; /* for ie */
		}

		form div.group li
		{
			margin: 0;
			padding: 0 1em 0 0;
			display: inline;
			list-style: none;
			float: left;
		}
		
		form div.group label
		{
			margin: 0;
			padding-top: .5em;
			padding-bottom: .5em;
			width: auto;
			float: left;
		}
		
		form div.group li label
		{
			padding-top: .8em;
			padding-bottom: .8em;
		}
		
		form div.group span.title
		{
			padding-top: .8em;
		}
		
		form fieldset
		{
			margin-bottom: 2em;
			padding-left: 1em;
			padding-right: 1em;
			border: 1px solid #f1f1ee;
		}

		form fieldset ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		form fieldset li
		{
			margin: 0;
			padding: 0;
			border: none;
			list-style: none;
		}
		
		form fieldset li label
		{
			padding-bottom: 0;
			width: 100%;
			display: block;
		}
		
		/* for single line searches */
			form fieldset.containerKeyordSearch label
			{
				margin-right: 1em;
				margin-top: .5em;
				width: auto;
				float: left;
			}
			
			form fieldset.containerKeyordSearch label span
			{
				padding-right: 1em;
				width: auto;
			}
			
			form fieldset.containerKeyordSearch button
			{
				margin-top: 1em;
				float: left;
			}

		input
		{
			margin-bottom: .3em;
			vertical-align: bottom;
		}
		
		/* can't include this in IE stylesheet as IE7 needs it also */
		input.txtFld:focus, select:focus, textarea:focus
		{
			border: 1px solid #990000;
		}

		input.checkbox
		{
			width: auto;
		}

		input.radio
		{
			float: none;
		}
	
		input.txtFld
		{
			border: 1px solid #999;		
			line-height: 1.2;
			width: 200px;
			font-size: 1.1em;
		}
		
		label
		{
			margin: 0;
			padding: .5em 0;
			display: table;
			width: 100%;
			clear: left;
			cursor: pointer;
		}
		
		label.required
		{
			color: #660000;
		}
		
		label select
		{
			float: left;
		}
		
		label span, form div.group span
		{
			padding-top: .2em;
			display: block;
			width: 12em;
			float: left;
		}	
		
		legend
		{
			margin-bottom: .5em;
			font-weight: bold;
			font-size: 1.2em;
			color: #444;
		}
		
		option
		{
			font-size: 1em;
		}
			
		select
		{
			margin-right: 1em;
			width: auto;
			font-size: 1em;
			line-height: 1.2;
		}
		
		textarea
		{
			border: 1px solid #999;
			font-size: 1em;
			height: 9em;
			width: 98%;
			clear: left;
		}

		form ul.valueList
		{
			border-right: none;
			height: 10em;
			overflow: auto;
		}
		
		
	/**************/
	/*** @links ***/
	/**************/
		a, a:link, a:visited, a:hover, a:active
		{
			color: #4a6584;
			text-decoration: underline;
		}
		
		a:hover
		{
			text-decoration: none;
		}
		
		a img, a:hover img
		{
			border: none;
		}

	/**************/
	/*** @lists ***/
	/**************/
		dl
		{
			display: block;
		}
		
		dt
		{
			margin-right: .4em;
			font-weight: bold;
			width: auto;
			float: left;
		}
		
		dd
		{
		}
		
		
		ul, ol
		{
			margin: 1em 0 1em 1.8em;
			padding: 0;
		}
		
		ul ul, ol ol
		{
			margin-top: .5em;
			margin-bottom: .5em;
		}
		
		ul li
		{
			margin: 0;
			padding: 0;
			list-style: square;
		}
		
		/* nested list styles */
			ol, ol li
			{
				list-style: decimal;
			}
			
			ol ol, ol ol li
			{
				list-style: upper-alpha;
			}
			
			ol ol ol, ol ol ol li
			{
				list-style: upper-roman;
			}
			
			ol ol ol ol, ol ol ol ol li
			{
				list-style: lower-roman;
			}
			
			ol ol ol ol ol, ol ol ol ol ol li
			{
				list-style: lower-alpha;
			}
			

	/**************/
	/*** @other ***/
	/**************/
		img
		{
			margin: 0;
			border: none;
		}
		
		div
		{
			margin: 0;
			padding: 0;
		}
		
		div.metaD, dl.metaD
		{
			color: #666;
			font-size: .9em;
			line-height: 1.3;
		}
	
	
	/***************/
	/*** @tables ***/
	/***************/
		table
		{
			margin: 0 0 1em 0;
			padding: 0;
			border-collapse: collapse;
		}
		
		table caption
		{
			text-align: left;
			padding-bottom: 1em;
		}
		
		tr
		{
			margin: 0;
			padding: 0;
		}
		
		th, tfoot td
		{
			background-color: #e7e6de;
			margin: 0;
			padding: .5em 1em;
			border-top: 1px solid #bbbbaa;
			vertical-align: bottom;
			text-align: left;
			color: #000;
			font-size: 1.1em;
			font-weight: bold;
		}
		
		tfoot td
		{
			border-top: none;
			border-bottom: 1px solid #bbbbaa;
		}
		
		td
		{
			margin: 0;
			padding: .5em 1em;
			border-top: 1px solid #e4e4de;
			vertical-align: top;
			text-align: left;
			font-size: 1em;
		}

	/*******************/
	/*** @text_style ***/
	/*******************/
		blockquote
		{
			margin: 1em 2em;
		}

		p
		{
			margin: 0 0 1em 0;
			padding: 0;
		}
		
		p.metaD
		{
			margin-bottom: 0;
			color: #666;
		}

		span.date
		{
			background: transparent url(../img/icon_date.gif) 0 2px no-repeat;
			padding-left: 12px;
			color: #666;
		}
		
		sup
		{
			margin-left: .2em;
			color: #999;
			font-size: .5em;
		}
		
		.important
		{
		}
	
		.required
		{
			color: #660000;
		}
		
/*************************************************************************
	@layout_elements
*************************************************************************/
	/*** @alignLeft **/
		.alignLeft { text-align: left; }
		
	/*** @alignRight ***/		
		.alignRight { text-align: right; }
		a.alignRight { display: block; }

	/*** @alignRight ***/
		.alignCenter { text-align: center; }
		
	/*** @containerMedia ***/
		div.containerMedia
		{
			background-color: #fff;
			margin-bottom: 1em;
			padding: 0 1em;
		}
		
		div.containerMedia img
		{
			background-color: #f1f1ee;
			padding: 3px;
			border: 1px solid #e4e4de;
		}
				
		div.containerMedia a:hover img
		{
			background-color: #336699;
			border: 1px solid #003366;
		}
		
		div.containerMedia.alignLeft
		{
			padding-left: 0;
			float: left;
			clear: left;
		}
		
		div.containerMedia.alignRight
		{
			padding-right: 0;
			float: right;
			clear: right;
		}
		
		div.containerMedia.alignCenter
		{
			padding: 0;
		}

	.clearFix
	{
		font-size: 1px;
		line-height: 0px;
		clear: both;
	}
	
	.comment
	{
		background-image: url(../img/icon_comment_1.gif);
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	.indent
	{
		margin-left: 1em;
	}
		
	.outdent
	{
		margin-left: -1em;
	}		

/*************************************************************************
  @zones	
*************************************************************************/
	div#wrapper
	{
		background: #fff url(../img/bg_wrapper.gif) left top repeat-x;
		margin: 0 auto;
		padding-bottom: 28px;
		text-align: left;
	}
	
	div#zoneHeader
	{
		margin-left: auto;
		margin-right: auto;
		position: relative;
		padding-bottom: 14px;
		border-bottom: 1px solid #ccc;
		width: 780px;
	}
	
	div#zoneMain
	{
		border-top: 3px solid #efefef;
		margin: 0 auto 2em auto;
		padding-top: 14px;
		width: 780px;
	}
	
	div#zone1
	{
		/*background: transparent url(../img/bg_zone1.gif) left top no-repeat;*/
		padding: 0 32px 0 0;
		min-height: 320px;
		width: 483px;
		float: left;
	}

	div#zone2
	{
		padding-left: 5px;
		width: 260px;
		float: left;
	}
	
	div#zoneFooter
	{
		background-color: #efefef;
		margin-left: auto;
		margin-right: auto;
		padding-top: 14px;
		color: #666;
		font-size: 1.1em;
		text-align: left;
	}


/*************************************************************************
	@zoneHeader
*************************************************************************/

	/***************************/	
	/*** @areaZonesCountdown ***/
	/***************************/
		div#areaZonesCountdown
		{
			position: absolute;
			right: 0;
			bottom: -49px;
			color: #ccc;
			font-family: georgia, "Times New Roman", Times, serif;
			font-size: 1.7em;
			font-style: italic;
			line-height: 1.1;
			width: 8em;
		}
		
		div#areaZonesCountdown a
		{
			color: #ccc;
			display: block;
			text-decoration: none;
		}
		
		div#areaZonesCountdown a:hover
		{
			color: #e27036;
		}
		
		div#areaZonesCountdown p
		{
			margin-bottom: 0;
		}
		
		div#areaZonesCountdown p strong
		{
			margin-right: .3em;
			font-family: helvetica, arial, sans-serif;
			font-size: 1.8em;
			font-weight: normal;
			font-style: normal;
			float: left;
		}
	
	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		div#zoneBranding
		{
			padding-top: 56px;
			margin-left: 14px;
		}

		div#zoneBranding h1
		{
			background: transparent url(../img/logo_screen.gif) left top no-repeat;
			width: 184px;
		}
		
		div#zoneBranding h1 a
		{
			display: block;
			height: 51px;
		}
		
		div#zoneBranding h1 img
		{
			height: .5in;
			display: none;
		}
	
	/*******************/
	/*** @navPrimary ***/
	/*******************/
		div#navPrimary
		{
			position: absolute;
			right: 0;
			top: 0;
			text-align: right;
			font-family: "avenir 55", helvetica, arial, sans-serif;;
		}
		
		div#navPrimary ul
		{
			margin: 0;
			padding: 0;
			position: relative;
			list-style: none;
		}
		
		div#navPrimary li
		{
			background-position: 50% 9px;
			background-repeat: no-repeat;
			float: left;
			list-style: none;
		}
		
		div#navPrimary li a
		{
			background-position: 50% 9px;
			background-repeat: no-repeat;
			padding: 0 14px;
			color: #fff;
			font-size: 1.2em;
			display: block;
			height: 35px;
			text-decoration: none;
		}
		
		div#navPrimary li a span
		{
			display: block;
			font-size: 1px;
			line-height: 0px;
			text-indent: -9999px;
			overflow: hidden;
		}
		
		
		/* (nav-home) home */
			li#nav-home
			{
				background-image: url(../img/navHomeOver.gif);
			}
	
			li#nav-home a { background-image: url(../img/navHome.gif); width: 38px; }
			li#nav-home.active { background-image: url(../img/navHomeOver.gif); }
			li#nav-home a:hover, li#nav-home.active a { background-image: none; }
		
		/* (nav-news) news */
			li#nav-news
			{
				background-image: url(../img/navNewsOver.gif);
			}
	
			li#nav-news a { background-image: url(../img/navNews.gif); width: 158px; }
			li#nav-news.active { background-image: url(../img/navNewsOver.gif); }
			li#nav-news a:hover, li#nav-news.active a { background-image: none; }
		
		/* (nav-calendar) calendar */
			li#nav-calendar
			{
				background-image: url(../img/navCalendarOver.gif);
			}
	
			li#nav-calendar a { background-image: url(../img/navCalendar.gif); width: 59px; }
			li#nav-calendar.active { background-image: url(../img/navCalendarOver.gif); }
			li#nav-calendar a:hover, li#nav-calendar.active a { background-image: none; }
		
		/* (nav-resources) resources library */
			li#nav-resources
			{
				background-image: url(../img/navResourcesOver.gif);
			}
	
			li#nav-resources a { background-image: url(../img/navResources.gif); width: 107px; }
			li#nav-resources.active { background-image: url(../img/navResourcesOver.gif); }
			li#nav-resources a:hover, li#nav-resources.active a { background-image: none; }
		
		/* (nav-about) about us */
			li#nav-about
			{
				background-image: url(../img/navAboutOver.gif);
			}
	
			li#nav-about a { background-image: url(../img/navAbout.gif); width: 60px; }
			li#nav-about.active { background-image: url(../img/navAboutOver.gif); }
			li#nav-about a:hover, li#nav-about.active a { background-image: none; }
		
		/* (nav-locations) locations */
			li#nav-locations
			{
				background-image: url(../img/navLocationsOver.gif);
			}
	
			li#nav-locations a { background-image: url(../img/navLocations.gif); width:61px; }
			li#nav-locations.active { background-image: url(../img/navLocationsOver.gif); }
			li#nav-locations a:hover, li#nav-locations.active a { background-image: none; }
		
		
/*************************************************************************
	@zoneMain
*************************************************************************/
	
	/***************************/
	/*** @pageTypeContainers ***/
	/***************************/
	
	/*** @landing_page ***/
		div.containerLanding div.containerMedia.alignRight
		{
			padding-left: 0;
			padding-right: 1em;
			float: left;
			clear: left;
		}
		
	/*** @list_page ***/

	/*** @show_page ***/
	
	
		
/*************************************************************************
	@zone1
*************************************************************************/

	div#zone1 h2, div#zone1 h3
	{
		margin-top: 1em;
	}
	
	/*******************/
	/*** @areaFees ***/
	/*******************/
		div.areaFees
		{
			border: 1px dashed #ccc;
			margin-bottom: 1em;
			padding-left: 14px;
			padding-right: 14px;
		}
		
		div.areaFees h3
		{
			font-family: georgia, "Times New Roman", Times, serif;
			font-size: 1.4em;
		}
		
	/***************************/
	/*** @areaGoogleMap ***/
	/***************************/
		div#areaGoogleMap
		{
			margin-top: 14px;
			height: 350px;
		}
		
	/*******************/
	/*** @breadcrumb ***/
	/*******************/
		p#breadcrumb
		{
		}
		
		p#breadcrumb a
		{
		}
		
		p#breadcrumb a:hover
		{
		}
		
	/****************************/
	/*** @containerCntDetails ***/
	/****************************/
		div.containerCntDetails
		{
			/*background: transparent url(../img/bg_page_title.gif) left top no-repeat;*/
			margin: 0 -9px 14px -9px;
			padding: 7px 9px 3px 9px;
		}
		
		div.containerCntDetails h1
		{
			font-family: georgia, "Times New Roman", Times, serif;
			color: #e27036;
			color: #000;
		}
	
	/*********************/
	/*** @containerDoc ***/
	/*********************/
		div.containerDoc
		{
			display: table;
			width: 100%;
		}


	/**************************/
	/*** @containerFeatured ***/
	/**************************/	
		div.containerFeatured
		{
			
		}
		
			div#areaLatestNews h2
			{
				background: transparent url(../img/header_news_latest.gif) left top no-repeat;
				margin: 0 -9px 14px -9px;
				height: 35px;
				font-size: 1em;
				line-height: 0px;
				text-indent: -9999px;
				overflow: hidden;
			}
			
			div#areaLatestNews h3 a
			{
				color: #333;
			}
		
	/***********************/
	/*** @containerIntro ***/
	/***********************/
		div.containerIntro
		{
			margin-bottom: 2em;
			display: table;
			width: 100%;
		}

	/*************************/
	/*** @containerPullout ***/
	/*************************/
		div.containerPullout
		{
			background-color: #f1f1ee;
			border: 1px solid #e4e4de;
			margin: 0 0 2em 2em;
			padding: 7px;
			float: right;
			width: 180px;
			font-family: georgia, "Times New Roman", Times, serif;
		}
		
		div.containerPullout p
		{
			margin-bottom: 0;
			text-indent: 1em;
		}
		
	
		
	/*********************/
	/*** @navDirection ***/
	/*********************/
		ul.navDirection
		{
			background-color: #f1f1ee;
			border-bottom: 1px solid #e4e4de;
			margin: 0;
			padding: .2em 0;
			display: table;
			width: 100%;
			clear: both;
		}
		
		ul.navDirection
		{
			margin: 0;
			list-style: none;
			line-height: 1.2;
		}
		
		ul.navDirection li { list-style: none; }
		
		ul.navDirection li.previous
		{
			margin-left: 2%;
			float: left;
			width: 45%;
		}

		ul.navDirection li.next
		{
			margin-right: 2%;
			float: right;
			width: 45%;
			text-align: right;
		}
		
	/*********************/
	/*** @sectionTitle ***/
	/*********************/
		h2.sectionTitle
		{
		}
		
		h2.sectionTitle span
		{
		}
	

/*************************************************************************
	@zone2
*************************************************************************/

	div#zone2 div.containerMedia img
	{
		width: 50px;
	}
			
	/**************************/
	/*** @containerCntGroup ***/
	/**************************/
		div.containerCntGroup
		{
			margin-bottom: 5px;
			padding: 0 0 3em 0;
		}
		
		div.containerCntGroup.last
		{
			margin-bottom: 0;
		}
		
		div.containerCntGroup h3
		{
			background-position: left top;
			background-repeat: no-repeat;
			margin: 0 0 .5em 0;
			font-family: georgia, "Times New Roman", Times, serif;
			font-size: 1.5em;
		}
	
		/**********************/
		/*** @areaAboutCubu ***/
		/**********************/
			div#areaAboutCubu
			{
				/*background: #94aed6 url(../img/corners_310w_mb_bl_br.gif) left bottom no-repeat;
				color: #fff;*/
			}
			
			div#areaAboutCubu a
			{
				/*color: #fff;*/
			}
			
			div#areaAboutCubu h3
			{
				/*background-image: url(../img/corners_310w_mb_tl_tr.gif);*/
			}
			
			div#areaAboutCubu h3 span
			{
				/*background-image: url(../img/header_about_cubu-masters.gif);*/
			}
			
		/*****************************/
		/*** @containerContentItem ***/
		/*****************************/
			div.containerContentItem
			{
				width: 100%;
				display: table;
			}
			
		/****************************/
		/*** @areaTodaysPractices ***/
		/****************************/
			div#areaTodaysPractices
			{
				/*background: #4a6584 url(../img/corners_310w_db_bl_br.gif) left bottom no-repeat;
				color: #eff3f9;*/
			}
			
			div#areaTodaysPractices a
			{
				/*background-color: transparent;
				color: #eff3f9;*/
			}
			/*
			div#areaTodaysPractices h3
			{
				background-image: url(../img/corners_310w_db_tl_tr.gif);
			}
			
			div#areaTodaysPractices h3 span
			{
				background-image: url(../img/header_todays_practices.gif);
			}
			*/
			div#areaTodaysPractices ul
			{
				margin: 0;
				list-style: none;
			}
			
			div#areaTodaysPractices li
			{
				margin-bottom: .2em;
				list-style: none;
			}
				
			div#areaTodaysPractices li span
			{
				test-align: right;
				float: right;
			}
		
		/****************/
		/*** @profile ***/
		/****************/
			a.profile
			{
				padding-bottom: 5px;
			}

		
/*************************************************************************
	@zoneFooter 
**************************************************************************/
	div#zoneFooter a
	{
		color: #666;
	}
	
	div#zoneFooter p
	{
		margin-right: auto;
		margin-left: auto;
		width: 780px;
	}
	
	div#zoneFooter p.first
	{
		padding-left: 16px;
		float: left;
		text-align: left;
	}
	
	div#zoneFooter p img
	{
		margin-bottom: -3px;
		margin-right: .3em;
	}