/*=============================================================
	Print style for Just4Fun Auqa Park
=============================================================*/

@import url("global.css");

.hidden { display: inline-block;}
.show { display: none;}
body { font: normal 62.5%/18px "Verdana", Arial, Helvetica, sans-serif; color: #333; background: #fff; }

/*=============================================================
	Main print skeleton layout
=============================================================*/

#container { width: 750px; height: auto; display: block; clear: both; }
.printlogo { width: 300px; height: 150px; float: left; margin-left: -10px; }
#header { width: 300px; height: 50px; padding: 40px 80px 60px 50px; float: right; }
#mainpage { width: 750px; height: auto; display: block; clear: both; padding: 20px 0; border-top: 3px solid #db3c05; }
#cta-panel { width: 194px; float: left;}
#right-panel { width: 520px; height: auto; min-height: 400px; padding: 0 15px 0 10px; float: right; display: block; border-left: 1px solid #db3c05; }
#footer { width: 750px; border-top: 3px solid #db3c05; padding-top: 10px; clear: both; }
#footer p { float: left; font-size: 1.1em; margin: 0; }


/*=============================================================
	Extras
=============================================================*/

ul#nav, .banner, #splash, #logo, #scrollarea { display: none; }
#cta-panel img { border: 2px solid #2179d0; margin-bottom: 10px; }
.contents { width: 520px; }
#attractions #extended-scrollarea { height: 600px; overflow: visible; }