

body {  /* outermost border */
   color: #480C0C;
   background-color: #FEF0CD; 
   font-weight: bold;
   font-size: 15px;
   font-family: verdana, arial, helvetica, sans-serif;
   margin: 0;
   padding: 0;
      width: 100%;
}

a {
   color:  #40865B;
   text-decoration: none;
   font-weight: bold;
}

a:hover, a:focus, a:active {
   color: #C64725;
}


div#border { /* in between border */
   padding: 0;
   width: 100%;
}


div#sidebar { /* sidebar area with nav */
   padding: 0;
   width: 100%;
}


/* top section with logo */

div#banner { 
   display: none;
   width: 100%;
}

div#banner_home { 
   display: none;
   width: 100%; 
}

div#logo {
   display: none;
   width: 100%;
}



/*still need this for ie small browser window globallinks to work */
div#innerlogo {
   display: none;
   width: 100%;
}



/* had used for banner - now using innerlogo img */
div#slogan { 
   display: none;
   margin: 0;
}

div#bar { /* dark bar between logo and text */
   display: none;
   padding: 0;
   margin: 0;
}



#navlist {
   display: none;
   margin-right: 0;
   margin-left: 0;
   margin-bottom: 0;
   width: 100%;
}

div#outer { /* creates border around sidebar */
   padding: 0;
   width: 100%;
}


div#content { /* Creates area for text */
   margin: 0;
   width: 100%;
}

div#LJ {
   float: left;
   padding-left: 25px;
   font-size: 18px;
   width: 120px;
}

div#ML {
   float: right;
   padding-right: 25px;
   font-size: 18px;
   width: 140px;
}

#LJ a, #ML a {
   color: #40865B;
   text-decoration: none;
} 

#LJ a:hover, #LJ a:focus, #LJ a:active, #ML a:hover, #ML a:focus, #ML a:active {
   color: #E9A33C;
}

div#home_content { /* Creates area for text */
   background-color: #FEF0CD;
   padding: 0;
   padding-top: 2%;
   padding-bottom: 150px;
   margin: 0;
   color: #480C0C;
   text-align: center;
   line-height: 1.3em;
   font-size: 20px;
}

   
div#home_content p.normal {
   line-height: 1.2em;
   font-weight: normal;
}

div#home_content img.left {
   vertical-align: -50%;
   border: 0;
}

div#home_content img.right {
   vertical-align: -20%;
   border: 0;
}


#date {
   display: none;
   clear: left;
   float: left;
   width: 150px;
   margin: 0;
   padding: 0;
   padding-top: 5px;
   color: #40865B; 
   background: transparent;
}


/* ******************************************* */

ul#content_nav, ul#subcontent_nav {
   display: none;
}

div#page_content, div#registration_content {
   width: 100%;
   text-align: left;
   font-weight: normal;
}

div#page_content a {
   color:  #40865B;
   text-decoration: none;
   font-weight: bold;
}

div#page_content a:hover, div#page_content a:focus, div#page_content a:active {
   color: #C64725;
}

div#page_content p {
   page-break-inside: avoid;
}

div#page_content p.center {
   text-align: center;
   font-size: 1.2em;
}

div#page_content p.category {
   font-size: 1.5em;
   text-align: center;
   padding-top: 0;
   font-weight: bold;
}

div#page_content p.subcategory {
   font-size: 1.3em;
   font-style: italic;
   padding-top: 20px;
   text-align: center;
}

div#page_content p.regular_text {
   padding-top: 0;
   padding-bottom: 0;
}

div#page_content p.indent_text {
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 0px;
   padding-bottom: 10px;
   text-indent: -20px;
}

.list {
   margin-top: 0;
   padding-top: 0;
}

.emph {
   font-weight: bold;
}

div#page_content ul.travel li {
   padding-top: 10px;
}

div.rule {
   display: none;
}

img.map {
   border: 0;
   padding-left: 15px;
   padding-right: 0px;
   padding-bottom: 15px;
   padding-top: 0;
   float: right;
}

ul.update_list {
   list-style-type: none;
   text-indent: -55px;
   padding-left: 55px; 
   padding-right: 0;
   padding-top: 0;
   padding-bottom: 0;
   margin: 0;
}

ul.update_list .date {
   font-weight: bold;
   margin-right: 10px;
}

ul.update_list li {
   padding-bottom: 25px;
}


.faq_list_category {
   font-weight: bold;
   font-size: 17px;
   font-style: italic;
   padding: 0;
   margin-left: 0;
   margin-right: 0;
   margin-bottom: 0px;
   margin-top: 25px;
}

div#page_content ul.faq_list {
   margin:0;
   padding: 0;
   padding-left: 55px;
}

div#page_content ul.faq_list a {
   text-decoration: underline;
   padding: 0;
   margin: 0;
}

div#page_content p.faq_list_view a {
   text-decoration: underline;
   padding: 0;
   margin: 0;
   font-size: 17px;
}

.faq_category {
   font-size: 1.5em;
   font-weight: bold;
   margin: 0;
}


div.faq img {
   padding: 0;
   margin: 0;
   vertical-align: middle;
}

.faq_question, .panel_topic {
   font-style: italic;
   font-weight: bold;
   font-size: 1.1em;
   padding: 0;
   padding-left: 50px;
   margin: 0;
   margin-top: 25px;
   text-indent: -25px;
}

.faq_answer, .panel_desc, .panel_info {
   padding: 0;
   margin: 0;
   margin-left: 50px;
   margin-top: 5px;
 }

.panel_topic {

}

.panel_desc {
   border-top: 1px solid #005D24;
}

.panel_info {
   font-size: .75em;
   font-weight: bold;
}
 
 div.survey {
   background-color: #FEF0CD;
   margin: 10px;
 }
 
 p.webmaster, td.webmaster {
   display: none;
   font-size: 12px;
   font-weight: normal;
   text-align: center;
   line-height: 125%
 }
 
div#page_content p.webmaster a {
   text-decoration: none;
 }

li.art_auction  {
   margin-bottom: 20px;
}

div#page_content a.panel_active, div#content td.content a.panel_active {
   color: #C64725;
}


p.schedule {
   display: inline;
   font-size: 12px;
   font-weight: bold;
   padding: 0;
   margin: 0;
}

table.schedule {
   border: 5px solid #002F12;
   padding: 0px;
   margin: 0px;
   background: #FFECB1;
   font-weight: bold;
}

table.schedule td {
   width: 200px;
   border-bottom: 2px solid #002F12;
   border-left: 2px solid #002F12;
   margin-left: auto;
   margin-right: auto;
   font-size: 11px;
   padding: 8px;
   text-align: center;
}

table.schedule td.time, table.schedule td.time_halfhour {
   width: 85px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-right: 2px solid #002F12;
   border-left: 1px solid #002F12;
   background: #FEBD00;
   font-size: 15px;
}

table.schedule tr.top td {
   border-bottom: 4px solid #002F12;
   border-top: 1px solid #002F12;
   padding-top: 15px;
   padding-bottom: 15px;
   background: #FEBD00;
   font-size: 15px;
}

table.schedule td.right, table.schedule td.right_open, table.schedule td.right_closed, table.schedule td.right_halfhour, table.schedule td.right_open_halfhour, table.schedule td.right_closed_halfhour {
   border-right: 1px solid #002F12;
}

table.schedule td.open, table.schedule td.right_open, table.schedule td.open_halfhour, table.schedule td.right_open_halfhour {
   color: #7D58A2;
   background: #FFE289;
}

table.schedule td.closed, table.schedule td.right_closed, table.schedule td.closed_halfhour, table.schedule td.right_closed_halfhour {
   color: #7D58A2;
}

table.schedule td.halfhour, table.schedule td.time_halfhour, table.schedule td.open_halfhour, table.schedule td.right_halfhour, table.schedule td.closed_halfhour, table.schedule td.right_open_halfhour, table.schedule td.right_closed_halfhour {
   border-bottom: dotted ;
}

div#page_content table.schedule td a.schedule {
   color: #AD10E0;
}


div#page_content table.schedule td a.schedule:hover,  div#page_content table.schedule td a.schedule:active, div#page_content table.schedule td a.schedule:focus {
   color: #D163F5;

}

table.schedule ul.daylist{
   list-style-type: none;
   margin: 0;
   padding: 0;
   padding-left: 22px;
   padding-top: 3px;
}

table.schedule ul.daylist li {
   padding-bottom: 3px;
}

.popcap {
   font-size: 10px;
   font-weight: bold;
   line-height: 110%;
}

table.note {
   width: 700;
   border: none;
   margin: 0;
   padding: 0;
}

table.note td {
   border: none;
   text-align: left;
   padding: 0;
   margin: 0;
   font-size: 12px;
   font-weight: bold;
}


table.html_panels td {
   font-size: 12px;
   vertical-align: top;
   padding-left: 15px;
   padding-bottom: 8px;
   padding-top: 8px;
}

table.html_panels td.time, table.html_panels td.newtime {
   padding-left: 0;
}

table.html_panels tr.newtime td {
   border-top: 1px dotted #005D24;
}

table.html_panels tr#bottomrow td {
   border-bottom: 1px dotted #005D24;
}


table.html_panels td.topic {
   width:30%;
   padding-right:15px;
}


table.html_panels span.topic {
   font-weight: bold;
   font-size: 1.1em;
}

table.html_panels td.conday {
   font-weight: bold; 
   font-size: 1.5em;
   padding: 0;
   padding-top: 30px;
   padding-bottom: 10px;
   margin: 0;
   border-bottom: 5px solid #005D24;
}


p.table_link {
   display:none;
}




