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


body, html{
	margin: 0;
	padding:0;
}

#container{
	width: 820px;
	background-color: #605041;
	padding: 10px;
	margin-right:auto;
	margin-left: auto;
}

#wrapper{
	width:800px;
	border: groove medium #EECBA7;
	margin-right:auto;
	margin-left: auto;
}
#header{
	width: 800px;
	height: 150px;
	margin: auto;
	padding: 0px;
}

#nav { 
	margin-top: 0px;
	margin-right:auto;
	margin-left: 0px;
	padding: 0px; 
 	width: 800px; 
	float: left;
	background-color: #d57c22; 
	text-align: center;
}



#nav ul{
	margin-left:auto;
	margin-right: auto;
	border: none;
}
#nav li {
    display: inline;
    float: left;
	}
#nav a:link  {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D57C22;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
	margin: 0px 10px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
#nav a:visited{
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D57C22;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
	margin: 0px 10px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
	
	
	
#nav a:hover, a:active {
	background-color: #AA631C;
}


#body{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #E4CDBE;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#footer{
	width: 800px;
	height: 145px;
	font-family: Verdana, Geneva, sans-serif;
	color: #EECBA7;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	clear: both;
	
}
h5{
	margin: 0px;
	
}

#redbox{
	width: 500px;
	height: 200px;
	margin-top: 35px;
	margin-bottom: 15px;
	padding: 10px;
	color: #E4CDBE;
	text-align: center;
	border-radius: 15px;
	background-color: #BF5F00;
	box-shadow: 3px 3px 3px #888888;
	font-family: Verdana, Geneva, sans-serif;
	border: thin solid #605041;
	margin-right: auto;
	margin-left: auto;
}

#contactusredbox{
	width: 500px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 15px;
	padding: 10px;
	color: #E4CDBE;
	text-align: center;
	border-radius: 15px;
	background-color: #601407;
	box-shadow: 3px 3px 3px #888888;
	font-family: Verdana, Geneva, sans-serif;
	border: thin solid #605041;
}


#redbox a:link, a:visited {
	display: block;
	color: #C1CB86;
	text-align: center;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-decoration: none;
}



#forms{
	float: left;
	width: 300px;
	height: auto;
		margin-right: auto;
	
	padding: 10px;
	color: #E4CDBE;
	border-radius: 15px;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #605041;
	background-image: url(redbox.gif);
	background-repeat: no-repeat;
}
#groundrules{
	
	width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 15px;
	padding: 10px;
	color: #000000;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #888888;
	font-family: "Times New Roman", Times, serif;
	border: thin solid #605041;
	font-size: 12px;
	clear: both;
}

#leftboxhome{
	float: left;
	margin: 5px;
	width: 525px;
	padding: 15px;
	font-size: x-small;
}
#rightbox{
	float: right;
	width: 200px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
}
.top{
	width: 200px;
	height: 25px;
	background-color: #D57C22;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;
	font-size: large;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.fontorange{
	color: #D57C22;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
}
.eventstable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: 10px 10px 5px #888888;
	border: 1px solid #bf5f00;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}.eventstable table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}.eventstable tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.eventstable table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.eventstable table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.eventstable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.eventstable tr:hover td{
	
}
.eventstable tr:nth-child(odd){ background-color:#ffaa56; }
.eventstable tr:nth-child(even)    { background-color:#ffffff; }.eventstable td{
	vertical-align:middle;
	
	
	border:1px solid #bf5f00;
	border-width:0px 0px 0px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Times New Roman;
	font-weight:normal;
	color:#000000;
}.eventstable tr:last-child td{
	border-width:0px 0px 0px 0px;
}.eventstable tr td:last-child{
	border-width:0px 0px 0px 0px;
}.eventstable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.eventstable tr:first-child td{
	background: -o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background: -moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");		background: -o-linear-gradient(top,#ff7f00,bf5f00);
	background-color: #ff7f00;
	border: 0px solid #bf5f00;
	text-align: left;
	border-width: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	color: #ffffff;
}
.eventstable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
}
.eventstable tr:first-child td:first-child{
	border-width:0px 0px 0px 0px;
}
.eventstable tr:first-child td:last-child{
	border-width:0px 0px 0px 0px;
}



.btn {
	background: #bf5f00;
	background-image: -webkit-linear-gradient(top, #ff7f00, #bf5f00);
	background-image: -moz-linear-gradient(top, #ff7f00, #bf5f00);
	background-image: -ms-linear-gradient(top, #ff7f00, #bf5f00);
	background-image: -o-linear-gradient(top, #ff7f00, #bf5f00);
	background-image: linear-gradient(to bottom, #ff7f00, #bf5f00);
	-webkit-border-radius: 12;
	-moz-border-radius: 12;
	border-radius: 12px;
	text-align: center;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	padding: 5px;
	text-decoration: none;
	width: 110px;
	font-weight: bold;
	margin-bottom: 20px;
}
.btn a:link {
	color: white;
	text-decoration: none;
	
}
.btn a:visited {
	color: white;
}

.btn:hover {
  background: #ffaa56;
  text-decoration: none;
}
.imagepadding {
	padding-left: 20px;
}
#webgallery {
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	width: 550px;
}
#container #wrapper #body .clearfix #rightbox p em a {
	color: #E4CDBE;
}
#container #wrapper #body .clearfix #rightbox p em a {
	color: #000;
}
.printablelink {
	color: #BF5F00;
}
.entryformheader {
	background-color: #D57C22;
	height: 25px;
	width: 600px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#entryformwrapper {
	border: medium solid #CCC;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.taboverforms {
	margin-left: 150px;
	float: left;
}
.fontccolor {
	color: #D57C22;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
}
