﻿
/****** HEADER ******/

#headerInfo 
{
	margin:0;
	padding:0;
	position:relative;
	top:-62px;
	left:0;
	font-size:x-small;
}
#headerInfo ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#headerInfo ul li
{
	margin:0;
	padding:0;
	color:#000;
}

/****** END HEADER ******/




/*****  FOR IE7 VISITED LINK FONT SIZE *****/
div#contentPlaceHolder a:visited
{
	font-size:small;	
}		
/***** END IE7 VISITED LINK FONT SIZE *****/




/****** TOP LEFT CORNER ******/
div#topLeftCorner a:hover {color:#d5d2c0;}
/****** END TOP LEFT CORNER ******/




/****** TOP PANEL BAR ******/
.topPanelBar
{
	color: #900;
}
/****** END TOP PANEL BAR ******/




/****** HEADER ******/
#AddrBlock
{
	top:-54px;
	left:200px;
	font-size:xx-small;
}
#PhoneBlock
{
	top:-54px;
	left:200px;
	font-size:xx-small;
}
#headerPhoneData
{
	padding-top:24px;
}
/****** END HEADER ******/




/****** MID NAV BAR ******/
div#midNavBar 
{
	font-weight:bold;
}
div#midNavBar a 
{
	color: #900;
}
div#midNavBar a:hover
{
	background-color:#d5d2c0;
}
.secRow
{
	color: black;
	font-weight: bold;
	background-color: #d5d2c0;
}

.secRow a:hover
{
	background-color: #EAE7D2;
}
/****** END MID NAV BAR ******/





/**** SERVICES/PROGRAMS PANEL ****/
.CFYSservicesPanel
{
	padding:0;
	margin:0;
	border-left:solid 1px #333;
	border-right:solid 1px #333;
	background-image:url(../Images/servicesPanel.jpg);
	background-position:right middle;
	/*background-image:url(../Images/servicesPanelFallCorner.jpg);
	background-position:right top;*/
	background-repeat:no-repeat;
	
}	
.CFYSservicesPanel a
{
	color:#fff;
	/*color:black;*/
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
}
.CFYSservicesPanel a:visited
{
	color:#fff;
	/*color:black;*/
	text-decoration:none;
	font-size: 12px;
	padding:0 0 4px 0;
}
.CFYSservicesPanel a:hover
{
	color: #d5d2c0;
	/*color: #990000;*/
	text-decoration:underline;	
}
.CFYSservicesPanel li
{
	list-style-image:url(../Images/redButton_1.gif);
	/*list-style-image:url(../Images/blackButton.jpg);*/
	padding: 0 0 5px 0;
	margin:0;	
}
.CFYSservicesPanel ul
{
	margin: 0 0 0 20px;
	padding:0;
}
/**** END SERVICES/PROGRAMS PANEL ****/




/***** ROUNDED BORDERS *****/
div#topRoundedBorder 
{
	background-color:#b34040;
}
div#bottomRoundedBorder 
{
	background-color:#aba581;
}
/***** END ROUNDED BORDERS *****/



/****** STYLE TO REMOVE 10PX PADDING ******/
div#paddingPageContent
{
	margin:-10px 10px -10px -10px;
}
div#paddingPageContent a:visited
{
	font-size:inherit;
	color:Blue;
}
/**** END STYLE TO REMOVE 10PX PADDING ****/



/***** CONTENT STYLES *****/
h3 {
	color: #900;
	font-weight:bold;
}

h4 {
	color: #000;
	background-color: #f0f0f0;
	border-top: 1px solid #d69a9a;
	
}
.CFYStablestyle td
{	
	border-bottom-color:#BFBCBC;
	border-bottom-width:thin;
	border-bottom-style:double;	
}
/***** END CONTENT STYLES *****/




/***** NEWS STYLES *****/
.NewsHeader
{
	color: #900;
	font-weight:bold;
}
/***** END NEWS STYLES *****/




/***** CALENDAR STYLES *****/
#CalHeaderText
{
	color: #900;
}
/***** END CALENDAR STYLES *****/




/**** FAQ TREEVIEW STYLE ****/
div.faqTreeView table td
{ 
	vertical-align:top;
	padding:0 10px 10px 0;
}
div.faqTreeView table 
{
	margin:0 0 0 80px;
}
/**** END FAQ TREEVIEW STYLE ****/

/*Suppfoods Page */
.content {
    width: 100%;
    border: solid 1px #336699;
    text-align: center;
    overflow: hidden; 
}

.captionbar {
    color: #ffffff;
    padding: 5px;
    font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:normal;
	letter-spacing:.1em;
    background-image: url(../images/Titlebar.gif);
    background-repeat: repeat-x;
    height:22px;
    cursor:pointer;
}

.maincontent {
    background-color: #f5f5f5;
    padding-top:10px;
    padding-left:5px;
    padding-right:10px;
    padding-bottom:10px;
    overflow: hidden;
    border-top: solid 1px #336699; 
    text-align:left;
}

.maincontent ul li {
	list-style-type:none;
}
 
.captiontitle
{
	float:left;
}
.imagediv
{
	 float:right;
	 vertical-align:middle;
}

/*End Suppfoods Page */



/******** FOOTER ********/
div#topFooter a:hover
{
	color: #900;
}
/******** END FOOTER ********/


/* news page

Clearing floats without extra markup */
.newsItem {
display:inline-block;
}

.newsItem:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

* html .newsItem {
height:1%;
}

.newsItem {
display:block;
padding:10px 0;
border-bottom:1px solid #aaa;
}

.newsItem:last-child {
border-bottom:0;
}

.newsItem h5
{
	margin: 0;
	padding: 0 0 5px 0;
	color: #900;
	font-weight:bold;
	font-size:100%;
}

.newsItem p 
{
	margin: 0;
}

.newsImageLeft 
{
	float:left;
	padding: 0 5px 0 0; 
	border: 0;
}

.newsImageRight 
{
	float:right;
	padding: 0 0 0 5px;
	border: 0;
}

/* home page */

div#contentPlaceHolder #welcomeBox 
{
	text-align: center;
	background: #d5d2c0;
	height: 45px;
	padding-top: 5px;
	font-size: 15px;
	color: #403a19;
	font-weight: bold;
}

div#contentPlaceHolder #welcomeBox .ampersand 
{
	color: #990000;
	font-size: 16px;
}
