/* ========== */
/* ! Global   */
/* ========== */

body {
	margin: 0;
	font-family: Verdana, sans-serif;
	
	background-image: url('/site_images/background_gradient.gif');
	background-attachment: fixed;
	
	color: #666666;
	font-size: 11px;
}

p {
	margin: 0;
}

img {
	border: 0;
}

ul {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	font-size: 16px;
}

#main {
	position: absolute;
	left: 50%;
	
	width: 708px;
	margin-left: -354px;	
	
	min-height: 500px;
	
	background: white;
}

#body {
	float: left;
	width: 100%;
}

/* ========== */
/* ! Header   */
/* ========== */

#header {
	float: left;
	width: 100%;
	
	margin-bottom: 25px;
}

#h_logo {
	float: left;
}

#h_nav {
	float: left;
	width: 100%;
	margin-bottom: 1px;	
}

#h_nav a {
	float: left;
	display: block;
	margin-left: 1px;
	height: 18px;
	
/* 	padding: 5px 11px; */
	padding: 5px 21px;
	
/* 	background: #3A1F10; */
	background: #583420;
	color: white;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 20px;
	
	font-family: Helvetica, sans-serif;	
	
	letter-spacing: 0px;
}

#h_nav a:first-child {
	margin-left: 0;
}

#h_nav a:hover {
	/* background: #007f50; */
	background: #241208;
}

#h_banner {
	float: left;
	width: 100%;
	height: 160px;
}

#h_lowernav {
	float: left;
	width: 100%;
	margin-top: 1px;
}

#h_lowernav a {
	float: left;
	display: block;
	margin-left: 1px;
	height: 18px;
	padding: 5px 11px;
	
	background: #015335;
	/* color: #a6c0b6; */
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	
	font-family: Helvetica, sans-serif;
}

#h_lowernav a:hover {
	background: #012B1B;
}

#h_lowernav a:first-child {
	margin-left: 0;
}

/* ========== */
/* ! Footer   */
/* ========== */

#footer {
	float: left;
	width: 678px;
	text-align: center;
	
	font-size: 12px;
	
	border-top: 1px solid #B4D5B4;
	
	margin: 0px 15px;
	padding: 15px 0;
}

#f_nav {
	margin-bottom: 10px;
}

#f_nav a {
	color: #007F50;
	text-decoration: none;
}

#f_nav a:hover {
	text-decoration: underline;
}

#f_contact {
	margin-bottom: 5px;
}

#f_contact strong {
	display: block;
	margin-top: 5px;
}

#f_copyright {

}


/* ============== */
/* ! Front Page   */
/* ============== */


#fr_leftcol {
	float: left;
	width: 225px;
	margin-right: 15px;
	padding-right: 15px;
	padding: 0 15px 0 20px;
	
	border-right: 1px solid #B4D5B4;
	
}

.fr_leftunit {
	float: left;
	width: 222px;
	margin-bottom: 20px;
}

.fr_leftunit_header {
	float: left;
	width: 100%;
	height: 26px;	
}

.fr_leftunit_body {
	float: left;
	overflow: hidden;
}

#fr_needassist .fr_leftunit_header {	
	background: url('/site_images/doyouneedassitance_hdr.gif');
}

#fr_needassist .fr_leftunit_body {
	width: 187px;
	height: 179px;
	padding: 10px 20px 10px 15px;
	
	background: url('/site_images/doyouneedassitance_body.gif');	
}

#fr_needassist .fr_leftunit_body p {
	line-height: 15px;
}

#fr_needassist .fr_leftunit_body p strong {
	text-transform: capitalize;
}

#fr_needassist .fr_leftunit_body a {
	display: block;
	margin: 10px 0;
	
	color: #CC0000;
	font-weight: bold;
}

#fr_wanthelp .fr_leftunit_header {
	background: url('/site_images/iwanttohelp_hdr.gif');
}

#fr_wanthelp .fr_leftunit_body a,
#fr_wanthelp .fr_leftunit_body a img {
	display: block;
}


#fr_stats {
	
}

#fr_stats .fr_leftunit_header {
	background: url('/site_images/statistics_hdr.gif');
}

#fr_stats .fr_leftunit_body {
	width: 192px;
	height: 205px;
	background: url('/site_images/statistics_body.gif');
	
	padding: 15px 15px 0 15px;
}

#fr_stats h3 {
	margin-bottom: 10px;
	font-size: 13px;
}

#fr_stats small {
	display: block;
	font-size: 10px;
}

#fr_stats ul {
	float: left;
	list-style-type: none;
}

#fr_stats ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#fr_stats em {
	color: #CC0000;
	font-style: normal;
	font-size: 13px;
	font-weight: bold;
}

#fr_faq .fr_leftunit_header {
	background: url('/site_images/FAQ_header.gif');
}

#fr_faq .fr_leftunit_body {
	background: url('/site_images/FAQ_body.gif');
	height: 184px;
	
	width: 172px;
	padding: 15px 30px 0 20px;
}

#fr_faq .fr_leftunit_body p {
	margin-bottom: 10px;
	line-height: 15px;
}

#fr_faq a {
	color: black;
	text-decoration: none;
}

#fr_faq a strong {
	text-decoration: underline;
}


#fr_rightcol {
	float: left;
	width: 417px;
	margin-right: 15px;
}

.fr_rightunit {
	float: left;
	width: 100%;
	
	border-top: 1px solid #B4D5B4;
	
	padding-top: 10px;
	margin-top: 15px;
}

.fr_rightunit:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.fr_rightunit_text {
	float: left;
	width: 240px;
	margin-right: 12px;
}

.fr_rightunit h2 a {
	color: #333333;
	font-size: 15px;
	text-decoration: none;
}

.fr_rightunit h2 {
	margin-bottom: 5px;
}

.fr_rightunit_text h3 {
	font-size: 11px;
}

.fr_rightunit_text p {
	margin-bottom: 10px;
	line-height: 15px;
}

.fr_rightunit_text a {
	color: #015335;
}

.fr_rightunit_pic {
	float: left;
	width: 165px;
	
	text-align: center;
}

.fr_rightunit_pic img {
	margin-bottom: 5px;
	
}

.fr_rightunit_pic a {
	text-decoration: none;
}

.fr_rightunit_pic a span {
	color: #CC0000;
	text-decoration: underline;
}


.fr_rightunit_pic div a {
	font-size: 9px;

}

#fr_streetproj_tinylinks a {
	color: #015335;
	text-decoration: underline;
}

.fr_rightunit_pic div img {
	position: relative;
	top:9px;
	margin-right: 2px;
	text-decoration: none;
}

#fr_video {
	display: none;
}

/* ============ */
/* ! Articles   */
/* ============ */

#article {
	float: left;
	width: 658px;
	margin: 0 25px;
}

#article h1 {
	margin-bottom: 10px;
	font-size: 17px;
	color: black;
}

#article p {
	line-height: 17px;
	margin-bottom: 10px;
}

#hcc_staffpic {
	float: right;
	margin-left: 15px;
}

#hcc_access_stats {
	float: left;
	width: 265px;
	
	padding: 0 15px;
	margin: 0px 15px 10px 0;
}

#hcc_access_stats ul {
	list-style-type: none;
}

#hcc_access_stats ul li {
	margin-bottom: 5px;
}

#hcc_access_stats ul li span {
	font-size: 12px;
}

#hcc_access_stats ul li span em {
	font-size: 14px;
	color: #CC0000;
	font-style: normal;
	font-weight: bold;
}

#hcc_access_stats ul li span strong {
	font-size: 10px;
}

.article_sideblock {
	border-width: 0 1px;
	border-style: solid;
	border-color: #B4D5B4;
}

#hcc_access_stats h2 {
	margin-bottom: 5px;
	font-size: 15px;
}

#hcc_distribution_stats,
#dc_progress,
#sp_guiding_principles {
	float: left;
	width: 628px;
	padding: 0 15px;
	margin: 10px 0 15px 0;
}

#hcc_distribution_stats ul,
#dc_progress ul,
#sp_guiding_principles ul {
	list-style-type: none;
}

#hcc_distribution_stats li,
#dc_progress li,
#sp_guiding_principles li {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#hcc_distribution_stats em,
#dc_progress em,
#sp_guiding_principles em {
	color: #CC0000;
	font-style: normal;
}

#rofb_pic {
	float: right;
	margin-left: 15px;
}

#ds_buildingpic {
	float: right;
	margin-left: 15px;
}

#au_topimg {
	float: right;
	margin-left: 15px;
}

#au_bottomimg {
	float: left;
	margin-right: 15px;
}

#au_people {
	list-style-type: none;
}

#au_people li {
	margin-bottom: 10px;
}

#au_people h2 {
	margin-bottom: 5px;
	color: black;
	font-size: 15px;
}

#au_people dt {
	font-size: 13px;
	font-weight: bold;
}

#au_people dt em {
	font-size: 12px;
}

#au_people dd {
	margin: 0 0 10px 0;
}

#make_difference #article ul {
	margin-bottom: 15px;
}

#make_difference #article li {
	margin-left: 15px;
}

#make_difference #article strong {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	font-size: 14px;
}

/* ============ */
/* ! About US   */
/* ============ */

.la_header {
	margin-bottom: 15px;
	color: black;
}

.la_unit {
	margin-bottom: 15px;
	padding-bottom: 15px;
	
	border-bottom: 1px solid #B4D5B4;
}

.la_unit span {
	display: block;
}

.la_phone {
	font-weight: bold;
	margin-bottom: 5px;
}

.la_unit address {
	margin-bottom: 5px;
}

.la_served {
	color: #CC0000;
}

/* ====================== */
/* ! Secondary Resourcs   */
/* ====================== */


.sr_unit {
	float: left;
	width: 100%;
	
	margin-bottom: 15px;
	padding-bottom: 15px;
	
	border-bottom: 1px solid #B4D5B4;
}

.sr_unit p {
	margin-bottom: 10px;
}

.sr_unit ul {
	margin-left: 15px;
}

.sr_unit li {
	margin-bottom: 15px;
}

.sr_header {
	margin-bottom: 10px;
	color: black;
}

/* ======= */
/* ! FAQ   */
/* ======= */

.faq_unit {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #B4D5B4;
	padding-bottom: 5px;
}

.faq_unit strong {
	display: block;
	margin-bottom: 10px;
	color: black;
	font-size: 14px;
}


.faq_unit p {
	margin-bottom: 10px;
}

/* =============== */
/* ! 78th Street   */
/* =============== */

#sp_topimg {
	float: right;
	margin-left: 15px;
}

#sp_bottomimg {
	float: left;
	margin-right: 15px;
}

#guiding_principles {
	margin-left: 15px;
}

#guiding_principles li {
	margin-bottom: 5px;
}

.sp_header {
	margin-bottom: 5px;
}

/* ============== */
/* ! Donationas   */
/* ============== */

.d_unit {
	float: left;
	width: 100%;
	
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #b4d5b4;
}

#d_header {
	color: black;
	margin-bottom: 15px;
}

#d_list {
	float: left;
	margin: 15px 0 0px 15px;
}

/* ========================= */
/* ! Carrot article / News   */
/* ========================= */

.swf_title {
	text-align: center;
	margin-bottom: 15px;
	color: #cc6600;
	font-size: 20px;
}

#swf_holder {
	float: left;
	width: 100%;
	border-bottom: 1px solid #B4D5B4;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.swf_unit {
	float: left;
	width: 207px;
	margin-left: 18px;
	text-align: center;
}

.swf_unit:first-child {
	margin-left: 0;
}

.swf_unit h3 {
	color: #007F50;
}

.swf_unit img {
	margin-bottom: 10px;
}

#carrot_time {
	float: left;
	width: 100%;
	margin: 15px 0;
}

#carrot_time img {
	float: left;
	margin-right: 25px;
}

#carrot_time .swf_title {
	float: left;
	width: 530px;
	font-size: 20px;
	text-align: left;
}