/*------------------------------------------------------------------------------*/
/* PageStyleATH.css																*/
/* ActiveCampus StyleSheet														*/
/* This file comprises all display styles for Baldwin-Wallace Financial Aid		*/
/* section display.																*/
/* Author:  	J. Corcoran 10/4/04 											*/
/* Copyright:	LiquidMatrix Corporation										*/
/*------------------------------------------------------------------------------*/



#gridCt															{}
.finaid #globalNav ul li.FinancialAid							{background:url(/images/globalnav/global_FinancialAid_roll.gif);}
.finaid #LinkBar												{background-image:url(/admission/new_look/finaid_head_bottom.jpg);}
.finaid #HeaderImage											{background-image:url(/admission/new_look/finaid_head_top.jpg);}


#BottomCt 														{background:url(/images/finaid/finaid_BottomContent.gif) top left no-repeat #94CBD0;border-bottom:9px solid #81786E;}
#BottomCt .BannerRow											{width:547px;height:140px;float:left;margin:0px;}
#BottomCt .BannerRow .BannerAd									{margin:20px 0px 0px 15px;float:left;}
#BottomCt .BottomContent										{width:547px;float:left;margin:20px 0px 0px 0px;}
#BottomCt .RightContent											{width:190px;float:right;margin:2px 0px 0px 0px;}
#BottomCt .ImageCt												{background:url(/images/finaid/finaid_BottomImage.jpg) top right no-repeat;width:778px;float:right;}

.fullBanner														{text-align:center;}
.FA_OfficeBlock													{background:url(/images/finaid/FinAid_officeheader.gif) top left no-repeat;margin:10px 0px 0px 130px;padding:30px 0px 0px 80px;}
/*---------------------- Setting up Min-Height for bottom content---------*/


/* for Mozilla/Safari/Opera */
*>.ImageCt {
	padding-top:303px;
	min-height:1px;
}
*>.ImageCt .Content {
	margin-top:-303px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .ImageCt {
	height:303px;
}
/* end filter */
