/*
* Defaults
*/
* {
    font-family: Trebuchet, sans-serif;
    padding: 0px;
    margin: 0px;
}
body {
    background-color: #9fe0ff;
}
img {
    border: 0;
}
a:link, a:hover, a:active, a:visited, a:active {
    text-decoration: none;
    color: #34669B;
}
h1 {
    text-align: center;
}
h4, h3, h4, h5, h6 {
    padding: 2px 10px 2px 10px;
}
h5 {
    text-decoration: underline;
}
p {
    padding: 5px 10px;
}
.bold {
    font-weight: bold;
}
.italics {
    font-style: italic;
}
.small {
    font-size: smaller;
}
.center {
    text-align: center;
}
.make-inline {
    display: inline;
}
.make-list {
    display: list-item;
    list-style-type: none;
}
.make-list li {
    list-style-type: square;
}
.make-sub-list {
    margin-left: 30px;
    list-style-type: none;
}
.simple-list {
    margin-left: 30px;
    list-style-type: none;
}
.simple-list-dots li {
    margin-left: 30px;
    list-style-type: disc;
}
.simple-list-dots-extra li {
    margin-left: 30px;
    margin-right: 10px;
    list-style-type: disc;
}
.header{
    text-align: center;
    margin-bottom: 20px;
}
.space {
    margin-top: 10px;
    margin-bottom: 10px;
}
.space-top {
    margin-top: 20px;
}
.space-bottom {
    margin-bottom: 20px;
}
.space-side {
    margin-left: 20px;
    margin-right: 20px;
}
.light-border {
    margin: 5px 5px;
    border: 1px dashed #6599cc;
}
.overflow {
    overflow: scroll;
    height: 1150px;
}
.overflow-shorter {
    overflow: scroll;
    height: 950px;
}
.half-size-mailto {
    height: 50px;
    width: 250px;
}
/*
* Main Structure
*/
#container-table {
    background-image:url(background.png);
    background-repeat:repeat-x;
    border-collapse: collapse;
}
td {
/*    border: 2px solid #000;*/
}
.pane {
    width: 1200px;
    height: 1500px;
}
.section-table {
    margin: 0px auto;
}
.controls-table {
    margin-bottom: 480px;
}
.controls-table a:link, .controls-table a:hover, .controls-table a:active, .controls-table a:visited, .controls-table a:active {
    font-weight: bold;
}
.go-right-controls, .go-left-controls {
    margin: 0px;
    padding: 0px;
    height: 115px;
    width: 225px;
}
.links-right, .links-left {
    list-style-type: none;
}
.links-right img {
    padding-left: 5px;
}
.links-left img {
    padding-right: 5px;
}
.links-left {
    position: relative;
    top: -35px;
    text-align: right;
}
.links-right {
    position: relative;
    bottom: -35px;
}
.central-controls {
    height: 225px;
    width: 230px;
}
.central-controls li {
    list-style-type: none;
    display: inline;
}
.sauk-logo {
    padding-left: 4px;
}
.controls-div {
    height: 75px;
    text-align: center;
}
.controls-div ul {
    margin: 0px;
    padding: 0px;    
}
.controls-div .go-right {
    padding-top: 30px;
    text-align: left;
}
.controls-div .go-left {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: right;
}
.content-table-cell {
    width: 800px;
    height: 1495px;
    background-image:url(content2.png);
    background-position:center;
    background-repeat:no-repeat;
}
.content-div {
    width: 800px;
    height: 1485px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
/*
* noscript rules
*/
.noscript {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 5px;
    background-color: #FFC0CB;
    z-index: 100;
}

/*
* Ribbon rules
*/
.ribbon-container{
    position: relative;
    padding: 10px;
    margin-bottom: 0px;
    height: 10px;
    left: 1px;
    top: -5px;
}
.ribbon{
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(ribbon.png);
    width: 160px;
    height: 189px;
}
/*
* Javascript div rules
*/
.js-div-content {
    
}
.js-div-links {
    background-color: #9fe0ff;
    padding-left: 10px;
    margin-bottom: 20px;
}
.js-div-links li {
    padding: 5px 5px 5px 5px;
    list-style-type: none;
    display: inline;
    background-color: #FFF;
    border: 2px solid #6599cc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.js-div-links-mini {
    background-color: #9fe0ff;
    padding-left: 10px;
    margin-bottom: 20px;
}
.js-div-links-mini li {
    font-size: smaller;
    padding: 4px 4px 4px 4px;
    list-style-type: none;
    display: inline;
    background-color: #FFF;
    border: 2px solid #6599cc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
}

/*
* Welcome Section
*/
.suggest {
    padding: 0px;
    margin: 0px;
}
.padding {
    padding-top: 10px;
}
.charcoal {
    color: #555555;
}
.x-small {
    font-size: 9px;
}
.h1-styling {
    color: #9FE0FF;
    border-bottom: 4px solid #9FE0FF;
}
.social {
    color: #99b7d7;
    padding: 0px;
}
.uk {
    color: #92c5f8;
}
.dbl-border-outside {
    padding: 2px;
    margin: 30px;
    margin-left: 35px;
    border: 2px solid #6599cc;
    background-color: #99b7d7;
}
.dbl-border-inside {
    background-color: #FFF;
    border: 2px solid #6599cc;
}
.dbl-border-inside .light-border .make-list {
    margin-left: 30px;
}
#welcome-help, #welcome-contact {
    padding-left: 30px;
    padding-right: 20px;
}
#welcome-help p, #welcome-contact p {
    padding: 10px 2px 10px 2px;
}
#welcome-contact img {
    padding-left: 100px;
}
#welcome-contact .make-list {
    padding-left: 50px;
}
/*
* Forum rules
*/
#forum-link {
    padding-left: 90px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#forum-iframe {
    width: 750px;
    height: 1350px;
    padding: 0px 15px;
    margin-right: 35px;
    margin-top: 15px;
    border: none;
}
/*
* Chat rules
*/
#chat-info fieldset {
    margin: 0px 10px;
        text-align: center;
        margin-bottom: 10px;
}
#chat-iframe {
    width: 750px;
    height: 300px;
    border: none;
    margin: 10px 0px 10px 25px;
}
/*
* Information rules
*/
#co-morbid-sa .js-div-content .simple-list-dots .simple-list {
    list-style-type: none;
}
#co-morbid-sa .js-div-content .simple-list-dots .simple-list li {
    list-style-type: none;
}
/*
* Links rules
*/
#sa-books {
    height: 1300px;
    overflow: scroll;
}
#sa-books td {
    padding: 20px 20px;
}
.image img {
}
/*
* Games rules
*/
