

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;
}

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

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


div#border { /* in between border */
   background-color: #005D24;
   margin: 5px; /* creates outermost border */
   margin-right: 0;
   margin-bottom: 0;
   padding: 0;
   padding-top: 2px;
}


div#sidebar { /* sidebar area with nav */
   background-color: #002F12;
   margin: 10px;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 12px;
   padding: 0;
}


/* top section with logo */

div#banner { 
   background-color: #005D24; /* for border to right of logo */
   background-color: #002F12;
   padding: 0;
   margin:0;
   height: 150px; 
}

div#banner_home { 
   background-color: #005D24; /* for border to right of logo */
   background-color: #002F12;
   padding: 0;
   margin:0;
   height: 40px; 
}

div#logo {
   clear: left;
   float: left;
   width: 725px;  /*Must define width of floated elements for Mac IE */
   height: 150px;
   padding: 0;
   margin: 0;
   border: 0;
/*background-image: url(http://www.cqcon.com/images/bannerlogo.jpg);  */
background-image: url(images/bannerlogo.jpg);
/*   background-image: url(images/logo2a.jpg); */
}



/* Had used outerlogo to create border between logo and banner; unnecessary now */
/* div#outerlogo {
   background-color: #005D24; 
   height: 150px;
   margin: 0;
   padding: 0;
   margin-left: 150px;
   padding-left: 12px; 
} */

/*still need this for ie small browser window globallinks to work */
div#innerlogo {
   background-color: #002F12;
   margin: 0;
}


div#innerlogo img {
   margin: 0;
   margin-bottom: -3px; 
   margin-left: 5px;
   padding: 0;
   height: 150px;
   text-align: right;
   float:left;
   width: 570px; 
}


/* had used for banner - now using innerlogo img */
div#slogan { 
   margin: 0;
   margin-bottom: -3px; /* to solve IE float 3px gap problem - don't need IE limiting asterisk because margin can't be made any less than 0 */
   margin-left: 5px;
   padding: 0;
   height: 150px;
   text-align: right;
   float:left;
   width: 570px;  /*Must define width of floated elements for Mac IE */
   background: #002F12;
background-image: url(http://www.cqcon.com/images/banner2b.jpg);
background-repeat: no-repeat;
/*   background-image: url(images/bannerc.jpg); */
}

* html div#slogan {
   margin-left: 1px;
}

ul#global_links {
   list-style-type: none;
   font-size: 14px; 
   font-size: 11px; /* Homepage 2 */
   line-height: 110%; 
   font-weight: bold;  
   border: 0;
   margin: 0px;
   padding-top: 1em;
   text-align: right;
   float:right;
   width: 140px;
}

ul#global_links.alt {
   width: 260px;
}


ul#global_links li {
   margin: 0px; 
   border-right: 1px solid black;
   margin-bottom: 10px;
   line-height: 150%;
} 

/* ul#global_links.main li {
   display: inline;
} */

ul#global_links.alt li{
   display: inline;
}



ul#global_links li#last {
   border-right: 0px;
}

ul#global_links li a {
   color: #FEF0CD;
   text-decoration: none;
   padding-left: .8em;
   padding-right: .8em;
}

ul#global_links li a#first {
   padding-left: 0;
}

ul#global_links li a:hover, ul#global_links li a:focus, ul#global_links li a:active {
   color: #C65625;
}

ul#global_links li a.navon, ul#global_links li a.navon:hover, ul#global_links li a.navon:focus, ul#global_links li a.navon:visited, ul#global_links li a.navon:active {
   color: #E9A33C;
   font-size: 1.3em;
   font-size: 14px; /* Homepage 2 */
}


div#bar { /* dark bar between logo and text */
   background: #005D24;
   font-size: 15px;
   font-size: 10px;
   color: #005D24;
   padding: 0;
   margin: 0;
}


#navlist {
   clear: left;
   float: left;
   width: 175px; 
   width: 150px;
   font-size: 12px; 
   list-style-type: none;
   text-align: left;
   padding: 0;
   margin-top: 80px;
   margin-right: 0;
   margin-left: 0;
   margin-bottom: 0;
   border-top: 2px solid #005D24;
}




#navlist li {
   padding-top: 0;
   padding-bottom: 0;
   padding-left: 0;
   padding-right: 0;
   background-color: #005D24; 
   background-color: #002F12;
   margin-left: 0; 
   margin-right: 0; 
   margin-bottom: 0;
   margin-top: 0;
   border-bottom: 2px solid #005D24; 
}

#navlist li a {
   text-decoration: none;
   text-align: left;
/*   background-image: url(images/duckup2.gif); 
   background-repeat: no-repeat; */
   background-color: #002F12;
   display: block;
   padding: 0;
   padding-top: 15px;
   padding-bottom: 15px;
   padding-left: 20px;
   padding-right: 0px;
   color: #FEF0CD;
}

/*
#navupdate li, #navhome li {
   border-bottom: 0;
}
*/

#navlist li a:hover, #navlist li a:focus, #navlist li a:active {
   color: #C65625;
/*   background-image: url(images/duckdown2.gif); 
   background-repeat: no-repeat; */
}

/*
#navupdate li a, #navupdate li a:hover, #navhome li a:hover, #navhome li a {
   background-image: none;
}
*/

#navlist li a.navon, #navlist li a.navon:hover, #navlist li a.navon:focus, #navlist li a.navon:visited, #navlist li a.navon:active {
   color: #E9A33C;
/*   background-image: url(images/duckdown4.gif);
   background-repeat: no-repeat; */
   font-size: 15px; 
}


div#outer { /* creates border around sidebar */
   background-color: #005D24;
   margin-left: 175px;
   margin-left: 150px;
   margin-right: 0;
   margin-top: 0;
   margin-bottom: 0;
   padding-left: 15px;
   padding-left: 12px;
   padding-bottom: 0;
   padding-right: 0;
   padding-top: 0;
}


div#content { /* Creates area for text */
   background-color: #FEF0CD;
   padding: 2%;
   margin: 0;
/*   width: 100%; */
   overflow: auto;
}



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 {
   clear: left;
   float: left;
   width: 150px;
   margin: 0;
   padding: 0;
   padding-top: 5px;
   color: #40865B; 
   background: transparent;
}


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

ul#content_nav, ul#subcontent_nav {
   list-style-type: none;
   font-size: 14px; 
   line-height: 110%; 
   font-weight: bold;  
   border: 0px;
   margin: 0px;
   padding-top: 1em;
   text-align: center;
}


ul#content_nav li {
   display: inline; 
   margin: 0px; 
   border-right: 1px solid #002F12;
} 

ul#content_nav li.right {
   border-right: 0;
}

ul#subcontent_nav li {
   display: inline; 
   margin: 0px; 
   border: 0px;
} 

ul#content_nav li a {
   color:  #40865B;
   text-decoration: none;
   padding-left: 1em;
   padding-right: 1.5em;
}

ul#content_nav li a:hover, ul#content_nav li a:focus, ul#content_nav li a:active {
   color: #A0C3AE;
}

ul#content_nav li a.navon, ul#content_nav li a.navon:hover, ul#content_nav li a.navon:focus, ul#content_nav li a.navon:active {
   color: #C64725;
}

ul#subcontent_nav li a {
   color:  #C64725;
   text-decoration: none;
   padding-left: .5em;
   padding-right: .5em;
}

ul#subcontent_nav li a:hover, ul#subcontent_nav li a:focus, ul#subcontent_nav li a:active {
   color: #F9A791;
}

div#page_content, div#registration_content {
   text-align: left;
   font-weight: normal;
   padding-left: 50px;
   padding-right: 50px;
}

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.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 {
   margin-left: 10%;
   margin-right: 10%;
   text-align: center;
   border-bottom: 4px #A0C3AE solid; 
   color: #FEF0CD;
}

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 {
   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;
}

table.vidlist {
  border: 2px #76627C solid ;
  margin: 0;
  padding: 0;
}

table.vidlist tr.top td {
  border: none;
  border-bottom: 3px solid #B193B9; 
  font-size: 12px;
  font-variant: small-caps;
  font-style: italic;
  background-color: #F5DEFB;

}

table.vidlist tr.odd td {
  background-color: #C9A7D2;
}

table.vidlist td {
  font-size: 11px;
  padding: 5px;
}

table.vidlist td.vid {
   font-size: 15px;
   font-weight: bold;
   width: 225px;
}

table.vidlist td.fandom {
   width: 100px;
}

table.vidlist td.vidder {
   width: 110px;
}

table.vidlist td.artist {
   width: 90px;
}


table.dealers td.box {
   border: 2px solid #480C0C;
   padding: 10px;
}

p.thursday {
   padding-left: 10%;
   padding-right: 10%
   margin-bottom: 0;
   padding-bottom: 15px;
   padding-top:15px;
}

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: #480C0C;
   background: #FFE289;
}

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

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 #BF8E00;
}

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


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: #C97761;

}

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.member_area {
   width: inherit;
}







