/*
  001 Adjusted footer class
  
  Added text centering to page title style
*/

/* the primary window */

/* home page */
body.home {
  background-color: #B19560;
/*  background-color: #4C4D4F;*/
/*  background-color: #1C3263;*/
  margin: 0px;
  padding: 0px;
}

/* non-home page */
body.other {
  background-color: #B19560;
/*  background-color: #1C3263;*/
  margin: 0px;
  padding: 0px;
}

/* the main tableau */
.main {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  border-style: solid;
  border-color: #000000;
  border-width: 3px;
  background-color: #ffffff;
}

/* page title text */
.title {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  
  font-family: Verdana,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size: 22px;
  letter-spacing: 6px;
  font-weight: bold;
  color: #CC6666;
  text-decoration: none;
}

/* title/header of text section - listing */
.title2 {
  font-family: Verdana,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #CC6666;
  text-decoration: none;
}

.footer {
  clear: both;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;

  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 11px;
  letter-spacing: 1px; 
  font-weight: bold;
  color: #CC6666;
  text-decoration: none;
}

a.footer {
  font-weight: bold;
  color: #6A1B20;
}
a.footer:visited {
  font-weight: bold;
  color: #6A1B20;
}
a.footer:active {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}
a.footer:hover {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}

/* */

.value {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 18px;
  letter-spacing: 1px; 
  font-weight: bold;
  color: #ffffff; 
  text-decoration: none;
}

/* captioned image */
.captimage {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;

  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 13px;
  letter-spacing: 1px; 
  font-weight: normal;
  color: #000000; 
  text-decoration: none;
}

.leftimage {
  float: left;
  margin: 30px;
}

.rightimage {
  float: right;
  margin: 40px;
}

/* centered block */
.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.textonly {
  margin-left: 3em;
  margin-right: 3em;
}

.textline {
  clear: both;
}

/* normal copy */
.copy {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 13px;
  letter-spacing: 1px; 
  font-weight: normal;
  color: #000000; 
  text-decoration: none;
}

a.copy {
  font-weight: bold;
  color: #6A1B20;
}
a.copy:visited {
  font-weight: bold;
  color: #6A1B20;
}
a.copy:active {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}
a.copy:hover {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}

/* */

.legal {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 10px;
  letter-spacing: 2px; 
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

a.legal {
  font-weight: bold;
  color: #6A1B20;
}
a.legal:visited {
  font-weight: bold;
  color: #6A1B20;
}
a.legal:active {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}
a.legal:hover {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}

/* ************* navigation ***************** */

/* default navigation menu */

ul.navi {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li.navi {
  float: left;
  margin: 0.15em 0.15em;

  width: 13em;
  height: 2em;
  line-height: 2em;
  background-color: #C7C8CA;
}

.newline {
  clear: both;
}

.menubar {
  border: none;
  background-color: #85C441;
}

#nav {
  margin-left: 13px;
  margin-bottom: 20px;
  padding: 0;

  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
}

#nav ul { 
  margin: 0;
  padding: 0;

  list-style: none;
}
#nav li {
  float: left;
  margin: 0 0.15em;
}
#nav li a {
  display: block;
  margin: 0.15em 0.05em;

  width: 5em;
  height: 3em;
  line-height: 1.5em;
  background-color: #25408F; /* #482367; */
  text-align: center;
  color: #ffffff;
  text-decoration: none;
} 
/*
#nav li a:link, #nav li a:visited  { 
  display: block; 
  padding: 0.4em 0 0.4em 0.5em; 
  border-left: 1px solid #482367; 
  border-right: 1px solid #482367;

  background-color: #482367; 
  font-size: 90%;
  color: #ffffff; 
  text-decoration: none; 
}
*/

/* horizontal navigation list */
.hnav {
  margin: 2px;
  padding: 2px 2px; 

  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 16px;
  letter-spacing: 1px; 
  font-weight: bold;
  color: #6A1B20;
  text-decoration: none;
}

a.hnav {
  font-weight: bold;
  color: #6A1B20;}
a.hnav:visited {
  font-weight: bold;
  color: #6A1B20;}
a.hnav:active {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}
a.hnav:hover {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}

/* trial colors
6A1B20 : original background color for links
87CEEB : sky blue
00ADEF : little banner block blue
32CD32 : navigation lime green (bright)
85C441 : navigation lime green (subdued) for pink & green home banner
4C4D4F : home page dark background grey
C4C8CB : home page navigation grey
EAD1BB : home page naviagation pink beige
C7C8CA : other page navigation grey
1C3263 : other page background blue
*/

/* vertical navigation list */
.sub {
  padding: 2px 5px; 

  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  /*
  background:#87CEEB;
  */
  color: #ffffff;
  text-decoration: none;
}

a.sub {
  font-weight: bold;
  color: #000000;
}
a.sub:visited {
  font-weight: bold;
  color: #000000;
}
a.sub:active {
  font-weight: bold;
  background: #6A1B20;
  color: #ffffff;
}
a.sub:hover {
  font-weight: bold;
  background: #6A1B20;
  color: #ffffff;
}

.homevnav {
  padding: 2px 5px; 

  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
/*  background:#85C441;*/
  background:#C7C8CA;
  color: #ffffff;
  text-decoration: none;
}

a.homevnav {
  font-weight: bold;
  color: #000000;
}
a.homevnav:visited {
  font-weight: bold;
  color: #000000;
}
a.homevnav:active {
  font-weight: bold;
  background: #6A1B20;
  color: #ffffff;
}
a.homevnav:hover {
  font-weight: bold;
  background: #6A1B20;
  color: #ffffff;
}

/* */

.littlenav {
  margin: 5px;
  padding: 2px 5px; 

  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px; 
  font-weight: normal;
  color: #6A1B20; 
  text-decoration: none;
}

a.littlenav {
  font-weight: bold;
  color: #6A1B20;
}
a.littlenav:visited {
  font-weight: bold;
  color: #6A1B20;
}
a.littlenav:active {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}
a.littlenav:hover {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}

/* */

.issue {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 17px;
  letter-spacing: 1px; 
  font-weight: bold;
  color: #6A1B20;
  text-decoration: none;
}

a.issue {
  font-weight: bold;
  color: #6A1B20;
}
a.issue:visited {
  font-weight: bold;
  color: #6A1B20;
}
a.issue:active {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}
a.issue:hover {
  font-weight: bold;
  background: #CC6666;
  color: #ffffff;
}

/* ****** page specific properties ****** */

/* non-home page - top left corner area of tableau */
.topleft {
  width: 150px;
  height: 150px;
  float: left;
}

/* non-home page banner */
.otherbanner {
  width: 650px;
  height: 150px;
/*  float: right;*/
}

/* "Home" page */

/* banner size */
.homebanner {
  width: 800px;
  height: 200px;
}

/* intro text */
.homeintro {

  /* padding-top: 30px; */
  
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 1em;
  letter-spacing: 1px; 
  font-weight: bold;
  color: #000000; 
  text-decoration: none;
}

/* captioned image */
.homesection {
  float: left;
/*  margin: 50px; */
  margin: 50px;
}

.homefont {
  font-family: Verdana,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 22px;
  letter-spacing: 6px; 
  font-weight: bold;
  color: #000000; 
  text-decoration: none;
}

/* "About" page, portrait */

.teamplayer {
  width: 700px;
  height: 250px;
}

.portrait {
  float: left;
  margin: 20px;
}

.teamplayer .copy {
/*  width: 600px;*/
  padding: 20px;
}

/* "Pickup locations" page */

    /* ***************  Add any special styles here ******************** */
    
/* "Event" page */

.eventmonth {
  padding: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 17px;
  letter-spacing: 1px; 
  font-weight: bold;
  color: #6A1B20;
  text-decoration: none;
}

.event {
  padding: 5px;
  margin-left: 25px;
  margin-bottom: 10px;
  
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 13px;
  letter-spacing: 1px; 
  font-weight: normal;
  color: #000000; 
  text-decoration: none;
}

/* "Advertiser Directory" page */

.businessclass {
  padding: 1px;
  margin-left: 5px;
  margin-bottom: 5px;
  
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 17px;
  letter-spacing: 1px; 
  font-weight: bold;
  color: #6A1B20;
  text-decoration: none;
}

.business {
  padding: 1px;
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 10px;
  
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 13px;
  letter-spacing: 1px; 
  font-weight: normal;
  color: #000000; 
  text-decoration: none;
}

/* "Advertise with us" page */

    /* ***************  Add any special styles here ******************** */
    
/* "Deadlines" page */

.deadline {
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 1.5em;
  letter-spacing: 1px; 
  font-weight: normal;
  color: #000000; 
  text-decoration: none;
}

/* "Contact" page */

    /* ***************  Add any special styles here ******************** */
    
/* "Achives" page */

.archiveissue {
  padding: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 17px;
  letter-spacing: 1px; 
  font-weight: bold;
  color: #6A1B20;
  text-decoration: none;
}

.archivedescription {
  padding: 0px;
  margin-left: 25px;
  margin-bottom: 10px;
  
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
  font-size: 13px;
  letter-spacing: 1px; 
  font-weight: normal;
  color: #000000; 
  text-decoration: none;
}

