/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	font: normal 14px/1.4em Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	color: #fff;
	height: auto;
	background-color: #171E3B;
}


a				{outline: none;}
a:link,
a:visited 		{color:#B9B859; text-decoration:underline;}
a:hover,
a:active 		{color:#71763A; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1,h2,h3,h4,h5,h6 	{color: #B1B120;font-family: Georgia, "Times New Roman", Times, serif;font-style: italic;text-transform:lowercase;}
h1 					{font-size:20px; margin:0 0 0px;}
h2 					{font-size:18px; margin:0px 0 2px 0;}
h3 					{font-size:16px; margin:6px 0 5px;}
h4 					{font-size:16px; margin:4px 0;text-transform:none;}
h5					{font-size:14px; margin:3px 0;}
h6 					{font-size:12px; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

h1.pageheading	{padding-bottom: 10px;}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Lightbox */

.gallery-item {
	background: #2E344B !important;
	border: 1px solid #171E3B !important;
}
.gallery-item img.thumbnail {
	margin: 0px !important;
	margin-bottom: 5px !important;
}


/* FormX */

#formx {margin-bottom: 20px;}
#formx td.formx_field input {width: 220px !important;}
#formx td.formx_field textarea {width: 320px !important;}

/* Jquery Cycle */
.pics {
	float:left;
	height:131px;
	margin: 0px;
	overflow:hidden;
	padding:0;
	width:252px;
}
.pics img {
	left:0;
	padding:0px;
	top:0;
}

/* Page */

#wrapper {
	width: 967px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Sidebar */

#sidebar-left {
	float: left;
	width:200px;
}

#sidebar-right {
	float: right;
	width: 252px;
}

#sidebar-right p {margin-bottom: 0px;}

/* Logo */

#logo h1, #logo h2 {
	text-indent: -9000px;
}

#logo h1 a {
	display: block;
	width: 200px;
	height: 172px;
	text-indent: -9000px;
	background: url("../images/logo.jpg") no-repeat 0 0;
}

#logo h2 {
	position: absolute;
	top: 0px;
	left:0px;
	text-indent: -9000px;
}

#header {
	position: absolute;
	top: 109px;
	left: 200px;
	width: 507px;
	height: 122px;
	background: url("../images/header-image.jpg") no-repeat 0 0;
	z-index: 1;
}

/* Content */

#content {
	float: right;
	width: 767px;
	padding-top: 109px;
	background: url("../images/header.gif") no-repeat 0 0;
}


/*Main content*/

.content-main {
	float:left;
	width: 427px;
	margin-top: 131px;
	min-height: 451px;
	padding: 20px 40px 1px 40px;
	background: #323A54;
	font-family: Georgia, "Times New Roman", times, serif;
}

.content-main img {
	padding: 2px;
	margin: 10px;
	border: 1px solid #171E3B;
}


/* Footer */

#footer {
	float:left;
	width: 707px;
	height: 80px;
	text-align: right;
	color: #fff;
	background: url("../images/footer.jpg") no-repeat 0 0;margin-left:-200px;
}

#footer p {
	float: right;
	width: 557px;
	text-align: center;
}

#navbar2 #book-now img{
	padding:2px;
	border:1px solid #323A54;
}
#footer #book-now {
	float: right;
	width: 140px;
	height: 64px;
	margin-bottom:35px;
	margin-right:31px;
	margin-top:3px;
	text-indent: -9000px;
	text-align: left;
	background: url("http://www.bookeasy.com.au/bookeasy/images/booknowbutton.GIF")
}

#footer #book-now a {
	width: 206px;
	height: 44px;
}
#navbar2 {
	margin:70px 0 0 10px;
	float: left;
	width: 180px;
	text-align:left;
}
#footer a:link,
#footer a:visited 		{color:#fff; text-decoration:underline;}
#footer a:hover,
#footer a:active 		{color:#B9B859; text-decoration:none;}

