/* style.css - a simple style sheet */
body {
  color: rgb(0,0,0);
  background-image: url('images/background.jpg');
  text-align:center;
  font-family: Georgia;
}

:link { color: #bc4f07 }  /* for unvisited links */
:visited { color: #bc4f07 } /* for visited links */
a:active { color: red } /* when link is clicked */
a:hover { color: #e87511 } /* when mouse is over link */

/* the old colors:
:link { color: rgb(0, 200, 153) }
:visited { color: rgb(0,100,88) }
a:active { color: rgb(255, 0, 102) }
a:hover { color: rgb(0, 96, 255) } 
*/
.Banner {
  text-align: center;
  white-space: nowrap;
}

.Menu { 
  font-weight: bold;
  text-transform: uppercase; 
  margin-top: 10px;
}
.Menu a {
  border: 1px solid black;
  background-color: #bc4f07;
  color: black;
  margin-right: -1px;
  padding: 4px;
  text-decoration:none;
}
.Menu a:link, .Menu a:visited {
  color: black;
}

a.active {
  background-color: #e87511;
}

.Menu a:hover {
  color: white;
  background-color: #e87511;
}

div.Banner hr {
  width: 60%;
  color: #bc4f07;
  background-color: #bc4f07;
  border: 0;
}

.photoImage {
  border: 2px solid;
  color: rgb(204,102,0);
}

.HomePageContent, .faqPageContent, .AboutPageContent, .ContactPageContent, .NewsPageContent, .PartnersPageContent, .storePageContent {
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.contactPanel {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contactPanel td {
  padding: 5px;
}


.qa_group {
  margin-top: 10px;
}
.question {
  font-weight: bold;
}
.answer {
  margin-top: -30px;
  margin-left:10px;
}

.mainContentTable {
}
.HomePageTable table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.HomePageTable td {
  vertical-align: top;
}

.group_types {
  text-align: left;
}

.group_types table {
  padding:0;
  border-collapse: collapse;
}
.group_types td {
  padding-left: 10px;
  padding-right: 10px;
}

.group_types_list {
  list-style: none;
  font-weight: bold;
  margin-left: -10px;
}
html>body .group_types_list {
  margin-left: -40px;
}

.group_types_list li {
  cursor:pointer;cursor:hand;
  background-color: #bc4f07;
  color: black;
  border: 1px solid black;
  padding: 5;
  margin-top: -1px;
}
.group_types_list li:hover {
  color: white;
  background-color: #e87511;
}
.group_types_list li.active {
  color: white;
  background-color: #e87511;
}

.group_type_div h1 {
  font-size: 20;
  margin-top: 0px;
  text-decoration: underline;
}

.newsItem {
  border-top: 1px dashed;
  margin-bottom: 25px;
}

.newsTitle {
  font-weight: bold;
  font-size: large;
  text-decoration: underline;
  float: left;
  margin-top: 5px;
  margin-bottom: 15px;
}

.newsDate {
  font-style: italic;
  float: right;
}

.newsDescription {
  margin-left: 10px;
  clear: both;
}

.bio_name {
  font-style: italic;
  font-weight: bold;
}

.bio_pic {
  width: 115px;
  align: left;
}

.BioPageTable td {
  vertical-align: top;
}
.BioPageTable.pic_col {
}
.BioPageTable.bio_col {
}

.ContactPageContent {
  font-size: 20;
}
.contact_info td {
  padding: 20px;  
  font-size: 20;
}

.contactPic {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contactPic img{
  width: 50%;
}

.visitorCounter {
  display: none;
}

.note {
  font-size: small;
}

table.picTextColumns {
   width: 100%;
}

td.picCol {
   align: center;
}
td.textCol {
   vertical-align: top;
}
