/* CSS Document */

/* ========================= RESET ========================= */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
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;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {clear:both;}
.print {display:none;}
.noprint {display:table;}

/* ========================= TYPE ========================= */

body, p, div, input   {font:15px Arial, Helvetica, sans-serif;color:#184e6d;} /* Default Font */

h1         {font-size:33px;color:#013554;letter-spacing:-0.5px;margin-bottom:12px;}
h2         {font-size:25px;color:#045a8d;margin-bottom:10px;}
h3         {font-size:17px;color:#1f6f9d;margin-bottom:10px;font-weight:bold;}
h4,h5,h6   {font-size:15px;color:#000;margin-bottom:10px;}

p          {margin-bottom:12px;line-height:18px;}

strong     {font-weight:bold;}
em         {font-style:italic;}

a          {color:#4b93ce;}
a:hover    {text-decoration:none;}

ul         {margin:0px 0px 15px 0px;padding:0px;}
li         {margin-bottom:9px;text-indent:0px;margin-left:30px;}

caption    {display:none;}

hr         {border-top:1px solid #b2ad97;background-color:#b2ad97;color:#b2ad97;height:1px;margin:1em 0;clear:both;}

.cb {clear:both;}
.cl {clear:left;}
.cr {clear:right;}

/* ========================= STRUCTURE ========================= */

body     {text-align:center;margin:0px;background:#9b9168 url(../images/bg_body.jpg) repeat-x left top;}

#wrapper {margin:0 auto;text-align:left;width:1018px;}



	#topnav {height:53px;}
	
		#topnav div.topnav_content {float:right;height:31px;width:500px;padding-top:15px;}
		
			#topnav div.topnav_content a {display:block;float:left;height:31px;}
			
				.topnav_content a.about_hunger {width:119px;background:url(../images/topnav_01.gif) no-repeat left top;text-indent:-9999px;}
				.topnav_content a.ways_to_help {width:119px;background:url(../images/topnav_02a.gif) no-repeat left top;text-indent:-9999px;}
				.topnav_content a.about_us     {width:89px;background:url(../images/topnav_02.gif) no-repeat left top;text-indent:-9999px;}
				.topnav_content a.news         {width:126px;background:url(../images/topnav_03.gif) no-repeat left top;text-indent:-9999px;}
				.topnav_content a.contact      {width:96px;background:url(../images/topnav_04.gif) no-repeat left top;text-indent:-9999px;}
				
				.topnav_content a:hover.about_hunger {background:url(../images/top_nav_over_01.gif) no-repeat left top;}
				.topnav_content a:hover.ways_to_help {background:url(../images/top_nav_over_02a.gif) no-repeat left top;}
				.topnav_content a:hover.about_us     {background:url(../images/top_nav_over_02.gif) no-repeat left top;}
				.topnav_content a:hover.news         {background:url(../images/top_nav_over_03.gif) no-repeat left top;}
				.topnav_content a:hover.contact      {background:url(../images/top_nav_over_04.gif) no-repeat left top;}
				
				div#newtopnav ul ul.about_hunger {margin-left:-119px;}
				div#newtopnav ul ul.ways_to_help {margin-left:-119px;}
				div#newtopnav ul ul.about_us     {margin-left:-89px;}
				div#newtopnav ul ul.news         {margin-left:-126px;}
				div#newtopnav ul ul.contact      {margin-left:-96px;}
				
				
				
				
				
				
/* @group Nav */
div#newtopnav, div#newnav {
	float: right;
	display: inline;
}
div#newtopnav ul, div#newnav ul {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
div#newtopnav ul li, div#newnav ul li {
	margin: 0 5px 0 0;
	float: left;
	display: inline;
}
div#newtopnav ul li a, div#newnav ul li a {
	display: block;
	font-size: 93%;
	font-weight: bold;
	padding: 0px;
	/*background-color: #007db9;*/
}
div#newtopnav ul li a:link, div#newtopnav ul li a:visited,
div#newnav ul li a:link, div#newnav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#newtopnav ul li:hover a, div#newtopnav ul li.sfhover a,
div#newnav ul li:hover a, div#newnav ul li.sfhover2 a {
	/*background-color: #50a6cf;*/
}

div#newtopnav ul li:hover ul li a, div#newtopnav ul li.sfhover ul li a,
div#newnav ul li:hover ul li a, div#newnav ul li.sfhover2 ul li a  {
	background-color: #007db9;
}

/* Nav Drop Down */
div#newtopnav ul ul, div#newnav ul ul {
	padding: 0;
	margin: 30px 0 0 0;
	list-style: none;
	line-height: 1;
/*	background-color: #007db9;*/
	width: 200px;
	z-index:20000;
}

div#newtopnav ul li ul, div#newnav ul li ul { /* second-level lists */
	position: absolute;
	left: -99999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
div#newtopnav ul li ul li, div#newnav ul li ul li {
	background-image: none;
	float: none;
	margin: 0;
	padding: 0;
}
div#newtopnav ul li ul li a, div#newnav ul li ul li a {
	text-align: left;
	padding: 5px 10px;
	margin: 0;
	font-size: 85%;
	display: block;
	font-weight: bold;
	white-space: nowrap;
	background-image: none!important;
	border-top: 1px solid #fff;
	width: 180px;
}
div#newtopnav ul li:hover ul, div#newtopnav ul li.sfhover ul,
div#newnav ul li:hover ul, div#newnav ul li.sfhover ul {
	left: auto;
}
div#newtopnav ul li ul li a:hover, div#newnav ul li ul li a:hover {
	background-color: #50a6cf;
}

/* @end */
				


/* TOPNAV_LINKS_ATAGS.php	

	#topnav {height:53px;}
	
		#topnav div.topnav_content {float:right;height:31px;width:440px;padding-top:15px;}
		
			#topnav div.topnav_content a {display:block;float:left;height:31px;}
			
				.topnav_content a.about_hunger {width:119px;background:url(../images/topnav_01.gif) no-repeat left top;text-indent:-9999px;}
				.topnav_content a.about_us     {width:89px;background:url(../images/topnav_02.gif) no-repeat left top;text-indent:-9999px;}
				.topnav_content a.news         {width:126px;background:url(../images/topnav_03.gif) no-repeat left top;text-indent:-9999px;}
				.topnav_content a.contact      {width:96px;background:url(../images/topnav_04.gif) no-repeat left top;text-indent:-9999px;}
				
				.topnav_content a:hover.about_hunger {background:url(../images/top_nav_over_01.gif) no-repeat left top;}
				.topnav_content a:hover.about_us     {background:url(../images/top_nav_over_02.gif) no-repeat left top;}
				.topnav_content a:hover.news         {background:url(../images/top_nav_over_03.gif) no-repeat left top;}
				.topnav_content a:hover.contact      {background:url(../images/top_nav_over_04.gif) no-repeat left top;}*/
	
	#header {height:309px;width:1018px;}
	
		#header_section_left {float:left;width:450px;}
		
			#header_section_left a {display:block;height:110px;text-indent:-9999px;}
			
			#header_section_left a.text {color:#fbf5e5;text-decoration:none;text-indent:0px;}
			
			#header_section_left div {margin-top:60px;margin-left:50px;}
			
			#header_section_left div p {color:#efead7;margin:0px;}
		
		#header_section_right{float:right;width:525px;}
		
			#header_section_right a {color:#fbf5e5;text-decoration:none;}
		
			#header_section_right div {margin-top:283px;padding-right:34px;text-align:right;}
			
			#header_section_right div p {color:#efead7;margin:0px;font-weight:bold;}
			
		#wrapper #header_sections, #wrapper #header_sections li {margin:0px;padding:0px;list-style:none;}
			
	#header_sub {height:124px;background:url(../images/header_sub.jpg) no-repeat center top;}
	
			#header_sub a {display:block;height:110px;width:400px;text-indent:-9999px;}
			
			
	#newnav    {background:url(../images/bg_nav.jpg) no-repeat left top;height:80px;margin:0px 9px;}
	
		#newnav a {display:block;float:left;height:65px;text-indent:-9999px;}
		
		#newnav a.nav_donate {margin-left:24px;margin-top:-13px;height:86px;width:179px;}
		#newnav a.nav_signup {margin-left:17px;margin-top:-13px;height:86px;width:179px;}
		
		#newnav a.nav_donate1   {width:71px;}
		#newnav a.nav_programs  {width:123px;}
		#newnav a.nav_volunteer {width:97px;}
		#newnav a.nav_partners  {width:146px;}
		#newnav a.nav_community {width:110px;}
		
			div#newnav ul ul.nav_donate1   {margin-left:-71px;margin-top:55px;}
			div#newnav ul ul.nav_programs  {margin-left:-128px;margin-top:55px;}
			div#newnav ul ul.nav_volunteer {margin-left:-97px;margin-top:55px;}
			div#newnav ul ul.nav_partners  {margin-left:-158px;margin-top:55px;}
			div#newnav ul ul.nav_community {margin-left:-200px;margin-top:55px;}
			
				div#newnav ul ul.nav_donate1 li,
				div#newnav ul ul.nav_programs li,
				div#newnav ul ul.nav_volunteer li,
				div#newnav ul ul.nav_partners li,
				div#newnav ul ul.nav_community li {height:35px;}

				div#newnav ul ul.nav_donate1 li a,
				div#newnav ul ul.nav_programs li a,
				div#newnav ul ul.nav_volunteer li a,
				div#newnav ul ul.nav_partners li a,
				div#newnav ul ul.nav_community li a {height:35px;text-indent:0px;width:220px;}
		
		
		
		
		
	
/*	#nav    {background:url(../images/bg_nav.jpg) no-repeat left top;height:80px;margin:0px 9px;}
	
		#nav a {display:block;float:left;height:65px;text-indent:-9999px;}
		
		#nav a.nav_donate {margin-left:24px;margin-top:-13px;height:86px;width:179px;}
		#nav a.nav_signup {margin-left:17px;margin-top:-13px;height:86px;width:179px;}
		
		#nav a.nav_help      {width:105px;}
		#nav a.nav_volunteer {width:107px;}
		#nav a.nav_partners  {width:162px;}
		#nav a.nav_community {width:215px;}*/
		
	#content_row {margin:0px 9px;background:#efead7 url(../images/bg_rightcol.jpg) repeat-y right top;}
	
		#content {float:left;width:658px;margin-left:25px;padding:15px 0px;} /* effective width of 603 [600 safe] */
		
		#breadcrumbs {height:30px;margin-bottom:12px;font-size:12px;}
		
		#breadcrumbs a {margin:0px;}
		
		#breadcrumbs span {margin:0px 5px;}
		
			.index_section
			 {float:left;background:url(../images/bg_index_section.gif) no-repeat left top;width:200px;padding-top:50px;margin:0px 9px 0px 8px;}
			 
			 	.index_section_image {text-align:center;}
				
					.index_section_image img {border:1px solid #fff;}
				
				.index_section_text  {padding:25px 0px 0px;margin:0px 12px;height:105px;}
				
					.index_section_text p {font-size:12px;}
				
				.index_section_more  {padding-top:10px;margin:0px 12px;text-align:right;}
				
					.index_section_more a {font-size:14px;font-weight:bold;color:#0c81c7;text-decoration:none;}
					.index_section_more a:hover {text-decoration:underline;}
					
					.index_section_more   {font-size:18px;font-weight:bold;color:#0c81c7;}
		
		#right_column {float:right;width:252px;margin-right:25px;padding:15px 0px;}
		
			.coalition {background:url(../images/coalition.gif) no-repeat left top;height:87px;}
			
				.coalition p {text-indent:-9999px;}
				
			.contact_info {background:url(../images/contact_info.gif) no-repeat left top;height:210px;margin-top:20px;}
			
				.contact_info p {text-indent:-9999px;}
	
	#footer {margin:0px 9px;background:url(../images/bg_footer.jpg) no-repeat left top;padding:25px 0px;}
	
		#footer_01 {text-align:center;}
		
			#footer_01 a {margin:0px 17px;font-size:12px;color:#fff;text-decoration:none;}
			#footer_01 a:hover {text-decoration:underline;}
			
		#footer_02 {padding-top:10px;}
			
			#foot_left {float:left;width:430px;font-size:12px;color:#fff;margin-left:21px;}
			
				#foot_left a {font-size:12px;color:#fff;text-decoration:none;}
				#foot_left a:hover {text-decoration:underline;}
			
			#foot_right {float:right;width:430px;text-align:right;font-size:12px;color:#fff;margin-right:21px;}
			
				#foot_right a {font-size:12px;color:#fff;text-decoration:none;}
				#foot_right a:hover {text-decoration:underline;}
				
/* News */

.news_listing {border-bottom:1px solid #c6c1ae;padding-bottom:12px;margin-bottom:12px;}

	.news_image   {float:left;width:130px;}
	
	.news_image_details {}
	
	.news_content {float:left;}
	
	.news_content_details {}
	
		.news_content_details .main_image {float:right;margin:0px 0px 15px 15px;}
	
		.news_content span, .news_content_details span {color:#75a0b8;}
		
/* Food Drive Page */

.food_drive_listing {float:left;width:310px;margin:0px 15px 15px 0px;height:130px;border-bottom:1px dashed #b2ad97;}

	.food_drive_listing .fdl_photo   {width:120px;float:left;}
	
		.food_drive_listing .fdl_photo img {border:1px solid #b2ad97;}
	
	.food_drive_listing .fdl_content {width:190px;float:left;}
	
		.food_drive_listing .fdl_content p, .food_drive_listing .fdl_content strong {margin:2px 0px 0px;}
		
		.fdl_price {color:#009900;}
		
		.fdl_qty {margin:3px 0px 0px;padding:3px;border-top:1px solid #b2ad97;border-bottom:1px solid #b2ad97;background-color:#e7e1c9;}
		
			.fdl_qty span {float:left;display:block;width:30px;padding-top:2px;}
			.fdl_qty span.cost {width:70px;}
			
			.fdl_qty input {float:left;height:15px;width:20px;padding:3px;border:1px solid #b2ad97;margin-right:3px;}
			
			.fdl_qty a 
			{float:left;display:block;padding:4px;height:15px;width:45px;background-color:#009900;color:#fff;text-decoration:none;font-size:12px;text-align:center;}
			
			.fdl_qty a:hover {background-color:#007d00;}
			
			a.checkout  
			{float:left;display:block;padding:4px;height:21px;width:95px;background-color:#009900;color:#fff;text-decoration:none;font-size:16px;text-align:center;font-weight:bold;}
			
			a:hover.checkout  {background-color:#007d00;}
			
/* Donate Page */

.donate_money_link, .donate_food_link {display:block;width:290px;margin-right:10px;padding:10px;color:#fff;float:left;font-weight:bold;text-decoration:none;font-size:26px;}

.donate_money_link span, .donate_food_link span {display:block;font-weight:normal;font-size:12px;} 

.donate_money_link {background-color:#009900;}

	a:hover.donate_money_link {background-color:#008000;}

.donate_food_link  {background-color:#0d5f92;}

	a:hover.donate_food_link  {background-color:#0b4e78;}
	
/* FAQ */

.list_faq {padding-bottom:5px;margin-bottom:5px;border-bottom:1px dashed #b2ad97;}

	.list_faq strong {margin:0px;cursor:pointer;}

	.list_faq p {margin:10px 0px;padding:0px;font-weight:normal;}
	
/* Volunteer Stories */

.list_volunteer_story {padding-bottom:5px;margin:5px 0px 15px;border-bottom:1px solid #b2ad97;}

	.image_caption {float:left;width:200px;margin:0px 15px 15px 0px;padding:5px;text-align:center;background-color:#fff;border:1px solid #b2ad97;}
	
	.image_caption img {margin-bottom:3px;}
	
	.image_caption p {margin:0px;font-size:11px;}

/*	.lvs_photo   {float:left;width:116px;height:116px;}
	
	.lvs_photo img {border:1px solid #b2ad97;}*/
	
/* Photos */

.photo_listing {width:142px;height:180px;text-align:center;margin:0px 10px 0px;float:left;}

	.photo_listing img {border:1px solid #b2ad97;}
	
/* list file */

.list_file {padding:5px;border-bottom:1px dashed #b2ad97;}

	.list_file .name {font-weight:bold;font-size:17px;}
	.list_file .date {margin:0px 0px 5px;}
	
		.list_file .date p {color:#3586b5;margin-bottom:0px;}
		
	.list_file .short_description {margin:0px 0px 12px;}
	
		.list_file .short_description p {font-size:12px;}
		
/* list person */
		
.list_person {padding:5px;border-bottom:1px dashed #b2ad97;}

	.list_person .photo {float:left;width:120px;}

	.list_person .content {float:left;width:525px;}
	
	.list_person .name  {display:block;font-weight:bold;font-size:17px;}
	.list_person .date  {display:block;margin:0px 0px 5px;}
	
		.list_person .title p {color:#3586b5;margin-bottom:0px;}
		
	.list_person .full_description {display:block;margin:0px 0px 12px;}
	
		.list_person .full_description p {font-size:12px;}
		
/* list board member */
		
.list_board {padding:5px;height:65px;margin-right:15px;border-bottom:1px dashed #b2ad97;float:left;width:300px;}

	.list_board .photo {float:left;width:120px;}

	.list_board .content {float:left;width:525px;}
	
	.list_board .name  {display:block;font-weight:bold;font-size:17px;}
	.list_board .date  {display:block;margin:0px 0px 5px;}
	
		.list_board .title p {color:#3586b5;margin-bottom:0px;}
		
	.list_board .full_description {display:block;margin:0px 0px 12px;}
	
		.list_board .full_description p {font-size:12px;}
		
/* order confirm */

.order_label {padding:4px;}

	.order_label p {float:left;margin:0px;font-weight:bold;}
	
	.order_label span {float:right;margin:0px;font-weight:bold;}

.order_row {border-top:1px solid #dad1b3;border-bottom:1px solid #dad1b3;padding:4px;background-color:#e8dfbf;margin-bottom:4px;}

	.order_row p {float:left;margin:0px;}
	
		.order_row p input {width:32px;height:17px;margin-right:2px;border:1px solid #dad1b3;text-align:center;}
	
	.order_row span {float:right;margin:0px;font-weight:bold;padding-top:2px;}
	
.order_subtotal {padding:4px;border-bottom:1px solid #dad1b3;margin-top:10px;}

	.order_subtotal p {float:left;margin:0px;font-weight:bold;}
	
	.order_subtotal span {float:right;margin:0px;font-weight:bold;}
	
.order_total {padding:4px;border-top:1px solid #81b666;border-bottom:1px solid #81b666;margin-top:10px;background-color:#9ed483;}

	.order_total p {float:left;margin:0px;font-weight:bold;}
	
	.order_total span {float:right;margin:0px;font-weight:bold;}
	
/* Donation Form */

#donation_form div {margin-bottom:12px;}

#donation_form div.df_left  {float:left;width:250px;margin-bottom:0px;}

#donation_form div.df_right {padding-top:44px;float:right;width:380px;margin-bottom:0px;}

#donation_form div.df_right_nopad {padding-top:0px;float:right;width:380px;margin-bottom:0px;margin-top:-16px;}

#donation_form div p {margin:0px;}

#donation_form div input, #donation_form div textarea, #donation_form div select  {padding:4px;border:1px solid #dad1b3;margin:0px;}

/* Calendar */

.list_calendar {border-bottom:1px dashed #b2ad97;padding-top:12px;}

.list_calendar .calendar_main_pic {float:right;margin:0px 0px 12px 12px;}

	.list_calendar h2 {margin-bottom:1px;}
	.list_calendar h3 {margin-bottom:12px;}
	
/* Receipt */

h3 {border-bottom:1px solid #85a8bc;}


/* Sidebar */

#right_column h3 {color:#1f6f9d;border-bottom:2px solid #aab8c1;margin-bottom:15px;}

#sidebar_nav {margin-bottom:20px;}

	#sidebar_nav a, #sidebar_nav a:link {display:block;padding:8px 12px;border-bottom:1px solid #c6c1ae;border-right:1px solid #c6c1ae;border-left:1px solid #fffae7;border-top:1px solid #fffae7;text-decoration:none;margin-bottom:3px;}
	
	#sidebar_nav a:hover {background-color:#f2edd8;}

#sidebar_content {margin-bottom:20px;}

/* list agency */

.list_agency {border-bottom:1px solid #b2ad97;padding:10px 0px;margin-bottom:10px;}

	.agency_name, .agency_address, .agency_phone {float:left;font-weight:bold;}
	
	.agency_name    {color:#0d6ba2;}
	.agency_address {margin-left:15px;padding:0px 15px;margin-right:15px;border-left:1px solid #b2ad97;border-right:1px solid #b2ad97;}
	.agency_phone   {}
	
	.agency_info {margin-top:5px;}
	
/* list Holiday Site */

.hsh2 {margin-top:20px;border-top:2px solid #7cb0e4;padding-top:6px;}

.holiday_site_listing {border-bottom:1px solid #ccc;padding-bottom:5px;margin-bottom:5px;}

	.hs_content {float:left;width:500px;}
		
		.hs_content h3 {border-bottom:0px;}
		
		.hs_content p {margin-bottom:5px;padding-left:15px;}
		
		.hs_content p.hs_phone {color:#006600;}
	
	.hs_logo {float:right;width:110px;}
	
/* account */

.account_announce {width:350px;float:right;padding:10px;border:1px solid #ccc;background-color:#fff;}

/* Hunger Walk Search Results */

#hw_search_results {width:100%;border:0px;}

	#hw_search_results tr td {padding:5px 3px;}
	
	#hw_search_results .labels td {font-weight:bold;border-bottom:2px solid #aab8c1;}
	
	#hw_search_results .result td {border-bottom:1px solid #ccc;}
		
/* Contact */

#contact_form {float:right;}
	#contact_form div {margin-bottom:5px;}
	#contact_form fieldset {padding:5px;}
	#contact_form label {display:block;} 
	#contact_form legend {font-size:12px;font-weight:bold;padding:0px 12px 3px 0px;margin:0px 0px 10px;text-transform:uppercase;}
	#contact_form .form_submit_button {margin:15px 0px 0px;}
	
/* Image with Caption */

.img_caption_left, .img_caption_right  {padding:5px;background-color:#fff;border:1px solid #c6c1ae;}

.img_caption_left  {float:left;margin:0px 15px 15px 0px;}
.img_caption_right {float:right;margin:0px 0px 15px 15px;}

.img_caption_left div, .img_caption_right div {font-size:11px;margin-top:5px;}

ul.onpage_ul {}

#under_18_warning {border:1px solid #ff0000;background-color:#ffd581;color:#d61a1a;padding:10px;margin:0px 0px 10px;}

	#under_18_warning a {color:#d61a1a;}

/* SYSTEM MESSAGES
============*/

.page_error_message, .page_success_message
{padding:10px;margin:10px 0px 15px;}

.page_error_message p, .page_success_message p
{float:left;margin:0px 0px 0px 30px;}

.page_error_message .cb,.page_success_message .cb,
.page_error_message .cl,.page_success_message .cl,
.page_error_message .cr,.page_success_message .cr
{margin:0px;padding:0px;border:none;}

/* error message */
	.page_error_message
	{border:1px solid #ff0000;background:#ffd581 url(../images/message_error.gif) no-repeat 5px 5px;}
	
	.page_error_message p
	{color:#d61a1a;}
	
	.page_error_message ul {display:block;clear:left;margin:30px 0px 0px 10px;}

/* success message */
	.page_success_message
	{border:1px solid #00bb00;background:#d5ff81 url(../images/message_success.gif) no-repeat 5px 5px;}
	
	.page_success_message p
	{color:#00bb00;}