/* Common */
body,table,input,select,textarea { 
  font-family: verdana, arial, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

/* Remove padding and margin */
*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {   
  color: #fff;  
  background: #231f20 url('../images/i-bg.gif') repeat-x;
}
a:active, a:focus {
		outline: 0;
}
h1 {
  font-family: 'century gothic', verdana, sans-serif;
  color:#fff;
  font-weight:normal;
  text-transform:uppercase;

  margin: 0 auto 0 auto;
  padding-left: 10px;
  height:58px;
  line-height:52px;
  font-size:1.25em;
  width:601px;
	background: transparent url('../images/i-h1-grey.gif') ;
}
h1.h1-locations  {
}
h1.h1-central { background: transparent url('../images/i-h1-orange.gif') ; }
h1.h1-waterfront { background: transparent url('../images/i-h1-blue.gif') ; }
h1.h1-portdouglas { background: transparent url('../images/i-h1-green.gif') ; }

h2 {
  margin: 1em 0;
  font-family: 'century gothic', verdana, sans-serif;
  color:#fff;
  font-weight:normal;
  font-size:1.2em;
}

h2.subh1 {
  margin: 0 55px 0 0;
  font-style:italic;
  text-align:right;
}
h3 {
  margin: 1em 0;
  font-family: 'century gothic', verdana, sans-serif;
  color:#fff;
  font-weight:normal;
  font-size:1em;
}
hr {
	background:#444;
	color:#444;
	height:2px;
	width: 500px;
	margin: 20px auto 10px;
}
p { 
  margin: 1em 0;
  font-size: 0.675em;
  color:#eee;
}

#content {
  min-height: 1300px;
}

#content p {
	  line-height:2em;
}
#content ul, #content ol {
  margin: 1em 0 1em 15px;
  font-size: 0.675em;
  color:#eee;
}

#content li {
  margin: 0 0 0.5em 0;
}

#content a {
  color: #ec782a;
}

#content a:hover {
  color: #fff;
}

dl.col {
  font-size: 0.675em;
  line-height: 2em;
  color:#fff;
  margin: 1em 0;
}

dl.col dt { 
  float: left; 
  width: 14em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 14em;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

/* messages / errors box */
.Msg {
  margin: 1em 0;
}

.Msg ul {
  padding: 0.5em;
  list-style-type: none;
}

.Messages ul {
  border: 1px solid darkblue;
  background-color: lightblue;
}

.Errors ul {
  border: 1px solid darkred;
  background-color: pink;
}

/* Layout */
#constrain {
	width:944px;
	margin: 0 auto;
	text-align:center;
	}
#locations {
	width:944px;
	height:165px;
	padding-top:15px;
	}
#locations img {
	float:left;
	}
#middle {
	background: transparent url('../images/i-mid.gif') repeat-y;
	width:934px;
	/*margin-top:165px;*/
	text-align:left;
	min-height:680px;
	}
#lhs {
	width:220px;
	padding: 20px 10px 20px 16px;
	text-align:center;
	/*float:left;*/
	display:inline-block;
	margin:0;
	position:absolute;
	}
#content {
	margin-left: 250px;
	padding: 20px 40px 20px 20px; 
	text-align:left;
	width:611px;
	}
/* Locations */
#locations div {
	float:left;
	}
#locations div a {
	display:block;
	text-indent: -10000px;
	font-size:0.1em;
	width:314px;
	height:164px;
	}
#locations div.location-central a { background: transparent url('../images/i-location-central.png') no-repeat; }
#locations div.location-waterfront a { background: transparent url('../images/i-location-waterfront.png') no-repeat center top; }
#locations div.location-portdouglas a { background: transparent url('../images/i-location-portdouglas.png') no-repeat; }

#locations div.location-central a:hover { background-position: 0 -182px; }
#locations div.location-waterfront a:hover { background-position: center -185px; }
#locations div.location-portdouglas a:hover { background-position: 0 -181px; }

/* Nav */
#nav {
	list-style-type:none;
	text-align:left;
	}
#nav li {
	margin: 10px 0;
	font-size: 0.975em;
	}
#nav li a {
	display:block;
	background:#3d3a3b url('../images/i-lhs-arrow.gif') no-repeat 9px 9px;
	font-family: 'Century Gothic', verdana, sans-serif;
	text-decoration:none;
	color:#fff;
	padding: 7px 0 5px 35px;
	}
#nav li a:hover, #nav li.current a {
	color:#FF8A00;
	}
#nav li.expanded a {
	background:#3d3a3b url('../images/i-lhs-arrow-down.gif') no-repeat 9px 9px;
}
#nav li ul {
	list-style-type:none;
	}
#nav li.expanded ul li a {
	background:transparent;
	}
#nav li.current ul li a {
		color:#fff;
}
#nav li ul li a{
	background:transparent;
	font-size:0.875em;
	padding: 0 0 0 35px;
	}
#nav li ul li a.nav-central:hover, #nav li ul li.current a.nav-central { color: #ff8a00; }
#nav li ul li a.nav-waterfront:hover, #nav li ul li.current a.nav-waterfront { color: #0096ff; }
#nav li ul li a.nav-portdouglas:hover, #nav li ul li.current a.nav-portdouglas { color: #83df00; }

#nav li ul li a:before {
	content: '- ';
	}
 
/* Footer */
#footer {
	background:transparent url('../images/i-footer.jpg') no-repeat;
	height:225px;
	width:914px;
	text-align:left;
	padding: 30px 10px 0 35px;
	color:#fff;
	}
#footer div.footer-location {
	float:left;
	background:transparent url('../images/i-footer-div.gif') no-repeat right 20px;
	width:270px;
	margin-right:  20px;
	}
#footer div.footer-pd {
	background:transparent;
	}
#footer div p {
	margin: 1em 4px;
	}
#footer a {
	color:#fff;
	}
#footer a:hover {
	color:#FF8A00;
	}
#footer h2 {
	color:#333;
	font-size:0.1em;
	text-indent: -10000px;
	height:30px;
	width:205px;
	}
#footer h2.f-central { background:transparent url('../images/i-f-central.png') no-repeat; }
#footer h2.f-waterfront { background:transparent url('../images/i-f-waterfront.png') no-repeat; }
#footer h2.f-portdouglas { background:transparent url('../images/i-f-portdouglas.png') no-repeat; }

#footer ul {
	font-size:0.675em;
	margin: 40px 0 0 0;
	list-style-type:none;
	height:20px;
	}
#footer ul li {
	float:left;
	padding: 0 10px;
	}
#footer ul li a {
	color:#a9a8a8;
	text-decoration:none;
	}
#footer div#author {
	text-align:right;
	width:885px;
	background:transparent;
	padding:  10px 0 20px 0;
	font-size:0.675em;
	}
#footer div#author a, #footer div#photography a {
	color:#7b7979;
	text-decoration:none;
	}
#footer div#author a:hover, #footer div#photography a:hover {
	color:#999;
	}
#footer div#photography {
	position:absolute;
	margin-left: -25px;
}
.ulhalf li {
		float:left;
		width:290px;
		margin-right: 30px;
}

/* Contact details */
.contact-details {
		background:transparent url('../images/i-address-bg.gif') no-repeat;
		width:314px;
		height:135px;
		font-size:0.75em;
		padding: 13px 0 0 20px;
		float:right;
		margin: 20px 0 10px 0;
}


.packing {
		margin: 10px 0;
}
.highlight {
		background:#4E4A4B;
		padding: 15px;
}

/* Activities */
dl.actdl { margin: 10px 0 0 50px; }
dl.actdl dt {	width: 18em; }
dl.actdl dd {	margin-left: 18em; }

#content .activities {
		list-style-type:none;
		margin: 0;
}
#content .activities li {
		float:left;
		width:200px;
		height:200px;
		color:#231f20;
    color: transparent;
		font-size:0.1em;
		margin: 1px;
}
#content .activities li a {
  color:#231f20;
  color: transparent;
	display: block;
	width:200px;
	height:200px;
	text-decoration:none;
	border:0;
}
.activities .act-pole-idol {	background: transparent url('../images/g-act-poleidol.jpg') no-repeat; }
.activities .act-pier {			background: transparent url('../images/g-act-pier.jpg') no-repeat; }
.activities .act-coyote {		background: transparent url('../images/g-act-coyote.jpg') no-repeat; }
.activities .act-lagoon {		background: transparent url('../images/g-act-lagoon.jpg') no-repeat; }
.activities .act-rattle {		background: transparent url('../images/g-act-rattle.jpg') no-repeat; }
.activities .act-bikini {		background: transparent url('../images/g-act-bikini.jpg') no-repeat; }
.activities .act-bungy {		background: transparent url('../images/g-act-bungy.jpg') no-repeat; }
.activities .act-rainforest {		background: transparent url('../images/g-act-rainforest.jpg') no-repeat; }
.activities .act-nemo {		background: transparent url('../images/g-act-nemo.jpg') no-repeat; }
.activities .act-walk {		background: transparent url('../images/g-act-walk.jpg') no-repeat; }
.activities .act-pint {		background: transparent url('../images/g-act-pint.jpg') no-repeat; }
.activities .act-mealdeal {		background: transparent url('../images/g-act-mealdeal.jpg') no-repeat; }
.activities .act-jobs {		background: transparent url('../images/g-act-jobs.jpg') no-repeat; }
.activities .act-casino {		background: transparent url('../images/g-act-casino.jpg') no-repeat; }
.activities .act-barwork {		background: transparent url('../images/g-act-barwork.jpg') no-repeat; }


/* Maps */
.map {
		width: 190px;
		float:left;
		margin-right: 12px;
}
#content a.moreinfo {
		color:#fff;
		text-decoration:none;
		background:transparent url('../images/g-moreinfo.jpg') no-repeat;
		padding-left: 18px;
		line-height:16px;
		height:16px;
		display:block;
		width:150px;
		margin-top: -15px;
}
#content a.moreinfo:hover {
		color:#FF8A00;
}
#content a.mapzoom {
		color:#fff;
		text-decoration:none;
		background:transparent url('../images/g-zoom.jpg') no-repeat;
		padding-left: 18px;
		line-height:16px;
		height:16px;
		width:80px;
		display:block;
}
#content a.mapzoom:hover {
		color:#FF8A00;
}

#content .map h2 {
		margin-bottom:3px;
}
.map div { height:335px; }
.map-central div { border: 4px solid #ff8a00; }
.map-waterfront div { border: 4px solid #0096ff; }
.map-portdouglas div { border: 4px solid #83df00; }

/* Contact Page */
.contacts h2 {
	margin-bottom: 0;
	}
.contacts img {
		border: 2px solid #999;
}
.contacts dl.col dt {	width: 10em; }
.contacts dl.col dd {	margin-left:10em; }

/* Gallery */

.gallery img, .img-group img {
		margin: 6px 12px 6px 0;
		border: 4px solid #fff;
}

/* Properties */
.property {
	height: 120px;
	padding: 10px 0 0 0;
}
.property img.left {
		margin: 10px 10px 0 0 ;
}
#content .property a.button, #content .button-right a.button {	
	float:right;
}
#content .button-right {
		height:40px;
		margin-right: 10px;
}
/* Button */
#content a.button {
		background:transparent url('../images/g-button-l.jpg') no-repeat;
		padding-left: 8px;
		float:left;
		display:block;
		color:#000;
		text-decoration:none;
}
#content a.button span {
		display:block;
		background:transparent url('../images/g-button-r.jpg') no-repeat right top;
		padding-right: 8px;
		height:32px;
		line-height:32px;
}
#content a.button:hover {
		text-decoration: underline;
}

dl.room-details {
	padding-top:15px;
}
dl.room-details dt {
	float:left;
	font-weight:bold;
	width:130px;
	margin-bottom:2px;
	padding: 5px;
	background:#595757;
}
dl.room-details dd {
	padding: 5px;
	margin-left: 150px;
	margin-bottom:2px;
}
dl.room-details dt span {
	font-size:0.875em;
	display:block;
	font-style:italic;
	color:#ccc;
}
#content .contact-details a.button {
	position:absolute;
	margin: 110px 0 0 190px;
}
img.right.border {
	margin: 10px 0 10px 20px;
	border:4px solid #fff;
}
.travel-greyhound {
	float:right;
	width: 200px;
}

.xfbml-facebooklikebox {
  margin-top: 20px;
  background: #DDDDDD;
}
