/*
   
 */

body {
  padding: 6px;
  margin: 0;
  background-color: #ffffff;
  font-family: arial, helvetica, sans-serif;
  overflow: scroll;
}
p {
  margin: 10px 0px;
}
blockquote {
  margin: 0 0 0 20px;
  padding: 0;
}
h1, h1.mainTitle {
  margin: 5px;
  color: #FF9900;
  text-align: center;
  font-family: "times new roman" , serif;
  font-weight: bold;
  font-size: 36px;
}
/* page title */
h2 {
  padding: 3px 0;
  margin: 0;
  color: #006633;
  font-weight: bold;
  font-size: large;
  text-align: center;
  background-color: #eeeeee;
}
h3, .cities {
  margin: 6px 0 6px 0;
  color: #336600;
  font-weight: bold;
  font-size: larger;
  text-align: center;
}
h4, .header4 {
  margin: 10px 0 10px 0;
  color: #336600;
  font-weight: bold;
  font-size: larger;
  text-align: left;
}
.header4 {
  text-decoration:none;
}
h5 {
  margin: 4px 0 0 0;
  color: #336600;
  font-weight: normal;
  font-size: large;
  text-align: left;
}

/* anchor behaviours, order matters! link visited hover active */

a.tab:link, 
a.tab:visited,
a.tab:active  {
  text-decoration: none;
  color: #336600;
  font-weight:bold;
}

a.tab:hover {
  text-decoration: none;
  color: #ffffff;
  background: #336600;
}

a.tab {
  font-size: 14px;
}
.tabBar {
  background-color: #cccccc;
  padding: 4px 0 0 0px;
  text-align: center;
}
.tabBar2 {
  background-color: #eeeeee;
}
td.tab {
  border: solid 1px #999999;
  padding: 3px 15px 1px 15px;
}
td.tabSpacer {
  border-bottom: solid 1px #999999;
}

a.smallLink {
  font-size: 12px;
}
a.bulletLink {
  font-size: 16px;
  font-weight: bold;
}

/* hr.noLine used for lines that only appear in browsers without css */
hr.noLine {
  display: none;
}

.showHide {
  display:block;
  float:left;
  vertical-align:top;
  text-align: center;
  margin: 0px 0px 0px 0px;
  font-size: 8px;
  width: 14px;
  height: 14px;
  line-height:12px;
  border: solid black 1px;
  cursor: pointer;
  text-decoration: none;
  font-family: courier;
  font-weight: bold;
  background-color: #eeeeff;
  overflow:visible;
}
.showHideGroup {
  border:solid 1px #666666;
  padding:0px;
  margin:6px 0 12px 0;
}
.showHideHeader {
  background-color:#eeeeee; 
  padding:2px;
}
.showHideContent {
  padding:6px 6px 10px 24px;
}
.extLink {
  margin: 6px 0px;
}
.postalAddress {
  margin: 5px 20px;
  text-align: left;
}
.noteCentered {
  margin: 5px;
  padding: 5px;
  text-align: center;
  font-size: 12px;
}
.note {
  margin: 5px;
  padding: 5px;
  text-align: left;
  font-size: 12px;
}
.featured {
  margin: 5px 30px;
  padding: 5px 20px;
  text-align: left;
  font-size: 14px;
  background: #eeeeee;
}
.featuredCentered {
  margin: 10px 50px;
  padding: 5px 20px;
  text-align: center;
  font-size: 14px;
  background: #eeeeee;
}
.content {
  padding: 5px 5px;
  width: 90%;
  font-size: 14px;
  text-align: left;
  font-family: arial, helvetica, sans-serif;
}
.button {
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #008080;
  text-align: Right;
  border-right-style: solid;
  border-right-width: 3px;
  border-bottom-style: solid;
  border-bottom-width: 1;
  margin-left: 20px;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 1px;
}
.buttonActive {
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #FF9900;
  text-align: Right;
  border-right-style: solid;
  border-right-width: 3px;
  border-bottom-style: solid;
  border-bottom-width: 1;
  margin-left: 20px;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 1;
}

.nowrap {
  white-space: nowrap;
}

.pictureFrame {
  margin: 4px;
  padding: 2px;
  border: none 1px #999999;
  text-align: center;
  font-size: 14px;
  color: #006699;
  background: #999999;
}

.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.floatClear {
  clear: both;
}
 

/* .header {padding: 5; background: #E7EEE6 ; } */
.header {
  padding: 5px;
  background: #f7fEf6;
}
.sideNav {
  background: #E7EEE6;
  padding: 10px;
}

