body {
    margin: 0px;
    padding: 0px;
    background-color: #57651c;
}

#menu_bar_background_container {
    background-color: #22280b;
    width: 100%;
    height: 28px;
    min-width: 800px;
    clear: both;
    margin: 0px;
    padding: 0px;
    border: none;
    text-align: center;
    background-image: url(images/layout/menu_bar_background.png);
}

#logo_bar_background_container {
    background-color: #b3af4c;
    width: 100%;
    min-width: 800px;
    height: 194px;
    clear: both;
    background-image: url(images/layout/logo_background_gradient.png);
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#logo_bar_background_container_home {
    background-color: #b3af4c;
    width: 100%;
    min-width: 800px;
    height: 138px;
    clear: both;
    background-image: url(images/layout/logo_background_gradient_home.png);
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#accent_bar_background_container {
    height: 270px;
    width: 100%;
    min-width: 800px;
    clear: both;
    background-color: #22280b;
    text-align: center;
}

#focus_bar_background_container {
    height: 22px;
    width: 100%;
    min-width: 800px;
    clear: both;
    background-color: #806600;
    text-align: center;
}

#small_accent_bar_background_container {
    height: 7px;
    width: 100%;
    clear: both;
    background-color: #22280b;
}

#body_gradient_background_container {
    height: 14px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-width: 800px;
    clear: both;
    background-repeat: repeat-x;
    background-color: #677821;
    background-image: url(images/layout/body_background_gradient.png);
}

#body_background_container {
    background-color: #677821;
    clear: both;
    width: 100%;
    height: 100px;
}

#body_background_footer {
    height: 22px;
    width: 100%;
    clear: both;
    background-color: #57651c;
    border-top: 1px solid #d6d2be;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

#footer_padding {
    height: 12px;
    width: 100%;
    clear: both;
    background-color: #677821;
    margin: 0px 0px 0px 0px;
}

#logo_image {
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
}

#logo_image_home {
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
}

#logo_container {
    height: 100%;
    width: 800px;
  /* Set left and right margins to auto, thus centering the
     element in the containing (body) tag: */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
}

.centered_container {
    height: 100%;
    width: 950px;
  /* Set left and right margins to auto, thus centering the
     element in the containing (body) tag: */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.centered_container_focus {
    height: 256px;
    width: 950px;
  /* Set left and right margins to auto, thus centering the
     element in the containing (body) tag: */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 2px solid #7f6500;
    padding: 0px;
}

.event_container {
    float: left;
    width: 310px;
    height: 256px;
}

.event_block {
    background-repeat: repeat-y;
    background-image: url(images/layout/event_block_background.png);
    width: 310px;
    height: 84px;
    float: left;
    clear: left;
    margin: 0px;
    padding: 0px;
}

.event_block_bordered {
    border-bottom: 2px solid #7f6500;
}

.event_block_highlighted {
    background-image: url(images/layout/event_block_background_active.png);
}


.event_block_last {
    background-repeat: repeat-y;
    background-image: url(images/layout/event_block_background.png);
    width: 310px;
    height: 84px;
    float: left;
    clear: left;
    margin: 0px;
    padding: 0px;
}

.feature_block {
  float: left;
  height: 256px;
  width: 327px;
  background-color: #5d4f04;
}

.feature_block a h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    font-style: italic;
    color: #c8ab37;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-decoration: none;
}

#feature_block_image {
  border: 0px;
}

.feature_block a {
  text-decoration: none;
}


#picture_center {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-position: top center;
  width: 298px;
  height: 213px;
  border: 0px;
}

.gallery_block {
  float: left;
  height: 256px;
  width: 311px;
  background-repeat: repeat-y;
  background-image: url(images/layout/gallery_background.png);
}

#gallery_border_container {
    float: left;
    width: 311px;
    height: 233px;
    margin: 0px;
    padding: 0px;
    background-color: #806600;
    background-repeat: repeat-x;
    background-image: url(images/layout/picture_background.png);
}

#gallery_container {
    margin: 4px 2px 2px 2px;
    padding: 0px;
    width: 307px;
    height: 227px;
}

#photo_container, #photo {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 307px;
    height: 205px;
}


#pause_button {
    float: left;
    height: 16px;
    width: 16px;
    padding: 0px;
    margin: 4px 5px 0px 0px;
    border: 0px;
}

#next_button {
    float: right;
    height: 16px;
    width: 16px;
    padding: 0px;
    margin: 4px 0px 0px 0px;
    border: 0px;
}


.event_block h1, .event_block_last h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    font-style: normal;
    color: #c8ab37;
    text-align: right;
    margin: 18px 25px 0px 0px;
    padding: 0px;
    text-decoration: none;
}

.event_block h2, .event_block_last h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 19px;
    font-style: italic;
    color: #c8ab37;
    text-align: right;
    margin: 0px 25px 0px 0px;
    padding: 0px;
    text-decoration: none;
}

a#event_assiniboine, a#event_swamp, a#event_ice {
  text-decoration: none;
}


.centered_footer_container {
    width: 950px;
  /* Set left and right margins to auto, thus centering the
     element in the containing (body) tag: */
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 0px;
    text-align: right;
    color: #ffffff;
    font-family: Arial, Verdana, San Serif;
    font-size: 12px;
}

.centered_footer_container_slim {
    width: 700px;
  /* Set left and right margins to auto, thus centering the
     element in the containing (body) tag: */
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 0px;
    text-align: right;
    color: #ffffff;
    font-family: Arial, Verdana, San Serif;
    font-size: 12px;
}

#contact_us {
    color: #d2ba2d;
    text-decoration: none;
}

#upcoming_events {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    font-style: italic;
    color: #c8ab37;
    text-align: right;
    margin: 0px 30px 0px 0px;
    padding: 0px;
}

#presents {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    font-style: italic;
    color: #c8ab37;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#heading_container {
    width: 800px;
  /* Set left and right margins to auto, thus centering the
     element in the containing (body) tag: */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
}

#heading_container h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    color: #c8ab37;
    margin: 0px 0px 0px 2px;
    padding: 0px;
}

#heading_container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    font-style: italic;
    color: #c8ab37;
    margin: 0px 0px 0px 2px;
    padding: 0px;
}

#date_1, #date_2  {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 28px;
    font-style: normal;
    color: #c8ab37;
    margin: 4px 0px 0px 2px;
    padding: 0px;
    text-decoration: none;
}

#question_mark {
    width: 300px;
    margin: 18px 0px 0px 38px;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 0px;
    float: left;
    height: 49px;
    background-image: url(images/layout/question_mark_background.jpg);
    text-align: left;
}

#question_mark a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 0px;
    margin: 0px 0px 0px 65px;
    line-height: 40px;
    font-style: normal;
    color: #917c6f;
    text-decoration: none;
}

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

#exclaimation_point {
    width: 250px;
    margin: 10px 0px 0px 70px;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 0px;
    float: left;
    height: 53px;
    background-image: url(images/layout/exclaimation_point_background.jpg);
    text-align: left;
}

#exclaimation_point a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0px 0px 0px 60px;
    padding: 0px;
    font-style: normal;
    color: #917c6f;
    text-decoration: none;
    line-height: 40px;
}

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

#points_container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 400px;
    float: left;
}

#centered_container_body {
    width: 950px;
  /* Set left and right margins to auto, thus centering the
     element in the containing (body) tag: */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    /*background-color: #677821;*/
}

#centered_container_body_slim {
    width: 700px;
  /* Set left and right margins to auto, thus centering the
     element in the containing (body) tag: */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border-left: 1px solid #d6d2be;
    border-right: 1px solid #d6d2be;
    text-align: left;
}

#left_column {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 50%;
    float: left;
    border-right: 1px solid #d6d2be;
    border-left: 1px solid #d6d2be;
}

#right_column {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 49%;
    float: left;
    border-right: 1px solid #d6d2be;
}

.body_background_color {
    background-color: #677821;
    text-align: center;
}

.content {
    margin: 0px 10px 0px 10px;
}

#menu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    float: right;
    height: 28px;
}

#menu li {
    display: inline;
    float: left;
    position: relative;
    /*background-color: #FFCC66;*/
    padding: 0px;
    margin: 0px 0px 0px 10px;
    height: 28px;
    line-height: 28px;
}

#menu li a {
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
    color: #ffffff;
    font-family: Arial, Verdana, San Serif;
    font-size: 12px;
}

#menu li a:hover {
    text-decoration: underline;
}

#menu li ul {
	position: absolute;
	left: -10px;
	top: 20px;
    width: 200px;
	display: none;
    text-align: left;
    padding: 8px 0px 0px 0px;
    margin: 0px;
}

#menu li ul li {
    background-color: #22280b;
    text-align: left;
    display: block;
    float: left;
    clear: both;
    width: 200px;
    margin: 0px 0px 0px 0px;
    height: 100%;
    padding: 0px 0px 0px 10px;
    border-bottom: 1px solid #b0aca5;
}

#menu li ul li a {
    text-decoration: none;
    color: #ffffff;
    font-family: Arial, Verdana, San Serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

#menu li:hover ul, #menu li.sfhover ul {
    display: block;
    }

#email_entry {
    font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    padding: 0px;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 0px;
}

/*---------- Text Formatting ------------ */

.content h1 {
	font-family: Arial, Verdana, sans-serif;
	color: #EEEEEE;
 	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 10px;
}

.content h2 {
	font-family: Arial, Verdana, sans-serif;
	color: #EEEEEE;
	font-size: 	14px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 22px;
}

.content h3 {
	font-family: Arial, Verdana, sans-serif;
	color: #EEEEEE;
	font-size: 	13px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 15px;
	font-style: italic;
}

.content h4 {
	font-family: Arial, Verdana, sans-serif;
	color: #EEEEEE;
	font-size: 	12px;
	margin-bottom: 2px;
	margin-top: 10px;
    font-style: italic;
    text-decoration: underline;
    font-weight: normal;
}

.content p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-top: 10px;
    padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #EEEEEE;
}

.content td {
    font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
}

.content ul {
    text-decoration: none;
	list-style-type: none;
	width: 90%;
	padding-top: 5px;
    padding-left: 0px;
    margin-left: 10px;
}

.content li {
    font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
    padding-bottom: 5px;
    padding-left: 20px;
    background-image: url(images/layout/bullet_arrow_right.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 0px;
    margin-top: 0px;
	width: 100%;
}

.content a {
    text-decoration: underline;
    color: #EEEEEE;
}

.content a:hover {
    text-decoration: none;
	background-color: #57651c;
}

.content hr {
    height: 1px;
    border-top: 1px dotted #d6d2be;
    border-bottom: none;
}

/* ------- error display message ------------------ */
.error_box {
	width: 95%;
	margin: 5px 5px 5px 5px;
	padding: 5px 10px 5px 10px;
	border: 3px solid #ff0000;
	display: table;
}

.error_box_image {
    width: 80px;
	padding: 5px 5px 5px 5px;
	border: none;
	display: block;
	float: left;

}

.error_box_text {
	width: 350px;
    float: left;
	display: block;
}