@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
}
html, body {
	height: 100%;
	background: #E9DFD6 url(images/BG_main.jpg) repeat-x;
	color: #45270F;
	font: lighter 90% Georgia, "Times New Roman", Times, serif;
}

.navigation {
	margin: 0px;
	float: left;
}
html, body, #wrap {height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;
	width: 952px;
	margin: 0px auto;
}

#main {padding-bottom: 50px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	background: #45270F;
	border-top: thin solid #B86A2A;
} 
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.footerContain {
	padding: 5px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #E9DFD6;
	text-align: center;
}
#leftContentHome {
	float: left;
	width: 450px;
	padding-top: 20px;
	padding-bottom: 25px;
}
#rightContentHome {
	float: right;
	width: 450px;
	padding-left: 30px;
	padding-bottom: 25px;
}
h2 {
	font-style: italic;
}
.imgRight {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.clear {
	clear: both;
}
.headerSplash {
	padding-top: 10px;
	padding-bottom: 10px;
}
#leftContent {
	float: left;
	width: 250px;
	padding-top: 20px;
	padding-bottom: 25px;
}
#rightContent {
	float: right;
	width: 650px;
	padding-left: 30px;
	padding-bottom: 25px;
	padding-top: 20px;
}
div#commentForm
{
  margin: 0px 20px 0px 20px;
  display: none;
}
.textInputs
{

    margin-bottom: 5px;
    display: block;
    padding: 4px;
    width: 450px;
} 
form
{
	width: 500px;
	color: #ecdfd7;
	padding: 20px;
	border: 2px solid #260b02;
	font-size: 90%;
	background: #734013 url(_images/formBG.jpg) repeat-x;
}

fieldset
{
  padding: 0 20px 20px;
  margin: 0 0 20px;
  border: 1px solid #401701;
}

legend
{
  color: #FFFFFF;
  background-color: #401701;

  font-size: 110%;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 0;
  border: 1px solid #3E4A49;
	font-style: italic;
}

label
{
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 30%;
  padding-top: 0.25em;
  margin: 1em 5px 0 0;
}

div.submitBtn {
	margin-top: 10px;
	clear: both;
}

#div1 {
}

#Submit {
	clear: both;
	background-color: #f4eae1;
	font: italic bold 110% Georgia, "Times New Roman", Times, serif;
	color: #401701;
	padding: 2px 5px;
	border-style: ridge;
	border-color: #401701;
}

#eventDay {
}

input, select
{
  margin: 1em 0 0 0;
  border: 1px solid #f4eae1;
  padding: 2px;
  background: #FFFFFF url(_images/inputBG.jpg) repeat-x 0 0;
}

#div1 table {
	clear: both;
	width: 80%;
}

input:focus, select:focus
{
  border: 1px solid #4899BE;
}

#buttons
{
  text-align: right;
  margin: -15px 0 -5px 0;
}

input.button
{
  width: auto;
  background: #FFFFFF;
  border: 2px solid #4899BE;
}a:link {
	color: #AC6328;
	text-decoration: none;
}
a:visited {
	color: #AC6327;
	text-decoration: none;
}
a:hover {
	color: #281709;
}
a.footer:link {
	color: #E9DFD6;
	text-decoration: none;
}
a.footer:visited {
	color: #E9DFD6;
	text-decoration: none;
}
a.footer:hover {
	color: #AC6328;
}
