/* ---------  CSS Stylesheet OAS website  ----------------  */
/*                                                          */
/* The CSS for this web site is relatively simple so we     */
/* only use one stle sheet for the entire web site.         */
/* However, we do use id's to better keep track of what     */
/* we're trying to display.                                 */
/* -------------------------------------------------------  */

* {
        margin:0;
        padding:0;
        }

body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 76%;
        text-align:center;
        line-height: 1.5em;
        background-color: #e5f6e6;
        }

h1 {
        font-size: 1.2em;
        color: #993300;
        line-height: 0.95em;
        }

h2 {
        font-size: 1.3em;
        color: #5c755e;
        line-height: 1.1em;
        padding: 0.7em 0 0.7em 0;
        }

p {
        font-size:0.95em;
        line-height: 1.25em;
        padding: 1.2em 1em 0 0;
        }

ul {
        margin-top: 1.2em;
        }

img {
        margin-left: 1em;
        float: right;
        }

#container {
        width: 760px;
        margin: 5px auto;
        text-align: left;
        border: 1px solid #c0c0c0;
        background: url(../images/col_bkgd1.gif) repeat-y;
        }

/* ---------  Header related formatting ----------------  */

#header {
        margin: 0;
        }

#header h1 {
        height: 96px;
        text-indent: -5000px;
        background: #fff url(../images/header1.jpg) no-repeat;
        }
/* ---------  Menu formatting  -------------------------  */

#menuNav {
        margin:   .8em 0 0 0;
        overflow: hidden;
        padding: 0 10px 5px;
        }

#menuList {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size:1.2em;
        float: right;
        }

#menuList li {
        float: left;
        line-height: 1.1em;
        margin: 0 .5em 0 -.5em;
        line-height: 1.0em;
        padding: 0 1.0em 0 1.0em;
        border-left: 1px solid #c0c0c0;
        }

#menuList a {
        text-decoration: none;
        color: #5c755e;
        }

#menuList a:hover {
        color: black;
        text-decoration: underline;
        }

/* ---------  Main Content related formatting  ---------  */

#content {
        float: right;
        width: 75%;
        margin-left: 2%;
        }

#contacts ul {
        margin-top: -1.3em;
        margin-left: 220px;
        }

#schedule p {
        font-size: 1.2em;
        line-height: 0.7em;
        }

#harness h2 {
        padding: 1.5em 0 0.7em 0;
        }

#schedule li {
        margin-left: 15px;
        }

#straight_lines {
        margin-left: 15px;
        list-style-type: none;
        }

#halloween_picture {
        float: left;
        margin-left: 10em;
        }

/* ---------  Tan Sidebar related formatting  ---------  */

#sidebar {
        float: left;
        width: 21%;
        min-height: 440px;
        padding: 0 5px 0 10px;
        color: #5c755e;
        }

#sidebar p {
        padding: 0 0 1em 0;
        }

#sidebar ul {
        margin-top: -1.3em;
        padding: 0.7em 0 0.7em 0;
        }

#sidebar li {
        margin-left: 1.3em;
        font-size:1.1em;
        padding: 0 0 0 .5em;
        }

#downloads a {
        color: #5c755e;
        }

#downloads li {
        list-style: none;
        margin-left: 0.3em;
        padding: 0.5em 0 0 .5em;
        }

/* ---------  Footer formatting  ---------------------  */

#lowerSidebar {
        clear: both;
        padding: .4em;
        background: #ffffff url(../images/footer1.gif) no-repeat;
        }

#footer  {
        height: 20px;
        padding: 0.5em 0 0 1.2em;
        background-color: #5c755e;
        }

#footer p {
        padding: 0;
        float: right;
        font-size:0.9em;
        }

