@charset "UTF-8";
/* CSS Document */

/* GLOBAL
   ------ */
/* Contribue sidebar */
#contribute_sidebar {
	/* not absolutely positioned in order to force the footer */
	width: 160px;
	margin-top: 15px;
	background: url(/images/contribute/contribute_sidebar_bg.jpg) repeat-x #750059;
	border: 1px solid #750059;
}
#contribute_sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#contribute_sidebar ul li {
	background: url(/images/site/bullet_plus.gif) transparent;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c6c6c6;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 1px;
	border-bottom: 1px solid #750059;
}
#contribute_sidebar ul li.static {
	background: url(/images/site/bullet_plus.gif) #000000;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 1px;
	border-bottom: 1px solid #750059;
	padding: 0 0 0 30px;
}
#contribute_sidebar ul li a {
	margin: 0;
	display: block;
	text-decoration: none;
	color: #c6c6c6;
	padding: 0 0 0 30px;
}
#contribute_sidebar ul li a:hover {
	background: url(/images/site/bullet_plus.gif) #000000;
}

/* Main text box */
#contribute_box {
	position: absolute;
	width: 600px; /* 630 - 30 */
	top: 0px;
	left: 170px;
	border-top: 1px solid #58ab2a;
	border-bottom: 1px solid #58ab2a;
	padding: 15px;
}

/* Text definitions */
#contribute_box h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
	margin: 0;
	padding: 18px 0 0 0;
	color: #58ab2a;
}
#contribute_box p {
	line-height: 18px;
}
#contribute_box p a {
	text-decoration: none;
	color: #58ab2a;
}
#contribute_box p a:hover {
	text-decoration: underline;
}
#contribute_box ul {
	margin: 18px 0 18px 30px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
	color: #c6c6c6;
}
#contribute_box ul a {
	text-decoration: none;
	color: #58ab2a;
}
#contribute_box ul a:hover {
	text-decoration: underline;
}
#contribute_box ul.nogap {
	margin: 0 0 0 15px;
}
#contribute_box h3.bigcaps {
	font-size: 16px;
	font-weight: bold;
}
.green {
	color: #58ab2a;
}
.blackbox_logo {
	display: block;
	width: 572px; /* 600 - 28 */
	height: 506px; /* 520 - 14 */
	background: url(/images/contribute/contribute_contribute_logo.png);
	border: 0;
	margin: 0 auto;
	padding: 14px 14px 0 14px;
}

/* INDIVIDUAL PAGES
   ---------------- */
/* Height of sidebar for each individual page */
div#contribute_sidebar.donate {
	height: 750px;
}
div#contribute_sidebar.volunteer {
	height: 1000px;
}
div#contribute_sidebar.sponsor {
	height: 620px;
}
div#contribute_sidebar.partner {
	height: 620px;
}


/* Height of text box for each individual page */
div#contribute_box.donate {
	background: url(/images/contribute/contribute_gradient_750.png);
	height: 720px; /* 750 - 30 */
}
div#contribute_box.volunteer {
	background: url(/images/contribute/contribute_gradient_1000.png);
	height: 970px; /* 1000 - 30 */
}
div#contribute_box.sponsor {
	background: url(/images/contribute/contribute_gradient_620.png);
	height: 590px; /* 620 - 30 */
}
div#contribute_box.partner {
	background: url(/images/contribute/contribute_gradient_620.png);
	height: 590px; /* 620 - 30 */
}
