/*
* Lawrence University Stylesheet
* Skin: JUN2009_001
* Level: level_2
* Type: Override
*
* 6-29-2009
*/



/*
* ICON
***************************************************/
#icon /* This typically has a distinctive image for this page or area of the site */
{
	display: block;
	float: right;
	
	width: 549px;
	height: 320px;
	
	padding-right: 1px;
	
	overflow: hidden;
	border: none;
}

#icon .overlay
{
	display: none;
	position: absolute;
	margin: 15px;
}

#icon img
{
	border: none;
}
/***************************************************/



/*
* NAVIGATION
***************************************************/
#navigation {
	float: left;
	
	width: 249px;
	height: 320px;
	
	padding: 0;
	
	background: #d7ebbd;
	
	border-left: 1px solid #ffffff;
}
/***************************************************/

#navigation ul
{
	overflow: auto; /* IE 7 fix, when DIV IconControls is present it was getting bumped down on hover of links if nested navigation ULs were present*/
}


/*
* MAIN CONTENT AREA
***************************************************/
#main-content /* This holds the actual content on the page, inside of the body-content DIV */
{
	float: none;
	position: relative;
	clear: both;
	
	margin: 0; 
	line-height: 160%;
	padding: 10px 20px 31px 20px;
	z-index: 1;
	width: 760px;
}
/***************************************************/
