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

* {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center; /* centers the container in IE 5 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
}
#container { 
	width: 902px;
	margin: 0 auto; /* auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* HEADER ELEMENTS
----------------------------------------------------------------*/

#header {
	width: 890px;
	float: left;
	padding: 10px 6px 7px 6px;
}
#header .left {
	float: left;
	width: 515px;
}
#header h1 {
	background: url(../_img/_home/hdr-logo.gif) no-repeat;
	text-indent: -9999px;
	height: 98px;
}
#header .right {
	float: right;
	text-align: right;
	width: 375px;
}
#header ul {
	color: #808080;
	font-size: 11px;
	padding-top: 10px;
}
#header li {
	display: inline;
	padding-left: 15px;
}
#header li a:link {	color: #808080; text-decoration: none;  }
#header li a:visited { color: #808080; text-decoration: none; }
#header li a:hover { color: #E21937; text-decoration: underline; }
#header li a:active { color: #E21937; text-decoration: underline; }

#header img {
	padding-top: 35px;
}

/* MAIN ELEMENTS
----------------------------------------------------------------*/

#contentWrapper {
	float: left;
	width: 890px;
	padding: 5px;
	border: #E21937 solid 1px;
}

#flash {
	float: left;
	width: 890px;
	height: 250px;
	background: url(../_img/_home/flash-bg-alex-and-riley.jpg) no repeat top left;
}

#mainWrapper {
	float: left;
	width: 890px;
}

#nav {
	float: left;
	width: 150px;
	padding-top: 5px;
}
#nav ul {
	float: left; /* Contain floated list item */
	width: 150px;
	list-style-type: none;
}
#nav li {
	list-style-type: none;
	width: 150px;
	padding-bottom: 2px;
}

#nav li a,
#nav li a:visited {
	display: block;
	text-decoration: none;
	font-size: 12px;
	height: 40px;
	text-indent: -9999px;
	-moz-outline: none;
}
#nav li a:hover {
	background-position: 0px -40px;
}

#navABOUT {background: url(../_img/_home/bu-about-us.gif) no-repeat;}
#navWORK {background: url(../_img/_home/bu-our-work.gif) no-repeat;}
#navFUNDRAISING {background: url(../_img/_home/bu-fundraising-campaign.gif) no-repeat;}
#navRESOURCES {background: url(../_img/_home/bu-resources.gif) no-repeat;}
#navNEWS {background: url(../_img/_home/bu-news-and-events.gif) no-repeat;}
#navDONATE {background: url(../_img/_home/bu-donate.gif) no-repeat;}

#nav img {
	width: 150px;
	float: left;
}

#main {
	float: left;
	width: 440px;
	padding: 25px;
}
#main h2 {
	font-size: 16px;
	color: #E21937;
	line-height: 20px;
}
#main p {
	line-height: 18px;
	padding-top: 8px;
}

#main ul {
	padding-top: 10px;
	list-style-type: none;
}
#main li {
	color: #E21937;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 3px;
}
#main a {
	font-weight: bold;
	font-size: 10px;
}
#main a:link { color: #ED1C24; text-decoration: none; }
#main a:visited { color: #ED1C24; text-decoration: none; }
#main a:hover { color: #ED1C24; text-decoration: underline; }
#main a:active { color: #ED1C24; text-decoration: underline; }

#promo {
	width: 250px;
	float: left;
	padding-top: 5px;
}
#promo h3 {
	background: url(../_img/_home/whats-going-on.png) no-repeat;
	text-indent: -9999px;
	height: 40px;
	border-bottom: #FFFFFF solid 5px;
}
#promo .item {
	background: #FAFAFA url(../_img/_home/bg-promo.png) no-repeat;
	padding: 8px 10px 8px 20px;
	text-align: left;
	border-bottom: #FFFFFF solid 5px;
}
#promo h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	color: #E21937;
	padding-bottom: 2px;
}
#promo p {
	color: #4D4D4D;
	line-height: 16px;
	padding-bottom: 2px;
}
#promo a {
	font-weight: bold;
	font-size: 10px;
}
#promo a:link { color: #ED1C24; text-decoration: none; }
#promo a:visited { color: #ED1C24; text-decoration: none; }
#promo a:hover { color: #ED1C24; text-decoration: underline; }
#promo a:active { color: #ED1C24; text-decoration: underline; }


/* FOOTER ELEMENTS
----------------------------------------------------------------*/

#footer {
	float: left;
	width: 870px;
	padding: 10px;
	background: #F2F2F2;
	font-size: 9px;
	color: #808080;
	line-height: 16px;
}

#footer .left {
	float: left;
	width: 325px;
	text-align: left;
}
#footer .left a { font-weight: bold; }
#footer .left a:link {	color: #E21937; text-decoration: none;  }
#footer .left a:visited { color: #E21937; text-decoration: none; }
#footer .left a:hover { color: #E21937; text-decoration: underline; }
#footer .left a:active { color: #E21937; text-decoration: underline; }

#footer .right {
	float: left;
	width: 545px;
	text-align: right;
}
#footer ul {
	display: inline;
	padding-left: 15px;
}
#footer li {
	display: inline;
}
#footer li a:link {	color: #808080; text-decoration: none;  }
#footer li a:visited { color: #808080; text-decoration: none; }
#footer li a:hover { color: #E21937; text-decoration: underline; }
#footer li a:active { color: #E21937; text-decoration: underline; }


#bottom-padding {
	float: left;
	width: 902px;
	height: 20px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.red_line {
	height: 2px;
	background-color: #E21937;
	margin: 20px 0px;
}
.rule-padding {
	margin: 20px 0px;
}