
ol { 
  list-style-type: decimal;
}

/*
 ol
       {
     counter-reset: item;
            }
  

  ol LI 
   { 
   display: block;
    }

 ol LI:before 
    { 
		content: counters(item, ".");
		counter-increment: item ;
	}

*/


span.textimagetype > img 
{
    border: 1px solid #ddd;
    padding: 2px;
    margin: 0 0 1em .75em;
    box-shadow: 2px 2px 4px #aaa;
    -moz-box-shadow: 2px 2px 4px #aaa;
    -webkit-box-shadow: 2px 2px 4px #aaa; 
}




img
 {
 border: 0px none;
 }

.parkimg
 {
  float: right;
  width: 175px;
  margin: 5px;
  
 }
  
.parkfloat img
{
float:left;
width:100px;
padding:10px;
}

strong.mike
 {
  font-size: x-small;
 }
  
.parktext
{	
 
 FLOAT: none;

}

.parktext h1
{
 font-family: times, "Times New Roman", serif;
 font-size: small;
 font-weight: bold;
}

.privacy {
font-size: small; 
font-family: arial; 
font-weight: 700;
}


a:link.privacy{
color: white;
}

a:visited.privacy{
color: white;
}


a:hover.privacy{
color: white;
}

a:active.privacy{
color: white;
}

.sectioning a:link { color: #00c; background: transparent }
.sectioning a:visited { color: #609; background: transparent }
.sectioning a:active { color: #C00; background: transparent }
.sectioning a:hover { background: #ffa; }

.texttype
{
    FLOAT: left; 
}
.imagetype
{
    FLOAT: left;	
}
.sectioning
{
    WIDTH: 630px;
}
.blanktype
{
    FLOAT: left;
    Width: 10px;	
}

/*
img.banner {
	border: none;
	
}
*/

.titleleft
{
    FLOAT: left
}
.title
{
}
.titlespace
{
    MARGIN-TOP: 15px;
    PADDING-TOP: 10px
}
.titleright2
{
    FLOAT: right
}
.titleright1
{
    DISPLAY: none
}


img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }


