/* structure--------------------------------- */
body {margin: 0px; padding: 0px; background: #fff; color: #000; font-family: Arial, Verdana, Sans-serif; text-align: center; font-size: 82%;}

/* Navigation--------------------------------- */

#skipnav {position: static; text-align: left; padding: 5px; margin-bottom: 5px; width: auto; font-size: 1em;}
#skipnav ul {padding: 0px; margin: 0px;}
#skipnav li {list-style-type: none; display: inline; border: 0px; position: relative; margin: 0px; padding: 0px 10px 0px 0px; white-space: nowrap;}

/* banner--------------------------------- */

#printbanner {width: 100%; text-align: left; vertical-align: middle; letter-spacing: 5px;}
#printbanner h1 {text-align: left; margin: 0px; padding: 2px 5px 5px 5px; color: #900; font-size: 1em; font-weight: bold;}
#printbanner h2 {margin: 0px; padding: 5px; font-size: 1em; background: #900; border-bottom: 1px solid #900; color: #fff;}
#upperbanner {display: none; height: 24px;	padding: 0px; width: 100%; min-width:780px; margin: 0px; text-align: center; background: url("https://web.stanford.edu/dept/its/images/upperbannerbg.gif") left bottom no-repeat; background-position: center; font-size: 1px;}
#lowerbanner {display: none; width: 100%; height: 40px; padding: 0px; margin: 0px auto 0px auto; background: url("https://web.stanford.edu/dept/its/images/bannerbg.gif") left bottom; font-size: 1px;}

#banner {display: none; width: 100%; height: 78px; background: #fff; margin: 0px; border-bottom: 1px solid #bbb; color: #999;}

/* container--------------------------------- */

#container {margin: 0px; text-align: left; border-left: 0px solid #bbb; border-right: 0px solid #bbb;}

/* navigation--------------------------------- */

#nav {float: left; background: #fff; width: 100%; color: #555; font-weight: bold; padding: 0px; font-size: 1em; margin: 0px; border-top: 1px solid #bbb; border-bottom: 1px solid #bbb;}
#nav a {padding: 0.4em 10px 0.4em 10px; text-decoration: none; background: #fff; white-space: nowrap; line-height: 2em;}
/* Hide from IE5-mac. \*/
#nav a {line-height: 1.1em;}
/* End hide from IE5-mac */

#nav form {padding: 0.4em 10px 0.4em 10px; text-decoration: none; background: #fff; white-space: nowrap;}
/* Following rule allows entire region of link to to be clickable in IE/Win. Holly Hack explained here: http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {width:1%;}

#nav ul {padding: 0px; margin: 0px;}
#nav ul li {display: inline; list-style-type: none; border: 0px; position: relative; margin: 0px; padding: 0px;}
* html #nav ul li {z-index: 4;}
*:first-child+html #nav ul li {z-index: 4;}
#nav ul ul {position: absolute; left: -1000em; width: 20em; text-align: left;}

/* Hide from IE5-mac. \*/
#nav ul {margin: 0px;}
#nav ul li {float: left; list-style-type: none; border: 0px; position: relative; margin: 0px; padding: 0px;}
#nav ul li:hover ul, #nav ul li.over ul {display: block; background: #fff; position: absolute; top: auto; left: auto; margin-left: -1px; border: 1px solid #bbb; width: 16em; z-index: 5;}
#nav li a, #nav li form {display: block; background: #fff;}
#nav ul li a:hover {background: #fff;}
#nav ul li:hover ul li, #nav ul li.over ul li {width: 100%;}
/* End hide from IE5-mac */

#nav a:link, #nav a:visited {color: #555; text-decoration: none;}
#nav a:hover, #nav a:active {color: #900; text-decoration: none;}

/*navigation2--------------------------------- */

#nav2 {clear: both; float: left; background: transparent; width: 100%; color: #666; padding: 0px; font-size: 1em; margin: 0px; border-bottom: 1px solid #bbb; background: #eee;}
#nav2 a {padding: 0.4em 10px 0.4em 10px; text-decoration: none; background: #eee; white-space: nowrap; line-height: 2em;}
/* Hide from IE5-mac. \*/
#nav2 a {line-height: 1.1em;}
/* End hide from IE5-mac */

#nav2 form {padding: 0.4em 10px 0.4em 10px; text-decoration: none; background: #eee; white-space: nowrap;}
/* Following rule allows entire region of link to to be clickable in IE/Win. Holly Hack explained here: http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav2 a {width:1%;}

#nav2 ul {padding: 0px; margin: 0px;}
#nav2 ul li {display: inline; list-style-type: none; border: 0px; position: relative; margin: 0px; padding: 0px;}
* html #nav2 ul li {z-index: 2;}
*:first-child+html #nav2 ul li {z-index: 2;}
#nav2 ul ul {position: absolute; left: -1000em; width: 20em; text-align: left;}

/* Hide from IE5-mac. \*/
#nav2 ul {margin: 0px;}
#nav2 ul li {float: left; list-style-type: none; border: 0px; position: relative; margin: 0px; padding: 0px;}
#nav2 ul li:hover ul {display: block; position: absolute; top: auto; left: auto; margin-left: -1px; border: 1px solid #bbb; width: 16em; z-index: 3;}
#nav2 li a, #nav2 li form {display: block; background: #eee;}
#nav2 ul li a:hover {background: #ddd;}
#nav2 ul li:hover ul li {width: 100%;}
/* End hide from IE5-mac */

#nav2 a:link, #nav2 a:visited {color: #666; text-decoration: none;}
#nav2 a:hover, #nav2 a:active {color: #333; text-decoration: none;}

/* breadcrumb--------------------------------- */

/*Fat Erik's Breadcrumbs*/
#breadcrumb {clear: both; margin: 0px 5px 0px 5px; padding: 10px 0px 0px 0px; font-size: 1em; font-weight: bold; line-height: 1.5em;}
#breadcrumb ul {list-style: none; padding: 0px; margin: 0px;}
#breadcrumb li {display: inline; padding: 0px; margin: 0px; white-space: nowrap;}
#breadcrumb li:before {font-weight: normal; content: " > "; }
#breadcrumb li:first-child:before {font-weight: normal; content: ""; }
#breadcrumb a {font-weight: normal;}

/*IE workaround*/
/*All IE browsers*/
* html #breadcrumb li {background-image: url("https://web.stanford.edu/dept/its/images/arrow.gif"); background-repeat: no-repeat; background-position: 0px 50%; padding: 0px 0.5em 0px 1em; margin: 0px 1em 0px -1em;}
*:first-child+html #breadcrumb li {background-image: url("https://web.stanford.edu/dept/its/images/arrow.gif"); background-repeat: no-repeat; background-position: 0px 50%; padding: 0px 0.5em 0px 1em; margin: 0px 1em 0px -1em;}

/*Win IE browsers - hide from Mac IE\*/
* html #breadcrumb {height: 1%;}
*:first-child+html #breadcrumb {height: 1%;}
* html #breadcrumb li {display: block; float: left;}
*:first-child+html #breadcrumb li {display: block; float: left;}
/*End hide*/

/*Mac IE 5*/
* html #breadcrumb li:first-child {background-image: none;}
*:first-child+html #breadcrumb li:first-child {background-image: none;}

/* sidecontent--------------------------------- */

#sidebar {clear: both; width: auto; margin: 0px; padding: 0px; font-size: 1em; color: #000; background: #eee;}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #sidebar {margin-right: -3px;}
*:first-child+html #sidebar {margin-right: -3px;}
/* End hide from IE5-mac */
#sidebar h1 {clear: both; font-family: Georgia, serif; margin: 10px 0px 0px 0px; padding: 5px 5px 2px 5px; line-height: 1.2em; color: #333; font-weight: bold; font-size: 1em; border-top: 0px solid #bbb; border-bottom: 0px solid #bbb;}

#sidebar p {margin: 0px; padding: 10px;}

#sidebar ul {margin: 0px 0px 0px 0px; padding: 0px;}
#sidebar li {display: inline; list-style: none; padding: 0px 0px 0px 10px; margin: 0px;}

#seal {display: none; text-align: center; margin: 20px 0px 20px 0px;}

/* maincontent--------------------------------- */

#content {margin: 0px; padding: 0px; border-left: 0px solid #bbb;}

#maincontent {clear: right; margin: 0px 5px 0px 5px; padding: 10px 0px 10px 0px; font-size: 1em; line-height: 1.4em; word-wrap: break-word;}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #maincontent {height: 1%; width: 95%;}
*:first-child+html #maincontent {height: 1%;}
/* End hide from IE5-mac */

/* date--------------------------------- */

#date {color: #000; font-size: 1em; margin-top: 25px;}

/* footer--------------------------------- */

#footer {width: 100%; text-align: center; background:#900; color:#fff; font-size: 1em; padding: 3px 0px 3px 0px; margin: 0px 0px 12px 0px;}
#footer a {color: #fff; text-decoration: none; font-weight: bold; padding: 0px 5px 0px 5px;}
#footer a:link, #footer a:visited {text-decoration: none;}
#footer a:hover, #footer a:active {text-decoration: underline;}

/* copyright--------------------------------- */

#copyright {color: #000; font-size: 1em; text-align: center; padding: 0px 0px 15px 0px;}
#copyright a:link, #copyright a:visited {color: #000; text-decoration: underline; padding: 0px 5px 0px 5px;}
#copyright a:hover, #copyright a:active {color: #900;}

/* logo--------------------------------- */

#logo {display: none; color: #000; text-align: center; padding: 0px 0px 25px 0px;}
