html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/*Defined html elements *
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
html {
background-color:#ccc;
}

body {
line-height: 1.25; 
background: white; 
width:830px;
margin-left:auto; /* The left & right margin being set to auto will make the page centered*/
margin-right:auto; /* The left & right margin being set to auto will make the page centered*/
background-color: #ffffff; 
position:relative;
}

ol, ul {
	list-style:none;
}

ol, ul#HungerStudyBullets{
	list-style: inside;
	*list-style:disc;
}

p {
padding:5px 0px;
}


label { 
cursor: pointer;  
}


hr { /* Used under titles, between letter on ComposeLetters Page */
margin-bottom:5px;  /* "h1 has a Negative Margin to bring this directly under the Title, if this is changed the h1 should be looked at too */
margin-top:15px;
background-color:#CCCCCC;
height:1px;
border-style:none;
border-width:0;
}

textarea{ /* Used to set the size of the textarea on composeletters page & Tell-Ariend */
width:90%;
height:150px;
}

label { 
display:block;  
width:7.5em;  
float:left;  
text-align:left; /* Change to text-align:right; to align the labels from the right */
padding-right:3px; 
}

input{
width:13.55em;
margin-bottom:5px;
}

.survey {
	width: 12px;
	margin-bottom: 0;
}

.surveyradio {
	margin: 0 4px 0 0;
}

select{
width:14em; /* Select boxs need to be just bigger then input areas, to look the same size on the page */
margin-bottom:5px;
}


table{
border-collapse:collapse;
}

th { 
padding:5px;
background-color: #0199C0; 
font-weight: 700; 
color:#ffffff;  
border-style:solid;
border-color:#ffffff;
border-width:1px;
}

td { 
padding:5px;
border-style:solid;
border-color:#cccccc;
border-width:1px;
}

/* Styles used by the includes 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*Header Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
#MainHeaderContainer{
text-align:center; /* Centers the banner */
}

/*Body Container holds the other three containers ImageBar, Nav, & ContentContainer
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.BodyContainer { /* This holds the main area includeing Nav,Main and Image Bar.*/
width: 100%; 
}

/*Image Bar Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
#ImageBarContainer{ /* This hold the imagebar include file */
float:right;
padding:10px;
background-color:#303094;
width:150px;
display:none;  /*Change this to display:block; to show the Image Bar, also make sure to reduce the Content Container's width (Add the width, padding & margin to reduce the correct amount) to make room for this bar*/
}


/*Main Container Area Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.ContentContainer {  /* This holds the main area that all the funtionality of the site is in.*/
float:left;
padding:10px;
width:810px; /*If the width is less then 485px then the styles of the Key Content page will need to adjusted as well. */
}
			  
/* If this style where uncommented it would control the size of the Content Container for only the AlertDetail Page.
This technique can be used to over ride any style on a page by page level (Always place the page id first).
#AlertDetail .ContentContainer {  
padding:10px;
width: 400px;
}
*/


/*Footer Area Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

#MainFooterContainer {  /* This holds the mainfooter include file.*/
clear:both;
text-align:center;
background-image:url(../images/footer.gif);
width:830px;
height:36px;
padding-top:4px;
}


/*Menu/Nav Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.MenuContainer {  
float:left;
background-color:#F78A00; 
width:100%; /*This sets the width Nav, if you want to Menu uder the banner set to 100%.  Please all take a look the width of the links as they will need to be edited if this is edited */
}

.MenuContainer li{
/* UnComment this if you would like a Menu under the banner*/
float:left;
line-height:1.8;
}

.sep {
background-color: #fff;
width:1px;
}


/* common site styles 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.RequiredMark { /* Formats the * for required field in the form (Register, MyInfo, & Login) */
display:block; 
width:.8em; 
float:left; /* Change to float:right; to move the * to the right of the field */
}

.DataTableSubmit { /* Formats the bottom row of table where the submit button is (Legislator Search)*/
background-color: #F0F8FF; 
text-align:right;

}


/* Alerts page 
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#AlertDetailSummary { /* The Summary text of an alert */
margin-bottom:10px; /* provides a space inbetween the summarry and the link/image below it */ 
}

.AlertDetailTakeActionLinkText{
display:block; /*Change this to display:none; to hide the text link */
}

.AlertDetailTakeActionLinkImage { /* By Default this class in hidden using display:none; as the default setting is not use images for links */
background-image:url('../images/email_16.gif');  /* Change the file name of the image you want to use for the take ation link */
border:none; 
background-color:transparent; 
width:162px;  /* Should be the width of the image */
height:40px;  /* Should be the height of the image */
display:none; /* Change this to display:block; to bring the it out of hidding */
cursor:pointer; 
}


/* ComposeLetters Page 
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.CLLetters { /* Used as a container for the letters */
margin-top:15px;
margin-left:30px; 
}

.CLTargets, .TYTarget  {  /* A style that is used to format the list of Targets (ComposeLetters & Thank You Page) */
list-style-type:disc;
margin-left:20px;
}

#CLNoTargets { /* A style that is used to format the text that will display if there are no Targets when a user gets to the letter page */
margin-top:20px;
font-weight:700;
}


.CLCommType{ /* A Style used to format the area containing the radio buttons */
margin-top:10px;
margin-bottom:10px;
vertical-align:middle;
}

#ComposeLetters input { /* A style that is used to format the radio button  */
width:18px;
margin-left:7px;
}


input#CLSumitButton { /* A Style to place a graphic button for the Submiting of the letter */
background-image:url('../images/SubmitButton.gif');  
border:none; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
margin-bottom:5px;
}

.CLLetterHeader, .CLLetterTop, .CLLetterBody, CLLetterBottom, CLSignature{ /* These Class are not used but are inplace if you want to control the sytle of the letter */ 
}



/*My Info
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.MIAddress { /* Used only to indent the address */
margin:15px;
float:left;
}

.MIFormContainer { /* This is a container that holds the three elements of the edit form (RequiredMark, label, input) */
width:25.5em; /* Width should be just bigger then the three elemets combined */
}

#MyInfo br { /* This creates line brake between form elements */
clear:both;
}

.MISumitButton{
margin-top:10px;
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
margin-bottom:5px;
}


.blue-box {
border:1px solid #CCCCCC;
margin-bottom:10px;
padding:5px;
}
.blue-box h2 {
background-color:#54708A;
color:#FFFFFF;
margin:-5px -5px 5px;
padding-left:5px;
padding-top:3px;
}
#link-area {
border:1px solid #CCCCCC;
float:right;
font-weight:bold;
margin-right:20px;
padding:0 10px;
width:220px;
}
.link-box {
background-color:#DBDDE0;
margin-bottom:5px;
padding:10px;
}
#link-area2 {
border:1px solid #CCCCCC;
margin-top:-10px;
padding:10px;
width:200px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.RegisterFormContainer { /* This is a container that holds the three elements of the edit form (RequiredMark, label, input) */
float:left;
width:26em; /* Width should be just bigger then the three elemets combined */
}

.RR_SideImage{
	float:right;
	margin:10px 100px;
	
}

#Register br { /* This creates line brake between form elements */
clear:both;
}


#Register #Issues{
width:275px;
}

#Register #Issues input{
width:50px;
float:left;
}

#Register #Issues label {
width:200px;
float:right;
}

.RegisterSumitButton{
margin-top:10px;
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
margin-bottom:5px;
}



/*Thank You Page
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.TYTarget  {  /* A style that is used to format the list of Targets default setting is in the Composeletters section */
}

.JumpLinks { /* Jumplinks are at the bottom of the thank you display, they are hidden by default as they are not part of the default requerments  */
margin:10px;
display:block;
}

/*My Legislators
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.MLCapAddress{ /* Container for the Capitol Office column */
padding-top:10px; 
padding-bottom:10px;
float:left;
width:50%;
}

.MLDistAddress { /* Container for the District Office column */
padding-top:10px; 
padding-bottom:10px;
float:left;
width:50%;
}

.MLWebLink {/* Class put into place for formating the "Visit my website." link */
}

.MLEmailLink{/* Class put into place for formating the "Email me." link */
}

.MLInfoLink {/* Class put into place for formating the "More Info..." link */
}

/*My Participation
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#MPAlertBox { /* This id is on the table on the my participation */
width:100%;
}

#MPNOParticipation{ /* This id is in place for the case the user has not participated */
}

/*Participation Detail
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#PDInstruct{ /* Put in place to control the line "Viewing messages for alert:" */
}
	
#PDActionBox{  /* This id is on the table on Participation Detail Page */
width:100%;
}

/*News
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.NewsItem{ /* This class is in place to style the new items */
margin-bottom:10px;
}

#NoNews{ /* This id is in place to style the text if there is no new */
}


/*News Detail
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#NDContent{ /* This id is in place to style the content of the News Detial page */
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.LinkItem{ /* This class is in place to style the link items  */
margin-bottom:10px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#LegislatorSearch br{
clear:both;
}

#LSSearchByAddress { 
padding:6px;
background-color:#ECECEC;
float:left;
margin-bottom:6px;
margin-right:2%; 
width:56%;

}

#LSSearchByState { 
padding:6px;
background-color:#ECECEC;
float:left; 
margin-bottom:6px;
min-width:18em;
width:18em;
max-width:36%

}

#LSSearchByState label{
width:4em;
}

#LSSearchByState select{
width:12.5em;
}


#LSChamberTypes {
margin-top:5px;
margin-bottom:10px;
padding:6px;
background-color:#ECECEC;
width:98%;
}

#LSChamberTypes input{
width:25px;
float:left;
}

#LSChamberTypes label{
float:left;
line-height:1.5;
cursor:default;
}

.LSResultsSection li { 
padding-left:5px;
}

.LegislatorSearchSumitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
margin-bottom:5px;
}

#LSResults{} /* A div put in place to hold the results below the search */

/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#CommitteeSearch br{
clear:both;
}

#CSSearchFederal {
margin-top:10px;
padding:10px; 
background-color:#ECECEC;
width:260px;
height:180px;
float:left;
margin-right:10px;
}

#CommitteeSearch input {
width:20px;
float:left;
margin-left:10px;
}

#CommitteeSearch label{
float:left;
line-height:1.5;
cursor:default;
width:auto;
padding-left:5px;
}

#CommitteeSearch select{
float:left;
width:auto;

}

#CSSearchState { 
margin-top:10px;
padding:10px;
background-color:#ECECEC;
width:260px;
height:180px;
float:left; 
}

#CommitteeSearch .CommitteeSearchSumitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
}



.CSSubCommittee {
padding-left:10px;
}


#CSResults{
width:98%;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#LDLegisPic{
float:left;
}

#LDAddress{
float:left;
}

.LDAddressBlock{
margin-left:20px;
float:left;
}


.LDSubCommittee {
padding-left:10px;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#KeyContact label{
float:left;
width:280px;
text-align:right;
padding-right:10px;
line-height:1.5;
}

#KeyContact br{
clear:both;
}

#KCTextArea {
padding-left:20px;
margin-bottom:10px;
}

#KeyContact .KeyContactUpdateButton{
background-image:url('../images/UpdateButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  
height:22px;  
cursor:pointer;
margin-bottom:10px;
}

#KeyContact .KeyContactSubmitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  
height:22px;  
cursor:pointer;
margin-bottom:10px;
}

/*TellAFriend
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#TellAFriend .TellAFriendSumitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
}

/*Share Your Story
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#ShareYourStory .ShareYourStorySumitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
}

/*Contact Us
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#ContactUs .ContactUsSumitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
}

/* Index Sytles */

#left {
float:left;
width:595px;
}

	
	
	#welcome{
	width:600px;
	height:87px;
	background-color:#F78A00;
	}
	
	#welcome h2{
	background-image:url(../images/hdr-welcome.gif);
	margin-top:8px;
	width:143px;
	height:74px;
	float:left;
	}
	
	#welcome #login{
	width:300px;
	height:72px;
	border-left:1px dotted #fff;
	border-right:1px dotted #fff;
	float:left;
	padding-top:15px;
	padding-right:10px;
	}
	
	#welcome #login-fields{
	width:220px;
	float:left;
	}
	#welcome #login-button{
	width:72px;
	float:right;
	}
	
	#welcome #login input{
	width:9em;
	}
	
	#welcome #login #btnLogin{
	width:72px;
	height:20px;
	background-image:url(../images/btn-login.gif);
	border:0;
	cursor:pointer;
	}
	
	#welcome #join{
	margin-top:20px;
	margin-left:33px;
	float:left;
	text-align:center;
	}
	

#right {
float:right;
width:200px;
}

	#take-action{
	width:196px; 
	border:1px solid #2b4159;
	margin-bottom:10px;
	}
	
		#take-action h2{
		background-image:url(../images/hdr-takeaction.gif);
		width:196px;
		height:30px;
		}
		
		#take-action li, #hot-topic li{
		list-style:none;
		list-style-image:url(../images/arrow-orange.gif);
		padding:5px;
		margin-left:40px;
		
		}
		
		#take-action li.dotted{
		border-bottom:1px dotted #2b4159;
		list-style-image:none;
		margin:-20px 0 0 0;
		}
	
	#quotes{
	width:196px;
	height:182px;
/*	background-image:url(../images/quotes.gif);*/
	margin-bottom:10px;
	}
	
	#hot-topic{
	width:196px;
	border:1px solid #8e2612;
	}
	
		#hot-topic h2{
		background-image:url(../images/hdr-hottopic.gif);
		width:196px;
		height:30px;
		}
		
		#hot-topic p{
		padding:6px;
		}
	
.alt{
display:none;
}	
/* FAQ and FOH pages require bullets */

.AllowBullets ul{
list-style:disc;
margin-left:40px;
padding:5px;
}

#FAQ .ContentContainer ul, #FOH .ContentContainer ul, #About .ContentContainer ul, ul.bullets {
list-style-type:disc;
margin-left:50px;
padding:4px;
margin-bottom:8px;
}

label.labelStory {
	line-height: 20px;
	width: 13em;
}

/* Survey Page */

#Survey p.label_checkbox_pair {
clear:both;
float:none;
}
#Survey p.label_checkbox_pair input {
clear:left;
float:left;
width:60px;
}
#Survey p.label_checkbox_pair label {
display:block;
float:left;
padding-top:2px;
width:50em;
}
#Survey p.label_field_pair {
clear:both;
float:none;
}
#Survey p.label_field_pair input {
float:left;
margin-left:20px;
margin-right:10px;
width:20px;
}
#Survey p.label_field_pair label {
display:block;
float:left;
width:20em;
}
#Survey p.label_select_pair {
clear:both;
float:none;
}
#Survey p.label_select_pair input {
float:left;
margin-left:20px;
margin-right:10px;
width:20px;
}
#Survey p.label_select_pair label {
display:block;
float:left;
margin-bottom:5px;
width:10em;
}

/* Issues */
#tabs li {
float:left;
margin-right:5px;
}

#tabs li a{
display:block;
float:left;
height:30px;

}


#rural {
background-image:url(../images/issues-tab-rural.jpg);
width:130px;
}
#children{
background-image:url(../images/issues-tab-children.jpg);
width:120px;
}
#seniors{
background-image:url(../images/issues-tab-seniors.jpg);
width:120px;
}
#working-poor{
background-image:url(../images/issues-tab-working-poor.jpg);
width:130px;
}
.css-rollover {
background-position:left top;
}
.css-rollover:hover {
background-position:left bottom;
}

#issues-content{
border:1px solid #CFCFCF;
width:95%;
padding:10px;
margin-top:-1px;
}

#Issues #right{
border:1px solid #2B4159;
width:176px;
padding:10px;
}

#Issues #right h2{
background-image:url(../images/hdr-hungerheadquarters.gif);
width:196px;
height:60px;
margin:-10px -10px 5px -10px;
}

#Issues #right h3{
background-color:#DFEEFF;
color:#2B4159;
margin-top:5px;
padding:5px;
}

#Issues #right li{
margin-left:15px;
padding:3px;
list-style-image:url(../images/arrow-orange.gif);
}

.clear{
clear:both;
}

#FAPIOptions, #PIYCOptions {
	clear: both;
	margin-bottom: 20px;
}
#FAPIOptions input, #PIYCOptions input {
	clear: both;
	float: left;
	*margin-top: -1px;
	margin-left: 20px;
	width: 25px;
}
#FAPIOptions label, #PIYCOptions label {
	cursor: default;
	float: left;
	padding-top: 2px;
	width: auto;
}
#FAPIOptions #FAPIOther, #PIYCOptions #PIYCOther {
	clear: none;
	margin: 0;
	width: 200px;
}
#flash-area{
	width:600px;
	height:355px;
	margin-bottom:10px;
	position:relative;
	}
	
#homeImagesFade {
position: absolute;
}

#homeImagesFade {
	position: relative;
	background-image:url(../images/white.gif);
	background-repeat:no-repeat;
	width:600px;
	height:355px;
	}
	
#cnrbullets ul { color: #bf6c00 !important; }
#cnrbullets ul p { color: #000000 !important; }





/* Hunger In Action Page */

#ColLeft{
	width:500px;
	float:left;
}

#ColRight{
	width:266px;
	float:right;
	padding:15px 15px 0 15px;
	color:#426408;
	background-color:#dce0d4;
	}

	#ColRight h2{
		background-color:#426408;
		padding:5px 5px 5px 15px;
		color:#fff;
		margin:-13px -13px 5px -13px;
		text-transform:uppercase;
	}

#LoginSubmitButton {
background-color:transparent;
background-image:url(../images/btn-orange.jpg);
background-repeat:no-repeat;
border:medium none;
cursor:pointer;
height:21px;
width:96px;
color:#fff;
}

#PhoneSubmitButton {
background-color:transparent;
background-image:url(../images/btn-orange.jpg);
background-repeat:no-repeat;
border:medium none;
cursor:pointer;
height:21px;
width:96px;
color:#fff;
}

.whitebox{
	background-color:#fff;
	padding:10px;
	margin:0px -13px 2px -13px;
	color:#6e6e6e;
}

	.whitebox label{
		text-align:right;
		font-weight:bold;
		padding-right:5px;
		padding-top:2px;
		width:7em;
	}
	
	.whitebox .text{
		width:10em;
		padding:2px;
		border:1px solid #6e6e6e;
	}
	
	.whitebox input:focus{
		width:10em;
		padding:2px;
		border:1px solid #FD8D37;
	}

.btn-orange {
background-color:transparent;
background-image:url(../images/btn-orange.jpg);
background-repeat:no-repeat;
border:medium none;
cursor:pointer;
height:21px;
width:96px;	
margin:auto;
padding-top:3px;
}

	.btn-orange a{
		color:#fff;
		font-weight:normal;
	}
	
	.btn-orange a:hover{
		text-decoration:none;
	}

.greytext{
color:#333;
font-weight:bold;
}

.img-right{
	float:right;
	width:66px;
	margin-left:16px;
}

.img-pad{
	margin-bottom:2px;
}

.txt-ctr{
	text-align:center;
}


.bucket {
	width:246px;
	height:112px;
	float:left;
	margin-right:4px;
	margin-top:15px;
	text-align:right;
	padding:10px;
	cursor:pointer;
}



	.bucket h1 {
		text-transform:uppercase;
		font-size:1.3em;
		line-height:1.2;
		margin:4px 0 4px 0;
	}
	
		.bucket p{
			width:150px;
			float:right;
			color:#666;
			line-height:1.4;
			font-weight:normal;
		}
		
		#bottom a:hover{
			text-decoration:none;
		}		
	
		
	.share{
		background:url(../images/share-bg.jpg) no-repeat;
	}

	.spread {
		background:url(../images/spread-bg.jpg) no-repeat;
	}


	.become {
		background:url(../images/become-bg.jpg) no-repeat;
	}
	

	/* Hunger In America not logged in version */
	
	.whitebox label.small{
		text-align:right;
		font-weight:bold;
		padding-right:5px;
		padding-top:2px;
		width:4em;
	}
	
  input.small {
		width:9.5em;
		padding:2px;
		border:1px solid #6e6e6e;
		margin-right:5px;
	}
	
	 input:focus.small{
		width:9.5em;
		padding:2px;
		border:1px solid #FD8D37;
	}
	
	
	#message-display{
		margin: 0 auto 0 0;
		width:90%;
		height:150px;
		border:#999 1px solid;
		padding:2px;
		}
		

/* Hunger Champion Page */

#steps ul {
	margin-bottom:20px;
}

#steps li {
	width:236px; /* 266px total */
	float:left;
	padding:15px;
	color:#666;
	height:320px;
	border-right:1px solid #d9ded0;
}

.imgright{
	float:right;
	padding:20px;
}

#steps h2 {
	width:122px; /* 266px total */
	height:53px; /*  75px total */
	color:#426408;
	padding-left:144px;
	padding-top:17px;
	margin:-15px -15px 10px -15px;
	font-size:1.4em;
}

#steps h2.step1 {
	background:url(../images/step1.jpg) no-repeat;
	
}

#steps h2.step2 {
	background:url(../images/step2.jpg) no-repeat;
}

#steps h2.step3 {
	background:url(../images/step3.jpg) no-repeat;
}


h3 {
	text-transform:uppercase;
	color:#333;
}

#steps label {
	color:#426408;
	text-align:right;
	font-weight:bold;
	width:6em;
	margin-top:2px;
}

#steps .fields{
	margin-top:15px;
}

#steps .text {
	width:10em;
	border:1px solid #c1ceac;
	padding:2px;
}

#steps .ChampSubmit {
	width:120px;
	height:28px;
	background:url(../images/btn-submit.jpg) no-repeat;
	border:0;
	margin-top:5px;
	cursor:pointer;
}

#steps li ul li {
	background:url(../images/bullet-triangle.gif) no-repeat;
	padding:0 0 0 15px;
	margin-bottom:8px;
	height:auto;
	border:0;
	
}

#steps li ul {
	margin-top:10px;
}
.leftcontainer {
	width: 450px;
	float:left;
}
.rightcontainer {
	width: 200px;
	float:right;
	padding: 20px;
	border-left: #CCC 1px solid;
}