/* CSS Document */

form {
  margin: 0;
  padding: 0;
}

.breadcrumb {
  padding-bottom: .5em
}


/**/
/** * Design by David Hsia for the New York City Coalition Against Hunger */
/** * General. */
	@import "topmenu.css";
body, div, h1, h2, p, ul, li, hr {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}
body {
	font: 11px Verdana, sans-serif;
	color: #131313;
	text-align: center;
}
.content p {
	font: 11px Verdana, Tahoma , sans-serif;
}

input {
	font: 11px Verdana, sans-serif;
	color: #494949;
}


h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 160%;
	line-height: 130%;
}

p {
	margin: 0.6em 0 1.2em;
	padding: 0;
}
a:link {
	color: #732323;
	text-decoration: none;
	border-bottom: 1px solid #d2d2d2;
	font-weight: bold;
}
a:hover {
	color: black;
	border-color: black;
}
a:visited {
	font-weight: bold;
	color: #696969;
	border-bottom: 1 solid transparent !important;
	text-decoration: none;
}

table {
	margin: 1em 0;
	width: 100%;
}

td {
	padding: .3em .5em;
}


/** * Layout. */
#header {
	margin: auto;
	text-align: center;
	font-size: .95em;
	line-height: auto;
}
#header p {
	display: none;
	margin: 0 !important;
}
#header-block {
}

#wrapper-main {
	background: #fff url(bg-main.gif) repeat-x 0 0;
}
#main {
	width: 68.5em;
	margin: 0 auto;
	padding-top: 1.6em;
	text-align: left;
	background: #fff url(bg-main.gif) repeat-x 0 0;
}
#sidebar-left {
	width: 16.4em;
	margin: 0.2em 0em 0 0;
	float: left;
	border-right: 1px solid #D2D2D2;
	margin-bottom: 10px;
}
#sidebar-left a:link, a:visited, a:hover {
	border-bottom: 0;
}
#sidebar-right {
	width: 16em;
	float: right;
	margin-top: 2.2em;
}
#center {
	width: 100%;
/* if #center is the only column */
	float: left;
}
body.sidebar-left #center, body.sidebar-right #center {
/* if #center shares full width with one other column */
	width: 51em;
}
body.sidebars #center {
/* if #center, #sidebar-left and #sidebar-right are all present */
	width: 33.4em;
}
body.sidebar-left #content, body.sidebar-right #content, body.sidebars #content {
	float: right;
}
body.sidebars #content {
	width: 51em;
}
#footer {
	font-size: .85em;
	clear: both;
	padding-top: .50em;
	text-align: center;
	width: 750px;
	border-top: 1px solid lightgrey;
	margin: auto;
}

/** * Header Area. */

.primary-links {
	background: #67110c;
	padding-top: .3em;
	padding-bottom: .3em;
	font-size: 12px !important;
	font-family: Tahoma, Verdana, sans-serif;
	min-width:860px;
	text-decoration:none;
}
.primary-links li {
	display: inline;
	margin: 0;
	text-decoration:none;
}
.primary-links li a {
	font-weight: bold;
	color: white;
	padding: 0em .65em 0 .65em;
	text-decoration: none;
	border-bottom: 0;
}
.primary-links li a:visited {
  color:white;
  text-decoration:none;
  border-bottom:0;
}
.primary-links li a:hover {
	border-top: 3px solid #b02a23;
	color:white;
	text-decoration:none;
	background:none;
	border-bottom:0;
}
.primary-links li.active {
	border-bottom: 3px solid #b02a23;
	color:white !important;
}

.breadcrumb {
	margin: 0px;
	font-size: 10px;
}


/* KEY TO BLOCK-GUIDES
#block-block-10 = Gradient Above menubar (not on frontpage)
 */

#block-block-10 {
	height: 75px;
	background: #922F2F url(header-grad.gif) bottom repeat-x;
}
#pageheader {
	font-weight: bold;
	padding: 0px!important;
	margin: 0 0 10px 0!important;
}
#pageheader h2 {
	letter-spacing: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	padding-bottom: 4px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 18px;
	color: black;
	font-family: "Verdana", "Tahoma", sans-serif;
	border-top: 5px solid #D2D2D2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background: #f2f2f2;
	display: block;
	text-align: right;
}