/* dotty background to page and basic centered layout */
body {
    height: 100%;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    }

div#SilverStripeNavigatorMessage {
    display: none;
}

div#background {
    background: #374c25 url("../images/greengrad.png") repeat-x;
    padding: 0;
    margin: 0;
    min-height: 1000px;
    }

div#background-about-us {
    background-color: #523156;
    background-image: url("../images/purplegrad.png");
    background-repeat: repeat-x; 
    padding: 0;
    margin: 0;
    min-height: 1000px;
    }

div#background-contact {
    background: #980701 url("../images/darkbrowngrad.png") repeat-x;
    padding: 0;
    margin: 0;
    min-height: 1000px;
    }

div#background-ecommerce {
    background: #980701 url("../images/terragrad.png") repeat-x;
    padding: 0;
    margin: 0;
    min-height: 1000px;
    }

div#background-faq {
    background: #16385e url("../images/bluegrad.png") repeat-x;
    padding: 0;
    margin: 0;
    min-height: 1000px;
    }

div#background-mahara {
    background: #33221b url("../images/darkbrowngrad.png") repeat-x;
    padding: 0;
    margin: 0;
    min-height: 1000px;
    }

div#background-moodle {
    background: #ffe198 url("../images/orangegrad.gif") repeat-x;
    padding: 0;
    margin: 0;
    min-height: 1000px;
    }

div#background-services {
    background: #16385e url("../images/bluegrad.png") repeat-x;
    padding: 0;
    margin: 0;
    min-height: 1000px;
    }

div#Main {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    min-height: 800px;
    }

div#CurveHead {
    width: 100%;
    height: 92px;
    margin-bottom: 0;
    background: transparent url("../images/eldslantheader.png") no-repeat;
    }

div#CenterSection {
    width: 794px; /* compensate for border 800-3-3 */
    margin-top: 0;
    background: #ffffff;
    border-right: 3px solid #cb9e7d;
    border-left: 3px solid #cb9e7d;
    }

/* 2 column layout */


div#wrapper {
    padding-top: 8px;
    width: 100%;
    overflow: auto;
    }

div#wrapper-about-us {
    padding-top: 8px;
    width: 100%;
    overflow: auto;
    }

div#sidebar {
    width: 188px;
    float: left;
    padding: 6px;
    }

div#maincontent {
    width: 590px;
    float: right;
    }

/* side menu */

#sidemenu {
    background: url("../images/pboxbottom.gif") no-repeat bottom;
    padding-bottom: 25px;
    }

#sidemenu .sidecontent {
    background: url(../images/pboxmiddle.gif) repeat-y; 
    padding-right: 5px;
    }

#sidemenu .sideheader {
    background: url("../images/pboxtop.gif") no-repeat top;
    height: 25px;
    }

#sidemenu .sideheader a {
    color: #946e49;
    font-size: 0.9em;
    padding-left: 70px;
vertical-align: sub;
    }

#sidemenu ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style-type: disc;
    }

#sidemenu .current a {
	color: #000000;
    }

#sidemenu ul a {
    color: #946E49;
    }

/* side logo links */
.sidelogo {
    text-align: center;
    padding: 20px 0;
    }

.sidelogo img {
    border: 0;
    }

/* Header */
div #Header h1 {
    margin: 0;
    padding-left: 8px;
    margin-bottom: 5px;
    }

/* main menu */
ul#Menu1 {
    background: transparent url("../images/menuback.png") repeat-x;
    margin: 0;
    height: 34px;
    padding-left: 8px;
    list-style-type: none;
    overflow: hidden;
    }

ul#Menu1 li {
    float: left;
    height: 100%;
    margin-right: 12px;
    padding-right: 8px;
    padding-top: 4px;
    border-right: 1px solid #d49c65;
    }

ul#Menu1 li a {
    }

ul#Menu1 li.current a {
    color: #c63601;
    font-weight: bold;
    }

/* Layout big nav images on home page */
div#UpperImages, div#LowerImages {
    overflow: auto;
    text-align: center;
    padding: 0 40px 0 40px;
    }

div.navimage {
    width: 213px;
    height: 213px;
    float: left;
    margin: 5px 10px 5px 10px;
    }

div.navimage img {
    border-style: none;
    }

/* style home page content */
div#HomePageContent {
    padding: 0 20px 0 20px;
    font-family: Verdana;
    }

/* Footer */
#Footer {
    text-align: center;
    font-size: 0.8em;
    padding-top: 10px;
    padding-bottom: 5px;
    }

/* Normal page content */
#PageContent {
    font-size: 0.9em;
    padding: 0 20px 0 20px;
    }

h2.pagetitle {
    padding-left: 20px;
    }


.breadcrumbs {
    padding-left: 20px;
    margin-top: 10px;
    }
