html {
    font-size: 0.99em;
    min-height:100%;
    margin-bottom:1px;
}

body {
    color:#ffffff;
    margin:0px;
    margin:20px auto;
    background: #ffffff;
    font-family: arial, sans-serif;
}

a {
    text-decoration:underline;
/*    color:#5D7B63;*/
    color:#fff;
}

a img {
    border:0px;
}

p {
    font-size:0.9em;
    line-height:1.3em;
    margin-top:0px;
    margin-bottom:14px;
}

ul {
    font-size:0.8em;
    list-style-type:none;
}

a:hover, a.on {
    color:#AFC7B9;
}

#wrapper {
    margin:20px auto 0px;
    width:980px;
}

#leftcol {
    width:583px;
    padding-right:20px;
    float:left;
}

#rightcol {
    width:301px;
    float:left;
}

#rightcol img {
    margin-bottom:20px;
}

h1  {
    height:127px;
    overflow:hidden;
    margin:0px;
}

h1 span {
    display:block;
    width:980px;    
    height:127px;
    background: url('images/header.jpg') top left no-repeat;
}

h2 {
    font-size:1.45em;
    margin:0px;
    padding:0 0 14px 0;
    color:#fff;
}

h3 {
    font-size:1.25em;
    margin:0px;
    padding:10px 0 14px 0;
}

#home img {
    margin-bottom:20px;
}

#h4 {
    color:#5D7B63;
    font-size:1000px;
}

#nav li {
    display:inline;
    padding-right:20px;

}
#nav {
    font-weight:bold;
    padding:10px 0 0 38px;
    height:25px;
    background:#5D7B63;
    margin:0px;
}
#nav a {
    color:#ffffff;
    text-decoration:none;
}

#nav a:hover, #nav a.on {
    color:#B9A72F;
}

#content {
    background:#B9A72F;
    padding:26px 38px 26px;
}

#clearall {
    height:0px;
    clear:both;
}

#footer {
    clear:both;
    font-size:0.8em;
    background:#5D7B63;
    height:20px;
    padding:10px;
    text-align:right;
    
}

#footer a {
    color:#ffffff;
}

#footer span {
    float:left;
}


#historypics {
    float:right;
    width:344px;
    margin-left:20px;
}

#historypics img {
    width:160px;
    float:left;
    height:185px;
    margin:0 0 12px 12px;
}

.address {
    float:left;
    width:220px;
}

.address h4 {
    margin:0px;
    padding:0px;
}

#latestevents {
    font-size:0.9em;
    width:158px;
    height:148px;
    float:right;
    background:#fff;
    color:#5D7B63;
}

#latestevents h3 {
    font-size:1em;
    font-weight:normal;
    background:#5D7B63;
    text-align:center;
    height:17px;
    color:#B9A72F;
    margin:0 0 16px 0;
    padding:2px 0px;
}

#latestevents p {
    line-height:1.3em;
    margin:0px 12px;
    width:134px;
}
#latestevents span {
    display:block;
    padding-bottom:10px;
}

#contact {
    border-left:1px solid;
    padding-left:30px;
}

#contact table {
    font-size:0.8em;
    vertical-align:top;
}   

#contact td {
    vertical-align:top;
}

#contact .label {
    padding-top:4px;
    width:100px;
}

#contact .err {
    color:#A21A1C;
    display:block;
    
}   

textarea, input {
    width:220px;
    font-size: 1em;
    font-family: arial, sans-serif;
}   


input.send {
    width: 50px;
    text-align:center;
    padding: 0px 10px;
    background: #fff;
    color: #5D7B63;
    float: right;
    border: 1px solid #5D7B63;
}

.category {
    padding: 6px 8px 3px 8px;
    float:left;
/*    margin-right:12px; */
    margin-left: 6px;
    width: 180px;
}
.category span{
    display:block;
    margin-top:10px;
    text-align:center;
}

.categoryThumb {
    text-align:center;
    width:172px;
    height:214px;
    margin:4px auto 10px auto;
}


.thumb {
    text-align:center;
    width:171px;
/*    height:140px;
    display:inline;
    float:left;
    margin:0px 0px 14px 7px;*/
    margin:4px auto 10px auto;
}
.thumb img {
    border: 1px solid #5d7b63;
}


#map, #map2 {
    color:#000;
    border:3px solid #AFC7B9;
    overflow:hidden;
    height:265px;
    margin: 0 0 10px 0px;
    width:295px;
    font-size: 0.7em;
}

.maphome {
    margin: 0 0 10px 0px;
    height:200px;
}

#map p, #map2 p {
    width:auto;
    font-size:1em;

}
#map h2{
    color:#000;
}

#lightbox{  position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }           
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}      

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


.err {
    color: #A21A1C;
}

p.err {
    clear: both;
}

.galleryImg {
    float: left;
    margin-left:10px;
    width: 180px;
    height:275px;
    padding: 10px 13px 3px 13px;
}

.galleryImgTitle {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.galleryImgCaption {
    clear: left;
    font-size: 0.85em;
    text-align: center;
}

.catThumb {
    float: left;
    margin-left:6px;
    width: 155px;
    height:240px;
    padding: 6px 8px 3px 8px;
}

.clear {
    clear: both;
    height: 2px;
}




/* REDUNDANT */

#addimgs {
    clear:both;
    padding-top:20px;
    width: 310px;
}

#addimgs label {
    width:60px;
    padding-top:3px;
    display:block;
    float:left;
    clear:left;
}

#addimgs input {
    float:left;
}

#addimgs .upload {
    width:70px;
    margin-left:206px;
}
#addimgs ul {
    margin:0px;
    padding:0px;
}

#addimgs li {
    height:20px;
    margin-bottom:6px;
}

#addimgs li.title {
    margin-bottom:10px;
}


