@charset "utf-8";
/* CSS Document */

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size:3.6em;
	font-weight: bold;
	text-transform: lowercase;
	color: #000;
	text-decoration: none;
	padding:0;
	margin-bottom:0;
	margin-top:0;
	line-height:1.0;
	white-space:nowrap;
}
header:visited { color: #000; }
header:hover { text-decoration: none; }

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size:1.45em;
	font-weight: bold;
	text-transform: lowercase;
	color: #000;
	text-decoration: none;
	padding:0;
	margin:0;
	line-height:1.25;
}

h2.tagline {
	font-size:1.4em;
	line-height:normal;
	white-space:nowrap;
	text-align:center;

}

h3 {
	font-family: "Courier New", Courier, monospace;
	font-size:1.0em;
	font-weight: bold;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding:0;
	margin:0;
	line-height:1.25;
}

h4 {
	font-family:"Myriad Pro", sans-serif;
	font-size:16px;
	color:#000;
	line-height:1.25;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	}
h5 {
	font-family:"Myriad Pro", sans-serif;
	font-size:16px;
	color:#000;
	line-height:1.25;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	font-style:italic;
	}


.nav {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	color: #808000;
	text-decoration: none;
	text-align:left;
	white-space:nowrap;
}
.nav:visited { color: #808000; }
.nav:hover { text-decoration: underline; }

.address {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	padding:0;
	margin-left:20px;
	line-height:1.25em;
}

.address-link {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.96em;
	font-weight: bolder;
	color: #808000;
	padding:0;
	text-decoration: none;
	margin-left:20px;
	line-height:1.25em;
}
.address-link:visited { color: #808000; }
.address-link:hover { text-decoration: underline; }

.link {
	font-family: "Myriad Pro", sans-serif;;
	font-size: 14px;
	color: #808000;
	font-weight: 600;
	text-decoration: none;
}
.link:visited { color: #808000; }
.link:hover { text-decoration: underline; }

.linkind {
	font-family: "Myriad Pro", sans-serif;;
	font-size: 14px;
	color: #808000;
	font-weight: 600;
	text-decoration: none;
	margin-left:30px;
}
.linkind:visited { color: #808000; }
.linkind:hover { text-decoration: underline; }

.normal {
	font-family:"Myriad Pro", sans-serif;
	font-size:15px;
	color:#000;
	line-height:1.25;
	}

.text {
	font-family:"Myriad Pro", sans-serif;
	font-size:13px;
	color:#000;
	line-height:1.5;
	}
	
tr.line-height {
	line-height:2;
}

p.indent {
	text-indent:20px;
}

.hours {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.95em;
	font-weight: bold;
	color: #000;
	padding:0;
	margin-left:20px;
	line-height:1.25em;
}