@charset "utf-8";
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, a, em, font, img, 
strong, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	}
body {
	background-image: url(../img/pinstripe.png);
	line-height: 1.5;
	font-size:0.875em;
}
ol, ul { list-style: none;}
#wrapper {
	width: 50em;
	margin: 0.5em auto 0;
	padding: 0.5em;
	background-color: #fff;
	}
#header {
	background: url(../img/header.jpg) no-repeat #99e0ff;
	font-family: Copperplate, Copperplate Gothic, serif;
	height:6.25em;
	}
h1 {
	position: relative;
	width: 166px;
	height: 60px;
	overflow: hidden;
	font-size:1.5em;
	line-height: 1;
	}
	
h1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/title.gif) no-repeat;
}

#header p {
	font-size: 1em;
	font-weight: lighter;
	padding-top:5px;
	padding-left:10px;
	}
#logo {
	float:left;
	}
#phone {
	float:right;
	margin-right: 0.5em;
	padding-top: 3.25em;
	color: #FFFFFF;
	}
h3 {font-size:0.875em;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	font-style: italic;
	font-weight: lighter;
	padding-left: 10.25em;}
h4{
	font-size:1.5em;
	line-height: 1;
	}
#nav {
	font-family: Copperplate, Copperplate Gothic, serif;
	font-size: 1.25em;
	margin-top: 1em;
	}
#nav li {
	float:left;
	padding: 0 2.275em;
	}
#content {
	clear: both;
	margin-top: 3em;
	font-family:TrebuchetMS, Optima, Century Gothic, Apple Gothic, sans-serif;
	}
h2{
	font-size:3em;
	font-family: Copperplate, Copperplate Gothic, serif;
	font-weight: normal;
	padding-left: 24px;
	letter-spacing: -1px;
	border-bottom: 0.0625em solid #000000;
	}
#content p {
	padding-left:12px;
	padding-top: 12px;
	}

.events {
	font-weight: bold;
}	
/*-----
styles for the prices page
-----*/

#prices {
	margin-top:1.5em;
	}
table {
	margin-left: 12.5%;
	margin-bottom: 1.5em;
	}
caption {
	text-align: left;
	font-family: Copperplate, Copperplate Gothic, serif;
	font-size: 1.25em;
	}
th {
	text-align: left;
}	

/*----
for the terms at base of each page
-----*/
#TC {
	margin-left: 3em;
	margin-top:1.5em;
	}
#TC p {
	font-size: 0.875em;
	font-family: Copperplate, Copperplate Gothic, serif;
	}
/*-----
footer style
----*/
#footer {	
	margin-top: 3em;
	font-size: 0.875em;
	font-family:Century Gothic, Apple Gothic, sans-serif;
	line-height: 1.125em;
	border-top: 0.2625em solid #000000;
	}
#footer p {
	font-weight: bold;
	float:left;
	}
#footer dl {
	margin-left:25em;
	}
	
/*-----
A section just for the Terms and Conditions
-----*/
#terms {
	clear: both;
	padding-top: 1.5em;
	width: 40em;
	margin: 0 auto;
	display: block;
	font-size: 1em;
	line-height: 1.8em;
	font-family:TrebuchetMS, Optima, Century Gothic, Apple Gothic, sans-serif; 
}

#terms h3 {
	font-size: 1em;
	color: #ff0000;
	padding: 0.5em 0;
	text-align: center;
}

#terms p {
	padding:0;
}

#terms p em {
	font-weight: bold;
	font-size: 1.1em;
}

#terms dl {
	margin: 0.5em 0;
	text-align: center;
}

#terms dt {
	text-decoration: underline;
	padding-bottom: 0.25em;
}

.alert {
	color: #ff0000;
}

.footnote {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

/*------
layout and styles for the contact us form
------*/
#contact_form {
	width: 60%;
	margin: 0 auto;
}

#contact_form p {
	padding: 0;
	color: #ff0000;
	margin: 4px 0;
}

#contact_form li {
	padding: 8px 0;
	clear: both;
}

#contact_form fieldset {
	margin-top: 1em;
}

#pref_date li {
	float: left;
	padding-right: 48px;
	clear: none;
}

#pref_date label {
	width: 48px;
}

#numbers {
	width: 48px;
}

#contact_form abbr {
	cursor: help;
	font-style: normal;
	border: 0;
	color: #ff0000;
}

legend {
	font-family: Copperplate, Copperplate Gothic, serif;
	font-size: 1.25em;
}

label {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: right;
	width: 180px;
}

#your_message label {
	width: 120px;
}

input {
	width: 180px;
}

#submit {
	width: 50px;
}

strong.err {
	color: #00468c;
	display: block;
	padding-left: 5px;
	text-align: left;
	white-space: nowrap;
	position: absolute;
	left: 502px;
	font-size: 0.75em;
}


#errors {
	background: #ffdfdf;
	border: #ff0000 2px solid;
	color: #333;
	margin: 0.5em 0 1em;
	padding: 10px;
}

#errors p {
	padding: 0;
	margin: 0;
}

#errors ol {
	list-style: disc;
	margin: 0 0 0 20px;
}

#success {
	width: 80%;
	margin: 0 auto;
}

#success h2 {
	font-family: Copperplate, Copperplate Gothic, serif;
	font-size: 1.25em;
	letter-spacing: 0;
	border-bottom: none;
	padding-left: 0;
}
