/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#425b63;
	font-size:12px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
}

a {
	color:#128de3;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}


.btn_1 {
	position:absolute;
	width:auto;
	height:auto;
	top:0px;
	right:414px;
}

.btn_2 {
	position:absolute;
	width:auto;
	height:auto;
	top:53px;
	right:311px;
}

.btn_3 {
	position:absolute;
	width:auto;
	height:auto;
	top:115px;
	right:211px;
}

.btn_4 {
	position:absolute;
	width:auto;
	height:auto;
	top:81px;
	right:95px;
}

.btn_5 {
	position:absolute;
	width:auto;
	height:auto;
	top:81px;
	right:0px;
}

.btn_buy {
	position:absolute;
	width:auto;
	height:auto;
	bottom:100px;
	right:135px;
}

.flag-green { color:#0ca301; font-size: 18px; text-transform: uppercase; }
.flag-purple { color:#8d0087; font-size: 18px; text-transform: uppercase; }
.flag-blue { color:#0e709c; font-size:24px; font-weight:bold; }
.flag-blue-small { color:#0e709c; font-size:18px; font-weight:bold; }
.sub-flag { color:#128de3; font-size: 12px; font-weight:bold; }

.flag { margin-bottom: 15px; }

.signup-input { 
	width:208px;
	background-color:#0e709c;
	border:1px solid #219ed5;
	color:white;
	padding:2px;
}

.park-area {
	position:relative;
	width:750px;
	height:173px;
}


.park-area-top {
	position:relative;
	width:750px;
	height:173px;
	margin-top:10px;
}

.park-area-top h2 { padding:10px 0 0 0; }
.park-area h2 { padding:10px 0 0 0; }

.park-area-top img { float:left; margin-right:10px;  }

.park-area img { float:left; margin-right:10px;  }


.calendar {
	color:#77a3b0;
	border:1px solid #c3e4ee;
}

.calendar td { border:1px solid #c3e4ee; padding:2px; }

.park-photo {
position:relative;
width:auto;
height:auto;
float:left;
margin:4px;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:142px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:absolute;
	top:83px;
	right:10px;
	width:581px;
	height:62px;
}

#email-signup {
	position:absolute;
	width:auto;
	height:auto;
	right:-5px;
	top:20px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:white;
}

/* ---- end nav id settings -------------------------- */

#middle_main {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:455px;
	background-image:url(images/bg_middle.jpg);
	background-repeat:no-repeat;
}

#main {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
}

#main-sub {
	position:relative;
	width:960px;
	height:auto;
	background-image:url(images/bg_main-sub.jpg);
	background-repeat:no-repeat;
        padding:185px 0 0 0;
}

/* ---- start main content settings -------------- */

#content_calendar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:520px;
	height:auto;
	background-image:url(images/bg_content-calendar.jpg);
	background-repeat:no-repeat;
	padding-left:40px;
}

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:480px;
    min-height:503px;
    height:auto !important;
    height:503px;
	padding:0px 0 20px 116px;
}

#content_large {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:800px;
	min-height:400px;
        height:auto !important;
        height:400px;
	padding:0px 0 20px 116px;
}



/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:320px;
    min-height:422px;
    height:auto !important;
    height:422px;
	background-color:#f0f8fb;
	background-image:url(images/bg_sidebar-top.jpg);
	background-repeat:no-repeat;
	padding:11px 53px 0 27px;
}


#side_bar-sub {
	position:relative;
	top:0px;
	right:16px;
	width:340px;
	height:auto;
	background-image:url(images/bg_sidebar-sub.jpg);
	background-repeat:no-repeat;
	float:right;
margin:33px 0 0 0;
}

.sidebar-logo { 
	margin:40px 10px 10px 90px; 
}

.sidebar-image {
position:relative;
width:300px;
height:auto;
margin:20px 0 10px 20px;
}

.sidebar-text {
	width:280px;
min-height:50px;
    height:auto !important;
    height:50px;
	margin:0 0 0 30px;
}

.sidebar-text2 {
	width:280px;
min-height:300px;
    height:auto !important;
    height:300px;
	margin:0 0 0 30px;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:120px;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:62px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.jpg);
}

a#nav_01 {
	width:60px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -62px;
}

a#nav_02 {
	width:54px;

	background-position:-60px 0;
}

a:hover#nav_02{
	background-position:-60px -62px;
}

a#nav_03 {
	width:97px;

	background-position:-114px 0;
}

a:hover#nav_03{
	background-position:-114px -62px;
}

a#nav_04 {
	width:123px;

	background-position:-211px 0;
}

a:hover#nav_04{
	background-position:-211px -62px;
}

a#nav_05 {
	width:35px;

	background-position:-334px 0;
}

a:hover#nav_05{
	background-position:-334px -62px;
}

a#nav_06 {
	width:54px;

	background-position:-369px 0;
}

a:hover#nav_06{
	background-position:-369px -62px;
}

a#nav_07 {
	width:88px;

	background-position:-423px 0;
}

a:hover#nav_07{
	background-position:-423px -62px;
}


a#nav_08 {
	width:70px;

	background-position:-511px 0;
}

a:hover#nav_08{
	background-position:-511px -62px;
}

/*-------------high slide ----------*/

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border-color: silver;
}

.highslide-wrapper, .drop-shadow {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}

