<!--
html {  
    color: #0071BD; 
    width:100%;
    font-family: Verdana, Arial, sans-serif;
    font-weight: 400; 
    font-style: normal;  
    font-size: 1em; 
    line-height:1.5;
    }



body {  
    min-width:1100px;
    width:100%;
	background-color:#ffffff;
    color: #0071BD;  
    font-family: Verdana, Arial, sans-serif;
    font-weight: 400; 
    font-style: normal;  
    font-size: 1em; 
    text-decoration: none; 
    }

.outer_wrap{ 
    width:100%;
	background-color: #ffffff; 
    min-height:600px;
    padding-top:0px;
    } 

    

p   {
    margin-bottom: 10px;
    text-align:justify;
    }

img{
border:0;
 }

 

ul {
margin-top:0; 
margin-bottom:0; 
list-style-image:url('marble.png');
 }

li{
padding-bottom:5px;
margin-left:20px;
 } 

 

sup{
vertical-align:top;
font-size:.625em;
 }

a:link { 
   color: #0071BD;  
   text-decoration: none; 
   font-family: Verdana, Arial, sans-serif; 
   font-weight: 600; 
   }

a { color: #0071BD; 
   text-decoration: none; 
   font-family: Verdana, Arial, sans-serif;
   font-weight: 600; 
   }  

a:visited { color: #3B6F91; 
   text-decoration: none; 
   font-family: Verdana, Arial, sans-serif;
   font-weight: 600; 
   }

a:hover {  
   color: #0296F9; 
   text-decoration: none; 
   font-family:Verdana, Arial, sans-serif;     
   font-weight: 600; 

   }


.topper{  
    width:100%;
    height:200px;
    color: #ffffff;  
    background-color:#66CCFF; 
    text-align:center;
    margin-left:0px;
    margin-bottom:0px;
    padding-bottom:0px;
    z-index:100;
    border-bottom:10px solid #EA9CC4;
    }
    

.shadowBoxer{
margin:10px;
margin-top:-5px;
padding:7px;
font-weight:600;
border:0px; 
border-radius:5px;
background-color:white;
box-shadow: inset 0px 1px 4px 1px #808080;
text-align:left;
}

.pelican{
position:fixed;
top:30px;
left:5px;
max-width:100%;
display:block;
}

.side_pane{
    margin-top:-7px;
    float:left; 
    width:19%;
    color: #0071BD;      
    /*margin-bottom:-5px;*/
    text-decoration: none; 
    display: inline;
    /*border-right:2px;
    border-bottom:2px;
    border-color: #66CCFF;
    border-style:solid;
    border-radius: 0 0 10px 0px;
    min-height:400px;*/
    z-index:-100;
     }

.body_container{ 
  float:left; 
  width:74%;
  padding-left:0%;
  padding-right:5%;
  color: #0071BD;
  text-align:left;
  line-height:1.5;
}




input{
border: 1px solid #2287F9;
border-radius:4px;padding:3px;
font-family:Verdana, Arial, sans-serif; 
color: #0071BD; 
background-color: #ffffff;
}

input[type="submit"]{
border:0px;
}

input[type="image"]{
border:0px;
}

textarea{
border: 1px solid #2287F9;
border-radius:4px;padding:3px;
font-family:Verdana, sans-serif;  
color: #0071BD; 
font-size:.85em;
background-color: #ffffff;
}



select{
border: 1px solid #2287F9;
border-radius:4px;padding:3px;
font-family:Verdana, Arial, sans-serif; 
color: #0071BD; 
background-color: #ffffff;
}


h1 {  
font-size: 2em; 
margin-bottom:7px;
color: #0071BD; 
text-shadow: 1px 1px 3px #808080;
filter: dropshadow(color=#808080, offx=1, offy=1);
<!--[if IE]>
text-shadow: 0;
filter: 0;
<![endif]-->
}

.headline { font-size: 13px; font-weight: 700; color: #537493; }

.copyright { 
font-size:.625em; 
line-height:1.5;

}
.footer{ 
  width:100%;
  color: #0071BD;  
  font-family: Verdana, Arial, sans-serif;
  font-style: normal;  
  font-size: .78em; 
  text-decoration: none;
  text-align:center; 
  padding-bottom:5px;
}



.footer a:link { 
   color: #0071BD;  
   text-decoration: none; 
   font-family: Verdana, Arial, sans-serif;
   font-weight: 600; 
   }

.footer a { 
   color: #0071BD; 
   text-decoration: none; 
   font-family: Verdana, Arial, sans-serif;
   font-weight: 600; 
   }  

.footer a:visited { 
   color: #0071BD; 
   text-decoration: none; 
   font-family: Verdana, Arial, sans-serif; 
   font-weight: 600; 
   }



.footer a:hover {  
   color: #0071BD; 
   text-decoration: none; 
   font-family: Verdana, Arial, sans-serif;    
   font-weight: 600; 
   }





.bottom{ 
  width:100%;
  color: #0071BD;    
  font-family: Verdana, Arial, sans-serif; 
  font-weight: 400; 
  font-style: normal;  
  font-size: .625em; 
  text-decoration: none;
  padding-top:5px;
}

.bottom a{
  color: #0071BD;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  }

.bottom a:link{
  color: #0071BD;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  }

.bottom a:visited{
  color: #0071BD;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  }

.bottom a:hover{
  color: #0071BD;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
 } 



.hiddenPic {display:none;}



.submitButton{
background-color:#0071BD;
cursor:pointer;
color:#ffffff;
font-weight:bold;
      padding: 3px 3px;
      border-radius:6px;
}


.reval {
display : none ;
} 



#floaty {
position:fixed;
top:0;
left:0;
width:57px;
}


#navHome
{
  display: block;
  width: 105px;
  height: 35px;
  background: url("home.png") no-repeat 0 0;
  margin-left:auto;
  margin-right:auto;
}

#navHome:hover
{ 
  background-position: 0 -35px;
}

#navHome span
{
  position: absolute;
  top: -999em;
}

#navFlavors
{
  display: block;
  width: 127px;
  height: 33px;
  background: url("flavors.png") no-repeat 0 0;
  margin-left:auto;
  margin-right:auto;
}

#navFlavors:hover
{ 
  background-position: 0 -33px;
}

#navFlavors span
{
  position: absolute;
  top: -999em;
}

#navEvents
{
  display: block;
  width: 128px;
  height: 59px;
  background: url("events.png") no-repeat 0 0;
  margin-left:auto;
  margin-right:auto;
}

#navEvents:hover
{ 
  background-position: 0 -59px;
}

#navEvents span
{
  position: absolute;
  top: -999em;
}

#navLocations
{
  display: block;
  width: 155px;
  height: 48px;
  background: url("locations.png") no-repeat 0 0;
  margin-left:auto;
  margin-right:auto;
}

#navLocations:hover
{ 
  background-position: 0 -48px;
}

#navLocations span
{
  position: absolute;
  top: -999em;
}

#navAbout
{
  display: block;
  width: 138px;
  height: 41px;
  background: url("about.png") no-repeat 0 0;
  margin-left:auto;
  margin-right:auto;
}

#navAbout:hover
{ 
  background-position: 0 -41px;
}

#navAbout span
{
  position: absolute;
  top: -999em;
}

#navFranchise
{
  display: block;
  width: 145px;
  height: 35px;
  background: url("franchise.png") no-repeat 0 0;
  margin-left:auto;
  margin-right:auto;
}

#navFranchise:hover
{ 
  background-position: 0 -35px;
}

#navFranchise span
{
  position: absolute;
  top: -999em;
}

-->