

#content {
	background: #fff url(images/bg_content.gif) repeat-y;
}

#give_now {
	background: url(images/give_now_btn.gif) no-repeat left top;
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 0 5px;
	text-indent: -999em;
	width: 191px;
}
#give_now:hover {background-position: left bottom;}


/**********************
Student profile slideout
**********************/
#feature_holder { position: relative; height: 100px; 
}
	#feature {
			background: url(images/bg_feature.gif) no-repeat right top;
			height: 188px;
			padding: 13px 0 2px;
			position: absolute;
				left: -6px;
				top: 21px;
			width: 204px;
			z-index: 10000;
		}
	#feature img {
		border: 1px solid #557898;
		float: left;
		margin: -5px 15px 10px 0;
	}
		#trigger {
			cursor: pointer;
			display: block;
			height: 186px;
			position: absolute;
				right: 0;
				top: 0;
			width: 13px;
			z-index: 300;
		}
		#feature_default {
			background: #294461;
			padding: 12px 0 0 10px;
			position: absolute;
				right: 20px;
				top: 200px;
			height: 176px;
			width: 174px !important;
			z-index: 200;
		}
/*
			#feature_default div {
				display: inline;
				float: right;
				margin: 0 140px 0 0;
			}
		*/
			#feature_reveal p {
				color: #fff;
				font: 9px/13px Verdana;
				margin: 0 0 5px 0;
			}
		#feature_reveal {
				background: #294461;
				height: 176px;
				margin-bottom: 2px;
				padding: 12px 14px 0 22px;
				position: absolute;
					left: 0;
					top: 13px;
				width: 147px;
				z-index: 300;
		}
			#feature_default p {
				border-left: 1px solid #989da1;
				color: #fff;
				font: 9px/14px Verdana;
				padding: 0 15px 0 18px;
			/*	position: relative;
					left: 130px;*/
				height: 160px;
				width: 130px;
			}
			html > body #feature_default p {position: static;}
			#feature_default p a {
				color: #fff;
				text-decoration: underline;
			}

