/*------------------------------------------------------------------------------*/
/* PageStyleADMHome.css															*/
/* ActiveCampus StyleSheet														*/
/* This file comprises all display styles for Baldwin-Wallace Admissions Main 	*/
/* Page display.																*/
/* Author:  	J. Corcoran 10/06/04 											*/
/* Copyright:	LiquidMatrix Corporation										*/
/*------------------------------------------------------------------------------*/



.home #gridCt													{background:url(/images/admhome/mainBackground.gif) bottom left no-repeat #E1D7CD;}
.home #lCol														{display:none;}
.home #cCol														{padding:30px 0px 0px 88px;width:380px;}
.home #rCol														{width:238px;text-align:left;}
.home #pageFoot													{}
.Content														{height:auto;}

#globalNav ul li.Athletics										{background:url(/images/globalnav/global_Athletics_roll.gif);}
#LinkBar														{background-image:url(/images/arrows/Athletics_arrowHead.gif);}
#Header															{background-image:url(/images/admhome/admhome_header.gif);height:86px;width:778px;}
#HomeLink														{background:url(/images/admhome/admhome_homelink.gif) top left no-repeat;display:block;height:85px;width:128px;margin:0px 0px 0px 26px;}
#HomeLink span													{display:none;}
#Navigation														{height:27px;width:778px;background-color:#000000;}
#scroller														{background:url(/images/admHome/admHome_Main.jpg) top left no-repeat #000000;height:115px;width:778px;display:block;margin:0px;padding:0px;border-bottom:2px solid #FFFFFF;}

.home #Quicklinks												{top:88px;left:600px;}

#ADMNav															{list-style-type:none;margin:0px;padding:0px;}

#ADMNav li														{float:left;display:inline;background-position:top left;background-repeat:no-repeat;background-color:#000000;}
#ADMNav li a													{display:block;height:27px;}
#ADMNav li span													{display:none;}
#ADMNav li#Undergraduate										{background-image:url(/images/admHome/admHome_UndergradLink.gif);width:215px;}
#ADMNav li#Graduate												{background-image:url(/images/admHome/admHome_GradLink.gif);width:203px;}
#ADMNav li#Evening												{background-image:url(/images/admHome/admHome_EveningLink.gif);width:183px;}

.admissionsBreakdown											{margin:0px 0px 0px 77px;}
.admissionsBreakdown .admissionGroup							{margin:0px 0px 20px 0px;}
.admissionsBreakdown .admissionGroup p							{margin:10px 0px 0px 25px;}

.redBlock														{background:url(/images/admHome/redArrow.gif) top left no-repeat #8C2A2A;color:#FFFFFF;padding:60px 0px 25px 20px;}
.redBlock a														{color:#ECC27E;}

/*---------------------- Setting up Min-Height for bottom content---------*/


/* for Mozilla/Safari/Opera */
*>#gridCt {
	padding-top:390px;
	min-height:1px;
}
*>#gridCt .Content {
	margin-top:-390px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #gridCt {
	height:390px;
}
/* end filter */
