@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 { 
	line-height: 1.5;
	font-size:0.875em;
}
ol, ul { list-style: none;}
#wrapper {
	width: 50em;
	margin: 0.5em auto 0;
	padding: 0.5em;
	}
#header {
	font-family: Copperplate, Copperplate Gothic, serif;
	height:6.25em;
	}
h1 {
	font-size:1.5em;
	line-height: 1;
	}
#header p {
	font-size: 0.75em;
	font-weight: lighter;
	}
#logo {
	float:left;
	padding-left:24px;
	}
#phone {
	margin-left: 28.125em;
	padding-top:3.125em;
	}
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 {
	display: none;
	}
#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: -4px;
	border-bottom: 0.0625em solid #000000;
	}
#content p {
	padding-left:12px;
	padding-top: 12px;
	}
/*-----
styles for the prices page
-----*/

#prices {
	margin-top:1.5em;
	font-family:Cambria, Georgia, Times, Times New Roman, serif;
	}
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;
}
/*----
footer
---*/
#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:Cambria, Georgia, Times, Times New Roman, 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;
}
