/***********************************************/
/* Institute Home Page CSS Document     
/* by Christopher Taleck                      
/* July 2005                                  
/***********************************************/
#main1 {
	background-image:url(/home/images/submenu_back.gif); 
	background-repeat:repeat-y;
}

#main2 {
	margin:0; 
	padding:0 0 0 0; /* remove padding from level 1 */
	max-width:none;
	width:auto;
}

.facultyPhoto {
	float:left;
	margin: 0 10px 10px 0;
	padding: 0;
	width: auto;
}
img.selectable {
	cursor: pointer;
}

#body {
	max-width:580px;
	width:expression((document.documentElement.clientWidth > 960) ? "580px" : "auto");  
}

/***********************************************/
/* Styles for printed media only               */                              
/***********************************************/

@media print {

#main2 {
	max-width:none; 
	width:100% !important; /* "!important" overrides "expressions" for IE */ 
	margin:0em;
}
#body {
	max-width:none; 
	width:100% !important; /* "!important" overrides "expressions" for IE */ 
	margin:0em;
}
#sectionLinks {
	display:none;
}
#headlines {
	display:none;
}
#left {
	display:none;
}
#middle {
	margin:0em;
}
#right {
	display:none;
}

}
#headlines h2 {
	background-image: url(../home/images/sidebar_heading.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin: 1em 0em 0em 0em;
	padding: 0.5em 0.25em 0.5em .25em;
}
#headlines li {
	list-style-position: outside;
	list-style-image: url(../home/images/icon_arrow.gif);
	margin: 0px 0px 0px -1em;
	padding: 0px;
}
