body {
    margin:0;
    padding:0;
    background: #eee url('../img/bg.png') repeat-x;
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 1em;
    line-height: 175%;
    text-align: justify;
}

table {
    width: 100%;
}

th {
    font-weight: bold;
}

td {
    vertical-align: top;
}

a {
    color: #c8a042; 
    text-decoration: none;
    font-weight: bold;
}

a:link:hover {
    text-decoration: underline;
}

h1 {
    font-family: 'PT Serif', serif;
    font-size: 1.45em;
    color: #78A22F;
}

h2 {
    font-family: 'PT Serif', serif;
    font-size: 1.625em;
    color: #c8a042; /*#A3802F; */
    text-align: center;  
}

h3 {
    font-family: 'PT Serif', serif;
    font-size: 1.25em;
    color: #c8a042; 
}

.right {
    float: right;
    margin-right: 25px;
}

.errmsg {
    text-align: center;
    border: 2px dotted #c8a042;
    border-left: 0;
    border-right: 0;
}
#page {
    background: #fff url('../img/bg2.png') repeat-x;
    width: 960px;
    margin: 0 auto;
    padding-bottom: 60px;
}

#top {
    width: 960px;
    height: 180px;
    background: transparent url('../img/logo.png') no-repeat;
}

#navi {
    margin: 60px 100px auto auto;
    float: right;
    border: 2px dotted #8fc870;
    border-left: 0;
    border-right: 0;
}

#navi a {
    font-family: Arial, Helvetica,sans-serif;
    color: #5c5c5c;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    margin: 5px 10px 5px 10px;
    border: 5px solid transparent;
}

#navi a:hover {
    color: #fff;
    background: #8fc870;
    border: 5px solid #8fc870;
    cursor: pointer;
}

#subnavi {
    margin: 0 140px auto auto;
    float: right;
    border-bottom: 2px dotted #8fc870;
    display: none;
}

#subnavi a {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    margin: 6px;
    border: 6px solid transparent;
}

#subnavi a:hover {
    color: #fff;
    background: #8fc870;
    border: 6px solid #8fc870;
}

img.head {
    width: 685px;
    height: 270px;
    position: relative;
    left: 50%;
    margin-left: -353px;
    margin-bottom: 30px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 3px #666;
    -moz-box-shadow: 0 0 3px #666;
    box-shadow: 0 0 3px #666;
}

#slideshow {
    position: relative;
    width: 705px;
    height: 290px;
    background: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 3px #666;
    -moz-box-shadow: 0 0 3px #666;
    box-shadow: 0 0 3px #666;
}

#slideshow IMG {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -343px;
    display: none;
}

#slideshow IMG.active {
    display: inline;
}

#indicator {
    width: 200px;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

#indicator span {
    font-size: 4em;
    vertical-align: middle;
    color: #383838;
    margin: 2px;
}

#indicator span:hover {
    cursor: pointer;
}

#indicator span.active {
    color: #8FC870;
}

#main {
    width: 960px;
    background-color: transparent;
    min-height: 600px;
}

#submain {
    width: 720px;
    min-height: 600px;
    margin: 0 auto;
}


#welcome table {
    width: 100%;
}

#welcome table td {
    padding: 60px;
}

#news td {
    width: 33%;
    border: 5px solid #fff;
    padding: 15px;
}

#news td:hover {
    background: #efefef;
}

#news span {
    color: #888;
    font-size: 0.9em;
}
p.newspic {
    text-align: center;
}

p.newspic img {
    max-width: 600px;
    max-height: 450px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 3px #666;
    -moz-box-shadow: 0 0 3px #666;
    box-shadow: 0 0 3px #666;
    
    margin: 0 auto;
}

#hof {
    margin: 0 auto;
}

#hof td {
    text-align: justify;
    padding: 0 20px 10px 20px;
    width: 50%;
}

#foot {
    width: 100%;
    background: #5c5c5c;
}

#foot h2 {
    font-family: 'Nunito', Arial, sans-serif;
    color: #dfdfdf;
    font-size: 1em;
    text-align: left;
    font-weight: normal;
}

#foot a {
    color: #afafaf;
    font-size: 1em;
    text-align: left;
    font-weight: normal;
    text-decoration: none;
}

#foot a:hover {
    color:#dfdfdf;
}

#foot ul {
    list-style: none;
    padding: 0;
}

#foottab {
    width: 950px;
    margin: 0 auto;
}

#foottab td {
    width: 33%;
    padding: 15px 30px 15px 30px;
}

#foottab span {
    color: #afafaf;
    font-size: 0.75em;
}

.hidden {
    display: none;
}

input,textarea,button {
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 1.1em;
    color: #5c5c5c;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #afafaf;  
    
}

form span {
    color: #9c9c9c;
}

input[type="text"] {
    height: 35px;
    width: 300px;
    padding: 0 10px;
}



input[type="text"]:focus, textarea:focus {
    background: #efefef;
}

textarea {
    width: 400px;
    height: 200px;
    padding: 10px 10px;
    resize: none;
}

button {
    width: 150px;
    height: 35px;
    background: #efefef;
}

button:hover {
    background: #78A22F;
    color: #fff;
    cursor: pointer;
}

.hidden {
    display: none;
}

#archive h1 {
    font-size: 1.1em;
}


#archive h1:hover {
    cursor: pointer;
}

div.entry {
    padding: 15px;
    width: 680px;
    background: #f9f9f9;
}

div.entry:hover {
    background: #efefef;
}

div.entry span {
    color: #808080;
    font-size: 0.9em;
}

div.entry h1 {
    font-size: 1.25em;
}
