body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #c0dd83;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: justify;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #69A73D;
	text-align: left;
	padding-bottom: 15px;
	line-height: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #EB6728;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: lighter;
	color: #45AE39;
	text-transform: capitalize;
	line-height: 0px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 30px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #45AE39;
	text-align: center;
	text-transform: none;
	line-height: 22px;
	margin-bottom: 5px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #45AE39;
	text-align: center;
	text-transform: none;
	line-height: 16px;
	margin-bottom: 5px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EF6225;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EF6225;
	text-decoration: underline;
}
#header  {
	margin-top: 10px;
}
#header      #main   {
	height: 98px;
	background-color: #FFFFFF;
	background-image: url(images/header_bgd.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 1000px;
}
#header   #logo    {
	background-image: url(images/header_FC_logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 370px;
}
#header  #corners  {
	background-color: #FFFFFF;
}
#header   #tagline    {
	background-image: url(images/header_FC_tagline.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 276px;
}
#bannerArea   {
	height: 298px;
	width: 1000px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(images/banner_background.jpg);
}
#homeContent  {
	padding: 0 2.5px;
	background-color: #ECECEC;
	min-height: 600px;
}
.contentHeading {
	background-color: #68A43B;
	height: 29px;
	background-image: url(images/boxHeadline_bkgd.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-left: 10px;
	padding-right: 10px;
}
.contentBox {
	margin-top: 5px;
	margin-left: 2.5px;
	margin-right: 2.5px;
}
.contentBox .contentInside {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.contentBox  .contentInside  .imgFloat {
	float: left;
	margin-right: 5px;
}
.contentBox .contentInside a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF6225;
	text-decoration: none;
	line-height: 14px;
}
.contentBox .contentInside a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF6225;
	text-decoration: underline;
}
.contentBox .contentInside a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF6225;
	text-decoration: none;
}
.contentBox  .contentInside ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	list-style-image: url(images/bullets_arrow.gif);
}
.contentBox .contentInside .bullets li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: lighter;
	color: #333333;
	list-style-position: outside;
	list-style-image: url(images/bullet_large.jpg);
	padding-bottom: 10px;
}
.contentBox  .contentInside  ul ul {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contentBox   .contentInside ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	color: #666666;
}
.contentBox .contentInside  ol ul  {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
}
.contentBox .contentInside ol ul li a:link    {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
}
.contentBox .contentInside ol ul li a:hover    {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	text-decoration: underline;
}
.contentBox .contentInside ol ul li a:visited {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
}
.contentBoxGRAY {
	margin-top: 5px;
	margin-left: 2.5px;
	margin-right: 2.5px;
	margin-bottom: 5px;
	background-color: #EEEEEE;
}
.contentBoxGRAY ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	list-style-image: url(images/bullets_arrow.gif);
}
.contentBoxGRAY ul ul {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contentBoxGRAY .contentInside {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.contentBoxGRAY .contentInside .imgFloat {
	float: left;
	margin-right: 5px;
}
.contentBoxGRAY .contentInside a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF6225;
	text-decoration: none;
}
.contentBoxGRAY .contentInside a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF6225;
	text-decoration: underline;
}
.contentBoxGRAY .contentInside a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF6225;
	text-decoration: none;
}
.healthyDeals  {
	background-image: url(images/healthyDeals_divider.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.healthyDeals p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 15px;
	margin-top: 20px;
}

.healthyDeals img {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.activities p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#socialBar {
	margin-top: 5px;
	background-color: #65A53C;
	background-image: url(images/footer_background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	height: 40px;
}
#socialBar  img {
	margin-top: 7px;
	margin-left: 5px;
}
#footer {
	text-align: center;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}	
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#search  input  {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_searchBar_bkgd.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#insideContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 0 2.5px;
	min-height: 600px;
}
#subNav {
	background-color: #F1F1F1;
	width: 1000px;
	height: 34px;
}
#subNavEmpty {
	width: 1000px;
	height: 34px;
	background-image: url(images/subNav_Background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
#subNav #subNavMenu {
	height: 32px;
}
.linkBox_300x250 {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	width: 300px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	padding-bottom: 15px;
}
.linkBox_160x {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	width: 160px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	padding-bottom: 15px;
}
.GrayColumn {
	background-color: #EEEEEE;
}
#nav {
	background-image: url(images/nav_background.jpg);
	background-repeat: repeat-x;
	height: 40px;
	margin: 0;
}
#nav img {
}
.howto {
	background-color: #FFFFFF;
	width: 630px;
	padding-left: 15px;
	padding-bottom: 20px;
}
.howto  .background {
	background-image: url(images/howto_background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 179px;
}
.howto  .step {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 900;
	color: #EF6624;
	padding-top: 12px;
}
.howto   .head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 5px;
	text-align: left;
}
.howto    .copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
	margin-top: 5px;
	text-align: left;
}
.howto   p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
}
#healthyactivity_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	text-align: center;
	font-weight: lighter;
}
.healthyActivites h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: lighter;
	color: #45AE39;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}
.healthyActivites h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #45AE39;
	text-align: center;
	text-transform: none;
	line-height: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.healthyActivites h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #EB6728;
	text-align: left;
	text-transform: none;
	line-height: 24px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.healthyActivites .tdPadding {
	padding-right: 10px;
	padding-left: 10px;
}

#sideBar {
}
.partner_logo {
}
.homeImageContainer {
	height: 250px;
}
.homeBoxContainer {
	height: 500px;
}
.partner_logo img {
	margin: 5px;
	width: 80px;
}
.button    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display: inline;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FF6600;
	line-height: 10px;
}
.button a:link    {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.button  a:hover    {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.button  a:visited    {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.contentInside  .couponWrap2x {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 605px;
	height: 500px;
}
.contentInside   .couponWrap1x {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 598px;
	height: 250px;
}
.contentInside    .partnerWrap1x {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 598px;
	height: 185px;
}
.contentInside  .coupon  {
	padding: 8px;
	width: 125px;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	float: left;
	height: 225px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.contentInside .coupon a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.contentInside  .coupon  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contentInside  .coupon  a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
class   {
	margin-bottom: 10px;
}
.contentInside .coupon .points {
	background-color: #FF6600;
	width: 115px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.contentInside  .coupon  h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	text-transform: lowercase;
	line-height: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}	
.contentInside  .coupon  h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	text-transform: lowercase;
	line-height: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
}	
.contentInside   .partner  {
	padding: 8px;
	width: 125px;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	float: left;
	height: 170px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.contentInside .partner a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.contentInside  .partner  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contentInside  .partner  a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contentInside .partner img {
	margin-bottom: 10px;
}
.contentInside  .partner  .points {
	background-color: #FF6600;
	width: 115px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.contentInside  .partner  h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	text-transform: lowercase;
	line-height: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}	
.contentInside  .partner  h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	text-transform: lowercase;
	line-height: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
}	
#subNavSocial {
	width: 980px;
	height: 52px;
	background-image: url(images/subNav_Background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	padding-left: 20px;
}
.social {
}
.social  .socialSubnav {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
.social .centerMain {
}
.social   .centerMain  .username {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: left;
	line-height: 30px;
	padding-left: 20px;
	margin-top: 15px;
}
.social   .centerMain  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-transform: capitalize;
	color: #73AE3E;
	text-align: left;
	line-height: 30px;
	padding-left: 20px;
	padding-top: 10px;
}
.social    .centerMain   .location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: left;
	line-height: 24px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.social     .centerMain    .Info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	line-height: 18px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.social .centerMain .Info .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
}
.social  .centerMain  .Info  .item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
}
.social  .centerMain  .Info  .copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
