#wrapper {
  background-color: #e8f0ed;
  color: #222;
  margin: 0 auto;
  text-align: left;
  width: 750px;
}

#title {
  text-align: right;
  position: relative;
  z-index: 30;
}

#title h1 {
  font-family: Georgia, "Century Schoolbook L", Times, "Times New Roman", serif;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 0 -6px 0;
  padding: 0;
}

#container {
  border: 1px solid gray;
  width: 748px;
  position: relative;
  z-index: 20;
}

#container_inner {
  background-color: #fff;
  border: 1px solid gray;
  color: #222;
  margin: 1px;
}

#header {
  background-color: #cdc;
  border-bottom: 1px solid gray;
  padding: 0.5em;
}

#header h1 {
  margin: 0;
  padding: 0;
}

#nav_main {
  position: relative;
  float: left;
  font-family: Times, serif;
  font-size: 0.8em;
  width: 174px;
}

#nav_main h2 {
  font-family: Georgia, "Century Schoolbook L", Times, "Times New Roman", serif;
  font-size: 1.6em;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  padding: 10px 0 0 0;
}

#nav_main img {
  border: 0;
  margin-left: 25px;
}

#nav_main ul {
  list-style-type: none;
/*  list-style-image: url(../images/list_marker_small.png);
  list-style-position: inside; */
  margin-left: 10px;
  margin-bottom: 50px;
  padding: 0;
}

#nav_main ul li {
  padding: 10px 0;
}

#nav_main ul li a {
  color: #636363;
  font-family: Trebuchet, "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 5px;
  text-decoration: none;
}

#nav_main ul li a:hover {
  background-color: #63b175;
  color: #fff;
}

#content {
  border-left: 1px solid gray;
  font-family: Trebuchet, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size: 0.8em;
  margin-left: 175px;
  padding: 1em;
}

#content a {
  color: #393;
}

#content a:hover {
  background-color: #eee;
  color: #282;
}

#content address {
  font-family: Georgia, "Century Schoolbook L", Times, "Times New Roman", serif;
  font-size: 1em;
  font-weight: bold;
}

#content h1 {
  font-family: Georgia, "Century Schoolbook L", Times, "Times New Roman", serif;
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 0 0;
}

#content h2 {
  font-family: Georgia, "Century Schoolbook L", Times, "Times New Roman", serif;
  font-size: 1.6em;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  padding: 10px 0 0 0;
}

/*
 * Main page image splash section styles
 ******************************************/

#image_splash {

}

#image_splash a {
  color: #555;
  float: right;
  font-size: 0.8em;
  margin-right: 5px;
  text-decoration: none;
}

#image_splash a:hover {
  text-decoration: underline;
}

.image_splash_row_top {

}

.image_splash_row_top img {
  height: 160px;
  margin: 0;
  padding: 0;
  width: 177px;
}

.image_splash_row_middle {

}

.image_splash_row_middle img {
  height: 100px;
  margin: 0;
  padding: 0;
  width: 177px;
}

.image_splash_row_bottom {

}

.image_splash_row_bottom img {
  height: 160px;
  margin: 0;
  padding: 0;
  width: 177px;
}

#image_splash_lodge {
  border: 1px solid #555555;
  height: 98px;
  margin: 0;
  padding: 0;
  width: 175px;
}

/*
 * Interior page image header
 *******************************/

#image_header {

}

#image_header img {
  border: 1px solid #555555;
  height: 98px;
  margin: 0;
  padding: 0;
  width: 175px;
}


/*
 * Footer
 ***********/

#footer {
  border-top: 1px solid gray;
  clear: both;
  font: 0.6em Verdana, Tahoma, Arial, sans-serif;
  margin: 0;
  padding: .5em;
}

/*
 * Floats and Callouts
 ************************/



.float_right {
  float: right;
  border: 0;
}

.float_left {
  float: left;
  border: 0;
}

.image_callout_left {
  border: 1px solid #999;
  float: left;
  margin: 12px 12px 10px 0;
  padding: 2px;
}

.image_callout_right {
  border: 1px solid #999;
  float: right;
  margin: 12px 0 10px 12px;
  padding: 2px;
}

.image_capcallout_left {
  float: left;
  margin: 12px 12px 10px 0;
  padding: 2px;
  color: #636363;
  width: 150px;
}

.image_capcallout_left img {
  border: 1px solid #999;
  padding: 2px;
}

.image_capcallout_left h3 {
  font-weight: normal;
  font-size: 0.9em;
  font-style: italic;
  margin: 0;
  padding: 2px;
}

.image_capcallout_right {
  float: right;
  margin: 12px 0 10px 12px;
  padding: 2px;
  color: #636363;
  width: 150px;
}

.image_capcallout_right img {
  border: 1px solid #999;
  padding: 2px;
}

.image_capcallout_right h3 {
  font-weight: normal;
  font-size: 0.9em;
  font-style: italic;
  margin: 0;
  padding: 2px;
}

/*
 * Donate Page
 ****************/

table.gift_levels {
  border: 0;
  text-align: center;
}

table.gift_levels td, table.gift_levels th {
  border: 0;
}

table.gift_levels th.shaded {
  background-color: #eaeaea;
}

table.gift_levels tr.shaded {
  background-color: #f2f2f2;
}

/*
 * Miscellaneous
 ******************/
.align_center {
  text-align: center;
}

.no_border {
  border: 0;
}

#image_background {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
}

/*
 * Element default overrides
 ******************************/
table, td, th {
  border: 1px solid gray;
}

td, th {
  border: 1px solid gray;
  padding: 2px 4px;
}

body {
  background-color: #e8f0ed;
  margin: 0;
  padding: 0;
}

hr {
  border: none 0;
  border-bottom: 1px solid #777;
  border-top: 1px solid #777;
  height: 3px;
  width: 100%;
}

.selected_tr {
   background-color: #e8f0ed;
}

input[type="text"] {
   width: 25em;
}

input[type="text"].narrow {
   width: 5em;
}

.error {
   background-color: #ffaaaa;
}

.bold {
   font-weight: bold;
}

.italic {
   font-style: italic;
}
