/*
Site colors are:
Brown = 138, 91, 51 (#8a5b33)
Orange = 255, 114, 34 (#ff7222)
Green = 105, 188, 40 (#69bc28)
Blue = 63, 151, 233 (#3f97e9)
Yellow = 230, 200, 51 (#e6c833)
Maroon = 120, 35, 39 (#782327)
*/
/* common across site styles */
body {
  background-color: #FFFFFF;
  background-image: url("/images/bkgdTile.gif");
  background-repeat: repeat-x;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

form {
  margin: 0;
  padding: 0;
}

div {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
}

a {
  color: #8a5b33;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

input, textarea, select {
  background-color: #FFFFF0;
}

#container {
  margin-left: auto;
  margin-right: auto;
  width: 847px;
}

#contentArea {
  background-image: url("/images/contentBkgdTile.png");
  background-repeat: repeat-y;
  float: left;
  padding: 0 22px 0 25px;
  width: 800px;
}

#colorbar {
  background-color: #ff7222;
  float: left;
  font-size: 4px;
  line-height: 4px;
  height: 5px;
  width: 800px;
}

#header {
  background-color: #FFFFFF;
  float: left;
  height: 115px;
  width: 800px;
}

#logoHolder {
  float: left;
  width: 347px;
}

#navigation {
  color: #8a5b33;
  float: left;
  font-size: 12px;
  padding: 60px 20px 0 0;
  text-align: right;
  width: 433px;
}

#navigation a {
  text-decoration: none;
}

#navigation a:hover {
  text-decoration: underline;
}

#mainMovieHolder {
  background-color: #FFFFFF;
  float: left;
  width: 800px;
}

#sectionNav {
  background-color: #FFFFFF;
  float: left;
  margin: 0;
  padding: 0;
  width: 800px;
}

#sectionNav img {
  float: left;
  margin: 0 3px 0 0;
}

#content {
  background-color: #FFFFFF;
  float: left;
  padding: 30px 20px 10px 30px;
  width: 750px;
}

#content h1 {
  color: #69bc28;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#content h2 {
  color: #3f97e9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#content h3 {
  color: #3f97e9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#content h4 {
  color: #3f97e9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#content td {
  color: #8a5b33;
}

#content p {
  color: #8a5b33;
  line-height: 18px;
  margin: 0 0 15px 0;
}

#content ul, ol {
  color: #8a5b33;
  line-height: 18px;
  padding: 0 0 0 0;
  margin: 0 0 15px 21px;
}

#content ol.extraIndent {
  margin: 0 0 15px 54px;
}

#content ul li, ol li {
  color: #8a5b33;
  line-height: 18px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.backToTop {
  border-bottom: 1px dashed #69bc28;
  border-top: 1px dashed #69bc28;
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
}

.backToTop a {
  color: #3f97e9;
}

#footer {
  background-image: url("/images/contentFooter.png");
  background-repeat: no-repeat;
  float: left;
  width: 847px;
}

#footerTag {
  color: #8a5b33;
  float: left;
  font-size: 10px;
  padding: 30px 0 10px 0;
  text-align: center;
  width: 847px;
}

#copyright {
  color: #8a5b33;
  float: left;
  font-size: 10px;
  padding: 0 0 20px 0;
  text-align: center;
  width: 847px;
}

#debugFooter {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  width: 670px;
}

.currentSelection {
  color: #ff7222;
  font-weight: bold;
  text-decoration: none;
}

/* general page column styles */
#singleCol {
  float: left;
  width: 100%;
}

#dualCol1 {
  float: left;
  padding: 0 30px 0 0;
  width: 467px;
}

#dualCol2 {
  float: left;
  padding: 0 0 0 0;
  width: 253px;
}

.halfCol {
  float: left;
  width: 49%;
}

#triCol1 {
  float: left;
  padding: 0 20px 0 0;
  width: 277px;
}

#triCol2 {
  float: left;
  padding: 0 20px 0 0;
  width: 180px;
}

#triCol3 {
  float: left;
  width: 253px;
}

.transparent {
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.redText {
  color: #CC0000;
}

/* multiple page table styles */
.openDatesTable {
  margin: 0 0 10px 0;
}

.dateTableCol {
  color: #3f97e9;
  font-weight: bold;
  padding: 3px 0 0 0;
}

.tableCol {
  color: #8a5b33;
  padding: 3px 0 0 0;
}

/* popup box styles */
.inPagePopUp {
  background-color: #FFFFFF;
  display: none;
  line-height: normal;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 740px;
  z-index: 10;
}

.tipClose {
  background-color: #3f97e9;
  padding: 3px 15px 3px 0;
  text-align: right;
}

.tipClose a {
  color: #FFFFFF;
  font-weight: bold;
}

.tipContent {
  padding: 10px 15px 10px 15px;
}

/* home page styles */
#contentHome {
  background-color: #FFFFFF;
  float: left;
  width: 800px;
}

#quick-links {
  float: left;
  margin: 20px 20px 0 20px;
  width: 265px;
}

#quick-links h2 {
  background-image: url(/images/homePage/quick-links.gif);
  background-repeat: no-repeat;
  height: 40px;
  margin: 0 0 0 0;
  text-align: left;
  text-indent: -9999px;
  width: 265px;
}

#quick-links #quick-links-links {
  background-image: url(/images/homePage/quick-links-bkgd.jpg);
  background-repeat: no-repeat;
  font-size: 14px;
  height: 164px;
  line-height: 24px;
  margin: 0;
  padding: 16px 20px 20px 20px;
  width: 225px;
}

#contentBtns {
  float: left;
  margin: 0;
  padding: 20px 0 5px 0;
  text-align: center;
  width: 265px;
  vertical-align: middle;
}

#contentBtns img {
  margin: 0 0 0 6px;
  vertical-align: middle;
}

#homePageNews {
  float: left;
  margin: 0;
  padding: 20px 10px 5px 0;
  width: 466px;
}

#homePageNews .column-split {
  float: left;
  margin-right: 12px;
  width: 221px;
}

#homePageNews h1 {
  color: #3f97e9;
  font-size: 21px;
  font-weight: normal;
  margin: 7px 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}

#homePageNews h3 {
  color: #69bc28;
  font-size: 14px;
  margin: 0 0 0 0;
}

#homePageNews p {
  color: #8a5b33;
  line-height: 18px;
  margin: 0 0 0 0;
}

#homePageNews p img.float-right {
  float: right;
  margin: 0 0 8px 8px;
}

#homePageNews p a {
  color: #3f97e9;
}

/* youth page styles */
.youthTable th {
  border: none;
  color: #3f97e9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.youthTable td {
  color: #8a5b33;
  text-align: left;
}

.checkListBox {
  border: 1px solid #8a5b33;
  border-right: 2px solid #8a5b33;
  border-bottom: 2px solid #8a5b33;
  font-size: 10px;
  height: 11px;
  line-height: 10px;
  width: 11px;
}

.campDates {
  float: right;
}

.theDots {
  border-bottom: 1px dotted #8a5b33;
  color: #8a5b33;
  margin: 0 0 5px 0;
  padding: 0 0 2px 0;
}

/* guest groups page styles */
.ggLodgingImage {
  float: right;
  margin: 0 0 30px 10px;
}

#covenantGrindsMenu {
  background-color: #FFFFFF;
  border-top: 1px solid #69bc28;
  border-left: 1px solid #69bc28;
  color: #8a5b33;
}

#covenantGrindsMenu td, th {
  background-color: #FFFFFF;
  border-right: 1px solid #69bc28;
  border-bottom: 1px solid #69bc28;
}

#covenantGrindsMenu th {
  font-style: italic;
  font-weight: bold;
}

#downloadsBox {
  background-color: #e6c833;
  padding: 20px 20px 20px 20px;
}

#downloadsBox h2 {
  color: #782327;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0;
}

#downloadsBox p {
  color: #782327;
  font-size: 12px;
  line-height: 25px;
  margin: 0 0 0 0;
  padding: 0;
}

#downloadsBox a {
  color: #8a5b33;
  text-decoration: underline;
}

#downloadsBox a:hover {
  text-decoration: none;
}

/* relevant link styles */
#relevantLinks {
  background-color: #e6c833;
  padding: 20px 20px 20px 19px;
}

#relevantLinks hr {
  background: none;
  background-color: none;
  border: none;
  border-top: 1px dotted #ff7222;
  height: 1px;
  padding: 0;
}

#relevantLinks h2 {
  color: #782327;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding: 0;
}

/* info section page styles */
.churchDetail {
  display: none;
  float: left;
  margin: 10px 0 0 0;
  width: 100%;
}

.staffRow {
  float: left;
  width: 100%;
}

.staffPhoto {
  float: left;
  padding: 0 0 10px 0;
  text-align: left;
  width: 115px;
}

.staffBio {
  float: left;
  width: 352px;
}

#dateList {
  float: left;
  width: 90px;
}

#dateList h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#dateList h5 {
  font-size: 12px;
  margin: 0 0 0 5px;
}

#articles {
  float: left;
  width: 370px;
}

/* calendar page styles */
#calendarHeader {
  background-image: url(/images/info/calendar-header.gif);
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  float: left;
  height: 43px;
  margin: 0 0 10px 0;
  padding: 8px 0 0 65px;
  width: 685px;
}

.calendarHR {
  background: none;
  border: none;
  border-top: 1px dotted #8a5b33;
  float: left;
  height: 1px;
  margin: 5px 0 10px 0;
  padding: 0;
  width: 100%;
}

#calCol1 {
  border-right: 1px dotted #8a5b33;
  float: left;
  padding: 0 20px 0 0;
  width: 199px;
}

#calCol2 {
  float: left;
  padding: 0 20px 0 20px;
  width: 267px;
}

#calCol3 {
  background-color: #e6c833;
  float: left;
  padding: 20px 19px 20px 19px;
  width: 185px;
}

#calCol3 h2 {
  color: #782327;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0;
}

.floatRight {
  float: right;
}

/* registration pages */
.registrationSteps {
  color: #9fcbf4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 15px 0;
  text-align: left;
}

.registrationStepsComplete {
  color: #3f97e9;
}
