* {
   padding:0;
   margin:0;
   }
h1, h2, h3, h4, h5, h6, p, pre, blockquote,label, ul, ol, dl, fieldset,address {
	 margin:1em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
          

 body
 {
 font-size: 100%;
 font-family: "trebuchet ms", verdana, georgia, times, "times new roman", serif;
 color: #fff;
 background: #000;
 text-align: center;
}

 a:link {
	color: #FF7F00;
	background: transparent;
 }
 a:visited {
	color: #FF7F00;
	background: transparent;
 }
 
 a:hover, a:active
 {
 color: #fff;
 background: #3700ff;
 }

 img	{
 border-style: none;
	}
 
 div#banner
 {
 height: 20px;
 color: #fff;
 background: #000;
 border-bottom: 10px groove #ff7f00;
 clear:left;
 }
 
 div#logo	{
 	position: relative;
	float: left;
	clear:left;
}

 div#banner h1
 {
	position: relative;
	top:-225px;
	font-size: 3em;
 	font-weight: bold;
	color: #FF7F00;
	text-align: center;
	z-index:100;
	}

 div#banner h3
 {
	position:relative;
 margin: 0;
 font-size: 1.3em;
 font-weight: normal;
 font-style: italic;
 color: #3700FF;
	top: -250px;
 }

div#skateboard {
	padding-top: 20px;
	position: relative;
	padding-right: 30px;	
	float:right;
} 
 div#map
 {
	position:relative;
	margin-top: -60px;
float:right;
font-size: 1.1em;
 font-style: italic;
 text-align: right;
width: 350px;
 }

 div#container
 {
	margin: 10px auto;
	line-height: 130%;
 }

 div#navigation
 {
	background: #000;
  color: #fff;
  float: left;
  width: 125px;
  padding-left: 1em;
  padding-bottom: 1em;
  font-size: 95%;
  text-align: left;
  border-right: groove 10px #3700ff;
  border-bottom: groove 10px #3700ff;
}

 div#navigation ul
 {
 list-style-type: none;
 margin: 0;
 background: #000;
 color: #fff;
 }
 
 div#navigation ul li
 { 
	position: relative;
  margin: .35em 0 0 0;
}

div#navigation li ul {
	position: absolute;
	left: 125px;
	width: 250px;
	top: 0;
	display: none;
	padding: .25em 0;
	}
 
div#navigation ul li a
 {
 display: block;
 width: auto;
 text-decoration: none;
 color: #fff;
 background: #000;
 }

div#navigation ul li a:hover
 {
 display: block;
 color: #fff;
 background: #3700ff;
 }
 
div#navigation ul li ul a {
 color:#fff;
 background:black;
}

div#navigation ul#nav li:hover ul
{
	display: block;
	width: 150px;
  padding-left: 10px; 
  background: black;
	color: #fff;
  border: groove 10px #5a99fc;
} 

div#navigation ul#nav li.over ul
{
	display: block;
	width: 100px;
  padding-left: 10px; 
  background: #000;
  border: groove 10px #5a99fc;
} 

div#navigation ul#nav li.Menuheader {
	margin-left: -10px;
	font-size: 100%;
	color: #3700ff;
	padding: .5em 0;
}

 div#rightcol
 {
 float: right;
 width: 200px;
 margin-left: 1em;
 padding-left:.5em;
 color: black;
  border-left: groove 10px #5a99fc;
  border-bottom: groove 10px #5a99fc;
 background: #eee;
 line-height: 1em;
 text-align: left;
}
 
 div#rightcol h3.block
 {
 margin-top: 0;
 color: #3700FF;
 padding-top: .5em;
 line-height: 1.25em;
 font-size: 105%;
 text-align:center;
 }

 div#rightcol h4.block
 {
 margin-top: 0;
 color: black;
 padding-top: .5em;
 font-size: 55%;
 text-align: center;
 }

div#rightcol h5.block {
 font-size: 45%;
text-align: center;
}

 div#rightcol h6.block
 {
 text-align:right;
 line-height: 0em;
 font-size: 35%;
 font-style: italic;
 }

div#rightcol img.block {
	margin: 0 auto;
	border: none;
}

div#rightcol hr.block {
color:blue;
}

div#rightcol ul.block {
 list-style-type: disc;
	color: black;
	padding: 0;
 }
 


 div#content
 {
	background:#000;
	color: #fff;
 line-height: 125%;
	margin-left: 155px;
	margin-right: 10px;
	max-width: 72em;
 }

 div#content h2
 {
 font-size: 2em;
 margin: 0 .5em 1em 1em;
 padding-top: 1em;
 font-weight: normal;
 line-height: 1em;
 text-align: left;
 }
 
 div#content h3
 {
 font-size: 1.5em;
 margin: 0 .5em 1em 1em;
 padding-top: 1em;
 font-weight: normal;
 line-height: 1em;
 text-align: left;
 }
 
 div#content p
 {
 text-align: left;
 }
 
 div#content ul, ol {
 display: block;
 text-align: left;

 }

 div#content li {
	line-height: 1.25em;
}

 div#content li.none {
	list-style-type: none;
}

 div#content li a 
 {
 text-decoration: underline;
 }
 
 div#content li a:hover, a:focus 
 {
  text-decoration: underline;
  background: #e4b7b7;
  color: black; 
 }

div#content img.center-bare
{
	text-align:center;
}


 #cleardiv
 {
 clear: both;
 }
 
 div#footer
 {
	padding-top: 1em;
 text-align: center;
 font-size: 75%;
 background: transparent;
}

div#footer p {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

img.rightbare
{
float:right;
margin: 0 0 1em 1em;
padding: .5em 1.5em .5em .5em;
}

img.leftbare
{
float:left;
margin: 0 1em 0 1em;
padding: .5em .5em .5em 1.5em;
}


div.underline {
display:inline;
font-weight: bold;
font-size:125%;
}


div#stats {
position:relative;
float:right;
}

div#stats p {
text-align:right;
font-size: 90%;
}

div#content p.center {
	margin: 0 auto;	
	text-align: center;
	color: blue;
	font-style: italic;
	padding-bottom: 1em;
}

div#content ul.nodisplay {
 list-style-type: none;
}
div#content ul.re{
 list-style-type: disc;
}
	
div#content ul.nodisplay li{
	margin-left: 1em;
 font-weight: bold;
	 color: #a12616;
}

div#content ul.re li{
	margin-left: 3em;
	margin-right: 3em;
 font-weight: normal;
	 color: black;
}
	
div#content ul.nodisplay p{
	margin-left: 2em;
	margin-right: 2em;
	color: black;
}

div#valid {
float:left;
position: relative;
left: -160px;
}

.rfigure {
	float:right;
}

.lfigure {
	float:left;
}


div#content p.indent {
	margin-left: 5em;
	margin-right: 5em;
}

div#content table.hours {
	
	width:70%;
	text-align: center;
}
div#content table.hours td.left{
	text-align: left;
	padding-left: 1em;
	}
div#content table.hours td.right{
	text-align: right;
	padding-right: 1em;
	}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

p.quote {
	margin-right: 10em;
	margin-left: 10em;
	font-style: italic;
}

h3.left {
	margin-left: -10px;
}

table.guestbook
{
  margin:1em;
  width: 80%;
  padding: 0;
  border: none;
  border-spacing: 0;
  text-align: left;
}

td.lbl {
  text-align: right;
  vertical-align: top;
  padding-right: 1em;
}
td.inp {
  text-align:left;
  padding-left: 10px;
}
tr.required {
font-weight:bold;
}

em.underline {
	text-decoration:underline;
	font-style: normal;
	font-weight: bold;
}

em.superscript {
	font-style: normal;
	font-weight: normal;
	font-size: small;
	vertical-align: super;
}

img.floatright {
	float: right;
	padding: 10px;
}

div#content div.rightfigure {
  float: right;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div#content div.centerfigure {
  width: 35%;
	display:block;
	margin-left: 25%;
	margin-right: 15%;
  border: thin black solid;
  padding: 0.5em;
}
div#content div.leftfigure {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div#content div.rightfigure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div#content div.centerfigure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div#content div.leftfigure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div#content img.scaled {
  width: 100%;
}

div#content span.warning {
	color:red;
}

