@charset "utf-8";
/* CSS Document */

html{
	background-color: #07b;
}
body{
	color: #666;
	background-color: #eee;
	margin: 0;
	padding:0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	background-color: #07b;
	border-top: 10px solid #f90;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#page{
	width: 770px;
	margin: 0 auto;
	text-align: left;
	color: #666;
	background-color: #fff;
}
#header{
	color: #fff;
	background-color: #08c;
}
#monoHeader{
	text-align: center;
}
#content{
	padding: 1em;
}

#head-core-blend{
	background-image: url(../images/header-core-blend.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#core-footer-blend{
	background-image: url(../images/core-footer-blend.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
p{
	font-size: 125%;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
	line-height: 1.5em;
}
#footer{
	clear: both;
	color: #9ce;
	background-color: #08c;
	font-size: 75%;
	text-align: left;
	padding: 0.5em;
}

#footer p{
	margin-top: 0;
}

h1{
	font-size: 250%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	text-align: center;
	color: #f90;
}
h2{
	font-size: 175%;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
	color: #0066aa;
}
h3{
	font-size: 150%;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
	color: #333;
}

.attraction{
	clear: right;
}
.attraction .photo-slideshow{
	float: right;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px;
	margin: 0 0 1em 1em;
}
.attraction .photo-slideshow img{
	width: 320px;
	height: 200px;
}

#navigation{
	text-align: center;
	padding: 0 0 .1em 0;
}
#navigation ul li{
	display: inline;
	font-size: 150%;
	text-transform: lowercase;
	padding: .2em 0 .2em 0;
}
#navigation ul li + li{
	border-left: 1px solid #06a;
}
#navigation ul li a{
	color: #fff;
	text-decoration: none;
	padding: .2em .5em .2em .5em;
}
#navigation ul li a:hover{
	background-color: #07b;
}
#footer a{
	text-decoration: none;
	color: #fff;
}

h2,h3{
	font-weight: normal;
}
#content a{
	color: #006ca9;
}
#content a:hover{
	color: #bd1e23;
	text-decoration: none;
}

#footer a.subtle{
	color: #9CE;
}
#footer a.subtle:hover{
	color: #fff;
}
