body{
	margin: 0;
	padding: 0;
	font: 88% "Lucida Grande", Lucida, Verdana, sans-serif;
}
img a{
	border-style: none;
}
#wrapper{
	margin: 0;
	padding: 0;
	background: url(images/main_bg.gif) no-repeat left top;
}
#header{
	height: 92px;
	margin: 0;
}
#header p{
	margin: 0;
	padding-left: 40px;
	padding-top: 12px;
	font-size: 17px;
}
#header p span{
	color: red;
	font-size: 20px;
}
#donate{
	height: 34px;
	margin: 0;
}
#main{
	margin-top: 0;
	padding-top: 12px;
	padding-left: 16px;
	width: 1000px;
}
#navigation{
	width: 145px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
}
#center{
	float: left;
	width: 610px;
	padding-top: 10px;
}
#sidebar{
	width: 185px;
	float: left;
	padding-left: 17px;
	margin-top: 13px;
	padding-bottom: 40px;
}
#footer{
	clear: both;
	width: 1000px;
	text-align: center;
	margin-top: 50px;
	padding-top: 20px;
}
/*////////////////////*/
/*  Navigation Items  */
/*////////////////////*/
#navigation h4{
	display: block;
	margin: 10px 0 0;
	width: 142px;
	height: 13px;
}
#navigation h4 span{
	visibility: hidden;
	width: 142px;
	height: 13px;
}
#navigation ul{
	margin: 0;
	padding: 0 0 0 30px;
}
#navigation li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 12px;
}
#navigation li a{
	text-decoration: none;
	color: #858585;
	font-size: 11px;
	line-height: 12px;
}
#navigation li a:hover, #navigation li a.selected{
	color: #000;
}
#navigation #nav_head1.nav_head_on{
	background: url(images/home_on.gif) no-repeat;
	width: 142px;
	height: 13px;
	display: block;
	line-height: 10px;
}
#navigation #nav_head1{
	background: url(images/home_off.gif) no-repeat;
	width: 142px;
	height: 13px;
	display: block;
	line-height: 10px;
}
#navigation #nav_head2.nav_head_on{
	background: url(images/about_on.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head2{
	background: url(images/about_off.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head3.nav_head_on{
	background: url(images/programs_on.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head3{
	background: url(images/programs_off.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head31.nav_head_on{
	width: 142px;
	height: 13px;
	background-image: url(images/fundraising_on.gif);
	background-repeat: no-repeat;
}
#navigation #nav_head31{
	width: 142px;
	height: 13px;
	background-image: url(images/fundraising_off.gif);
	background-repeat: no-repeat;
}

#navigation #nav_head32.nav_head_on{
	width: 142px;
	height: 13px;
	background-image: url(images/specialprograms_on.gif);
	background-repeat: no-repeat;
}
#navigation #nav_head32{
	width: 142px;
	height: 13px;
	background-image: url(images/specialprograms_off.gif);
	background-repeat: no-repeat;
}
#navigation #nav_head4.nav_head_on{
	background: url(images/grants_on.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head4{
	background: url(images/grants_off.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head5.nav_head_on{
	background: url(images/support_on.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head5{
	background: url(images/support_off.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head6.nav_head_on{
	background: url(images/community_on.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head6{
	background: url(images/community_off.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head7.nav_head_on{
	background: url(images/events_on.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head7{
	background: url(images/events_off.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head8.nav_head_on{
	background: url(images/resources_on.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head8{
	background: url(images/resources_off.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head9.nav_head_on{
	background: url(images/contact_on.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head9{
	background: url(images/contact_off.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head10.nav_head_on{
	background: url(images/members_on.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head10{
	background: url(images/members_off.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head11.nav_head_on{
	background: url(images/newsletter_on.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #nav_head11{
	background: url(images/newsletter_off.gif) no-repeat;
	width: 142px;
	height: 13px;
}
#navigation #navLogos {
margin: 40px 0 0 0;

}
#navigation #navLogos li {
padding-bottom: 20px;
}
/*////////////////////*/
/* Main Content Items */
/*////////////////////*/
strong.title{
	color: red;
	border-bottom: 1px solid red;
	margin-left: 20px;
	font-size: 19px;
	text-transform: uppercase;
	padding-bottom: 2px;
	width: 193px;
	display: block;
	margin-top: 5px;
	margin-bottom: 0;
}
#center h1{
	color: #6b6b6b;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	margin-left: 20px;
	border-bottom: 1px solid #6b6b6b;
	padding-bottom: 5px;
	margin-top: 5px;
	width: 570px;
}
#center h3{
	margin: 15px 0 0 20px;
	color: red;
	font-size: 12px;
}

#center p{
	font-size: 11px;
	margin-left: 20px;
	margin-right: 28px;
	color: #6b6b6b;
	line-height: 135%;
}

#sidebar a,
#center a {
	color: red;
	text-decoration: underline;
}
#sidebar a:hover,
#center a:hover {
	text-decoration: underline;
	color: #000;
}
.error ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.error li {
	font-size: 11px;
	margin-left: 20px;
	margin-right: 28px;
	color: red;
	line-height: 135%;
}
input, textarea {
	width: 200px;
	border: 1px #6b6b6b solid;
}
.button {
	width: auto;
	background: red;
	border: 0;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px;
	color: #fff;
}
.button:hover {
	background: #6b6b6b;
}

.red {
	color: #FF0000;
}

/* Right Bar Items */
#sidebar p{
	font-size: 10px;
	padding-right: 20px;
	margin-top: 4px;
	margin-bottom: 10px;
}

/* Footer Stuff */
#footer{
	background: url(images/footer_33.gif) no-repeat center top;
	color: #6b6b6b;
	font-size: 11px;
	padding: 20px 0 20px 0;
}
#footer a{
	color: #6b6b6b;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
	color: #000;
}


/*Auction Wrapper*/

#auction_wrapper{
	width: 590px;
	padding: 10px 0 0 0;
}

#auction_wrapper .subhead {
	color:#FF0000;
}

#auction_wrapper dd {
	position: relative;
	width: auto;
	font: bold 88% "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#858585;
	clear: both;
	float: left;
	margin: 10px 0 0 5px;
}
#auction_wrapper .theyneed {
	margin: 5px 0 20px 60px;
}


#auction_wrapper p{
	font-size: 11px;
	margin-left: 20px;
	margin-right: 28px;
	color: #6b6b6b;
	line-height: 135%;
}

#auction_wrapper h1{
	color: #6b6b6b;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	margin-left: 20px;
	border-bottom: 1px solid #6b6b6b;
	padding-bottom: 5px;
	margin-top: 5px;
	width: 570px;
}

#auction_wrapper h6{
	margin: 15px 0 0 20px;
	color: red;
	font-size: 14px;
}

#auction_wrapper h5{
	margin: 15px 0 0 20px;
	color: red;
	font-size: 11px;
}

#auction_wrapper h2{
	margin: 10px 0  30px 60px;
	font-size: 21px;
}

#auction_wrapper ol{
	font: 11px, "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#858585;
	margin: 0;
	padding: 0;
}
#auction_wrapper li{
	line-height: 135%;
	margin: 0 0 0 35px;
	*margin: 0 0 0 40px;
	padding: 0 0 6px 0;
	list-style-position: outside;
}

#auction_wrapper #left, #auction_wrapper #right {
	position: relative;
	width: 250px;
	/*width: 225px;*/
	float: left;
}

#auction_wrapper #divleft{
	position: relative;
	width: 225px;
	float: left;
}

#auction_wrapper #divright{
	position: relative;
	width: 225px;
	float: right;
}
#auction_wrapper .clearfix {
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 1px;
}

#wrapperleft {
	position: relative;
	width: 140px;
	float:left;
}

#wrapperright {
	position: relative;
	width: 435px;
	float: right;
	margin-right: 15px; *margin-right: 6px;
}

#wrapperright h1 {
	width: 400px;
}

/*HTTM classes*/
.margin_left{
margin-left: 20px;
}
.bid_now{
	display: block;
	margin-left: 20px;
	width: 257px;
	height: 41px;
	text-decoration: none;
	background: url("images/btn_bid_now.jpg");
}
.bid_now:hover{
	background-position-y: -41px;
}
.subscribe_to_newsletter{
	margin-left: 20px;
	display: block;
	width: 257px;
	height: 19px;
	text-decoration: none;
	background: url("images/btn_subscribe.jpg");
}
.subscribe_to_newsletter:hover{
	background-position-y: -19px;
}
.hide_text {
	position: absolute;
	left: -5000px;
}
.no_border{
border: 0;
}
/*center 2*/

#center2 {
	width: 590px;
	padding: 10px 0 0 0;
}
#center2 h2{
	color: #6b6b6b;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	margin-left: 20px;
	border-bottom: 1px solid #6b6b6b;
	padding-bottom: 5px;
	margin-top: 5px;
	width: 570px;
}
.call_to_action {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
.going_green{
	color: green;
	font-weight: bold;
	font-size: 11px;
}
#center2 p{
	font-size: 11px;
	margin-left: 20px;
	margin-right: 28px;
	color: #6b6b6b;
	line-height: 135%;
}

/*image border*/

.border {
	border:solid 1px #FF0000;
}

.imageright {
	float: right;
	padding: 0 0 10px 15px;
}

.imageleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

/*day at the races*/

.tabletext {
	font-size: 11px;
	color: #6b6b6b;
	line-height: 135%;
}

/*home page flash */

#flashwindow {
	margin-left: 20px;
}

/*community page */

hr {
	background-color: #6b6b6b;
	border:0;
	height: 1px;
	width: 570px;
	margin-left: 20px;
}

/*donate iframe*/

.donate_iframe{
	padding: 0 0 30px 0;
}
#donatepage #wrapperleft {
	width: 300px;
	margin:0;
}

#donatepage #wrapperright {
	width: 300px;
	margin:0;
}