/* basic elements  */
body { 
 font: 14px trebuchet ms, georgia,times,serif; 
 color: #F0E9CE; 
 background: #583c15 url(images/bg_light.jpg) top; 
 margin: 0;
 text-align: center;	 
}
acronym {
 cursor: help;
 border-bottom: 1px dotted #F0E9CE;
}
/* links */
a { 
 /*color: #F0AC4A;*/
 color: #fdce8a;
 text-decoration: none; 
}
a:hover,a:active { text-decoration: underline; }
a acronym { border: 0; }

/* Nav */
li a {
 display: block;
 color: #2B0101;
 font-weight: bold;
 font-size: 11px;
 text-transform: none;
 padding: 2px 0 3px 0;
}
li a.c {
 font-size: 9px;
 font-weight: normal;
 display: inline;
 padding: 0;
 text-transform: uppercase;
}
#larchives li a, #lresources li a {
 display: block;
 font-weight: bold;
 font-size: 11px;
 line-height: 15px;
 margin: 0; 
}

li a:hover, li a:hover.c { color: #5E1919; }
#footer a {
 //color: #B6B2A3;
 color: #829e23;
 margin: 5px 5px;
 //border: 1px solid #CBC7B5;
 text-decoration: none;
 padding: 2px 3px;
}
#footer a:hover {
 background: #CBC7B5;
 color: #2B0101;
}

/* id selectors */
#butterfly {
 margin: 0 auto;
 background-image: url(images/butterfly_light.jpg);
 width: 189px;
 height: 182px;
 position: absolute; left: -117px;
 z-index:1;
 }
 
#container { 
 z-index: 0;
 margin: 0 auto;
 text-align: left; 
 background: url(images/lines.jpg) repeat-y center;
 width: 682px;	
 z-index:0;
 top: 0px;
 position: relative;
}
#intro,#supportingText {
 line-height: 19px;
}
#pageHeader { 
 height: 287px;
 width: 682px;
 background: url(images/tree.jpg) no-repeat;
}
#quickSummary {
 background: url(preBg.gif) no-repeat center top;
 height: 87px;
 font-size: 9px;
 text-transform: uppercase; 
}
#preamble {
 width: 380px;
 margin-top: -95px; 
 padding: 0 0 0 260px;

}
#supportingText {
 width: 380px;
 padding: 0 0 0 260px;
}
#linkList {
 position: absolute;
 top: 325px;
 padding-left: 45px;
 color: #2B0101;
}
#lselect,#larchives,#lresources {
 background: url('images/corner1b.jpg') no-repeat bottom;
 padding-bottom: 12px;
 margin-top: 15px;  
}

/* layout */
#preamble h3,#explanation h3, #participation h3, #benefits h3, #requirements h3{
 text-align: right;
 text-indent: -1cm;
 height: 37px;
 color: #ffffff;
}
#lselect h3, #lresources h3, #larchives h3 {
 height: 23px;
 width: 189px;
 margin: 0;
 text-indent: -5000px; 
} 
#preamble h3 { background: url(h3Road.gif) no-repeat right; }
#explanation h3 { background: url(images/stripe1.jpg) no-repeat right; padding-right: 40px; line-height:15px; padding-top: 35px; margin-bottom:0px; padding-bottom: 5px;}
#participation h3 { background: url(images/stripe1.jpg) no-repeat right; padding-right: 40px; line-height:50px;}
#benefits h3 { background: url(images/stripe1.jpg) no-repeat right; padding-right: 40px; line-height:50px;}
#requirements h3 { background: url(images/stripe1.jpg) no-repeat right; padding-right: 40px; line-height:50px;}
#lresources h3 { background: url(images/cornerresources.jpg); } /*RESOURCES TAB*/
#larchives h3 { background: url(images/cornerarchives.jpg); } /*ARCHIVE TAB*/
#lselect h3{
 background: url('images/cornerlinks.jpg');
 margin: -15px 0 0 0;
}

#name {font-weight: bold; font-size: 18px; text-decoration: underline;}
#bioinfo b{color: #2b373f; text-align: left; font-size: 16px;}


/* #explanation {text-align: right;} */

#quickSummary .p2 {
 position: absolute;
 top: 190px;
 width: 280px;
 text-align: right; 
 margin-left: 360px; 
}
#quickSummary .p1 {
 position: absolute;
 top: 100px;
 width: 158px;
 margin-left: 482px;
 text-align: right;
 line-height: 14px; 
}
#footer {
 display: block;
 width: 568px;
 height:23px;
 margin-left: -200px;
 text-align: center;
 padding: 75px 0 0px 0;
 font: 10px verdana,arial,serif;
 /*text-transform: uppercase;*/
 letter-spacing: -1px;
 background: url(images/tabb2.jpg) repeat-x bottom; 
}

.hidden {
	display:none
	}
.shown {
	display:inline;
	}

#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv1, #extraDiv5, #pageHeader h1,h2 { display : none; }

/* lists */
ul,li {
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.hours {
font-size: 14px;
 }
 
li.hours {
}
 

#linkList li {
 background: #F0E9CE;
 padding: 5px 7px;
 border-bottom: 1px solid #DCD5B8; 
 text-transform: uppercase; 
 font-size: 9px;
}
#linkList li:hover { background: #DCD5B8; }

#linkList li.active {background-color: #bd95b0;
/* border-right: 1px solid #F0E9CE;
 border-left: 1px solid #F0E9CE; */
 border-top: 1px solid #444444;
 border-bottom: 1px solid #444444;
}

#banner {
 background-color:#ff00ff;
 border: 1px solid #000000;
}

/* clear */
.p5 { clear: both; }