/* Presentation Stylesheet */ 

h1 {
 padding: 5px 0;
 color: #003E80;
 background-color: transparent;
}
 
h2 {
 margin:0;
 padding: 5px 0;
 color: #003E80;
 background-color: transparent;
}

h3 {
 margin:0;
 padding: 5px 0;
 color: #003E80;
 background-color: transparent;
}
 
h4 {
 margin:0;
 padding: 5px 0;
 color: #003E80;
 background-color: transparent;
}
 
h1.menu{ 
 padding: 25px 0px 0px 0px;
 color: #003E80;
 background-color: transparent;	
 text-align: center; 
}

a.menu {
 text-decoration: none;
 color: #003E80;
 font-weight: bold;
}

a.menu:hover {
 color: #D95950;
}

p.menu {
 height: 35px;
}

img.menu {
 border-style: none;
 float: left;
 width: 32px;
 height: 22px;
}

.float-left {
 float: left;
 width: 40%;
 padding: 10px 20px 20px 0px;
 border: 0 solid #000000;
}
 
a.logo {
 float: right;
}

img.logo{
 border: none;
 width: 356px;
 padding: 5px 10px 5px 10px;
}

h1.title{
 padding: 5px 0;
 color: #003E80;
 background-color: transparent;	
}

h2.strapline{
 padding: 5px 0;
 color: #003E80;
 background-color: transparent;	
/* this exposes the peekaboo bug in ie6
*/
	clear: left;
}
.clear-left{
/* this exposes the peekaboo bug in ie6
*/	
	clear: left;
}

tab.indent{
 margin-left: 10px;
}

img.footer{
 width: 30%;
 margin: 20px 0 20px 2%;
 padding: 0 0 0 0;
 border: 0 solid #000000;
 }
 
ul.btn{
 margin-left: 0;
 padding-left: 0;
 list-style-type: none;
 float: left;
 width: 60%;
}

li.btn{
 padding: 5px 20px 5px 20px;
 background-image: url(../images/btn-12.gif);
 background-repeat: no-repeat;
 background-position: 0 .5em;
}

.float-right {
 float: right;
 clear: right;
 width: 200px;
 padding: 5px 10px 5px 10px;
 border: 0 solid #000000;
 }

.float {
 float: left;
 width: 200px;
 padding: 5px 10px 5px 10px;
 border: 0 solid #000000;
 }


.map{
 float: right;
 clear: right;
 width: 60%;
 height: 480px;
 padding: 10px 20px 20px 0px;
 border: 0 solid #000000;
 }
 
.sidebar{
 float: left;
 clear: left;
 width: 30%;
 padding: 0px 10px 0px 10px;
 border: 0 solid #000000;
}

a.pin {
 text-decoration: none;
 color: #003E80;
 font-weight: bold;
}

a.pin:hover {
 color: #D95950;
}

p.pin {
}

img.pin {
 border-style: none;
 float: left;
}
 
.top {
 clear: both;
 margin-top: 10px;
}

.print {
 margin-left: 20px;
}

caption {
 color: #003E80;
 font-size: x-large;
 font-weight: bold;
}

th {
  text-align:left;
 color: #003E80;
}

#attractions td {
padding-left: 20px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#textor {
 font-size: smaller;
}

.small {
 font-size: smaller; 
}

#footer {
 color: #8DCFF4;
 font-size: small;
}

#footer a {
 color: #8DCFF4;
 cursor: default;
 font-size: small;
 text-decoration: none;
}