
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.MenuBarItemIE 
	{
		position: static;
	}
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	

span.donation_title {
padding: 20px 0 0;
font-size: 24px;
font-weight: bold;
display: block;
line-height: 25px;

}

#search_cart {
	width: 152px;
	height: 24px;
	margin-left: -75px;
	position: absolute;
	top: 60px;
	left: 50%;
	background: url('site/1/template/search_bg.gif') no-repeat top center;
}

#search_cart input.searchCart {
	margin: 1px 0 0 7px;
}

#shipNotice {
background:none repeat scroll 0 0 #990000;
border:2px solid #FFFFFF;
color:#FFFFFF;
margin:20px;
padding:10px;
position:relative;
width:85%;
}