/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

body {                         
	background: #000000 url(/images/fit/bg_body_fit.jpg) 0 0 repeat-x;
	margin-top:0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	width: 47.5em;
	min-width: 760px;
	}
#AccessibilityNav img{
	border:none;
}
/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}
/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}

/* ************************************----------- HEADER -----------************************************ */
table#Header {
	margin-top: 0;
	width: 47.5em;
	min-width: 760px;
	background: #a80532 url(/images/fit/bg_header.gif) 0 0 repeat-x;	
}


/* ************************************----------- CONTENT AREA -----------************************************ */
table#Container {
	width: 47.5em;
	min-width: 760px;	
}


/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	padding: 15px 0;
	background: #ffffff url(/images/fit/bg_main_col.jpg) 0 0 repeat-x;
	border-bottom: solid 2px #a80532;
}

div#Content {
	padding: 0px 20px 5px 20px;
	font-size: 0.75em;

}

h1#SiteTitle {
	color:#000000;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	margin-left: 20px;
}
h1 {
	color:#000000;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
}
span.TitleText { /* This is for the Large Letters in the Site Title F. I. T.  */
	font-size: 1.3em;
}
H2 {
	color:#a80532;
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
}
H3 {
	color:#000000;
	font-size: 1em;
	font-weight:bold;
}

div#Content a, div#Content a:visited {
	color:#a80532;

}
div#Content a:hover {
	color:#000000;
	text-decoration: none;
}

/* ************************************----------- SITEMAP -----------************************************ */

.sitemaplist {
	list-style-type: none;
	margin-top:0px;
	}

/* ************************************----------- MENU Table -----------************************************ */
table#FitMenu {
	margin: 0 20px;
}
td.FitMenuTitle {
	border-top: solid 1px #a80532;
	border-right: solid 1px #a80532;
	border-left: solid 1px #a80532;
	color: #FFFFFF;
	font-size: 0.8em !important;
	padding:0;
}
td.FitMenuTitle a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px 0px;
	width:100%;
}
html>body td.FitMenuTitle a {
	width:auto;
}
td#FitGMPtitle {
	background-color: #046176;
}
td#FitHACCPtitle {
	background-color: #758059;
	line-height: 1.5em;
}
td#Fit3DayTitle {
	background-color: #597880;
}
td#FitFoodStepsTitle {
	background-color: #80597b;
}
td.FitImg {
	border-right: solid 1px #a80532;
	border-left: solid 1px #a80532;
}

td.FitBullets {
	background-color:#dfdfdf;
	border-bottom: solid 1px #a80532;
	border-right: solid 1px #a80532;
	border-left: solid 1px #a80532;
	font-size: 0.75em;
	padding-right: 5px;
}
td.FitBullets li {
	margin-left: -15px;
}
html>body td.FitBullets li {
	margin-left: -15px;
}

* html td.FitBullets li {
	margin-left: -15px;
}

td.FitBullets li {
	margin-bottom: 5px;
}

div#flashnote {
	border:solid 2px #06607a;
	padding:5px;
	}
/* ************************************----------- FOOTER -----------************************************ */

table#Footer {
	width: 47.5em;
	min-width: 760px;
	border: solid 1px #ffffff;
	background-color:#a80532;
}
td#ContactUs {
	color:#ffffff;
	padding: 10px 0;
}
span.BigText {
	font-size: 1.25em;
}
span.MedText {
	font-size: 1.0em;
}
span.SmallText {
	font-size: 0.65em;
}
table#CopyrightTable {
	width: 47.5em;
	min-width: 760px;
}
td#copyright {
	background-color: #000000;
	font-size: 0.65em;
	color:#ffffff;
}
td#copyright a, span.SmallText a, span.MedText a {
	color:#ffffff;
	text-decoration: underline;
}
td#copyright a:hover, span.SmallText a:hover, span.MedText a:hover {
	text-decoration: none;
}

