@charset "utf-8";
/* CSS Reset */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}

/* Styles */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#444;
	background:#101701 url(images/pagebg.jpg) repeat-y center;
}
h1{
	font-size:24px;
	color: #FB1F06;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
h2{
	font-size:18px;
	color:#333;
	font-weight: bold;
}
h3 {
	font-size:16px;
	color:#666;
	font-weight: bold;
	margin-bottom: 5px;
}
h4 {
	font-size:15px;
	color:#1B4858;
	font-weight: bold;
}
h5 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size:13px;
	color:#FB1F06;
	font-style: italic;
	margin-bottom: 8px;
}
a:link, a:visited {
	color:#cc3300;
}
a:hover {
	text-decoration:none;
}

/* Style */
#bg {
	background:url(images/bg.jpg) top no-repeat;
}

#wrap #content p, #wrap #sidebar p {
	margin-bottom: 8px;
	line-height: 1.4em;
}


/* Content */
#wrap {
	width:960px;
	margin:0 auto;
}


/* Header */

#wrap #header {
	color:#FFF;
	font-size:12px;
	position:relative;
	height:206px;
}
#wrap #header .logo{
	background:url(images/logo.png) no-repeat;
	width:171px;
	height:113px;
	text-indent:-9000px;
	display:block;
	position:absolute;
	left:10px;
	top:39px;
	float:left;
	overflow:hidden;
}
#wrap #header .phone {
	display:block;
	position:absolute;
	right:-1px;
	top:110px;
}
/* Nav */

#wrap #header .nav{
	color:#FFF;
	font-size:12px;
	display:block;
	position:absolute;
	right:0px;
	top:32px;
}
#wrap #header .nav ul li{
	display:inline;
	padding:9px 18px;
	list-style-type:none;
	float:left;
	background: url(images/nav-spacer.png) left no-repeat;
}
.nav li a {
	display:block;
	height:17px;
	text-indent:-9999px;
}
.nav li a:hover{
	background-position: 0 -17px;
}
#wrap #header .nav ul li.no6{
	padding:0 12px 0 16px;
}
.nav li.no6 a {
	display:block;
	height:36px;
	text-indent:-9999px;
}
.nav li.no6 a:hover{
	background-position: 0 -36px;
}
.no1, .no2, .no3, .no4, .no5, .no6, .no7, .no8 {
	overflow:hidden;
}
.nav .no1 a{
	background:url(images/nav-home.png) no-repeat;
	width:36px;
}
.nav .no2 a{
	background: url(images/nav-entertainment.png) no-repeat;
	width:94px;
}
.nav .no3 a{
	background: url(images/nav-schoolies.png) no-repeat;
	width:130px;
}
.nav .no4 a{
	background:url(images/nav-activities.png) no-repeat;
	width:58px;
}
.nav .no5 a{
	background:url(images/nav-location.png) no-repeat;
	width:51px;
}
.nav .no6 a{
	background:url(images/nav-bookonline.png) no-repeat;
	width:85px;
}
.nav .no7 a{
	background:url(images/nav-faq.png) no-repeat;
	width:29px;
}

/* Nav 2 */

#wrap #header .nav2{
	color:#FFF;
	font-size:12px;
	display:block;
	position:absolute;
	right:0px;
	top:79px;
}
#wrap #header .nav2 ul li{
	display:inline;
	padding:0 14px;
	list-style-type:none;
	float:left;
}
.nav2 li a {
	display:block;
	height:13px;
	text-indent:-9999px;
}
.nav2 li a:hover{
	background-position: 0 -13px;
}
.no1, .no2, .no3, .no4, .no5, .no6, .no7, .no8 {
	overflow:hidden;
}
.nav2 .no1 a{
	background:url(images/nav-security.png) no-repeat;
	width:76px;
}
.nav2 .no2 a{
	background: url(images/nav-flights.png) no-repeat;
	width:93px;
}
.nav2 .no3 a{
	background: url(images/nav-sponsers.png) no-repeat;
	width:47px;
}
.nav2 .no4 a{
	background:url(images/nav-about.png) no-repeat;
	width:90px;
}
.nav2 .no5 a{
	background:url(images/nav-contactus.png) no-repeat;
	width:54px;
}

/* Content */
#wrap #content {
	width:611px;
	margin: 0;
	padding: 10px 19px 20px 10px;
	float:left;
	color:#555;
}
#wrap #content .heading {
	position:absolute;
	clear:both;
	left:-11px;
	top: 15px;
}
#wrap #content .margintop {
	padding: 67px 20px 20px 20px !important;
}
#wrap #content .content {
	padding: 20px;
	background:#f1f1f1;
	position:relative;
	margin:0 0 10px 10px;
}
#wrap #content ul {
	margin-left:20px;
	list-style:disc;
}
#wrap #content ul li {
	margin-bottom:5px;
	list-style-type: disc;
}
.enter {
	width:180px;
	margin:0 10px 10px 0;
	float:left;
}
.enter img {
	margin-bottom:8px;
}
.packages {
	/* width:180px; */
	margin:0 10px 15px 0;
	/* float:left; */
	border-bottom:#ddd solid 1px;
}
.packages img {
	margin:0 10px 8px 0;
	float:left;
}
.last {
	margin:0 0 10px 0 !important;
}
	
/* Sidebar */
#wrap #sidebar {
	float: right;
	width: 280px;
	margin:0 0 0 0;
	padding: 10px 21px 20px 15px;
	background:url(images/sidebar-bg.gif) left 10px no-repeat;
}
#wrap #sidebar .heading {
	position:absolute;
	clear:both;
	right:-11px;
	top: 15px;
}
#wrap #sidebar .block {
	padding: 67px 20px 20px;
	margin-bottom:10px;
	background:#f1f1f1;
	color:#666;
	position:relative;
}
#wrap #sidebar .quote {
	padding:20px 20px;
	margin-bottom:10px;
	background:#f1f1f1;
	color:#666;
	position:relative;
	font-size:14px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#wrap #sidebar h4 {
	font-size:14px;
	text-align:left;
	color:#666;
}
#wrap #sidebar .block ul li {
	margin-left:20px;
	list-style-type:disc;
	border-bottom:solid 1px #eee;
	font-size:13px;
	line-height:18px;
	padding:5px 0;
}
#wrap #sidebar .events ul li {
	margin-left:0px;
	list-style-type:none;
	border-bottom:solid 1px #dafeac;
	font-size:12px;
}

/* Footer */
#wrap #footer {
	border-top:#eee solid 1px;
	margin:0 20px;
	padding: 15px 0;
	font-size:11px;
	color:#999;
}
#wrap #footer a {
	color:#999;
	text-decoration:none;
}
#wrap #footer a:hover {
	text-decoration:underline;
}

.clearfloat  {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}


/* Other */
.booktext {
	font-size:16px;
	text-align:center;
}
.size14 {
	font-size:14px;
}
.slideshow  {
	overflow:hidden;
	margin-bottom:10px;
	height:261px;
	width:611px;
}

/* Form style */


input:focus, textarea:focus, select:focus { 
	border: 1px solid #999; 
	background-color: #fff; 
	color:#333;
}
input.submit {
	cursor: pointer;
	border: 1px solid #4f7308;
	background:#789c39;
	color:#fff;
}
input.submit:hover {
	background:#4f7308;
}

legend {
	padding:7px 10px;
	font-weight:bold;
	color:#000;
	border:1px solid #eee;
}

span.required{ 
	font-size: 13px; 
	color: #ff0000; 
} /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { 
display: block; 
height: 22px; 
line-height: 22px;
background: #FBE3E4 url('assets/error.gif') no-repeat 10px center; 
padding: 3px 10px 3px 35px; 
margin: 10px 0; 
color:#8a1f11;
border: 1px solid #FBC2C4;
}

h1.success { 
	background: url('assets/success.gif') left no-repeat; 
	padding-left:22px;
	font-size:14px;
	color:#648D25;
}
h1.notice {
	font-size:16px;
}
.successpad {
	padding-bottom:300px;
}
	


form h3 {
	font-size:13px;
	color:#6b902b;
	font-weight: bold;
	margin: 0 0 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}
input[type=text],  select, textarea,
input[type=text], select,  textarea {
	padding: 2px;
	margin:2px 0;
	border: 1px solid #ccc;
}
.forminfo {
	text-align:right;
	padding: 0 10px 0 30px;
}
#number {
	width:50px;
	margin-right:5px;
}
.width {
	width:120px;s
	margin-right:5px;
}
label {
	line-height:1.5em;
}
#wrap #content .special {
	color:#FFF;
	padding: 20px;
	background:#fb1f06;
	position:relative;
	margin:0 0 10px 10px;
}
#wrap #content .special a {
	color:#fbdd51;
}
	

