/* regular site classes */
* {
  font-family: Calibri, Tahoma, sans-sarif;
}
body {
  text-align: center;
  margin: 0px;
  background-color: #6473ae;
  behavior: url('/modules/csshover.htc');
}
a {
  color: #376b9d;
  text-decoration: none;
}
a:hover {
  color: #7dc7c8;
  text-decoration: underline;
}
input, select, option, textarea {
  background-color: #FFFFFF;
}
input:focus, select:focus, option:focus, textarea:focus {
  background-color: #FFFF99;
}
input[type='submit'] {
  color: #FFFFFF;
  background-color: #6473ae;
}
.floater-cleanup {
  height: 0px;
  clear: both;
  overflow: hidden;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pheader {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.bibleverse {
  font-style: italic;
}
.tableheader td {
  color: #FFFFFF;
  background-color: #a5272b;
}
.graybar {
  background-color: #CDCDCD;
}
.fb_link {
  position: absolute;
  left: 84.5%;
  z-index:200;
}


/* curved corner classes */
.redblack5, .redblack3, .redblack2, .redblack1, .redblackc {
  color: #FFFFFF;
  background-color: #a5272b;
  border-color: #000000;
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  overflow: hidden;
}
.redblack5 {
  height: 1px;
  margin: 0 5px;
  background-color: #000000;
}
.redblack3 {
  height: 1px;
  margin: 0 3px;
}
.redblack2 {
  height: 1px;
  margin: 0 2px;
}
.redblack1 {
  height: 1px;
  margin: 0 1px;
}
.redblackc {
  margin: 0 0px;
  overflow: auto;
  padding-left: 5px;
}
.whiteblack5, .whiteblack3, .whiteblack2, .whiteblack1, .whiteblackc {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #000000;
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  overflow: hidden;
}
.whiteblack5 {
  height: 1px;
  margin: 0 5px;
  background-color: #000000;
}
.whiteblack3 {
  height: 1px;
  margin: 0 3px;
}
.whiteblack2 {
  height: 1px;
  margin: 0 2px;
}
.whiteblack1 {
  height: 1px;
  margin: 0 1px;
}
.whiteblackc {
  margin: 0 0px;
  overflow: auto;
  padding-left: 5px;
}

/* form classes */
#formdata ul li {
  list-style-type: none;
  margin-bottom: 3px;
  text-align: left;
}
#formdata label {
  float: left;
  width: 150px;
}

/* Basic site classes */
.pg-header {
  font-size: 1.1em;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #a5272b;
}
/* --commented to build CSS menu --
.nav-tab {
  float: left;
  color: #FFFFFF;
  background-color: #6473ae;
  padding: 0px 10px 0px 10px;
  position: relative;
  cursor: pointer;
}
.nav-tab:hover {
  background-color: #a5272b;
}
.nav-menu {
  background-color: #6473ae;
  border: 1px solid black;
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.nav-menu-item {
  color: #FFFFFF;
  padding: 0px 10px 0px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #c9c9c9;
  border-collapse: collapse;
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer;
}
.nav-menu-item:hover {
  background-color: #a5272b;
}
*/
#pg-wrapper {
  width: 950px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
#header {
  height: 152px;
  background: top center url('/images/banner.gif');
  /* overflow: hidden; */
}
#header_address {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  padding-top: 125px;
}
#navbar {
  background-color: #6473ae;
  position: relative;
}
#sectionlinks {
  float: left;
  width: 200px;
  padding-right: 10px;
  background-image: url('/images/boxbackground.gif');
  background-repeat: repeat-y;
  left: -10px;
  position: relative;
  z-index: 10;
}
#sectionlinks ul {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px;
}
#sectionlinks ul li ul {
  display: none;
  padding: 0px;
  padding-left: 10px;
}
#sectionlinks ul li:hover ul {
  display: block;
  padding: 0px;
  padding-left: 10px;
}
#sectionlinks li {
  color: #FFFFFF;
  list-style-type: none;
}
#sectionlinks li a {
  display: block;
  height: 1%;
  color: #FFFFFF;
  text-decoration: none;
}
#sectionlinks li a:hover {
  text-decoration: underline;
}
#sectionlinksheader {
  text-align: center;
  color: #FFFFFF;
  text-decoration: underline;
  background-image: url('/images/boxtop.gif');
  background-repeat: repeat-x;
  padding-top: 15px;
}
#sectionlinksfooter {
  height: 20px;
  background-image: url('/images/boxbottom.gif');
  background-repeat: repeat-x;
}
#content {
  text-align: left;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #6473ae;
}
#content img {
  border: none;
}
#footer {
  font-size: .8em;
  text-align: center;
  color: #797979;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer a {
  color: #797979;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#popupbox {
  text-align: left;
  width: 900px;
  background-color: #FFFFFF;
  border: 1px solid black;
  padding: 3px 5px 3px 5px;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 99;
}
#popupboxContent {
  margin-top: 10px;
}
#comingsoon {
  color: #c90000;
  background-color: #FFFFFF;
  padding-left: 3px;
  padding-right: 3px;
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2000;
}
#picbox {
  margin-top: 10px;
  position: relative;
}

