/*----------------------------------------------------------------
Flatiron Athletic Club Website Stylesheet 

Updated: 	2/17/10
----------------------------------------------------------------*/

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
#container {
	width: 800px;
	padding: 0px;
	position: relative;
	margin: 0px auto;
}



/* Text & General Formatting Styles */
a, a:link, a:visited {
	color: #d84d08;
	text-decoration: underline;
	border: 0px none;
}
a:hover {
	color: #d79510;
}
a.nounderline {
	color: #333;
	text-decoration: none;
}
a.nounderline:hover {
	text-decoration: underline;
}
img {
	border: 0px none;
}
a img {
	border: 0px none;
}
p {
	padding: 5px 20px;
	line-height: 1.5;
	text-align: left;
	font-size: 100%;
}


/* 
h1 to be used ONLY for the company name/logo 
*/
h2 { /* For the main page header only */
	font-size: 130%;
	color: #a21e22;
	font-family: Georgia, Times, serif;
	padding: 0 20px 5px 20px;
	text-align: left;
}
h3, h4.main {
	font-size: 16px;
	font-family: Georgia, Times, serif;
	color: #d79510;
	padding: 5px 20px 7px 20px;
}
h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #d79510;
	padding: 8px 20px 0 20px;
	margin-bottom: -5px;
	line-height: 1.5;
}
ul, ol {
	padding: 5px 15px 5px 15px;
	margin-left:20px;
	line-height: 1.4;
}
ul li, ol li {
	padding-left: 0px;
	padding-bottom: 3px;
	font-size: 100%;
}
ul.twocolumn, ol.twocolumn {
	float: left;
}
ul.twocolumn li, ol.twocolumn li {
	width: 48%;
	float: left;
}
p.feature {
	font-size: 115%;
}
#content img.inset {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
} 
p.note {
	font-size: x-small;
}	
.toppadding {
	padding-top: 50px;
}
.clear {
	clear: both;
}
.accessible {
	display: none;
}
body.error p, body.error h2, body.error h3, body.error h4, body.error h5, body.error h6 {
	padding-left: 30px;
}
body.error ul, body.error ol {
	padding-left: 50px;
}
hr {
	color: #999;
	border: 0px none;
	border-top: 1px solid #999;
	margin: 10px 20px;
}
#printlogo {
	display: none;
}

/* General Page Elements */

/* -----------------------HEADER--------------------------- */
#header {
	position: relative;
	background: #fff;
	width: 100%;
	height: 95px;
}
/* H1 to be used ONLY for the logo/company name */ 
h1 {
	display: block;
	width: 163px;
	height: 81px;
	background: transparent url(images/logo.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10000;
}
h1 a {
	display: block;
	width: 163px;
	height: 81px;
	background: transparent url(images/logo.gif) no-repeat;
}
h1 a:hover {
	background: transparent url(images/logo.gif) no-repeat;
}
#services {
	position: absolute;
	bottom: 0px;
	left: 467px;
	width: 147px;
	height: 95px;
	z-index: 10000;	
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#services.icon1 {
	background: url(images/services_1.jpg) top left no-repeat;
}
#services.icon2 {
	background: url(images/services_2.jpg) top left no-repeat;
}
#services.icon3 {
	background: url(images/services_3.jpg) top left no-repeat;
}
#services.icon4 {
	background: url(images/services_4.jpg) top left no-repeat;
}
#services.icon5 {
	background: url(images/services_5.jpg) top left no-repeat;
}
#contactinfo {
	position: absolute;
	top: 0px; 
	right: 0px;
	font-size: 100%;
	text-align: right;
	padding: 0px 0px 0px 10px;
	min-width: 200px;
}
#contactinfo a {
	color: #ededed;
	background: #666;
	text-decoration: none;
	display: block;
	float: right;
	padding: 4px 11px 5px 11px;
	margin: 0;
	background: transparent url(images/contact_area_right_over.gif) top right no-repeat;
}
#contactinfo a:hover {
	color: #ededed;
	text-decoration: underline;
}
#contactinfo a#contact {
	background: #666 url(images/contact_area_rounded_right.gif) top right no-repeat;
	border-left: 1px solid #ededed;
	padding-right: 20px;
}
#contactinfo a#contact:hover {
	background: #666 url(images/contact_area_right_over.gif) top right no-repeat;
	border-left: 1px solid #ededed;
	padding-right: 20px;
}
#contactinfo a#myfac {
	background: #666 url(images/contact_area_rounded_left.gif) top left no-repeat;
	padding-left: 20px;
}
#contactinfo a#myfac:hover {
	background: #666 url(images/contact_area_left_over.gif) top left no-repeat;
	padding-left: 20px;
}
#contactinfo h3 {
	color: #666;
	font-size: 110%;
	padding: 10px 10px;
	text-align: right;
	background: #fff;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(images/contact_area_left_over.gif) -500px -500px no-repeat;

}
/* -----------------------END HEADER--------------------------- */


/* -----------------------CONTENT AREA--------------------------- */
#content {
	position: relative;
	width: 100%;
	padding: 40px 0 0 0;
	margin: 0;
	background: #fff;
	overflow: visible;
}
#content ul {
	list-style: disc;
}
#content ol {
	list-style: decimal;
}
#content div {
	margin: 5px 0;
}
#content div.clear {
	margin: 0;
	height: 1px;
}
#content .homecontentitem {
	width: 398px;
	padding: 0 0 10px 0;
	margin: 8px auto;
	background: transparent url(images/center_rounded_box_bottom.gif) bottom left no-repeat;
}
#content .homecontentitem h3, #content .homecontentitem h4 {
	background: transparent url(images/center_rounded_box_top.gif) top left no-repeat;
	padding-top: 15px;
}
#homeheader {
	position: relative;
	width: 100%;
	height: 283px;
	background: url(images/homepageheader_bg.gif) top left no-repeat;
}
#homeheader div {
	margin: 0;
}
#homeflash {
	padding: 1px;
}
#homeflash img {
	padding: 1px;
}
#membershipnav {
 	position: absolute;
 	top: 214px;
 	left: 20px;
 	width: 212px;
 	height: 62px;
 	padding-right: 3px;
 	border-right: 1px solid #d9d9d9;
}
#membershipnav ul, #membershipnav li, #hours ul, #hours li {
	padding: 0;
	margin: 0;
}
#membershipnav li {
	display: block;
	padding: 1px;
	border-bottom: 1px solid #d9d9d9;
}
#membershipnav ul :last-child, #membershipnav ul li.last {
	border-bottom: 0px none;
}
#membershipnav a {
	font-size: 110%;
	color: #333;
	text-decoration: none;
	padding: 1px 23px 1px 0;
	background: url(images/orange_circle_arrow.gif) top right no-repeat;
}
#membershipnav a:hover {
	text-decoration: underline;
}
#hours {
	position: absolute;
 	top: 214px;
 	left: 245px;
 	width: 202px;
 	height: 62px;
 	padding-right: 3px;
 	border-right: 1px solid #d9d9d9;
}
#hours h2 {
	font: bold 11px Arial, Helvetica, sans-serif; 
	color: #666;
	padding: 2px 0 0 0;
	margin: 0;
}
#hours ul {
	list-style: none;
}
#hours li {
	font-size: 11px;
}
#quote {
	position: absolute;
 	top: 214px;
 	left: 453px;
 	width: 345px;
 	height: 62px;
}
#quote p {
	padding: 5px 0px 2px 8px;
	margin: 0;
	font-size: 13px;
}
#quote p.credit {
	padding: 0px 10px 0px 15px;
}
#content .subcontentitem {
	width: 601px;
	padding: 0 0 10px 0;
	margin: 4px 0 8px 0;
	background: transparent url(images/subcontent_box_bottom.gif) bottom left no-repeat;
	float: right;
}
#content .subcontentitem h3 {
	background: transparent url(images/subcontent_box_top.gif) top left no-repeat;
	padding-top: 15px;
}
#subheader {
	position: relative;
	width: 100%;
	height: 206px;
}
#subpagequote, #content div#subpagequote {
	float: right;
	margin: 35px 10px 20px 15px;
	width: 185px;
}
#content div.wp-caption {
	width: 190px;
	margin-left: 20px;
}
#content div.wp-caption img {
	border: 1px solid #666;
}
#content div.wp-caption p {
	width: 100%;
	margin: 0;
	padding: 0;
}
#content div.wp-caption strong, #content div.wp-caption em, #content div.wp-caption span.history {
	display: block;
}
#content div.wp-caption span.history {
	color: #d84d08;
}
#content img.alignleft {
	border: 1px solid #999;
	float: left;
	margin: 0px 20px 10px 20px;
}
a#logoutlink {
	display: block;
	position: absolute;
	top: 275px;
	right: 10px;
}
/* -----------------------END CONTENT AREA--------------------------- */


/* -----------------------SIDEBAR ELEMENTS--------------------------- */
.sidebarlist, .sidebarlist li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebarlist {
	position: relative;
}
.sidebarlist li {
	font-size: 90%;
}
hr.sidebar {
	margin: 5px 10px;
	color: #999;
	width: 174px;
}
#homeleftsidebar, #homerightsidebar, .leftsidebar, .rightsidebar {
	width: 194px;
}
#homeleftsidebar { 
	position: absolute;
	top: 328px;
	left: 0px;
}
#homerightsidebar { 
	position: absolute;
	top: 328px;
	right: 0px;
}
#subleftsidebar {
	float: left;
}
#homeleftsidebar li, #homerightsidebar li, .leftsidebar li, .rightsidebar li {
	padding: 0 0 15px 0;
	margin: 8px 0;
	background: transparent url(images/sidebar_rounded_box_bottom.gif) bottom left no-repeat;
	min-height: 10px; /*Bug fix for IE7*/
}
* html #homeleftsidebar li, * html #homerightsidebar li, * html .leftsidebar li, * html .rightsidebar li { /*Bug fix for IE6*/
	width: 142px;
}
* html #homeleftsidebar li p, * html #homerightsidebar li p, * html .leftsidebar li p, * html .rightsidebar li p { /*Bug fix for IE6*/
	width: 154px;
}
#homeleftsidebar .top, #homerightsidebar .top, .leftsidebar .top, .rightsidebar .top {
	padding: 15px 20px 0;
	background: transparent url(images/sidebar_rounded_box_top.gif) top left no-repeat;
	min-height: 10px; /*Bug fix for IE7*/
}
.sidebarlist li ul, #homeleftsidebar li ul, #homerightsidebar li ul, .leftsidebar li ul, .rightsidebar li ul {
	margin: 0 20px;
	padding: 0;
}
.sidebarlist li ul li, #homeleftsidebar li ul li, #homerightsidebar li ul li, .leftsidebar li ul li, .rightsidebar li ul li {
	background: transparent;
	padding: 5px 0; 
}
#homeleftsidebar img.top, #homerightsidebar img.top, .leftsidebar img.top, .rightsidebar img.top {
	padding: 15px 15px 0;
}
#homeleftsidebar img.padding5, #homerightsidebar img.padding5, .leftsidebar img.padding5, .rightsidebar img.padding5 {
	padding: 5px 5px 0;
}
#homeleftsidebar h5 a, #homerightsidebar h5 a, .leftsidebar h5 a, .rightsidebar h5 a {
	text-decoration: none;
}
#homeleftsidebar h5 a:hover, #homerightsidebar h5 a:hover, .leftsidebar h5 a:hover, .rightsidebar h5 a:hover {
	text-decoration: underline;
	color: #d84d08;
}
.sidebarlist li#subnav h5 {
	padding-bottom: 5px;
	font-size: 110%;
}
* html .sidebarlist h5 { /*Bug fix for IE6*/
	width: 154px;
}
.sidebarlist li#news-events h5 {
	padding-bottom: 5px;
}
.sidebarlist li#subnav ul, .sidebarlist li#news-events ul {
	list-style: disc;
	padding: 0 0 0 12px;
	margin-right: 0;
}
.sidebarlist li#news-events ul {
	list-style: none;
	padding: 4px 10px 0 7px;
}
.sidebarlist li#subnav ul li, .sidebarlist li#news-events ul li {
	list-style: disc;
	padding: 0;
	margin: 0;
	font-size: 110%;
}
.sidebarlist li#news-events ul li {
	list-style: none;
	font-size: 100%;
	padding-bottom: 5px;
	line-height: 1.2;
	text-indent: -7px;
}
.sidebarlist li#subnav ul li a, .sidebarlist li#news-events ul li a {
	color: #333;
	text-decoration: none;
}
.sidebarlist li#subnav ul li a:hover, .sidebarlist li#news-events ul li a:hover {
	text-decoration: underline;
}
#wellness h5 {
	padding: 160px 20px 0 20px;
	background: transparent url(images/wellness_title.jpg) top left no-repeat;
	min-height: 10px; /*Bug fix for IE7*/
}
/* Today at FAC Widget formatting */
#todays-events, #homeleftsidebar li#todays-events, #homerightsidebar li#todays-events {
	background: transparent url(images/sidebar_blue_box_bottom.gif) bottom left no-repeat;	
}
#homeleftsidebar li#todays-events .top, #homerightsidebar li#todays-events .top, .leftsidebar li#todays-events .top, .rightsidebar li#todays-events .top {
	padding: 15px 15px 0;
	background: transparent url(images/sidebar_blue_box_top.gif) top left no-repeat;
}
#homeleftsidebar li#todays-events h5, #homerightsidebar li#todays-events h5, .leftsidebar li#todays-events h5, .rightsidebar li#todays-events h5 {
	font-size: 13px;
	color: #333;
	margin-bottom: 5px;
}
#homeleftsidebar li#todays-events h5 a, #homerightsidebar li#todays-events h5 a, .leftsidebar li#todays-events h5 a, .rightsidebar li#todays-events h5 a {
	color: #333;
	padding-right: 25px;
	background: transparent url(images/little_blue_arrow.gif) top right no-repeat;
	text-decoration: none;
}
#homeleftsidebar li#todays-events h5 a:hover, #homerightsidebar li#todays-events h5 a:hover, .leftsidebar li#todays-events h5 a:hover, .rightsidebar li#todays-events h5 a:hover {
	text-decoration: underline;
}
.sidebarlist li#todays-events ul, #homeleftsidebar li#todays-events ul, #homerightsidebar li#todays-events ul, .leftsidebar li#todays-events ul, .rightsidebar li#todays-events ul {
	margin: 0 15px;
	padding-bottom: 4px; 
}
.sidebarlist li#todays-events ul li, #homeleftsidebar li#todays-events ul li, #homerightsidebar li#todays-events ul li, .leftsidebar li#todays-events ul li, .rightsidebar li#todays-events ul li {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 8px 0;
	color: #333;
	font-size: 12px;
}
.sidebarlist li#todays-events ul li:first-child, #homeleftsidebar li#todays-events ul li:first-child, #homerightsidebar li#todays-events ul li:first-child, .leftsidebar li#todays-events ul li:first-child, .rightsidebar li#todays-events ul li:first-child {
	border-top: 1px solid #fff;
}
.sidebarlist li#todays-events ul li, #homeleftsidebar li#todays-events ul li, #homerightsidebar li#todays-events ul li, .leftsidebar li#todays-events ul li, .rightsidebar li#todays-events ul li {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 8px 0;
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
}
#homeleftsidebar li#todays-events a.schedulebottom, #homerightsidebar li#todays-events a.schedulebottom, .leftsidebar li#todays-events a.schedulebottom, .rightsidebar li#todays-events a.schedulebottom {
	display: block;
	padding: 7px 5px 2px 35px;
	color: #333;
	font-size: 12px;
	background: transparent url(images/little_blue_arrow.gif) 15px 8px no-repeat;
	text-decoration: none;
}
#homeleftsidebar li#todays-events a.schedulebottom:hover, #homerightsidebar li#todays-events a.schedulebottom:hover, .leftsidebar li#todays-events a.schedulebottom:hover, .rightsidebar li#todays-events a.schedulebottom:hover {
	text-decoration: underline;
}
li#subnav, li#memberswall {
	margin-top: 5px;
}
#bluelinks, #subleftsidebar li#bluelinks {
	background: transparent url(images/sidebar_blue_box_bottom.gif) bottom left no-repeat;
}
#bluelinks ul {
	padding: 10px 15px 0;
	margin: 0;
	background: transparent url(images/sidebar_blue_box_top.gif) top left no-repeat;
}
#bluelinks ul li {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 8px 0;
}
* html #bluelinks ul li { /*Bug fix for IE6*/
	width: 164px;
}
#bluelinks ul li:last-child {
	border-bottom: 0px none;
}
#bluelinks a {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding-right: 25px;
	background: transparent url(images/little_blue_arrow.gif) top right no-repeat;
	text-decoration: none;
}
#bluelinks a:hover {
	text-decoration: underline;
}
#yellowmembership, #subleftsidebar li#yellowmembership,  #homeleftsidebar li#yellowmembership {
	background: transparent url(images/sidebar_yellow_box_bottom.gif) bottom left no-repeat;
}
#yellowmembership h5, #subleftsidebar li#yellowmembership h5, #homeleftsidebar li#yellowmembership h5 {
	padding: 15px 20px 0;
	margin: 0;
	background: transparent url(images/sidebar_yellow_box_top.gif) top left no-repeat;
}
.sidebarlist form {
	margin: 5px 20px;
}
/* -----------------------END SIDEBAR ELEMENTS--------------------------- */



/* -----------------------NAVIGATION--------------------------- */
ul#navigation { 
	position: absolute;
	top: 95px;
	float: left;
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
	background: #fff url(images/nav_bg.gif) top left no-repeat;
}
ul#navigation li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}
ul#navigation li a {
	display: block;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 8px 0px 7px 0;
	background: transparent;
	text-align: center;
	border: 0;
}
ul#navigation li.about a {
	width: 62px;
	margin-left: 15px;
}
ul#navigation li.ameneties a {
	width: 106px;
}
ul#navigation li.schedules a {
	width: 84px;
}
ul#navigation li.programs a {
	width: 132px;
}
ul#navigation li.training a {
	width: 124px;
}
ul#navigation li.partners a {
	width: 78px;
}
ul#navigation li.news a {
	width: 98px;
}
ul#navigation li.membership a {
	width: 86px;
	margin-right: 15px;
}
body.about ul#navigation li.about a,
body.ameneties ul#navigation li.ameneties a,
body.schedules ul#navigation li.schedules a,
body.programs ul#navigation li.programs a,
body.training ul#navigation li.training a,
body.partners ul#navigation li.partners a,
body.news ul#navigation li.news a,
body.membership ul#navigation li.membership a,
ul#navigation li a:hover,
ul#navigation li:hover a,
ul#navigation li.sfhover a {
	color: #ededed;
	background: #666;
	background-position: 0 0;
}

/* Subnavigation Drop-Down Styles */
ul#navigation li ul {
	visibility: hidden; 
	position: absolute; 
	top: 32px; 
	left: 0; 
	overflow: hidden;
	padding: 10px 0;
	margin: 0;
}
ul#navigation li ul li ul {
	visibility: hidden; 
	position: absolute; 
	top: 0; 
	left: 180px; 
	overflow: hidden;
	padding: 0;
	margin: 0;
}

/* first line style (:hover) for IE7 and non-IE browsers and the second line (.sfhover) for <= IE6 */
ul#navigation li:hover ul,
ul#navigation li.sfhover ul {
	visibility: visible; 
	height: auto;
	width: 180px; 
	background: #666; 
	border: 0; 
	position: absolute;
	left: 0; 
	top: 32px; 
	overflow: visible;
	float: none;
	padding: 5px 0;
	background-position: 0 0;
}
ul#navigation li:hover ul li ul,
ul#navigation li.sfhover ul li ul {
	visibility: hidden;
}
ul#navigation li:hover ul li:hover ul,
ul#navigation li.sfhover ul li.sfhover ul {
	visibility: visible;
	top: 0;
	left: 180px;
	padding: 0;
	background-position: 0 0;
}
ul#navigation li.membership ul,
ul#navigation li.membership:hover ul,
ul#navigation li.sfhover.membership ul {
	position: absolute;
	top: 32px;
	left: -84px;
	width: 170px;
}
ul#navigation li.about:hover ul,
ul#navigation li.sfhover.about ul {
	position: absolute;
	top: 32px;
	left: 15px;
}
ul#navigation li ul li,
ul#navigation li:hover ul li,
ul#navigation li.sfhover ul li {
	float: none;
	padding: 0;
	margin: 0;
}
/* Fixes a whitespace bug in <= IE6 */
* html ul#navigation li ul li,
* html ul#navigation li:hover ul li,
* html ul#navigation li.sfhover ul li {
	display: inline;
}
ul#navigation li ul li:first-child {
	padding-left: 0;
}
body.about ul#navigation li.about ul li a,
body.ameneties ul#navigation li.ameneties ul li a,
body.schedules ul#navigation li.schedules ul li a,
body.programs ul#navigation li.programs ul li a,
body.training ul#navigation li.training ul li a,
body.partners ul#navigation li.partners ul li a,
body.news ul#navigation li.news ul li a,
body.membership ul#navigation li.membership ul li a,
ul#navigation li:hover ul li a,
ul#navigation li.sfhover ul li a,
ul#navigation li:hover ul li:hover ul li a,
ul#navigation li.sfhover ul li.sfhover ul li a {
	display: block; 
	font-weight: normal;  
	line-height: 1.4;
	text-decoration: none;  
	background: transparent;
	height: auto; 
	padding: 3px 15px;    
	color: #ededed;
	margin: 0; 
	border: 0;
	text-align: left;
	width: 150px;
	font-size: 12px;
	background-position: 0 0;
}
body.membership ul#navigation li.membership ul li a,
ul#navigation li.membership ul li a,
ul#navigation li.membership:hover ul li a,
ul#navigation li.membership .sfhover ul li a {
	width: 140px;
}
body.about ul#navigation li.about ul li:hover a, body.about ul#navigation li.about ul li.sfhover a,
body.ameneties ul#navigation li.ameneties ul li:hover a, body.ameneties ul#navigation li.ameneties ul li.sfhover a,
body.schedules ul#navigation li.schedules ul li:hover a, body.schedules ul#navigation li.schedules ul li.sfhover a,
body.programs ul#navigation li.programs ul li:hover a, body.programs ul#navigation li.programs ul li.sfhover a,
body.training ul#navigation li.training ul li:hover a, body.training ul#navigation li.training ul li.sfhover a,
body.news ul#navigation li.news ul li:hover a, body.news ul#navigation li.news ul li.sfhover a,
body.partners ul#navigation li.partners ul li:hover a, body.partners ul#navigation li.partners ul li.sfhover a,
body.membership ul#navigation li.membership ul li:hover a, body.membership ul#navigation li.membership ul li.sfhover a,
body.about ul#navigation li.about ul li:hover ul li:hover a, body.about ul#navigation li.about ul li.sfhover ul li.sfhover a,
body.ameneties ul#navigation li.ameneties ul li:hover ul li:hover a, body.ameneties ul#navigation li.ameneties ul li.sfhover ul li.sfhover a,
body.schedules ul#navigation li.schedules ul li:hover ul li:hover a, body.schedules ul#navigation li.schedules ul li.sfhover ul li.sfhover a,
body.programs ul#navigation li.programs ul li:hover ul li:hover a, body.programs ul#navigation li.programs ul li.sfhover ul li.sfhover a,
body.training ul#navigation li.training ul li:hover ul li:hover a, body.training ul#navigation li.training ul li.sfhover ul li.sfhover a,
body.news ul#navigation li.news ul li:hover ul li:hover a, body.news ul#navigation li.news ul li.sfhover ul li.sfhover a,
body.partners ul#navigation li.partners ul li:hover ul li:hover a, body.partners ul#navigation li.partners ul li.sfhover ul li.sfhover a,
body.membership ul#navigation li.membership ul li:hover ul li:hover a, body.membership ul#navigation li.membership ul li.sfhover ul li.sfhover a,
ul#navigation li:hover ul li:hover a,
ul#navigation li.sfhover ul li.sfhover a,
ul#navigation li ul li a:hover,
ul#navigation li:hover ul li:hover ul li:hover a,
ul#navigation li.sfhover ul li.sfhover ul li.sfhover a,
ul#navigation li ul li ul li a:hover  {
	color: #ededed;
	text-decoration: underline;
	background: #444;
}
ul#navigation li ul li ul li ul,
ul#navigation li:hover ul li ul li ul,
ul#navigation li.sfhover ul li ul li ul,
ul#navigation li:hover ul li:hover ul li ul,
ul#navigation li.sfhover ul li.sfhover ul li ul {
	display: none;
}
/* ----------------------END NAVIGATION--------------------------- */


/* -----------------------FOOTER--------------------------- */
#footer {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	padding: 0 0 50px 0;
	text-align: left;
	background: #d9d9d9 url(images/footer_bg.gif) bottom left no-repeat;
	min-height: 240px;
}
#footer ul#footermain {
	width: 100%;
	background: transparent url(images/footer_top_bg.gif) top left repeat-x;
	padding: 25px 0 50px 0;
	margin: 0;
	float: left;
}
#footer ul#footersub {
	position: absolute;
	top: 25px;
	left: 200px;
	display: block;
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
	float: left;
}
#footer ul li {
	list-style-type: none;
	font-size: 11px;
	padding: 4px 0;
	line-height: 13px;
	width: 150px;
	float: left;
}
#footer ul#footermain li {
	float: none;
	padding-left: 50px;
}
#footer ul li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li ul {
	padding: 4px 0 0 0;
	margin: 0;
	float: none;
}
#footer ul li ul li {
	float: none;
}
#footer ul li ul li a {
	font-weight: normal;
}
p.footer {
	clear: both;
	width: 100%;
	font-size: 11px;
	color: #333;
	padding: 10px 0;
	text-align: center;
}
/* -----------------------END FOOTER--------------------------- */




/* ----------------------FORMS--------------------------- */
/* ----------------------END FORMS--------------------------- */




/* ----------------------CALENDAR & SCHEDULES--------------------------- */
.calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#333;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#333;
        }
    .calnk a, .calnk a:link {
        text-decoration:none; 
        color:#333; 
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#fff; 
        background:#9fb6cf; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
        }
     
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
     }
     span.event {
        font-size:0.75em;
     }
     .event-title {
        font-weight:bold;
        font-size:12px;
        color: #333
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
        color: #fff
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
        color: #fff
     }

h4.scheduletitle {
	font-size: 120%;
}
table#schedule {
	margin: 10px 20px;
}
table#schedule tr {
	padding: 0;
	margin: 0;
}
table#schedule th, table#schedule td {
	margin: 3px;
	padding: 5px 3px;
	text-align: left;
}
table#schedule tr.shaded, table#schedule tr.shaded td {
	background: #ededed;
}
table#schedule th {
	font-weight: bold;
	color: #d84d08;
}
table#schedule tr.day, table#schedule tr.day th {
	border-bottom: 1px solid #666;
	border-top: 2px solid #666;
}
table#schedule tr.day th {
	font-size: 120%;
	font-weight: bold;
	padding: 8px 3px;
}
table#schedule td.classtitle {
	font-weight: bold;
	width: 200px;
}
table#schedule td.time {
	font-weight: normal;
	width: 55px;
	text-align: right;
}
table#schedule th.time {
	text-align: right;
}
table#schedule td.length {
	font-weight: normal;
	width: 55px;
	padding-left: 10px;
}
table#schedule th.length {
	padding-left: 10px;
}
table#schedule td.instructor {
	font-weight: bold;
	width: 100px;
}
table#schedule td.notes {
	font-weight: normal;
	width: 100px;
}

/* ----------------------END SCHEDULES--------------------------- */