/****************** RESET BROWSER DEFAULTS *******************/
html, body, div, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, fieldset, form, label, legend{
margin:0;
padding:0;
border:0;
}
/* Make non-compliant browsers display html5 elements correctly */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
/******************* ELEMENTS NOT TO DISPLAY ****************/
#skipnav, #dropmenudiv, #breadcrumbs{display:none;}
/****************** GENERAL LAYOUT ************************/
body {
background: #fff;
color:#000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
text-align:center;
}
#wrapper{
width:100%;
text-align:left;
margin:0 auto;
border-bottom:1px solid #3d3d3d;
}
section{
padding:10px 15px 40px 15px;
margin-top:5px;
margin-bottom:-15px;
border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0; 
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
}
.cleaner{
clear:both;
}
.break{
height:5px;
border-top:1px #3a5e5e dotted;
}
/****************** HEADER *****************/
header{
margin-top:0;
margin-bottom:2px;
width:100%;
}
header img{
display:none;
}
header h1{
text-indent:-9999px;
height:200px;
background:url(header.jpg) center no-repeat;
}
a#home{/*make logo a link*/
display:block;
height:200px;
background:transparent !important;
border:0 !important;
}
/**************** NAVIGATION *******************/
nav{
text-align:center;
background:transparent;
border-top:1px solid #7c8c65;
}
nav ul{
list-style-type:none;
padding:7px 0 4px 0;
}
nav li{
font-size:100%;
font-family: Arial, Helvetica, sans-serif;
display:inline;
margin:0 15px;
padding-bottom:5px;
line-height:1em;
text-transform:normal;
letter-spacing:-0.035em
}
nav a{
color:#414141;
text-decoration:none;
padding:2px 5px 2px 5px;
text-shadow:0 -1px 1px rgba(124,140,101,0.5);
}
nav a.current{
background:#7c8c65;
color:#fff;
border-radius: 4px;
-moz-border-radius: 4px; 
-webkit-border-radius: 4px;
text-shadow:0 -1px 1px rgba(0,0,0,0.5);
}
/************************** CONTENT ***********************/
p{
font-size:85%;
line-height:1.6em;
margin-bottom:1.2em;
font-family:Arial, Geneva, Helvetica, sans-serif;
color:#444;
}
p.small{
font-size:70%;
line-height:1em;
margin-bottom:.25em;
}
p.links{
text-align:center;
font-size:85%;
margin-bottom:0;
line-height:1em;
}
span.num{
font-weight:bold;
}
.links a{
color:#444;
font-weight:normal;
}
span.intro{
font-family:Georgia, 'Times New Roman', serif;
font-size: 1em;
letter-spacing: .25em;
line-height: 1.2em;
text-transform: uppercase;
color:#576554;
}
section h2{
font-family: Georgia, "Times New Roman", Times, serif;
padding: 5px 0 25px 0;
font-weight: normal;
text-shadow: 1px 1px 2px #858585;
color:#3f6949;
font-size:2em;
letter-spacing:0.08em;
font-style:italic;
}
h2 span.sub {
font-size: 0.70em;
font-family: Arial, Helvetica, sans-serif;
text-shadow: none;
letter-spacing:-1px;
display: block;
color:#647b6a;
font-style:normal;
}
section h3{
font-family: Georgia, "Times New Roman", Times, serif;
padding: 5px 0;
font-weight: normal;
text-shadow: none;
color:#3f6949;
font-size:1.3em;
}
section a{
color:#506634;
}
 .postcard{
width:900px;
margin:0 auto;
margin-bottom:20px;
border:1px solid #b2b2b2;
border-radius: 10px;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
padding:0 5px;
}
.postcard h2{
font-size:120%;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 10px 0 5px 0;
color:#3a5e5e;
letter-spacing:0;
text-shadow:none;
font-style:normal;
}
.postcard p.cardpic{
text-align:center;
line-height:1.1em;
}
.postcard p.details{
line-height:1.1em;
}
.postcard .cardpic strong{
font-size:110%;
}
.postcard .details strong{
color:#626262;
}
.postcard img{
padding:5px;;
margin:0 5px 5px 5px;
border:1px solid #c5c5c5;
background:#f4f4f4;
box-shadow: 2px 2px 5px #989898;
-moz-box-shadow: 2px 2px 5px #989898;
-webkit-box-shadow: 2px 2px 5px #989898;
}
.imggrid2 li, .imggrid li{
font-size:80%;
float: left;
text-align:center;
list-style-type:none;
color:#535353;
}
.imggrid li{
width: 260px;
margin: 0 5px 30px 5px;
padding:0 10px;
}
.imggrid2 li{
width: 160px;
margin: 0 20px 10px 20px;
}
imggrid a, .imggrid2 a{
color:#464646;
text-decoration:none;
}
.imggrid img, .imggrid2 img{
padding:5px;
background:#f6f5eb;
border:1px solid #c9c9c9;
}
.imggrid img{
margin:0;
}
.imggrid2 img{
margin:5px 0;
}
span.count{
font-size:80%;
}
/************************* BASE ***********************/
#base{
width:980px;
margin:0 auto;
background: rgba(124,140,101,0.7);
padding:20px 0 10px 0;
text-align:left;
}
#base p{
padding:5px 15px 10px 15px;
font-size:80%;
border-top:15px solid #3e3e3e;
margin:0;
color:#fff;
line-height:1.4em;
}
#base a{
color:#dfe8da;
}
ul.cardlinks{
list-style-type:none;
padding:5px 0 10px 20px;
}
.cardlinks li{
display:inline;
line-height:2.1em;
font-size:90%;
padding:2px 5px;
}
.cardlinks a{
color:#f6f9f4 !important;
margin:0 5px;
padding:2px 10px;
}
#sitelinks{
float:left;
text-align:left;
width:600px;
margin:0 0 0 20px;
padding:5px 0 10px 0;
}
#sitelinks ul{
padding-bottom:0;
padding-top:2px;
list-style-type:none;
}
#sitelinks li{
display:inline;
line-height:2.1em;
font-size:90%;
padding:2px 5px;
}
#sitelinks a{
color:#f6f9f4 !important;
margin:0 10px;
padding:2px 10px;
}
/********************** FOOTER ***********************/
footer{
width:90%;
max-width:1200px;
margin:0 auto;
margin-top:10px;
margin-bottom:20px;
padding:10px 35px;
font-size:90%;
}
footer p{
color:#E1E1E1;
}
footer a{
color:#CEDCE8;
}
/******************** SEARCH BOXES *********************/
/** Universal **/
section fieldset, #lowsearch fieldset{
margin:0;
padding:0;
border:0
}
section fieldset label, #lowsearch fieldset label{
display:none
}
/*** Section Search **/
section form{
margin:5px 0 0 30px;
padding:5px 50px 0 0;
font-size:80%;
}
section input#term{
color:#464646;
width:140px;
border:1px solid #64605c;
padding:2px 5px 2px 5px;
font-size:100%;
text-transform: lowercase;
letter-spacing:normal;
}
section input#searchbutton {
width:80px;
background-color:#464646;
border:1px solid #645b53;
color:#f2eee1;
cursor:pointer;
margin:2px 0 0 5px;
}
/** Base Search **/
#lowsearch{
float:right;
margin:5px 0 0 0;
padding:5px 50px 0 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
}
#lowsearch input#term{
color:#9D9D9D;
background:#464646;
width:140px;
border:1px solid #64605c;
padding:2px 5px 2px 5px;
font-size:100%;
text-transform: lowercase;
letter-spacing:normal;
}
#lowsearch input#searchbutton {
width:80px;
background-color:#464646;
border:1px solid #645b53;
color:#f2eee1;
cursor:pointer;
margin:2px 0 0 5px;
}



