/*
* Lawrence University Stylesheet
* Skin: JUN2009_001
* Level: level_1
* Type: Override
*
* 6-29-2009
*/



/*
* TAGS
***************************************************/
h2 {
	font-weight: bold;
	font-size: 14px;
	color: #a1c82c;
	
	margin: 0 0 10px 0;
	padding: 0;
}

img {
	border: none;
}

a.main-navigation, a:visited.main-navigation, a:active.main-navigation{
	font-weight: bold;
	font-size: 14px;
	color: #1d659a;
	text-decoration: none;
	
	display: block;
	margin: 5px 0;
	padding: 0;
}

a:hover.main-navigation {
	text-decoration: underline;
}
/***************************************************/



/*
* HEADER
***************************************************/
#smile-bottom {
	/* on the level 1 pages, this div is going to hang outside the bottom of the header div. this way,
	   so long as the smile-bottom div isn't 100 % wide, the area underneath  where it would have been will be
	   clickable. THAT'S PERFECTLY CLEAR, ISN'T IT? El oh el, internet.
	*/
	height: 73px;
	width: 80px;
	padding: 0;
	margin: 0;

	background: none; /* override base style (not sure if the base style should actually exist.. */
	
	background-image: url(../images/smile-bottom-homepage.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
	
	border-bottom: none;
	
	z-index: 100; /* make sure to normalize this */
	position: absolute;
}

#header {
z-index: 100; /* for IE */
height: 136px; /* don't account for the smile-bottom div -- it will hang outside of the header for reasons mentioned above */
}
/***************************************************/



/*
* ICON
***************************************************/
#icon /* This typically has a distinctive image for this page or area of the site */
{
	display: block;
	position: relative;
	
	width: 798px;
	height: 367px;
	

	top: 0;
	left: 0;
	
	margin: 0;
	padding: 0;
	
	overflow: hidden;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	
	z-index: 0;
}

#icon img {
	margin: 0;
	padding: 0;
	border: 0;
}

#icon .overlay
{
	display: none;
	position: absolute;
	margin: 15px;
}

#icon img
{
	border: none;
}
/***************************************************/



/*
* 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;
}

/* wrapper for three-col content columns */
.columnbox-four-col-wrapper {
	margin: 0;
	padding: 0;
	
	background-image: url(../images/body-fourcol-homepage-bkgnd.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	
	/* height hack for ie6 - so that background shows up */
	height: auto !important;
	height: 1px; 
}

/* four-col content columns for level 1 */
.columnbox-four-col {
    float: left;
    padding: 0 10px;
    width: 170px;
}
/***************************************************/
