/*
	Here we use Evan Meyer's CSS reset code:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Now begin our CSS styling */
body {
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	width: 960px;
	margin: auto;
	margin-top: 35px;
	background-color:#D9D9D9;
}

#logo {
	position: absolute;
	top:10px;
	margin-left: 10px;
	z-index: 2;
}
#menu img {
	margin-left: 0px;
	z-index: 2;
}

/*
	Tabbed menu for main sections and search box
 */
#menu {
	width:960px;
	margin-top:35px;
	background-color: #A6A6A6;
}
#menu ul {
	background-color: #696969;
	font-size:0.9em;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0.0em;
	list-style:none;
	border: 0px;
	overflow: hidden;
	height: 2em;
}
#menu li {
	float:left;
	margin:0px;
	padding:0.0em;
	padding-left: 0px;
}
#menu h1 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.0em;
	display:block;
	padding:0.5em 0.0em 0.2em 0.3em;
	text-decoration:none;
	color: white;
}
#menu h2 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	display:block;
	padding:0.0em 0.0em 0.7em 0.5em;
	text-decoration:none;
	color: #696969;
}
#menu a {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	display:block;
	padding:0.5em 1.7em 0.5em 1.7em;
	text-decoration:none;
	color: white;
}
#menu a.first {
	margin-left:  20 px;
	padding-left: 10 px;
}
body.home #menu li#home a { background-color: #00994D; }
body.research #menu li#research a { background-color: #990000; }
body.teaching #menu li#teaching a { background-color: #004D99; }
body.outreach #menu li#outreach a { background-color: #F5B800; }
body.contact #menu li#contact a { background-color: #00C5CD; }
#menu li#home a:hover  { background-color: #00994D; }
#menu li#research a:hover { background-color: #990000; }
#menu li#teaching a:hover { background-color: #004D99; }
#menu li#outreach a:hover { background-color: #F5B800; }
#menu li#contact a:hover { background-color: #00C5CD; }

#page{
	background-color: #A6A6A6;
	color: white;
	padding-top: 15px;
}

#page ul {
	margin-left:2em;
}

#page img {
	float: left;
	margin-left: 0.5em;
	margin-right: 1.0em;
}

#content {
	background-color: white;
	color: black;
	border-left: 5px solid #A6A6A6;
	border-right: 5px solid #A6A6A6;
	padding:0px;
	padding-top:5px;
	padding-bottom: 15px;
}

#content h1,
#content h2,
#content h3 { padding: 0px; color: #1D1167; }
#content h1 { padding: 12px; font-size: 1.5em; font-weight: bold; text-align: left;}
#content h2 { padding: 8px; font-size: 1.0em; font-weight: bold; text-align: left;}
#content h3 { padding: 8px; font-size: 0.75em; font-weight: bold; text-align: left;}

#content p { padding: 0px 12px 12px 12px; font-size: 0.9em;}
#content pre { padding: 12px; font-size: 0.75em;}
#content li { padding: 6px;  font-size: 0.9em;}

a { color: #0190D4; }

#footer { 
	background-color: #A6A6A6;
	padding: 12px;
	font-size: 0.6em;
	text-align: right;
	color: white;
}
#footer p { line-height: 1.25em; }
#footer a { color: white; 
          }
#update { 
	text-align: right;
	font-size: 0.75em;
	color: white;
}

.contentleft {
	float: left;
	width: 260px;
	font-size: 0.8em;
}

.contentright {
	text-align:left;
	margin-left: 10px;
}


ol li { margin-bottom: 10px; }
ol h2 {padding: 0px!important;}

.imgright {
	margin:10px;
	margin-top:0px;
	width:136;
	float:right;
	font-size:smaller;
	text-align:center;
}

.imgleft {
	margin:10px;
	margin-top:0px;
	width:136;
	float:left;
	font-size:smaller;
	text-align:center;
}

