/*
Cascading Style Sheet for
Eurobodalla Regional Botanic Garden web site
Author:  Peter Anderson
Date created:  Wednesday, 10 August 2005
Date modified:  Tuesday, 6 September 2005

Colours:
#4e687a - grey
#c15c20 - ochre
#486c2f - green
#ffffff - white
#000000 - black

*/

html, body {
    background-color: #ffffff;
    color: #4e687a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active, a:hover, a:link, a:visited {
    /*
    color: #486c2f;
    */
    color: #c15c20;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #486c2f;
}
img.left {
    border: 0px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
img.right {
    border: 0px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
div.heading {
    background-color: #4e6a78;
    border-bottom: 4px solid #ffffff;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 35px;
}
div.menubar {
    background-color: #c15c20;
    border-bottom: 4px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
}
div.menubar a {
    /*
    background-color: transparent;
    */
    text-decoration: none;
}
div.menubar a:link, div.menubar a:visited, div.menubar a:active, div.menubar a:hover {
    color: #ffffff;
}
div.menubar a:hover {
    text-decoration: underline;
}
div.content {
    border-left: 1px solid #486c2f;
    border-right: 1px solid #486c2f;
    /* The 'border-top' seems to fix a bug in Mozilla */
    border-top: 1px solid #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 760px;
}
div.menulist  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}
div.menulist a {
    text-decoration: none;
}
div.menulist a:link, div.menulist a:visited, div.menulist a:active, div.menulist a:hover {
    color: #c15c20;
}
div.menulist li {
    list-style: none;
}
.colourbox {
    background-color: #486c2f;
    border: 1px solid #4e687a;
    color: #ffffff;
    margin: 10px 30px 10px 30px;
    padding: 5px;
}
