#SFC {
	margin: 0 0 15px 0;
	clear: both;
	height: auto;
}

#dottedLine {
	width: 100%;
	clear: both;
}

#SFC a {
	outline: none;
}

.loading {
	background: center url(content/images/SFC_loading.gif) no-repeat;
}

#SFC h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	color: #475764;
}


#SFC-left {
	display: inline;
	float: left;
	width: 474px;
	height: 540px;
	margin: 0 10px 0 0;
}

#SFC-right {
	position: relative;
	display: inline;
	float: left;
	width: 265px;
	height: 540px;
}

#SFC p#copy {
	height: 124px;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	color: #996600;
	clear: both;
}

#SFC #calendar {
	clear: both;
}

#SFC ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

#SFC ol li {
	text-indent: -9999px;
	overflow: hidden;
	margin: 1px;
	width: 77px;
	height: 95px;
	display: inline;
	float: left;
}

#SFC ol li a {
	display: block;
	width: 77px;
	height: 95px;
	background-position: 0 0;
}
#SFC ol li a:hover, #SFC ol li a.active {
	background-position: 0 -95px;
}


/************************** 
 CALENDAR IMAGES AND HOVERS
***************************/

a#jan {
	background: url(content/images/SFC_cal_jan.gif);
}

a#feb {
	background: url(content/images/SFC_cal_feb.gif);
}

a#mar {
	background: url(content/images/SFC_cal_mar.gif);
}

a#apr {
	background: url(content/images/SFC_cal_apr.gif);
}

a#may {
	background: url(content/images/SFC_cal_may.gif);
}

a#june {
	background: url(content/images/SFC_cal_june.gif);
}

a#july {
	background: url(content/images/SFC_cal_july.gif);
}

a#aug {
	background: url(content/images/SFC_cal_aug.gif);
}

a#sept {
	background: url(content/images/SFC_cal_sept.gif);
}

a#oct {
	background: url(content/images/SFC_cal_oct.gif);
}

a#nov {
	background: url(content/images/SFC_cal_nov.gif);
}

a#dec {
	background: url(content/images/SFC_cal_dec.gif);
}


#SFC #disclaimer {
	clear: both;
	text-indent: -9999px;
	width: 472px;
	height: 39px;
	margin: 1px;
	padding: 0;
	background: url(content/images/SFC_disclaimer.gif) no-repeat;
}

#SFC #memberships {
	clear: both;
	width: 474px;
	margin: 40px 1px 1px 1px;
	padding: 0;
	font-family: "Futura", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 200;
	text-align: center;
	color: #5D561C;
	height: 80px;
}

#SFC #memberships a {
	display: inline;
	float: left;
	width: 158px;
	height: 60px;
	margin: 0;
	text-indent: -9999px;
}

#SFC #memberships a.membership-3 {
	background: url(content/images/SFC_membership-3.gif) no-repeat;
}
#SFC #memberships a.membership-6 {
	background: url(content/images/SFC_membership-6.gif) no-repeat;
}
#SFC #memberships a.membership-12 {
	background: url(content/images/SFC_membership-12.gif) no-repeat;
}

#SFC #order {
	height: 31px;
}

#SFC p#order a{
	clear: both;
	display: block;
	text-indent: -9999px;
	width: 474px;
	height: 31px;
	background: url(content/images/SFC_order.gif) no-repeat;
}

#SFC a#lastMonth, #SFC span#thisMonth, #SFC a#nextMonth {
	display: inline;
	float: left;
	height: 28px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#SFC span#thisMonth {
	width: 180px;
}

#SFC a#lastMonth {
	width: 43px;
	background: url(content/images/SFC_lastMonth.gif) no-repeat;
}

#SFC a#nextMonth {
	width: 42px;
	background: url(content/images/SFC_nextMonth.gif) no-repeat;
}

#SFC a#nextMonth.hidden, #SFC a#lastMonth.hidden {
	background: none;
}

#SFC-right img {
	margin: 0;
	padding: 0;
	clear: both;
}

#SFC #products {
	width: 265px;
	height: 157px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#SFC #products ul {
	list-style-type: none;
	text-indent: -9999px;
}

div#loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 474px;
	height: 540px;
	background: #FFF url(content/images/SFC_loading.gif) no-repeat;
	z-index: 99;
	display: none;
}