@charset "utf-8";
/* CSS Document */

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html, body{
	height: 100%;
}
body {
	line-height: 1;
	color: black;
	background-color: white;
	background-image:url(../images/page_grad.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:120%;
	min-width:900px;
}
p{
	margin:0 30px 15px 0;
	font-size:80%;
	color:#999999;
}
h2{
	font-size:100%;
	color:#ff7800;
	margin:0 30px 2px 0;
	font-weight:bold;
}
strong {
	font-weight:bold;
}
a{
	color:#999999;
	text-decoration:none;
}
div#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image:url(../images/sky.jpg);
	background-repeat:no-repeat;
	margin:0 auto -150px auto;
	width:100%;
	z-index:5;
}
div.footer{
	z-index:4;
}
.links{
height:280px;
	padding:15px 0;
}
div.footer, div.push{
	height:1px;
}
div.overview{
	font-size:85%;
	text-align:left;
	padding:10px 20px 0 20px;
	margin:0;
	z-index: 2;
	margin:15px;
	background-color:#fff;
	border:solid 1px #ccc;
	min-width:850px;
	height:550px;
}
.sub_links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	line-height: 20px;
}

.links  a img{
	margin:0 40px;
}


.links_themepark {
margin:0 25px;
float:left;
display:block;
width:251px;
height:257px;
background:url(../images/enter-theme-park-button.png) 0 0 no-repeat;
}
.links_themepark:hover {
background-position: -254px 0;
}
.links_resort {
margin:0 50px;
float:left;
display:block;
width:176px;
height:256px;
background:url(../images/enter-resort-button.png) 0 0 no-repeat; 
}
.links_resort:hover {
background-position: -177px 0;
}



.centered{
	width:580px;
	margin:0 auto;
	text-align:center;
}
#lower_right, #lower_left{
/* 	position:absolute; */
}
#lower_right{
	float:right;
	margin-top:-287px;
}
#lower_left{
	float:left;
	margin-top:-287px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end CSS reset */

.popup img {
	margin-top: 25px;
	z-index:10;
}
