

/*
	Custom Formatting
*/

#banner {
	margin: 15px auto;
	width: 722px;
}

#introduction {
	padding: 25px 15px 0 15px;
	margin: 10px auto 0 auto;
	width: 770px;
}

h1 {
	padding: 10px 0;
}

h2 {
	padding: 35px 0 10px 0;
	font-size: 2.5em;
}

h3 {
	
	padding: 5px 0;
	font-size: 2em;
}

h4 {
	padding: 5px 0;
	font-size: 1.5em;
}

h5 {
	padding: 10px 0;
}

h6 {
	padding: 10px 0;
}

p {
	
	margin: 5px 10px 5px 0px;
	text-decoration: none;
	text-align: justify;
	direction: ltr;
	text-transform: none;
	white-space: normal;
	font: normal 1.25em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-indent: 15px;
}

.calltoaction {
	float: right;
	margin-top: -25px;
	padding: 0;
}

.right {
	background: #fff;
	float: right;
	margin:  0 0 15px 15px;
	padding: 10px;
	border: 1px solid;
}

.left {
	background: #fff;
	float: left;
	margin:  0 15px 15px 0;
	padding: 10px;
	border: 1px solid;
}

.hide {
	display: none;
}

#gallery {
		text-align: center;
		clear: both;
	}
	
		#gallery img {
			border: 1px solid #999;
			background: #fff;
			margin: 15px 12px 15px 12px;
			padding: 10px;
		}
		
/* Schedule Table Styles */

#index table {
			width: 700px;
			margin: 10px auto 10px auto;
		}
		
#index table tr {
		}
		
#index table tr.oddrow {
			background-color: #e99200;
		}
		
#index table tr.evenrow {
			background-color: #eee;
		}
		
#index table tr:hover {
			background-color: #ffffff;
			color: #000;
		}
		
#index table td.headercolumn {
			background-color: #392c17;
			color: #fff;
			text-align: right;
			padding: 2px 5px 2px 5px;
		}

#index table tr.headerrow {
			background-color: #392c17;
			color: #fff;
			text-align: center;
		}

#index table td {
			text-align: center;
		}
		
#index ol {
	margin: 10px 40px;
	font-size: 1.2em;
}

#index ol li {
	padding: 5px 0;
}

.small {
	clear: right;
	float: right;
	margin: 5px 50px 0px 0px;
	font-size: 70%;
}

/* Contact Form Table Styles */

#contact {
	margin: 20px;
}
		
form {
  margin: 0 auto;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 535px; 
		}

form fieldset {
	clear: both;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 0;
}

form fieldset legend {
	font-size:1.25em;
}

form label {
	display: block;  
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right;
	font-size:1em;
}
		
form h2 {
		}
		
form h3 {
		}

form input, form select, form textarea {
	display: inline;
	width: auto;
	margin: 5px 0 0 10px;
}

form #captchahelp {
	display: block;
	margin: 5px 0 5px 207px; 
	padding: 1px 3px;
	font-size: 88%;
	width: 300px;
	text-align: left;
}

form br {
	clear:left;
}

form #formsubmit {
	width: 200px;
	margin: 5px auto;
}

form p {
	margin: 15px 0 10px 100px;
	font-size: 80%;
}

form .required {
	color: #f00;
}

/* Footer */

#footer {
	font-size: 1.25em;
	line-height: 1.5;
	background: #c8bbaa url(../images/footertile.png) repeat;
	height: 300px;
	padding: 0 0 25px 0;
}

#footer ul {
	list-style-type: none;
}

#header {
	background: #392c17 url(../images/footerbanner.png) repeat-x;
	height: 89px;
}

#header img {
	
	margin: 0;
}

#sitemap {
	float: left;
	margin: 20px 20px 20px 65px;
	width: 150px;
}

#address {
	float: right;
	margin: 20px 50px 20px 0;
	width: 220px;
}


#social {
	min-width: 240px;
	max-width: 260px;
	width: 250px;
	margin: 20px auto;
}

#social img {
	vertical-align: middle;
	margin: 5px 10px;
}

#footer #summary {
	text-align: center;
	list-style-type: none;
	font-size: 80%;
	background: #c8bbaa url(../images/footertile.png) repeat;
	clear: both;
}

#footer #summary li {
	padding: 5px 5px 15px 5px;
	display: inline;
}

#footer a:link {
	color: #000;
	text-decoration: underline;
}



#privacy {
	font-size: 0.8 em;
	line-height: 1.25;
	width: 900px;
	margin: 50px auto;
}

#privacy ul {
	list-style-type: disc;
}

#privacy ul, #privacy ul li {
	font: normal 1.1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 0 10px;
}

#thankyou {
	width: 475px;
	margin: 0 auto;
}

#thanks h3, #thankyou p, #thankyou {
	text-align: center;
}

.phone {
	text-align: center;
}

#purchase {
	width: 475px;
	margin: 10px auto;
}


#purchase {
	text-align: center;
}

#purchase h3 {
	margin: 10px;
}

#purchase p, #purchase ol, #purchase ol li ul {
	text-align: left;
}

#purchase ol li, #purchase ol li ul li {
	font-size: 1.2em;
	padding: 5px 0;
}

.sellout {
	color: #f91c09;
	
}