@charset "utf-8";
/* CSS Document */

#stollemail {
	border:none;
	margin-top:3px;
}


body, html {
	height:100%;
}


body, ul, ol, li, a, img {

	margin:0px;
	padding:0px;
	
}

sup, sub { vertical-align: 0;
           position: relative; 
		   
}
		   
sup { bottom: 1ex; }
sub { top: 0.8ex; }

p {
	padding:0px;
	margin:0px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	color: #39275B;
	line-height:1.4em;
		
}


a {
	text-decoration:none;
	color:#a17700;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a:hover {
	background-color:#fffad7;
}

h1 {
	font-size:150%;
	font-family:Georgia,serif;
	margin-bottom:10px;
	margin-top:10px;
	color:#39275B;
}

h1 a {

	text-decoration:none;
	color:#39275B;
	border:0;
}

h1 a:hover {
	background-color:transparent;
}



h2 {
	font-size:125%;
	font-family:Georgia,serif;
	margin-bottom:10px;
	margin-top:15px;
	color:#39275B;
}

h2 a {

	text-decoration:none;
	color:#39275B;
	border:0;
}

h2 a:hover {
	background-color:transparent;
}

h3 {
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:3px;
	margin-top:8px;
	color:#39275B;
}

h3 a {

	text-decoration:none;
	color:#39275B;
	border:0;
}

h3 a:hover {
	background-color:transparent;
}

h4 {
	color:#39275B;
}

UL {
	padding-left:15px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	color: #39275B;
	line-height:1.4em;
}


OL {
	padding-left:35px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	color: #39275B;
	line-height:1.4em;
}



#googlesearch img {
	border:none;
}




/* BEGIN UW TOOLBAR SECTION */

#UWTools {
	background-image:url(images/uw-shortcuts-bg.gif);
	width:100%;
	height:28px;

}


#UWLogo {
	background-image:url(images/uw-shortcuts-bg.gif);
}

#UWLogo a:hover {
	background-color:transparent;
}


#UWTools img {
	background-image:url(images/uw-shortcuts-bg.gif);
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	border-style:none;
}

/* END UW TOOLBAR SECTION */


/* BEGIN DEPT OF CHEM HEADER */

#logo {
	width:100%;
	background-image:url(images/header_background.jpg);
	height:80px;
	
}



#logo a:hover {
	background-color:transparent;
}

#logo a {
	text-decoration:none;
}



#logo img {
	padding-left:40px;
	padding-top:20px;
	padding-bottom:20px;
	border:none;
}

/* END DEPT OF CHEM HEADER */


#PageTitle {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:21%;
	font-family:Georgia,serif;
	font-size:1.4em;
	color:#39275B;
	font-weight:bold;

	
}


#chemfooter {
	
	width:100%;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#39275B;
	border-top:1px solid black;

}


#chemfooter p {
	
	text-align:center;
	font-size:80%;
	color:WHITE;
}

#chemfooter a {
	border-bottom:none;
	color:white;
	font-weight:normal;	
	
	
}

#chemfooter a:hover {
	
	background-color:transparent;
	color:#D7A900;
	
}

/* END FOOTER CSS*/

/* NO BORDER FOR IMG */


.columnmask .columnmid .columnleft .column1 .noimgborder {
	border-style:none;
	
}

/* NEWS LINKS CSS */

.column1 #newsspace {
	
	padding-bottom:5px;
}

.column1 #mainnews {
	padding-top:5px;
}

#mainnews .newspic {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

#mainnews .newsitemwrapper {
	float:left;
	
}



/* FOR HOVER LINKS */




a.info:hover, a.inforegular:hover, a.infofirst:hover, a.infoearly:hover, a.infodirect:hover{
	background-color:transparent;
	z-index:25;
	
}



a.info, a.inforegular, a.infofirst, a.infoearly, a.infodirect{
    position:relative;
    color:#39275B;
    text-decoration:none;
	float:left;
	}


a.info span, a.inforegular span, a.infofirst span, a.infoearly span, a.infodirect span {
	display: none;
	}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	float:left;
    top:5em;
	width:250px;
    text-align: left;
	font-size:80%;
		
	}


a.inforegular:hover span{ /*the span will display just on :hover state*/
   
    display:block;
	position:absolute;
	float:left;
    top:5em;
    text-align: left;
	font-size:80%;
	left:-351px;
	width:450px;
		
	}
	
a.infofirst:hover span{ /*the span will display just on :hover state*/
   
    display:block;
	position:absolute;
	float:left;
    top:5em;
    text-align: left;
	font-size:80%;
	left:-228px;
	width:450px;
		
	}
	
a.infoearly:hover span{ /*the span will display just on :hover state*/
   
    display:block;
	position:absolute;
	float:left;
    top:5em;
    text-align: left;
	font-size:80%;
	left:-105px;
	width:450px;
		
}

a.infodirect:hover span{ /*the span will display just on :hover state*/
   
    display:block;
	position:absolute;
	float:left;
    top:5em;
    text-align: left;
	font-size:80%;
	width:450px;
	left:18px;
		
}

.facultyright p {
	font-size:13px;
}
