@import url(menu.css);
@import url(newsletter.css);
@import url(page.css);
@import url(slimbox.css);

html {
    height:100%;
}

body {
    font-family:Tahoma, serif;
    background-color:#ebe8c8;
    color: #666666;
    font-size:100%;
    text-align:center;
    margin:40px 0;
    padding:0px;
}
html>body {
    font-size: 16px; /* IE can�t read this */
}

/* emsizing hacks */
table, td p, td td, td td td {
    font-size: 100%;
}
/******************/
h1 {
    font-weight:bold;
    font-size:1.3em;
    padding:0;
    margin:0 0 1em 0;
    color:#ff9900;
}

h2 {
    font-weight:bold;
    font-size:1em;
    padding:0;
    margin:0 0 1em 0;
}

p {
    font-size: 0.8em;
    color:#ffffff;
    padding:0;
    margin:0 0 1em 0;
    line-height:1.7em;
}

input {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    color:#666666;
    border: 1px solid #cccccc;
    font-size: 0.75em;
}
input.subscribe {
    border:none;
    background-color:#e8e8e8;
    font-size:0.75em;
    width:130px;
}
input.smabtn {
    font-size:0.7em;
    border:none;
    background-color:#fb9622;
    color:#ffffff;
    margin-left:2px;
    padding:0;
}
input.noborder {
    border:none;
}

select {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    border: 1px solid #cccccc;
    color: #666666;
    font-size: 0.75em;
}
textarea {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    border: 1px solid #cccccc;
    color: #666666;
    font-size: 0.75em;
}

a {
    color:#797937;
    text-decoration:none;
}
a:hover {

}
a img {
    border:none;
}

ul.standard li {
    font-size:0.9em;
}

ul#links {
    margin:0;
    padding:0 0 20px 0;
    list-style-type:none;
}
#links li {
    font-size:0.75em;
}
#links li a {
    text-decoration:none;
    font-weight:normal;
    color:#ffffff;
}
#links li a:hover {
    color:#797937;
}
#links li.cathead {
    list-style-type:none;
    font-size:0.85em;
    font-weight:bold;
    padding-top:5px;
    color:#ffffff;
}

/* architecture *************/
#outerwrapper {
    margin:0 auto;
    text-align:center;
    width:980px;
    background-image:url(/images/border.gif);
    background-repeat:repeat-y;
}
#innerouter {
    margin:0 auto;
    text-align:left;
    width:780px;
    background-color:#aeaf69;
}

#headerbar {
    position:relative;
    background-color:#797937;
    padding:20px 30px 10px 30px;
    /*zoom:1; *//*IE6 hack*/
}

#quote {
    position:absolute;
    bottom:20px;
    left:190px;
    width:385px;
    color:#aeaf69;
}
span.quote {
    font-size:0.9em;
}
span.quoter {
    font-size:0.7em;
}

#leftbar {
    float:left;
    width:135px;
    margin:0 55px 30px 0;
}

#menubar {
    margin:0 0 30px 0;
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#797937;
    font-size:0.85em;
    font-weight:bold;
    text-align:right;
}

#info {
    margin-left:60px;
    font-size:0.65em;
    color:#797937;
    text-align:right;
}

#contentdiv {
    position:relative;
    width:590px;
    float:right;
}

#contentdiv #imagebar {
    /*position:absolute;
    top:160px;
    left:390px;*/
    float:right;
    width:200px;
    margin:0;
}
#imagebar div {

}

#footer {
    clear:both;
    background-color:#ebe8c8;
    padding:2px 0;
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#aeaf69;
    font-size:0.7em;
    text-align:center;
    letter-spacing:0.05em;
}

/* general styles *****/
.sma {
    font-size: xx-small;
}
.smait {
    font-size: xx-small;
    font-style:italic;
}

.btn {
    font-size: xx-small;
}

.alert {
    font-weight: bold;
    color: #ff0000;
}

.fieldlabel {
    font-size: 0.75em;
}

.sitemapline {
    padding-bottom: 6px;
    font-size : 0.75em;
}
a.sitemaplink {
    color: #ff9900;
}
a.sitemaplink:hover {
    text-decoration: underline;
}

/* sign up ********/
#signupbar {
    margin-right:10px;
    padding:10px 0;
    border-top:1px dashed #cccccc;
    border-bottom:1px dashed #cccccc;
}
#signupbar p {
    font-size:0.7em;
    padding:0;
    margin-bottom:5px;
}
#divresponse {
    width:100%;
}
#divresponse p {
    padding:3px 0;
    margin:0;
    font-size:0.65em;
}
/******************/

/* gallery styles */
div#thumbnailgallery{
    width:200px;
}

#thumbnailgallery h2.cathead {
    clear:both;
}

div.thumb{
    float:left;
    width:80px;
    height:60px;
    overflow:hidden;
    margin:10px 10px 0 0;
    border:5px solid #797937;
}
div.thumb:hover {
    border:5px solid #ebe8c8;
}
div.thumb img {
    margin-top:-20px;
    margin-left:-50px;
}

.galleryitem {
    position:relative;
}

div#gallerynav {
    margin:0 auto;
    text-align:center;
}
#gallerynav a {
    margin-left:30px;
    font-size:0.65em;
}

.gallerytitle{
    font-weight:bold;
    font-size:0.75em;
    margin:0 0 1em 0;
    color:#28690b;
}

.galleryimagecaption {
    font-size:0.75em;
    margin:1em 0;
}
/******************/

/* news styles ****/
#noticeboard {
    width:90%;
    margin-top:10px;
    border-top: 1px dotted #797937;
}
.newsitem {
    margin:10px 0;
    border-bottom: 1px dotted #797937;
}
.newsitem p {
    padding:0;
    margin:0;
}
.newstitle p {
    color:#797937;
    font-weight:bold;
    font-size:1em;
    text-align:left;
    float:left;
}
.newsdate {
    color:#ebe8c8;
    font-size:0.8em;
    font-style:italic;
    text-align:right;
    float:right;
}
.newsitem div img {
    float:right;
    margin:2px 0 5px 5px;
}
.newsbody {
    clear:both;
    padding:10px 0 15px 0;
    line-height:normal;
}

.calendarbtn {
    position: relative;
    left: 225px;
}

.fbimg {
    position: relative;
    left: 75px;
    width: 50px;
    height: 50px;
}
/*******************/

