body {
	margin: 0;
	text-align: center;
	font: 10px verdana, arial, sans-serif;
	line-height: 170%;
	color: #EEE;
	background: #585858 url("http://www.brshf.org/css/bg_body.jpg") repeat-y top center;
}
p {
}
a {
	color: #FF5555;
}
a:visited {
	color: #AAA;
}
a:hover {
	color: #FFF;
}
acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}
h1 {
	clear: both;
	margin: 10px 0;
	font: 700 1em verdana, sans-serif;
	text-transform: uppercase;
	color: #DDDDDD;
	background: #686868 url("http://www.brshf.org/css/rounded_tr.gif") no-repeat top right;
}
h1 span {
	display: block;
	padding: 2px;
	background: url("http://www.brshf.org/css/rounded_br.gif") no-repeat bottom right;
}
h1 a {
	text-decoration: none;
}
#sideBar h1 {
	text-align: right;
	background: #686868 url("http://www.brshf.org/css/rounded_tl.gif") no-repeat top left;
}
#sideBar h1 span {
	display: block;
	padding: 2px;
	background: url("http://www.brshf.org/css/rounded_bl.gif") no-repeat bottom left;
}
#sideBar img {
	margin-top: 20px;
}
#content ol li {
	color: #9BE4FF;
}
#content ol li span {
	color: #EEE;
}
#content ul {
	padding-bottom: 10px;
}
#content ul li {
	list-style-image: url("http://www.brshf.org/css/li_bullet.gif");
}
blockquote {
	margin: 0;
	background: #686868 url("http://www.brshf.org/css/rounded_tr.gif") no-repeat top right;
}
blockquote span {
	display: block;
	padding: 5px;
	background: url("http://www.brshf.org/css/rounded_br.gif") no-repeat bottom right;
}
/***************************************************
  Layout Element Styles
 ***************************************************/


#header {
	width: 100%;
	height: 56px;
	background: #585858 url("http://www.brshf.org/css/header.jpg") repeat-y bottom center;
}
/***************************************************
  Header Menu
 ***************************************************/

#menu {
	width: 767px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#menu ul {
	margin: 0;
	padding: 0;
	line-height: normal;
}
#menu ul li {
	width: 80px;
	display: inline;
	float: right;
	padding-top: 34px;
	list-style: none;
	text-align: center;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #FFF;
}
#menu ul li a:hover, #menu ul li a.active {
	color: #000;
	background: url("http://www.brshf.org/css/tabs.gif") no-repeat bottom center;
}
#menu ul li a:hover, body#bodyAbout #menu ul li#navAbout a, body#bodyNewsletters #menu ul li#navNewsletters a, body#bodyForms #menu ul li#navForms a, body#bodyDonations #menu ul li#navDonations a, body#bodyServices #menu ul li#navServices a {
	color: #000;
	background: url("tabs.gif") no-repeat bottom center;
}
#menu ul li#navNewsletters {
	white-space:nowrap;
	margin-right:20px;
}
/***************************************************
  Site Title
 ***************************************************/

#title {
	padding: 0;
	width: 190px;
	height: 50px;
	margin: 2px 0 2px 5px;
	float: left;
	background: url("http://www.brshf.org/css/logo_brsh.gif") no-repeat bottom right;
}
#title h1 {
	display: inline;
	color:  #222;
	background-color: #86E160;
	background-image: none;
}
/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#content {
	clear: both;
	width: 767px;
	margin: 0 auto;
	text-align: left;
}
#content p {
	padding-top:3px;
}
#text {
	float: right;
	width: 410px !important;
	width: 437px;
	padding: 10px 15px 20px 0 !important;
	padding: 20px 15px 20px 0;
}
#text a {
	color: #CCC;
}
#text a:hover {
	color: #F00;
}
#eventtext {
	float: right;
	width: 410px !important;
	width: 437px;
	padding: 10px 15px 20px 0 !important;
	padding: 20px 15px 20px 0;
}
#eventtext p {
	text-indent: -10px;
	padding-left: 10px;
	margin-top: 0;
}
p.tighter {
	margin-bottom: -20px;
}
#eventtext a {
	color: #CCC;
	text-decoration: none;
}
#eventtext a:hover {
	color: #F00;
	text-decoration: none;
}
#image {
	float: left;
	width: 170px;
	vertical-align: top;
}
#sideBar {
	float: left;
	width: 145px !important;
	width: 160px;
	padding: 10px 5px 20px 20px !important;
	padding: 20px 5px 20px 20px;
}
#sideBar a, #sideBar a:hover #sideBar a:visited #sideBar a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#text ul {
	margin: 0;
	padding: 0;
	line-height: 18px;
	margin-bottom: 10px;
}
#text ul li {
	margin: 0;
	padding-left: 10px;
	list-style: none;
}
/***************************************************
 Sidemenu Styles
 ***************************************************/

.sideMenu {
	padding: 10px 0;
}
.sideMenu a {
	display: block;
	text-align: right;
	text-decoration: none;
	margin-bottom: 1px;
}
.sideMenu a span {
	display: block;
	padding: 1px;
}
.sideMenu a:hover {
	background: #686868 url("http://www.brshf.org/css/rounded_tl.gif") no-repeat top left;
}
.sideMenu a:hover span {
	background: url("http://www.brshf.org/css/rounded_bl.gif") no-repeat bottom left;
}
/***************************************************
 Comment Styles
 ***************************************************/

#comments p {
	padding: 0 5px;
	margin-bottom: 0;
	background: #686868 url("http://www.brshf.org/css/rounded_tl.gif") no-repeat top left;
}
#comments p span.author {
	display: block;
	margin-top: 5px;
	text-align: right;
	font-weight: 700;
}
#comments img {
	margin-top: -1px;
}
#comments a {
	color: #7BD32C;
}
#comments a:visited {
	color: #AAA;
}
#comments a:hover {
	color: #FFF;
}
/***************************************************
 Footer
 ***************************************************/

#footer {
	clear: both;
	float: left;
	width: 99%;
	padding: 10px 0 10px 0;
	color: #888;
}
#footer p {
	padding-top: 0 !important;
	padding-top: 10px;
	text-align: center;
}
#footer a {
	color: #888;
}
#footer a:hover {
	color: #EEE;
}
/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
	text-align: center;
}
.noPad {
	padding: 0;
	margin: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
img.left {
	padding: 5px 5px 5px 0;
}
img.right {
	padding: 5px 0 5px 5px;
}
.button {
	width: auto;
	cursor: pointer;
}
.invisitext {
	display: none;
}
.date {
	display: block;
	font-weight: 700;
}
.rows {
	clear: both;
}
.ltor {
	width: 120px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
}
.ltor h1 {
	clear: both;
	margin: 10px 0 0 0;
	font: 700 1em verdana, sans-serif;
	text-transform: uppercase;
	color: #DDDDDD;
	background: #686868;
}
.ltor h1 span {
	display: block;
	padding: 2px;
	background: transparent;
}
div.smallp p {
	margin: 0px;
	margin-bottom: -17px;
	margin-top: 5px;
	padding: 0;
}
#text h5 {
	font-size:14px;
	margin-bottom:-10px;
	padding-bottom:0px;
	color:white;
}
html*#text h5 {
	margin-bottom:-20px;
}
#text h4 {
	margin-bottom:-15px;
	padding-bottom:-15px;
}
body#bodyServices input, body#bodyServices select, body#bodyServices option {
	font-size:11px;
}
body#bodyServices li {
	list-style:disc;
	list-style-position:inside;
	padding-left:10px;
}