/*
	Brandeis University
	"Epsilon" Theme (Section: default)
	http://www.brandeis.edu
	Copyright 2004 Brandeis University, All Rights Reserved
	Last Updated 15 June 2004
*/

body {
	padding: 0;
	background: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	color: #222222;
}

a {
	color: #31418A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.dept { 
	font-size: 1.2em;
	font-weight: bold;
}

#beaker {
	min-width: 600px;
	max-width: 50em;
	/* IE does not support min/max widths */
	/* width:expression('50em'); /* Now using minmax.js we can use the code below to at least set a max
	width instead of using minmax.js, setting a min-width using similar javascript crashes IE :)*/
	width:expression(document.body.clientWidth > 800? "800px": "auto" );
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(/epsilon/default/images/bg.gif) repeat-y top left;
}

#main {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	background: transparent;
	}

/* Accessibility-specific stuff */

.hidden {
	display: none;
}

/* Text highlight color (for Safari, anyway) */

::selection {
	background-color: #31418A;
	color: #FFFFFF;
}

/* Navigation Bar */

#nav {
		position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

#nav ul {
	float: left;
	position: relative;
	background: #31418A url(/epsilon/default/images/nav-bg.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1;
}

#nav #shortcuts ul {
	float: right;
	position: absolute;
	background: transparent;
	margin: 0;
	padding: 0;
	width: 90px;
	right: 0;
	bottom: 0;
	padding-right: 10px;
	z-index: 2;
}

#nav #shortcuts li {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav #shortcuts img {
	border: 0;
}

#nav #shortcuts a:hover {
	padding-bottom: 1px;
}

#nav li {
	float: left;
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

/* Underline access keys, since <u> is deprecated */
#nav em {
	font-style: normal;
	text-decoration: underline;
}

#nav a:link, #nav a:visited {
	float: left;
	margin: 5px 2px 0 13px;
	padding-bottom: 6px;
	padding-top: 3px;
	text-decoration: none;
	border: none;
	color: #FFFFFF;
	font: .7em Arial, sans-serif;
	font-weight: bold;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	border-bottom: 5px solid #FFFFFF;
	padding-bottom: 3px;
}

/* Masthead and Keyword Box */

#masthead {
	float: left;
	position: relative;
	margin: 0;
	width: 100%;
	background-color: #FFFFFF;
	padding: 3px 0;
	height: 55px;
	display: block;
	border-top: 1px solid #31418A;
	border-bottom: 1px solid #31418A;
}

#masthead #logo {
	float: left;
	left: 0;
	text-align: left;
}

#masthead #logo img {
	border: 0;
}

#masthead #keywords {
	float: right;
	text-align: left;
	padding: 2px 8px 0;
	font-size: 10px;
}

#masthead #keywords img {
	padding: 2px;
	margin: 0;
}

#masthead #keywords form {
	padding: 0;
	margin: 0;
}

#masthead #keywords input {
	font-size: 9px;
	-moz-border-radius: 4px;
	background: #EEEEEE;
	border: 1px solid #666666;
}

/* Page Title */

#title {
	padding: 1px 0 1px;
	margin: 0;
	text-align: left;
	background: transparent;
	clear: both;
	height: 60px;
	border-bottom: 1px solid #31418A;
}

#title #image {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	height: 60px;
	width: 179px;
	background: url(/epsilon/default/images/title-img.jpg) no-repeat left top;
}

#title #text {
	background: url(/epsilon/default/images/title-bg.gif) repeat-x left top;
	text-align: left;
	color: #FFFFFF;
	margin: 0 0 0 182px;
	margin-left: expression('179px'); /* Fix for IE's box model */
	padding: 0;
	height: 60px;
}

#title #text h1 {
	font: 1.4em "Gill Sans","Lucida Grande", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	text-shadow: 3px 3px 3px #000000;
	padding: 20px 0px 0px 20px;	
	margin: 0;
}

#text a {
	color:#ffffff;
	pading: 0;
	margin: 0;
}

#text a:hover {
	text-decoration:none;
}

#title #text img {
	border: 0;
}

/* Tree Menu */

#tree {
	float: left;
	text-align: left;
	font-family: Arial, sans-serif;
	width: 181px;
	padding: 0;
	margin: 2px 10px 10px 0;
	background: transparent;
	height: 100%;
	font-size: .9em;
	line-height: 140%;
}

#tree hr {
	width: 100%;
	border: none 0;
	height: 1px;
	text-align: center;
	border-top: 1px solid #31418A;
}

.supplements {
	margin-top:50px;
	font-size: .8em;
	line-height: 140%;
	color: #000000;
	padding-left:20px;
}

#tree #list {
	margin: 6px 2px 6px 0;
	padding: 0;
	font-size: .8em;
	color: #31418A;
	font-weight: bold;
}

#tree #list ul {
	margin: 0;
	padding: 0;
}

#tree #list li {
	line-height: 1.3em;
	list-style: none outside;
	padding: 5px 5px 5px 25px;
}

#tree #list li.t {
	padding-left: 25px;
	background: url(/epsilon/default/images/closed.gif) no-repeat 0 .4em;
	list-style: none outside;
}

#tree #list ul.l2 {
	display: none;
	margin: 0;
}

#tree #list ul.l2 li {
	list-style-position: inside;
	list-style-image: url(/epsilon/default/images/item-arrow-works.gif) !important;
	list-style-image: url(/epsilon/default/images/item-arrow.gif); /* IE list alignment bug */
	font-size: 90%;
	font-weight: normal;
	padding: 2px 0px 2px 20px;
}

#tree #list ul.l2 li.t {
	margin-left: 15px;
	background: url(/epsilon/default/images/closed.gif) no-repeat 0em 0.4em;
	list-style: none outside;
}

#tree #list li a {
	color: #31418A;
	text-decoration: none;
	background-color: transparent;
}

#tree #list a.trigger{
	background-color: transparent;
	color: #31418A;
	padding-left: 0px;
	text-decoration: none;
}

#tree #list a:hover, #tree #list a.trigger:hover, #tree #list ul.l2 li a:hover {
	text-decoration: underline;
}

#tree #list li.active, #tree #list li a.active {
	background-color: #31418A;
	color: #FFFFFF;
}

#tree #list ul.l2 li.active {
	list-style-image: url(/epsilon/default/images/item-arrow-white-works.gif) !important;
	list-style-image: url(/epsilon/default/images/item-arrow-white.gif); /* IE list alignment bug */
}

#tree span.access-key {
	text-decoration: underline;
}

#tree h3 {
	padding: 0px 0px 1px 0px;
	margin: 0px;
	font-size: 120%;
}

#blueline {
	float: left;
	background: #FFFFFF url(/epsilon/images/bg.gif) repeat-y top left;
	width: 100%;
}

/* Main Content */

#main #content {
	margin: 0 0 0 181px;
	text-align: left;
	font: .8em Arial, sans-serif;
	padding: 12px;
	line-height: 140%;
}

#main #content #secnav {
	width: 100%;
	text-align: center;
}

#main #content #secnav ul {
	list-style-type: none;
	display: inline;
}

#main #content #secnav li {
	padding: 0 5px;
	display: inline;
}

#main #content ul, #main #content ol {
	margin-top: expression(".8em");
	margin-bottom: expression(".6em");
}

#main #content th {
	text-align: left;
	vertical-align: top;
}

#main #content h1, #main #content h2, #main #content h3, #main #content h4, #main #content h5 {
	text-shadow: .2em .2em .1em #CCCCCC;
	font-family: Arial, sans-serif;
	margin: .8em 0 0 0;
}

#main #content h1 {
	font-size: 1.7em;
}

#main #content h2 {
	font-size: 1.4em;
	padding-bottom: .2em;
	border-bottom: 1px solid #BBBBBB;
}

#main #content h3 {
	font-size: 1.2em;
}

#main #content h4 {
	font-size: 1em;
}

#main #content h5 {
	font-size: .9em;
}

#main #content p {
	/* text-align: justify; */
	margin: .7em 0;
}

#main #content acronym, #main #content abbr {
	cursor: help;
}

#main #content dt {
	font-weight: bold;
}

#main #content hr {
	width: 100%;
	border: none 0;
	height: 1px;
	text-align: center;
	border-top: 1px solid #BBBBBB;
}

#main #content blockquote {
	padding: 5px;
	border: 1px solid #BBBBBB;
}

#nobulletlist {
	list-style: none;
	padding: 0 5px;
}

#rightside {
	float: right;
	width: 25%;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px;
	border-style: solid;
	border-color: #B0AEAE;
	padding-left: 10px;
	font-size: 85%;
	background-color: #edeff9;
	}
	
#rightside h2 {
color: #303030;
}
#rightside h3 {
color: #303030;
}

.standout {
	font-weight: 550;
	font-size: 125%;
}

#topalert {
	float: left;
	width: 90%;
	margin: 0 10px 20px 0;
	border: 1px;
	border-style: solid;
	border-color: #B0AEAE;
	padding: 5px;
	font-size: 85%;
}
#toc {
	border: 1px solid #CCCCCC;
	margin-top: 1em;
	border-radius: 8px;
	-moz-border-radius: 8px;
	list-style-image: url(/images/item-arrow-works.gif) !important;
	list-style-image: url(/images/item-arrow.gif); /* IE list alignment bug */
}
#toc ul li {
	list-style-position: inside;
	list-style-image: url(/epsilon/default/images/item-arrow-works.gif) !important;
	list-style-image: url(/epsilon/default/images/item-arrow.gif); /* IE list alignment bug */
	font-size: 90%;
	font-weight: normal;
}

/* Footer */

#footer {
	clear: left;
	text-align: center;
	margin: auto 0;
	padding: 0;
	border-top: 1px solid #31418A;
	background-color: #FFFFFF;
	color: #333333;
}

#footer p {
	font: .7em Arial, sans-serif;
	padding: 6px;
	margin: 0;
}

#footer a {
	color: #333333;
}

#footer a:hover {
	color: #000000;
}

/*date modified*/
#dmod {
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
font-size: 11px;
font-style: italic;
color:#999;
float: right;
clear: both;
}

