@charset "UTF-8";
@font-face {
    font-family: 'Adelle';
    src: url('AdelleBasic_Bold.otf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab500';
    src: url('museofont/museo_slab_500-webfont.eot');
    src: url('museofont/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('museofont/museo_slab_500-webfont.woff') format('woff'),
         url('museofont/museo_slab_500-webfont.ttf') format('truetype'),
         url('museofont/museo_slab_500-webfont.svg#MuseoSlab500') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #C1D9F6;
	text-align: center;
	margin: 0px;
}
body,td,th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	 
}
p {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	position:relative;
	width:1024px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:110px;
	z-index:3;
}
#logo {
	width: 320px;
	height: 110px;
	float: left;
}
#navbar {
	width: 700px;
	float: right;
}
#contentcontainer {
	position:absolute;
	left:0px;
	top:115px;
	width:1024px;
	z-index:3;
}
#slider {
    position:relative;
    width:635px; /* Change this to your images width */
    height:355px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
	margin-bottom:45px;
}
#slider img {
    position:absolute;
	width:635px; /* Change this to your images width */
    height:355px; /* Change this to your images height */
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

#maincontent {
	float:right;
	width:740px;
	background-color:#FFF;
}
#sidebar {
	float:left;
	width:275px;
}
#sidebar p {
	margin-left: 10px;
	margin-right: 10px;
}

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 700px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 12px;
	background:;
}
ul#topnav li {
	float:left;
	margin: 0; padding: 0;
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
ul#topnav li:hover { background: #566D87 url(topnav_active.gif) repeat-x; }

/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/
ul#topnav li span {
	float: left;
	padding: 12px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 700px;
	background:#566D87;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}

h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
#footer {
	position:relative;
	left:0px;
	width:1004px;
	z-index:12;
	background-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}
#footer p{
	font-size: 10px
}

#topbanner{
	margin-bottom:5px;
}
#search{
	position:absolute;
	bottom: 8px;
	right: 0px;
}
#socialmedia{
	margin-top:5px;
	margin-bottom:5px;
}
p a:visited {
	color: #00C;
}

h3 a:visited {
	color: #00C;
}

li a:visited {
	color: #00C;
}
h2 a:visited {
	color:#00C;
}

.sidebarheader {
	background-color:#566D87;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sidebarheader h2 {
	color:#FFF;
	font-size: 18px;
	font-family: MuseoSlab500, Verdana, Helvetica, Arial, sans-serif;
	margin-left: 10px;
}
#sidebargooglead {
background-color:#566D87;
}
#ads1 {
	background-color:#FFF;
}

#sidebarabout {
	background-color:#FFF;
}
#wdwattractionlist {
	background-color:#FFF;
}
#mc_embed_signup{background:#fff; clear:left; font:14px Verdana, Helvetica,Arial,sans-serif; }