/*
Title:      Department of Chemistry master styles 
Author:     Mike Green
Created:    Mar 31 2005
*/

body {
	margin: 0;
	padding: 0;
	font-family: Frutiger, "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #333333;
	background-color: #4D4D4D;
	background-image: url(images/body_back_mc.gif);
	background-repeat: repeat-x;
	font-size: .9em;
	/*background: #ddd3af;*/
	}

/* ---[ common elements ]--------------------- */

p {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding: 0;
	}

/* ---[ top ]------------------------------- */

#wrap {
	position: relative;
	padding: 0;
	font-size: 95%;
	text-align: left;
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	}
#left-tab {
	padding: 0px;
	position: absolute;
	top: 160px;
	left: -75px;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	margin: 0px;
}

#logo {
	height: 110px;
	background-color: #000066;
	margin: 0;
	padding: 0;
	background-image: url(images/head_back.jpg);
	}

#logo span {
	position: absolute;
	top: 0px;
	left: 0px;
	}
html>body #logo span {
	top: 0px;
	}

#primary_mark_link {
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-left: 25px;
	}

#topTitle {
	font-size: 140%;
	text-align: right;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#topTitle h1 {
	padding: 0px;
	margin: 0px;
	color: white;
	font-size: 1.4em;
	letter-spacing: 0.1em;
}

#topTitle h1 a{
	color: white;
	text-decoration: none;
}

#topTitle h1 a:hover{
	color: white;
	text-decoration: none;
}

#topTitle h1 a:visited{
	color: white;
	text-decoration: none;
}

#topTitle h2 {
	color: #010D3D;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	padding: 0px;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topTitle h2 a{
	color: #010D3D;
	text-decoration: none;
}

#topTitle h2 a:hover{
	color: #010D3D;
	text-decoration: none;
}

#topTitle h2 a:visited{
	color: #010D3D;
	text-decoration: none;
}

form#search{
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: right;
}

#navcontainer ul{
	padding-left: 0px;
	margin-left: 0px;
	color: White;
	float: left;
	font-family: Frutiger, "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	margin-top: -14px;
	padding-top: 0px;
	background-color: #E5E5E5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B9B9B9;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

#navcontainer ul li { display: inline; }

#navcontainer ul li a{
	background-color: #E5E5E5;
	color: #031054;
	text-decoration: none;
	float: left;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #B9B9B9;
	padding-top: 0.4em;
	padding-right: 1.4em;
	padding-bottom: .4em;
	padding-left: 1.4em;
	}

#navcontainer ul li a:hover{
	color: #031054;
	background-color: #B9B9B9;
	}

/* ---( title box )-------------------------------- */

#title {
	clear: left;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B9B9B9;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 25px;
	}
#title h1 {
	font-family: Verdana, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 110%;
	line-height: 1em;
	color: #000066;
	}
#title h2 {
	font-family: Verdana, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #000066;
	}
#title a:visited {
	color: #1A1AAA;
	}
#title a {
	color: #1A1AAA;
	}
#title a:hover {
	color: #1717FF;
	text-decoration: underline;
	}
#title h1 a:visited {
	color: #000066;
	}
#title h1 a {
	color: #000066;
	text-decoration: none;
	}
#title h1 a:hover {
	color: #1717FF;
	}
.active_page {
	color: #1717FF;
	}
	
/* ---[ main column ]----------------------------- */

#home_main-body {
	float: left;
	width: 490px;
	margin: 0px;
	padding: 0px;
	}
#main-body {
	/*float: left;*/
	width: 750px;
	margin: 0px;
	padding: 0px;
	}
#main-body h3{
	color: #000066;
	}
#content h4 {
	padding-left: 25px;
	margin-bottom: -10px;
}
#wrap #main-body #content table {
	margin-top: -18px;
}


#spotlightDiv {
	background: #fff;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 25px;
	margin: 0px;
	}
#alerts {
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 25px;
	background-color: #FFF;
	color: #700;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #700;
	border-right-color: #500;
	border-bottom-color: #500;
	border-left-color: #500;
	}
#alerts h1 {
	color: #FFF;
	font-size: 110%;
	background-color: #500;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #500;
	margin-top: 0px;
	margin-right: -5px;
	margin-left: -10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 25px;
	background-image: url(images/code_maroon_back.jpg);
	}
#alerts a {
	text-decoration: none;
	color: #666;
	}
#alerts a:visited {
	color: #666;
	}
#alerts a:hover {
	color: #500;
	text-decoration: underline;
	}
#events {
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	background-color: #E5E5E5;
	}
#events h1 {
	color: #031054;
	font-size: 110%;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #B9B9B9;
	margin-top: 25px;
	margin-right: -5px;
	margin-left: -10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	}
#events h2 {
	margin-top: 0px;
	font-size: 105%;
	margin-left: 5px;
	margin-bottom: 0px;
	}
#events h2 a {
	font-weight: normal;
	}
#events h3 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 100%;
	font-style: italic;
	font-weight: lighter;
	margin-left: 5px;
	}
#events hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	height: 1px;
	padding: 0px;
	margin: 0px;
	}
#events a {
	text-decoration: none;
	color: #1A1AAA;
	}
#events a:visited {
	color: #1A1AAA;
	}
#events a:hover {
	color: #5A91FF;
	text-decoration: underline;
	}
#contacts {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	background-color: #E5E5E5;
	width: 210px;
	float: right;
	}
#contacts h1 {
	color: #031054;
	font-size: 110%;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #B9B9B9;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 12px;
	margin-left: -10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	}
#contacts a {
	text-decoration: none;
	
	}
#contacts a:visited {
	text-decoration: none;
	
	}
#contacts a:hover {
	text-decoration: underline;
	color: #5A91FF;
	
	}
#prof_upper-body {
	float: left;
	width: 371px;
	}
#prof_main-body {
	/*float: left;*/
	width: 750px;
	clear: both;
	}
#content {
	background: #fff;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	}
#content a {
	text-decoration: none;
	color: #1A1AAA;
	}
#content a:visited {
	color: #1A1AAA;
	}
#content a:hover {
	color: #5A91FF;
	text-decoration: underline;
	}
#home_search {
}
#sidebar {
	width: 225px;
	float: right;
	line-height: 1.5em;
	color: #1A1AAA;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#sidebar h3 {
	color: #031054;
	font-size: 110%;
	background-color: #E5E5E5;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #B9B9B9;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	}
#sidebar h4 {
	color: #031054;
	font-size: 105%;
	margin-top: 15px;
	margin-right: 15%;
	margin-bottom: 12px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B9B9B9;
	border-bottom-color: #B9B9B9;
	border-left-color: #B9B9B9;
	margin-left: 12%;
	border-top-color: #CFCFCF;
	height: 22px;
	padding-top: 4px;
	padding-bottom: 2px;
	}
#wrap #sidebar #qlinks tr td hr {
	color: #FFF;
	height: 5px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#sidebar h4 a{
	color: #031054;
	}
#sidebar h4 a:visited{
	color: #031054;
	}
#sidebar h4 a:hover{
	color: #5A91FF;
	}
#sidebar ul {
	margin: 0em;
	list-style-type: none;
	padding-top: 0em;
	padding-right: .5em;
	padding-bottom: 0em;
	padding-left: 0em;
}
#sidebar  li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
#sidebar a {
	text-decoration: none;
	color: #1A1AAA;
	font-size: 95%;
	}
#sidebar a:visited {
	color: #1A1AAA
	}
#sidebar a:hover {
	color: #5A91FF;
	text-decoration: underline;
	}
#social {
	background-image: url(images/facebook20.png);
	background-repeat: no-repeat;
	background-position: 90px 3px;
	font-weight: bold;
	}
#social a {

	}
#giving {
	font-weight: bold;
	}
#giving a {

	}
table#qlinks{
	font-weight: bold;
	padding-top: 0px;
	}
#prof_sidebar {
	width: 369px;
	float: right;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #1A1AAA;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	}
#prof_sidebar h3 {
	margin: 25px 0 12px;
	padding: 2px 10px;
	color: #000066;
	font-size: 110%;
	background: #BED0FC url(images/awards_back.gif) repeat-x left top;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	}
#prof_sidebar li {
	margin: 0px 10px 0px 0px;
	list-style-image: url(images/round_bullet.gif);
	}
#prof_sidebar a {
	color: #1A1AAA
	}
#prof_sidebar a:visited {
	color: #1A1AAA
	}
#prof_sidebar a:hover {
	color: #5A91FF
	}
#academic_sidebar {
	width: 250px;
	float: right;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: #E5E5E5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B9B9B9;
	border-bottom-color: #B9B9B9;
	border-left-color: #B9B9B9;
	padding: 0px;
	}
#academic_sidebar h3 {
	color: #031054;
	font-size: 110%;
	background-color: #CCC;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #B9B9B9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	}
#academic_sidebar p {
	margin-left: 5px;
	margin-bottom: 30px;
	}
#journals a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#journals a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#journals a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#resume a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
#resume a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
#resume a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;

}

/* ---[ footer ]----------------------------------- */

#footer {
	position: relative;
	clear: both;
	color: #CCCCCC;
	line-height: 1.5em;
	background-color: #031054;
	background-image: url(images/footer_back.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	}
#footer p {
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	}
	
/* ---[ footer2 ]----------------------------------- */

#footer2 {
	position: relative;
	clear: both;
	font-size: 90%;
	line-height: 1.5em;
	text-align: center;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #999999;
	background-color: #4D4D4D;
	background-image: url(images/footer2_back.gif);
	background-repeat: repeat-x;
	padding: 0px;
	}
#footer2 p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	}
#footer2 a {
	color: #999999;
	text-decoration: none;
	}
#footer2 a:hover {
	color: #999999;
	text-decoration: underline;
	}
	
	
/* ---[ classes ]----------------------------------- */
.profname {
	font-size: 140%;
	color: #000066;
	font-weight: bold;
	}
.proftitle {
	color: #5A91FF;
	font-weight: bold;
	font-size: 120%;
	}
.prof_contact {
	line-height: normal;
	font-size: 90%;
	}
.research_spotlight {
	font-weight: bold;
	color: #000066;
	}
.research_spotlight_caption {
	font-size: 12px;
	font-family: Frutiger, "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	}
.search_button {
	font-size: 12px;
	font-family: Frutiger, "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	background-color: #E5E5E5;
	border: 2px solid #999999;
	color: #333333;
	font-weight: bold;
}
.search_box {
	font-size: 11px;
	font-family: Frutiger, "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	border: 2px solid #999999;
}
.alert {
	font-weight: bold;
	color: #F00;
}

.question {
	font-weight: bold;
	color: #003366;
}
.building_denotations {
	font-size: .9em;
}
.content_justify {
	text-align: justify;
}
.img-center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.underline {
	text-decoration: underline;
}
