	
	a:link,a:visited,a:active,a:hover {
	font-weight: bold;
	color: #1B3F95;
    }

a.global:link,a.global:visited,a.global:active,a.global:hover{
	color: white;
	text-decoration: none;
} 

a.logo:link,a.logo:visited,a.logo:active,a.logo:hover{
	border: 2;
	color: white;
	display: block;
	float: left;
	height: 88px;
	text-decoration: underline;
	width: 598px;
} 
a.more:link,a.more:visited,a.more:active,a.more:hover{
	color: #1B3F95;
	font-weight: normal;
}
a.nav:link,a.nav:visited,a.nav:active,a.nav:hover{
	background: transparent url(/Images/MasterPages/nav_arrow.png) center right no-repeat;
	color: white;
	padding: 0 14px 0 0;
	text-decoration: none;
}

a.textSize:link,a.textSize:visited,a.textSize:active{
	border: 1px solid #1B3F95;
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	margin: 5px 1px;
	text-align: center;
	text-decoration: none;
	width: 16px;
}

a.textSize:hover, a.textSizeOn:link,a.textSizeOn:visited,a.textSizeOn:active {
	background-color: #1B3F95; 
	border: 1px solid #1B3F95;
	color: white;
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	margin: 5px 1px;
	text-align: center;
	text-decoration: none;
	width: 16px;
}

body {
	/*background-color: #EBF8B7;  seema*/
	
	background-color: #c0c0c0;
	font-size:75%;
	
	/*text-align: left;*/
	/*margin:0 0 0 0;*/
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	color: #1B3F95;
	font: 1.4em/1.2em "Trebuchet MS", verdana, sans-serif;
	/*margin:  .5em 0;*/
	/*padding: 0;*/
	
}

/*
h1.events {
	color: #fcb700;
	font: bold 1.6em "Trebuchet MS", verdana, sans-serif;
	margin: 0;
	padding: 0;
}
*/

/*h1.events img {
	margin: 0 5px 0 0;
}
*/

h1.featured {
	/*background: url(<%=ConfigurationManager.AppSettings["LocalServerAddress"].ToString() %>/Images/MasterPages/icon_news.png) center left no-repeat;*/
	/*padding-left: 0px;*/
}


h1.pageheader 
{
	color:Maroon;
	font: bold 1.6em "Trebuchet MS", verdana, sans-serif;
}

h1.news {
	color: #1B3F95;
	font: bold 1.6em "Trebuchet MS", verdana, sans-serif;
	/*margin: 0;
	padding: 0;
	*/
}

h1.news img{
	margin: 0 5px 0 0;
}

h2 {
	color: black;
	font: bold 1.1em/1.4em georgia, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

label {
	font: 1.1em/1.4em georgia, sans-serif;
	text-align: left;
}

p {
	font: 1.1em/1.4em georgia, sans-serif;
	/*text-align: left;*/
}

ul.sidebarNav {
	margin: 0;
	padding: 0;
	height:56px;
}
ul.sidebarNav a{
	display: block;
	height: 56px;
	width: 57px;
	border:1;
}
ul.sidebarNav li{
	/*display inline fixes the ie double margin float bug*/
	display: inline;
	float: left;
	list-style: none;
	margin: 0 2px 0 0;
}
ul.sidebarNav li.last{
	margin-right: 0;
	
}

ul.sidebarNav li#sidebarDonate a{
	background-image: url(/FFAImages/icon.png);
}
ul.sidebarNav li#sidebarDonate a:hover, ul.sidebarNav li#sidebarDonate{
	background-image: url(/FFAImages/icon.png);
}
ul.sidebarNav li#sidebarGetHelp a{
	background-image: url(/FFAImages/icon.png);
}
ul.sidebarNav li#sidebarGetHelp a:hover, ul.sidebarNav li#sidebarGetHelp{
	background-image: url(/FFAImages/icon.png);
}
ul.sidebarNav li#sidebarVolunteer a{
	background-image: url(/FFAImages/icon.png);
}
ul.sidebarNav li#sidebarVolunteer a:hover, ul.sidebarNav li#sidebarVolunteer{
	background-image: url(/FFAImages/icon.png);
}



.aspnetmenu
{ 
    background-color: #1B3F95;
	border-right: 1px solid white;
	float: left;
	font: 10px/24px "Trebuchet MS", verdana, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
	text-align:center;
}

.aspnetmenuhelp
{ 
    background-color: #1B3F95;
	float: left;
	font: 10px/24px "Trebuchet MS", verdana, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
	text-align:center;
}

.aspnetmenudynamicstyle
{ 
  	font: 10px/24px "Trebuchet MS", verdana, sans-serif;
	list-style: none;
	text-align:left;
}

.clear {
	clear: both;
}

.formSide
{
    background-color: #EFC9BA;
	display: inline;
	float: left;
	text-align: left;
	width: 175px;
}


.formSideSubmit
{
    background-color: #B5111B;
	border: 0;
	color: white;
	font: 10px/16px "Trebuchet MS", verdana, sans-serif;
	height: 16px;
	margin: 4px;
	padding: 0 2px;
	float:inherit;
	
}

.formSideInput
{
    background-color: #FBF2E3;
	float: left;
	font: 10px "Trebuchet MS", verdana, sans-serif;
	height: 12px;
	margin: 0 0 0 10px;
	padding: 0;
	width: 130px;
}

.formSideLabel
{
    float: left;
	margin: 0 10px;
}
.newsletterSide {
	color: #FFFFFF;
	font: 1.1em "Trebuchet MS", verdana, sans-serif;
	text-align:left;
	background-color:#B5111B;
	margin-top:3px;
	padding-top:5px;
	padding-left:5px;
}

.sideconteboxBlue
{
     background-color:#DADDEB;
    
}

.first {
	margin-top: 0;
	padding-top: 0;
}


#breadcrumb {
	border: 0 solid #c0c0c0;
	border-width: 1px 0;
	float: left;
	margin: 0;
	padding: 0 6px;
	width: 786px;
	font: 10px/26px "Trebuchet MS", verdana, sans-serif;
  
}

#breadcrumb a:link,#breadcrumb a:visited,#breadcrumb a:active,#breadcrumb a:hover{
	font-weight: normal;
	text-decoration: none;
}

#breadcrumb li {
	float: left;
	font: 1.1em/2em georgia, sans-serif;
	list-style: none;
	text-align: left;
	
}


#contentMainPages {
	margin: 3px 0px 0px 3px;
	width: 792px; /*Seema*/
	float: left;
	
}

#contentHome {
	margin: 3px 0px 0px 3.5px;
	width: 792px;/*Seema*/
	float: left;
	border:0px;
	
}

#contentHome .columnA {
	display: inline;
	float: left;
	margin: 0 5px 10px;
	width: 290px;
	
}
#contentHome .features100percentwidth {
	display: inline;
	float: left;
	margin: 0 5px 20px;
	width: 100%;
	
}
#contentSub {
	float: left;
	margin: 3px 2px;
	text-align: left;
	padding-bottom: 5px;
	width: 612px;
	
}
#contentSub .columnA {
	display: inline;
	float: left;
	margin: 0 5px;
	width: 340px;
	
}
#contentSub .columnB {
	float: left;
	margin: 3px;
	text-align: left;
	width: 253px;
	
}

#footer {
	/*background-color: #89BC6D; seema */
	background-color:#1B3F95;
	clear: both;
	height: 20px;
	padding: 5px;
}

#footer p {
	color: white;
	margin: 0;
	padding: 0;
}

#footer .info {
	float: left;
	font: 10px/12px georgia, sans-serif;
	padding: .75em 0;
}

#footer .nav {
	float: right;
	font: 10px/40px georgia, sans-serif;
}
/* top bar with tiny string of menu*/

#global {
	/*background-color: #89BC6D; seema*/
	background-color:#1B3F95;
	border-bottom: 4px solid #89BC6D;
	height: 26px;
	padding: 0 16px;
	text-align: right;
}


#global form {
	float: right;
	height: 26px;
	padding: 5px 0;
}

#global fieldset {
	float: left;
}

#global fieldset.submit input {
	background-color: #1B3F95;
	border: 0;
	color: white;
	font: 10px/16px "Trebuchet MS", verdana, sans-serif;
	height: 16px;
	margin: 0 4px;
	padding: 0;
}

#global fieldset.info input {
	background-color: #DADDEB;
	font: 10px "Trebuchet MS", verdana, sans-serif;
	height: 12px;
	margin: 0;
	padding: 0;
	width: 150px;
}

#global label {
	color: white;
	font: 10px "Trebuchet MS", verdana, sans-serif;
}

#global li {
	color: white;
	float: left;
	font: 10px/26px "Trebuchet MS", verdana, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#global li.print {
	background: url(/Images/MasterPages/icon_print.png) center right no-repeat;
	padding-right: 17px;
}

#global p {
	color: white;
	font: 10px/26px "Trebuchet MS", verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

#global p.date {
	float: left;
}


/* To change the the logo */
#header {
	background: url(../FFAImages/FareForAllTopBanner.jpg) top left no-repeat;
	border-bottom: 1px solid #89BC6D;
	height: 203px; 
	text-align: left;
}

#header p {
	font: 16px/124px times, sans-serif;
	font-style: italic;
	margin: 0 0 0 130px;
	padding: 0;
}
/* style for the right menu*/
#navbarCell a 
{
	color: #89BC6D; text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; padding-left: 5px; padding-right:5px;
	font-size: 11px; }
	
#navbarCell a:hover { color:Maroon; text-decoration: none; }

/* Style for the menu color*/


#nav {
	/* background-color: #89BC6D; seema */
	background-color:#1B3F95;
	/* display inline fixes the ie double margin bug */
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 978px; /*Seema 3/8/11*/
}

#nav li {
	/* background-color: #89BC6D; seema */
	background-color:#1B3F95;
	/* border-right: 1px solid #89BC6D; seema */
	border-right: 1px solid :#1B3F95;
	float: left;
	font: 10px/24px "Trebuchet MS", verdana, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	/*position relative so that we can position the sub nav absolutely*/
	position: relative;
}
/*Set the background color for the menu item when the mouse hovers */

#nav li:hover, #nav li.over {
	/*background-color: #59BC8D; */
	background-color: #8187BE;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

#nav li:hover ul ul, #nav li.over ul ul{
	/*don't show the nested subnav when you show its parent*/
	display: none;
}

#nav li:hover ul li:hover ul, #nav li.over ul li.over ul{
	display: block;
}

#nav li.lastChild {
	border: 0;
}
/* border for the sub menu items*/

#nav ul {
	background-color: #1B3F95;
	border: 0 solid #1B3F95;
	border-width: 1px 1px 0 1px;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;	
}
/* set the width of themenu items*/
#nav ul#subNavAbout {
	top: 0;
	left: 60px;
	width: 200px;
}

#nav ul#subNavAbout ul#thirdLevelContact {
	top: -1px;
	left: 200px;
	width: 170px;
}
#nav ul#subNavAbout ul#thirdLevelField {
	top: -1px;
	left: 200px;
	width: 220px;
}
#nav ul#subNavAbout ul#thirdLevelOperations {
	top: -1px;
	left: 200px;
	width: 190px;
}
#nav ul#subNavAbout ul#thirdLevelOrg {
	top: -1px;
	left: 200px;
	width: 160px;
}
#nav ul#subNavAbout ul#thirdLevelHistory {
	top: -1px;
	left: 200px;
	width: 160px;
}
#nav ul#subNavAbout ul#thirdLevelTeam {
	top: -1px;
	left: 200px;
	width: 160px;
}
#nav ul#subnavFFAE {
	top: -1px;
	left: 117px;
	width: 215px;
}
#nav ul#subNavEvents ul#thirdLevelNews {
	top: -1px;
	left: 175px;
	width: 150px;
}
#nav ul#subnavFFAT {
	top: -1px;
	left: 134px;
	width: 150px;
}
#nav ul#subNavFamily ul#thirdLevelAgency {
	top: -1px;
	left: 150px;
	width: 190px;
}
#nav ul#subNavFamily ul#thirdLevelASFR {
	top: -1px;
	left: 150px;
	width: 270px;
}
#nav ul#subNavFamily ul#thirdLevelFare {
	top: -1px;
	left: 150px;
	width: 200px;
}
#nav ul#subNavFamily ul#thirdLevelHi-Rise {
	top: -1px;
	left: 150px;
	width: 200px;
}
#nav ul#subNavFamily ul#thirdLevelFoodCash {
	top: -1px;
	left: 150px;
	width: 200px;
}
#nav ul#subNavHelp {
	top: -1px;
	left: 72px;
	width: 115px;
}
#nav ul#subNavHow {
	top: -1px;
	left: 96px;
	width: 250px;
}
#nav ul#subNavHow ul#thirdLevelDonateFood {
	top: -1px;
	left: 250px;
	width: 200px;
}
#nav ul#subNavHow ul#thirdLevelDonateMoney {
	top: -1px;
	left: 250px;
	width: 160px;
}
#nav ul#subNavHow ul#thirdLevelFood {
	top: -1px;
	left: 250px;
	width: 315px;
}
#nav ul#subNavHow ul#thirdLevelPartner {
	top: -1px;
	left: 250px;
	width: 190px;
}
#nav ul#subNavHow ul#thirdLevelVolunteer {
	top: -1px;
	left: 250px;
	width: 210px;
}
/* sub menu style for warehouse sales */
#nav ul#subnavFFAW {
	top: -1px;
	left: 101px;
	width: 150px;
}
#nav ul#subNavHunger ul#thirdLevelPartners {
	top: -1px;
	left: -222px;
	width: 220px;
}
/* sub menu style for Publicity Material */

#nav ul#subNavPub {
	top: -1px;
	left: 103px;
	width: 125px;
}
#nav ul#subNavPub ul#thirdLevelBrochure {
	top: -1px;
	left: -107px;
	width: 105px;
}
#nav ul#subNavPub ul#thirdLevelMedia {
	top: -1px;
	left: -163px;
	width: 161px;
}

#nav ul#subNavPub ul#thirdLevelReport {
	top: -1px;
	left: -117px;
	width: 115px;
}

#nav ul li {
	background-color: white;
	border-bottom: 1px solid #1B3F95;
	/*border right is inherited from its parent*/
	border-right: 0;
	float: none;
	font: 10px/22px "Trebuchet MS", verdana, sans-serif;
	height: 22px;
	margin: 0;
	padding: 0 15px;
	position: relative;
	text-align: left;

}

#nav ul li a {
	border: 0;
	color: #1B3F95;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#nav ul li a.subNav {
	background: transparent url(../i/subnav_arrow.png) center right no-repeat;
	padding: 0 14px 0 0;
}

#nav ul li:hover a, #nav ul li.over a{
	color: white;
}

#nav ul li:hover li a, #nav ul li.over li a{
	/*the sub sub nav will inherit the color from the parent so set it back*/
	color: #1B3F95;
}

#nav ul li:hover li:hover a, #nav ul li.over li.over a{
	color: white;
}

#nav ul li:hover a.subNav, #nav ul li.over a.subNav{
	background: transparent url(../i/nav_arrow.png) center right no-repeat;
}

#navAbout {
	width: 90px;
}

#navFFAE {
	width: 127px;
}

#navFFAT {
	width: 145px;
}

#navHelp {
	width: 110px;
}

#navHow {
	width: 96px;
}

#navFFAW {
	width: 121px;
}

#navPub {
	width: 133px;
}

#outer {
	/*background-color: #FAF3A5;Seema*/
	background-color:white;
	border: 1px solid #c0c0c0;
	margin: auto;
	width: 978px; /*Seema*/
	font-size:100%;
}
/* left Side Bar settings*/
#sidebarA {
	/*display inline fixes the ie double margin float bug*/
	display: inline;
	
	float: left;/*Seema*/
	margin: 3px 1px 3px 0;
	width: 180px;
	height: 100%;
	border: 2;
	
	
	
}
#sidebarA form h1{
	background-color: #B5111B;
	border-bottom: 1px solid white;
	color: white;
	float: left;/*Seema*/
	font: 1.1em/1em "Trebuchet MS", verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 155px;
}

#sidebarA form {
	background-color: #EFC9BA;
	display: inline;
	float: left;/*Seema*/
	margin: 4px 0;
	text-align: right;
	width: 175px;
}
#sidebarA form label{
	float: left;/*Seema*/
	margin: 0 10px;
}

#sidebarA form fieldset {
	float: left;/*Seema*/
	margin: 0;
	padding: 0;
	width: 175px;
}
#sidebarA form fieldset.info input{
	background-color: #FBF2E3;
	float: left;/*Seema*/
	font: 10px "Trebuchet MS", verdana, sans-serif;
	height: 12px;
	margin: 0 0 0 10px;
	padding: 0;
	width: 130px;
}
#sidebarA fieldset.submit input {
	background-color: #B5111B;
	border: 0;
	color: white;
	float: left;/*Seema*/
	font: 10px/16px "Trebuchet MS", verdana, sans-serif;
	height: 16px;
	margin: 4px;
	padding: 0 2px;
}
#sidebarA h1 {
	background-color: #B5111B;
	color: white;
}
#sidebarB {
	background-color: #FFF1D0;
	float: left;/*Seema*/
	margin: 3px 0 3px 3px;
	width: 162px;
}
#sidebarB p {
	margin: 10px;
}

#sidebarFact {
	background-color: #C5C7E3;
	width: 175px;
}

#sidebarFact p{
	margin: 0;
	padding: 10px;
}
.pageHeader
{ font-family:Times New Roman;
	font-weight:bold;
	color:Green;
	text-align :center;
	 font-style:italic;
	 font-size:medium
}
.cartTotals
{
 font-family : Times New Roman;
   font-weight:bold;
   color :Red;
    font-size:medium;
    	
	
}
.cartExtras
{
	font-family : Times New Roman;
   font-weight:normal;
   color :Black;
    font-size:medium;
	
}
.cartBilling
{ font-family:Times New Roman;
	font-weight:normal;
	color:Green;
	
	 
	 font-size:medium
}
.td
{
	
	 color:White;background-color:Green;
	 
	 	
}
.tdaddress
{
	
	 font-family:Times New Roman;
	 font-size:small;
	 	
}
.HomePageSubheader
{
	 font-size:large;
	 color:Green;
	 font-family:Times New Roman;
}

.singlePageContent
{
	 font-family:Times New Roman;
	 font-size:medium;
	 font-style:normal;
	 	
	
}
.ffaStaffRow
{
	text-align:center;
	background-color:Olive;
	color:White;
	font-family:Times New Roman;
	font-size:medium;


}
.ffaStaffColumn
{
	
	
	
	font-family:Times New Roman;
	font-size:medium;


}
