html {
    overflow-y: scroll;  /* Always show the vertical scrollbar.. */
}
html, body,
h1, h2, h3, h4, h5, h6,
p, blockquote, hr,
ul, ol, li,
dl, dt, dd,
dir, menu,
form, fieldset {
    margin: 0;
}
html, body, form, ol, ul, li {
    padding: 0;
}
h1 { font-size: 2.00em; }
h2 { font-size: 1.50em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.00em; }
h5 { font-size: 0.83em; }
h6 { font-size: 0.75em; }

 
body {
    color: black;
    background-color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 85%;
}
#page-container {
    margin: 0 auto;
    width: 900px;
}
a {
    color: #759361;
}
a img {
    border-color: #759361;
}
a:visited,
a:hover {
    color: #495E68;
}
a:visited img,
a:hover img {
    border-color: #495E68;
}
 
#top-banner {
    position: relative;
    width: 100%;  /* Trigger hasLayout in IE to avoid absolute positioning bugs. */
}
#top-banner-image {
    display: block;
    border: none;
}
#top-name-location {
    position: absolute;
    right: 10px;
    bottom: 2px;
    color: white;
    font-size: 120%;
    font-weight: bold;
}
#top-language-links {
    position: absolute;
    left: 80px;
    bottom: 2px;
    font-size: 90%;
}
#top-language-links li {
    float: left;
    margin-right: 20px;
    list-style-type: none;
}
#top-language-links a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
#top-language-links a:hover {
    text-decoration: underline;
}
 
#tab-bar {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 7px 0;
    border-bottom: 15px #FCEBA7 solid;
}
#main-tabs {
    float: right;
    width: auto;
    list-style-type: none;
}
#main-tabs li {
    float: left;
    width: 158px;
    margin-right: 10px;
}
#IEroot #main-tabs li {
    display: inline;  /* Trigger hasLayout in IE to avoid a doubled float-margin bug. */
}
#main-tabs a {
    display: block;
    width: 120px;
    padding: 10px 30px 10px 8px;
    text-decoration: none;
    font-size: 1.35em;
    color: white;
}
#main-tabs a:hover {
    color: #FCEBA7;
}
/* We also apply the alternate background images to the LI tags so there's no loading delay on hover. */
#tab-1 a {
    background: #E06838 url(http://www.pps.k12.or.us/css/images/torchicon_orange.gif) 99% 45% no-repeat;
}
#tab-1 a:hover,
#tab-1 {
    background-image: url(http://www.pps.k12.or.us/css/images/torchicon_orange_hover.gif);
}
#tab-2 a {
    background: #809EAD url(http://www.pps.k12.or.us/css/images/torchicon_blue.gif) 99% 45% no-repeat;
}
#tab-2 a:hover,
#tab-2 {
    background-image: url(http://www.pps.k12.or.us/css/images/torchicon_blue_hover.gif);
}
#tab-3 a {
    background: #C03000 url(http://www.pps.k12.or.us/css/images/torchicon_red.gif) 99% 45% no-repeat;
}
#tab-3 a:hover,
#tab-3 {
    background-image: url(http://www.pps.k12.or.us/css/images/torchicon_red_hover.gif);
}
#tab-4 a {
    background: #58630A url(http://www.pps.k12.or.us/css/images/torchicon_green.gif) 99% 45% no-repeat;
}
#tab-4 a:hover,
#tab-4 {
    background-image: url(http://www.pps.k12.or.us/css/images/torchicon_green_hover.gif);
}
body.tab-2 #tab-2 a,
body.tab-2 #tab-2 a:hover {
    color: #809EAD;
    background-color: #FCEBA7;
    background-image: url(http://www.pps.k12.or.us/css/images/torchicon_blue_selected.gif);
}
body.tab-3 #tab-3 a,
body.tab-3 #tab-3 a:hover {
    color: #C03000;
    background-color: #FCEBA7;
    background-image: url(http://www.pps.k12.or.us/css/images/torchicon_red_selected.gif);
}
body.tab-4 #tab-4 a,
body.tab-4 #tab-4 a:hover {
    color: #58630A;
    background-color: #FCEBA7;
    background-image: url(http://www.pps.k12.or.us/css/images/torchicon_green_selected.gif);
}
#sub-tabs {
    position: absolute;
    top: 13px;
    left: 20px;
    list-style-type: none;
}
#sub-tabs li {
    float: left;
    width: auto;
    padding: 5px 8px 0 8px;
    border-right: 1px #495E68 solid;
}
#sub-tabs li.last {
    border-right-style: none;
}
#sub-tabs a {
    text-decoration: none;
}
 
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
    z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 8em;
    float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 8.2em;
    position: absolute;
    left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
    left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
    width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
    position: absolute;
    margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
    left: auto;
    top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
    border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
    display: block;
    cursor: pointer;
    background-color: #EEE;
    padding: 0.5em 0.75em;
    color: #333;
    text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
    background-color: #33C;
    color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
    background-color: #33C;
    color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
    background-image: url(http://www.pps.k12.or.us/css/images/SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
    background-image: url(http://www.pps.k12.or.us/css/images/SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
    background-image: url(http://www.pps.k12.or.us/css/images/SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
    background-image: url(http://www.pps.k12.or.us/css/images/SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
#IEroot ul.MenuBarHorizontal iframe
{
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
    #IEroot ul.MenuBarHorizontal li.MenuBarItemIE
    {
        display: inline;
        f\loat: left;
        background: #FFF;
    }
}
 
#nav-bar {
    clear: both;
    float: left;
    width: 100%;
    position: relative;  /* Without this in IE the navbar sticks in place when resizing the window. */
}
 
/* Override the default Spry ul.MenuBarHorizontal styles. */
ul#nav-bar.MenuBarHorizontal { font-size: 90%; }
 
ul#nav-bar.MenuBarHorizontal li,
ul#nav-bar.MenuBarHorizontal li ul { width: 128px; }
ul#nav-bar.MenuBarHorizontal li.first,
ul#nav-bar.MenuBarHorizontal li.first ul { width: 126px; }
ul#nav-bar.MenuBarHorizontal li ul li { width: 100%; }
 
ul#nav-bar.MenuBarHorizontal ul,
ul#nav-bar.MenuBarHorizontal li { border: 1px #999 none; }
ul#nav-bar.MenuBarHorizontal li { border-left-style: solid; }
ul#nav-bar.MenuBarHorizontal li.first { border-left-style: none; }
 
ul#nav-bar.MenuBarHorizontal ul { border-bottom-style: solid; }
ul#nav-bar.MenuBarHorizontal ul li { border-top-style: solid; border-left-style: none; }
ul#nav-bar.MenuBarHorizontal ul ul { width: 150px; border-style: solid; border-top-style: none; }
 
ul#nav-bar.MenuBarHorizontal a
{
    color: white;
    background-color: #495E68;
    text-align: center;
    font-weight: bold;
    padding: 3px 8px;
}
ul#nav-bar.MenuBarHorizontal ul a { text-align: left; }
 
ul#nav-bar.MenuBarHorizontal a.MenuBarItemHover,
ul#nav-bar.MenuBarHorizontal a.MenuBarItemSubmenuHover,
ul#nav-bar.MenuBarHorizontal a.MenuBarSubmenuVisible
{
    background-color: #FEF7D8;
    color: #495E68;
}
ul#nav-bar.MenuBarHorizontal a:hover,
ul#nav-bar.MenuBarHorizontal a:focus
{
    background-color: #FCEBA7;
    color: #495E68;
}
 
ul#nav-bar.MenuBarHorizontal a.MenuBarItemSubmenu { background-image: url(http://www.pps.k12.or.us/css/images/SpryMenuBarDownHover.gif); }
ul#nav-bar.MenuBarHorizontal ul a.MenuBarItemSubmenu { background-image: url(http://www.pps.k12.or.us/css/images/SpryMenuBarRightHover.gif); }
ul#nav-bar.MenuBarHorizontal a.MenuBarItemSubmenuHover { background-image: url(http://www.pps.k12.or.us/css/images/SpryMenuBarDown.gif); }
ul#nav-bar.MenuBarHorizontal ul a.MenuBarItemSubmenuHover { background-image: url(http://www.pps.k12.or.us/css/images/SpryMenuBarRight.gif); }
 

 
#search-bar {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 7px;
    padding: 7px 0;
    background-color: #FCEBA7;
    position: relative;  /* Without this in IE the feedback button sticks in place when resizing the window. */
}
#search-form {
    float: left;
    margin-left: 15px;
}
#search-bar-links-form {
    float: right;
    margin-right: 15px;
}
#IEroot #search-form,
#IEroot #search-bar-links-form {
    display: inline;  /* Trigger hasLayout in IE to avoid a doubled float-margin bug. */
}
.search-bar-button {
    background-color: #c03000;
    color: white;
    cursor: pointer;
    padding: 2px;
    font-weight: bold;
    margin-left: 2px;
    border: 1px black solid;
}
#IEroot .search-bar-button {
    overflow: visible;  /* For some reason this gets rid of the extra padding that IE adds to buttons. */
    padding: 1px 4px;
}
#search-bar-center-button {
    width: 200px;
    margin: 0 auto;
    /* IE will apply the second background because it incorrectly ignores the "!important",
       but that's what we want so IE doesn't choke on the PNG with alpha transparency. */
    background: url(http://www.pps.k12.or.us/css/images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(http://www.pps.k12.or.us/css/images/shadowyellow.gif) no-repeat bottom right;
    position: relative;
    top: 6px;
    left: 6px;
}
#search-bar-center-button a {
    display: block;
    position: relative;
    bottom: 6px;
    right: 6px;
    color: white;
    background-color: #C03000;
    border: 1px solid #a9a9a9;
    padding: 4px;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
#search-bar-center-button a:hover {
    text-decoration: underline;
}
 
#page-content {
    clear: both;
    float: left;
    width: 100%;
    padding: 20px 0;
}
#left-nav ul {
    margin-top: 1px;
    border-top: 1px #E06838 solid;
    padding-top: 1px;
}
#left-nav ul ul {
    margin-top: 2px;
    border-top: none;
    padding-top: 0;
    margin-left: 7px;
}
#left-nav li {
    list-style-type: none;
    margin-bottom: 2px;
}
#left-nav li li.this-page ul {
    margin: 0;
}
#left-nav li li.this-page li {
    margin-bottom: 0;
}
#left-nav a,
#left-nav li.this-page li a {
    display: block;
    width: 94%;
    padding: 5px 2% 4px 4%;
    text-decoration: none;
    background-color: #495E68;
    color: white;
    overflow: hidden;
}

#left-nav a:hover,
#left-nav li.this-page a,
#left-nav li.this-page li a:hover {
    background-color: #FCEBA7;
    color: #495E68;
}
#left-nav li li.this-page {
    border-left: 2px #E06838 solid;
}
#left-nav li li.this-page li a {
    color: #759361;
    background: #FCF7E3 url(http://www.pps.k12.or.us/css/images/bullet_yellow.gif) 5% 0.7em no-repeat;
    border-top: 2px #FCF7E3 solid;
    padding-left: 14%;
    width: 84%;
}
#left-nav li li.this-page li a:hover {
    background-image: url(http://www.pps.k12.or.us/css/images/bullet_blue.gif);
}
#breadcrumbs {
    font-size: 90%;
    font-style: oblique;
    font-weight: bold;
    padding-bottom: 5px;
}
#page-title {
    font-size: 170%;
    margin-bottom: 0.7em;
}
 
.side-image {
    text-align: center;
    margin-bottom: 20px;
}
.side-image img {
    border-style: none;
}
.side-image a img {
    border-style: solid;
    border-width: 1px;
}
.side-image .caption {
    font-size: 80%;
    text-align: left;
    color: #495E68;
    border: 1px #E06838 solid;
    padding: 3px;
    margin-top: 5px;
}
 
.side-bar {
    background-color: #FCF7E3;
    color: #495E68;
    width: 100%;  /* A width is required for overflow:auto. */
    margin-bottom: 20px;
}
.side-bar-title {
    margin-bottom: 15px;
    text-align: center;
    border-top: 2px black solid;
    border-bottom: 1px black solid;
    background-color: #CDD7DC;
    padding: 5px 5px 2px 5px;
    font-size: 120%;
}
.side-bar .wysiwyg {
    margin: 15px;
}
.side-bar .wysiwyg h1,
.side-bar .wysiwyg h2,
.side-bar .wysiwyg h3,
.side-bar .wysiwyg h4,
.side-bar .wysiwyg h5,
.side-bar .wysiwyg h6 {
    font-size: 100%;
}
.side-bar .wysiwyg ul li {
    list-style-type: none;
    background: url(http://www.pps.k12.or.us/css/images/bullet_yellow.gif) 5px 0.4em no-repeat;
    padding-left: 20px;
    margin: 0.5em 0;
}
 
.wysiwyg h1 { margin: 0.67em 0; font-size: 1.50em; }  /* Same size as h2. */
.wysiwyg h2 { margin: 0.75em 0; }
.wysiwyg h3 { margin: 0.83em 0; }
.wysiwyg h4 { margin: 1.12em 0; }
.wysiwyg h5 { margin: 1.50em 0; }
.wysiwyg h6 { margin: 1.67em 0; }
 
.wysiwyg,
.wysiwyg blockquote,
.wysiwyg dl,
.wysiwyg fieldset,
.wysiwyg hr,
.wysiwyg ol,
.wysiwyg p,
.wysiwyg ul {
    margin-top: 1.12em;
    margin-bottom: 1.12em;
}
.wysiwyg ol ol,
.wysiwyg ol ul,
.wysiwyg ul ol,
.wysiwyg ul ul {
    margin-top: 0;
    margin-bottom: 0;
}
.wysiwyg blockquote {
    margin-left: 40px;
    margin-right: 40px;
}
.wysiwyg dd,
.wysiwyg li {
    margin-left: 40px;
}
 
.wysiwyg table.calendar-month {
    width: 99%;
    margin: 0 auto;
    color: black;
    border-collapse: collapse;
    border-bottom: 2px #CDD7DC solid;
    empty-cells: show;
}
.wysiwyg table.calendar-month caption {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    background-color: #CDD7DC;
    border-bottom: 2px white solid;
}
.wysiwyg table.calendar-month th,
.wysiwyg table.calendar-month td {
    padding: 2px;
    vertical-align: top;
    width: 14%;
    border: 2px #CDD7DC solid;
}
.wysiwyg table.calendar-month th {
    border-top-style: none;
    text-align: center;
}
.wysiwyg table.calendar-month td {
    height: 4.5em;
    text-align: left;
}
.wysiwyg table.calendar-month th.weekend,
.wysiwyg table.calendar-month td.weekend {
    background-color: #CDD7DC;
    border-color: white;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}
 
table.border-around-table {
    border: 1px solid black;
    empty-cells: show;
}
table.border-around-cells {
    border: 1px solid black;
    border-collapse: collapse;
    empty-cells: show;
}
table.border-around-rows {
    border: 1px solid black;
    border-collapse: collapse;
    empty-cells: show;
}
table.border-around-cells th,
table.border-around-cells td {
    border: 1px solid black;
}
table.border-around-rows th,
table.border-around-rows td {
    border: 1px black;
    border-style: solid none;
}

#page-footer {
    clear: both;
    border-top: 1.6em #495E68 solid;
    color: #495E68;
    font-size: 90%;
    text-align: center;
}
#IEroot #page-footer {
    min-height: 0;  /* Trigger hasLayout in IE7 to avoid a doubled clear-padding bug. */
}
#page-footer p {
    margin: 1em 0 0.5em 0;
}
#non-discrimination-statement {
    text-align: justify;
}
 
/* Lightbox Styles */
#lightbox {
    background-color: black;
    color: white;
    padding: 10px;
}
#lightboxDetails {}
#lightboxCaption {
    margin-top: 10px;
    font-weight: bold;
}
#keyboardMsg {
    display: none;
}
@media aural
{
    #keyboardMsg { display: block; }
}
#keyboardMsg a {
    color: white;
    font-weight: bold;
}
#closeButton {
    top: 0;
    right: 0;
    color: white;
}
#lightbox img {
    border: none;
    clear: both;
}
/* End Lightbox Styles */
 
.side-bar,
.side-image .caption,
#lightboxCaption {
    overflow: auto;  /* The elements need a set width for this to work. */
    word-wrap: break-word;  /* IE & CSS3 only. */
}
 
@media print
{
    .no-print {
        display: none;
    }
    #page-container {
        margin: 0;
        width: auto;
    }
    #top-banner {
        overflow: hidden;
        width: 100%;
        text-align: center;
    }
    #top-name-location {
        position: static;
        color: black;
    }
    #top-banner-image {
        margin: 0 auto;
    }
    #top-language-links,
    #tab-bar,
    #nav-bar,
    #search-bar,
    #left-nav {
        display: none;
    }
    #page-content {
        float: none;
        width: auto;
        padding: 0;
        margin-top: 20px;
    }
    #page-footer {
        clear: both;
        width: 100%;
        margin-top: 20px;
    }
    .side-bar,
    .side-image {
        overflow: visible;
        width: auto;
    }
    .side-bar {
        border: 1px solid #FCF7E3;
        border-top: none;
    }
}
 
