/*
    COLORS

    fff6eb  beige
    c3dea9  lighter green
    b3ce99  lighter green #2
    83b36b  light green
    556247  dark gray/green

*/


* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

body {
    background: #c3dea9 url('/img/bg.jpg') repeat-x;
    font-family: Georgia, serif;
    color: black;
}

img {
    border: none;
}

h1, h2, h3 {
    margin-bottom: 0.8em;
}

#contentcol h1, #contentcol h2, #contentcol h3 {
    color: #556247;
    /*text-decoration: underline;*/
}

#contentcol h2, #contentcol h3 {
    width: 25%;
    border-bottom: 2px solid #c3dea9;
}

h1 {
    font-size: 1.4em;
}

h2 {
    font-size: 1.0em;
}

#contentcol h2 {
    margin-top: 1.8em;
}

h3 {
    font-size: 0.8em;
}

a {
    color: #556247;
}

a:visited {
    color: #556247;
}

#contentcol p a:hover, .related a:hover {
    background-color: #556247;
    color: #c3dea9;
    text-decoration: underline;
}

p {
    font-size: 0.90em;
    margin-bottom: 0.8em;
    line-height: 1.6em;
}

.intro {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 2em;
    font-family: "Trebuchet MS", sans-serif;
}

#contentcol ul, #rightcol ul {
    margin-left: 1.2em;
}

#contentcol li, #rightcol li {
    margin-bottom: 1.2em;
}

table {
    width: 100%;
}

td {
    padding: 0.2em;
    padding-left: 0;
    border-bottom: 1px solid #f5ece2;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 0.9em;
}

#container {
    background: transparent url('/img/floral-trans.png') no-repeat top left;
    width: 100%;
    text-align: center;
}

#page {
    width: 980px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    margin-bottom: 16px;
}

#header {
    height: 96px;
}

#navigation {
    font-weight: bold;
}

#navigation a, #navigation a:visited {
    color: #fff6eb;
}

#navigation ul {
    margin-top:1.2em;
    margin-bottom:0.4em;
    /*background-color: #b3ce99;*/
}

#navigation ul li {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    list-style-type: none;
    display: inline;
    color: #556247;
}

#navigation ul .active, #navigation ul .active:hover {
    background-color: #fff6eb;
    color: #556247;
}

#navigation ul .active a {
    color: #556247 !important;
}

#navigation ul li:hover {
    background-color: #b3ce99;
}

#navigation ul li a {
    text-decoration: none;

}

#wrapper {

}

#content {
    background: #fff6eb url('/img/floral2-trans.png') no-repeat bottom right;
    background-color: #fff6eb;
    padding: 0.8em;
    border-bottom: 1px solid #b3ce99;
    border-right: 1px solid #b3ce99;
}

#contentclear {
    clear: both;
    height: 0.8em;
}

#contentcol {
    width: 670px;
}

#rightcol {
    float: right;
    border-left: 1px dotted #83b36b;
    width: 25%;
    margin-left: 0.8em;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 80%;
    padding: 0.8em;

}

#rightcol div {
    margin-bottom: 2em;
}

#rightcol h2 {
    color: #fff6eb;
    background: #83b36b url("img/bgbar.png") repeat-x;
    padding: 0.4em;
    text-align: right;
    text-transform: uppercase;
    font-family: Georgia, serif;
}

#contentcol .contentimg {
    float: left;
    margin-right: 0.8em;
    margin-bottom: 0.4em;
}

#contentcol .contentimg .imgtext {
    width: 91%;
    padding: 0.4em;
    padding-right: 0.8em;
    border-bottom: 1px solid #c3dea9;
    font-size: 0.7em;
    color: #556247;
    text-align: right;
}

.related {
    margin-top: 0.4em;
    text-align: right;
    font-family: Georgia, serif;
}

.contactform {
}

.contactform #submit {

}

.contactform label {
    font-weight: bold;
}

.contactform #name {
    font-size: 1em;
    width: 99%;
    margin-bottom: 0.8em;
}

.contactform #email {
    font-size: 1em;
    width: 99%;
    margin-bottom: 0.8em;
}

.contactform #msg {
    font-size: 1em;
    width: 99%;
    height: 200px;
    margin-bottom: 0.8em;
}

#footer {
    margin-top: 0.8em;
    font-size: 0.8em;
    text-align: center;
    color: #556247;
}

#xhtmllogo {
    float: right;
    padding-bottom: 0.8em;
}


/* BILLEDER */

#thumbs {
    overflow: hidden;
    position: relative;
}

#pageContainer {
    width: 3900px;
}

#pagerContainer {
    float: left;
    width: 240px;
}

.page {
    float: left;
    width: 240px;
    height: 560px;
}

.thumbnail {
    float: left;
    margin: 0 1.2em 2.4em 0;
    width: 96px;
    height: 72px;
    cursor: pointer;
}

/* this is for the loading.gif */
.thumbnail div img {
    margin: 22px;
}

.thumbnail a img {
    width: 96px;
    height: 72px;
}

#bigimageContainer {
    float: right;
    position: relative;
}

#bigImage {
    border: 3px solid #83b36b;
}

#prev {
    float: left;
    outline: none;
}

#next {
    float: right;
    outline: none;
}

/* END BILLEDER */

