/* --------------- Meta styles --------------- */

html {
	min-height:100%;
	margin-bottom:1px;
	}
body {
	font: 76% Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;
	background: url(../images/body-bg.gif)  50% top repeat-y;
	text-align:center;
	}
#container {
	width: 960px;
	margin: 0 auto;
	text-align:left;
	padding-bottom:5px;
	}
#wrapper {
	clear: both;
	float: left;
	width: 746px;
	}
#wrapper-full {
	clear:both;
	padding-left:11px;
	padding-right:11px;
	}
	
/* --------------- Header --------------- */
div#container div#header {
	background: url(../images/homepage/header.jpg) no-repeat;
	height: 116px;
	padding: 2px 0 0 2px;
	margin: 0 0 1.4em 0;
	}
	

/* --------- links --------- */
	
a {
	}

/* ---------- breadcrumb ---------- */

.breadcrumb {
/*	background:#f1f1f1 url(../images/breadcrumb-bg.gif) no-repeat; */
	padding:5px 0 0 0;
	margin: 7px 0 8px 0;
	}
.breadcrumb p {
	font-size:.9em;
/*	background:#f1f1f1 url(../images/breadcrumb-bg.gif) no-repeat scroll 0px 100%; */
	margin:0;
	padding:0 10px 6px;
	color:#ccc;
	}
.breadcrumb strong {
	font-weight:normal;
	color:#999999;
	}
.breadcrumb a:link, .breadcrumb a:visited {
	color:#999999;
	}

/* --------- paragraph --------- */
	
p, li {
	line-height: 1.6em;
	}
.red {
	color: red;
	}
h2 {
	clear:both; 
	}
#sitemap #container #wrapper #content h2.contact {
	clear:none; 
	margin:0px 0;
	padding:0;
	}
/* --------------- Map and Weather links in header --------------- */

.nav-extra {
	float:right;
	font-size:.9em;
	}
.nav-extra ul {
	list-style:none;
	margin:2px 5px 0 0;
	padding:0 0 0 0;
	}
.nav-extra ul li {
	float:left;
	display:inline;
	}
.nav-extra ul li a {
	margin: 0 4px 0 4px;
	padding: 0 4px 0 22px;
	color: #999999;
	text-decoration:underline;
			line-height:19px;
	display:block;
	}
.nav-extra ul li a#icon-map {
	background: url(../images/icon-map.gif) no-repeat;
	}
.nav-extra ul li a#icon-weather {
	background: url(../images/icon-weather.gif) no-repeat;
	}
.nav-extra ul li a#icon-news {
	background: url(../images/icon-news.gif) no-repeat;
	}
	
.nav-extra ul li a#icon-news img{
	border:none;
}

/* --------------- Main, Horizontal Nav --------------- */

.nav{
	height: 22px;
	border-bottom: 1px solid #bbb8a9;
	margin: 95px 0 0 2px;
	padding: 0;
	}
.nav ul{
	padding: 0;
	margin: 0;
	font: bold 90% Arial, Helvetica, sans-serif;
	list-style-type: none;
	}
.nav li{
	padding: 0;
	display: inline;
	margin: 0;
	background: none;
	}
.nav li a{
	padding: 3px 7px;
	text-decoration: none;
	padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
	color: #999999;
	background: transparent url(../images/nav/righttabdefault.gif) right 1px no-repeat; /*give illusion of shifting 1px down vertically*/
	border-left: 1px solid #dbdbd5;
	position: relative;
	display: block;
	float: left;
	margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
	left: 20px;
	}
.nav li a:visited{
	color: #999999;
	}
.nav li a:hover{
	text-decoration: underline;
	}
.nav li.selected a{ /*selected tab style*/
	color: black;
	z-index: 2; /*higher z-index so selected tab is topmost*/
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(../images/nav/righttabselected.gif) 100% 0 no-repeat;
	}
.nav li.selected a:hover{
	text-decoration: none;
	}
<!--[if IE]>
.nav{
	height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
	}
<![endif]-->


/* --------------- Home page feature styles --------------- */

#content .feature {
	padding: 0;
	margin: 0 0 1.3em 0;
	}
	#content .feature h2 {
	margin: 10px 0 5px 94px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	background: none;
	border: none;
	padding: 0;
	color: #f15100;
	}
	#content .feature a {
	text-decoration: underline;
	color: #fff;
	}
	#content .feature p {
	text-transform: uppercase;
	line-height: normal;
	margin: 0 0 0 94px;
	font-size: .8em;
	color: #fff;
	}
	#content .feature p a {
	color: #fff;
	text-decoration: none;
	}

#content .feature .feature-left {
	float: left;
	width: 275px;
	background: url(../images/homepage/feature-check-availability.jpg) no-repeat;
	height: 90px;
	}
#content .feature .feature-right {
	float: right;
	width: 275px;
	background: url(../images/homepage/feature-calendar.jpg) no-repeat;
	height: 90px;
	}
	#content .feature .feature-right h2 {
	margin: 10px 0 5px 114px;
	}
	#content .feature .feature-right p {
	margin: 0 0 0 114px;
	}


/* ------------------- Ads ------------------- */
	
#tours-ad .tours-left {
	float: left;
	width: 250px;
	padding-right: 30px;
	border-right: dotted #ccc 1px;
	}
#tours-ad .tours-right {
	float: right;
	width: 250px;
	}
#tours-ad .clearfloat {
	clear:both;
	width:559px;
	padding:6px 0 20px 0;
	margin-bottom:1.5em;
	border-bottom: dotted black 1px;
	}
#tours-ad h3 {
	margin:0 0 .3em 0;
	font-weight: bold;
	font-size:1.2em;
	}
#tours-ad h3 a {
	font-weight: bold;
	color:#025c96;
	text-decoration:none;
	}
#tours-ad h3 a:hover {
	text-decoration:underline;
	}
#tours-ad img {
	margin:5px 10px 5px 0;
	padding:0;
	border:#025c96 1px solid;
	float:left;
	}
#tours-ad ul {
	font-size:1em;
	list-style:none;
	margin-top:5px;
	}
#tours-ad ul li span {
	font-weight:600;
/*	display:block; */
	}
#tours-ad p {
	line-height:1.2em;
	clear:left; 
	margin-bottom:1px;
	}
#tours-ad p.via-small {
	font: .9em Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	}
#tours-ad .book {
	width:100px;
	float:right;
	padding:5px 2px 2px;
	}
#tours-ad .book p {
	font-size:1.2em;
	font-weight:bold;
	color:#00759A;
	text-align:right;
	}
#tours-ad .book p span {
	font-size:1.6em;
	display:block;
	margin:5px 2px 5px 0;	
	}
#tours-ad .book img.button {
	margin:3px 0 0 6px;
	border:none;
	float:none;
	}
	
a#fiji-ad {
	display:block;
	background:#fff url(/images/homepage/ad-tf-bg.gif) 0 0 no-repeat;
	width:153px;
	height:35px;
	margin:0;
	padding:65px 0 0 7px;
	color:#fff;
	text-decoration:none;
	font-size:1.4em;
	}


	
/* --------------- home page module --------------- */

.hpmod-row {
	}
.hpmodcont1 {
	float:left;
	padding-right:24px;
	}
.hpmodcont2 {
	float:left;
	}
.hpmodcont3 {
	float:right;
	}
.hpmod {
	border: solid #999 1px;
	padding: 10px 10px 10px 10px;
	width:150px;
	}
.hpmod img {
	display:block;
	}
.hpmod h2 {
	margin-top:0;
	}
.hpmod h2 a {
	color: red;
	text-decoration:none;
	}
.hpmod p {
	font-size: .9em;
	}


/* --------------- home page location images --------------- */

img.mod {
	float: left;
	padding:1px;
	border: solid #ccc 1px;
	margin: 2px 8px 5px 0;
	}
p.modp {
	margin-bottom: 2em;
	}





/* --------------- Current Page --------------- */

div.area-feature {
	width: 280px;
	padding: 8px 10px 3px 10px;
	border: solid #CCCCCC 1px;
	background-color: #f3f3f3;
	}
div.area-feature p {
	margin: .2em 0 0 0;
	font-size: .9em;
	}

/* --------------- Current Page --------------- */

ul.leftnavigation li a.now {
	color: #ff0000;
	}
#p-fraser a#fraser, #p-hastings a#hastings, #p-noosamap a#noosamap, #p-little a#little, #p-marcus a#marcus, #p-munna a#munna, #p-heads a#heads, #p-hinterland a#hinterland, #p-hill a#hill, #p-sound a#sound, #p-ville a#ville, #p-peregian a#peregian, #p-sunshine a#sunshine, #p-sunrise a#sunrise, #p-quick a#quick, #p-springs a#springs {
	color: #ff0000;
	}

/* --------------- Home Page feature--------------- */


div.feature p.left {
	float: left;
	width: 310px;
	margin: 0;
	}
div.feature p.right {
	height: 45px;
	float: right;
	margin-top: 10px;
	}
a.feature-launch {
	display:block;
	font-size: .9em;
	border: solid #999999 1px;
	padding: 2px 24px 2px 9px;
	background: #fff url(../images/accommodation/nav-hover-gray.gif) right center no-repeat;
	text-decoration: none;
	margin: 0 5px 0 0;
	}
a:hover.feature-launch {
	background: url(../images/accommodation/nav-hover-red.gif) right center no-repeat;
	border: solid #ff0000 1px;
	}
a.feature-launch span {
	padding-right: 15px;
	background: url(../images/accommodation/nav-hover.gif) right center no-repeat;
	}

/* --------------- Accommodation Home page --------------- */

div.row {
	font-size: .9em;
	margin: 0;
	}
div.row2 {
	font-size: .9em;
	margin-bottom: 2em;
	}
div.spons {
	float: left;
	width: 150px;
	padding-right: 25px;
	}
div.spons p {
	margin: 0 0 6px 0;
	}
div.spons2 {
	float: left;
	width: 150px;
	}
div.spons2 p {
	margin: 0 0 6px 0;
	}
a.spons-launch {
	display:block;
	width: 115px;
	font-size: .9em;
	border: solid #999999 1px;
	padding: 2px 24px 2px 9px;
	background: url(../images/accommodation/nav-hover-gray.gif) right center no-repeat;
	text-decoration: none;
	margin-right: 5px;
	}
a:hover.spons-launch {
	background: url(../images/accommodation/nav-hover-red.gif) right center no-repeat;
	border: solid #ff0000 1px;
	}
a.spons-launch span {
	padding-right: 15px;
	background: url(../images/accommodation/nav-hover.gif) right center no-repeat;
	}

/* --------------- Quick index page --------------- */

ul#quick-index-skip {
	font: .9em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
ul#quick-index-skip li {
	line-height: 1.6em;
	display: inline;
	list-style-type: none;
	background: none;
	padding: 0;
	margin: 0;
	}
ul#quick-index-skip li a {
	margin: 0;
	padding: 0 6px 0 4px;
	border-right: solid #999999 1px;
	}
	
	
/* --------------- Feature Image --------------- */

img.feature-r {
	float: right;
	margin-left:12px; 
	}

/* --------------- Accommodation Property list & button styles --------------- */

div.property-list-left {
	width:275px;
	float:left;
/*	background:green; */
	border-right:dotted #ccc 1px;
	}
div.property-list-right {
	width:275px;
/*	background:purple; */
	float:right;
	}
#content ul.accom {
	background:none;
	list-style: none;
	margin: 0 0 2.5em 0;
	padding: 0;
	}
#content ul.accom li {
	margin: 1.4em 0 0 0;
	background:none;
/*	background: url(../images/accommodation/purple-arrow.gif) left .3em no-repeat; */
	padding:0;
	}
#content ul.accom li img {
	margin-bottom: -3px;
	}
img.info {
	vertical-align:middle;
	border:none;
	margin:0;
	}
span.place {
	float: left;
	width: 170px;
	margin: 0 20px 0 0;
	}
span.place-bn {
	float: left;
	width: 150px;
	margin: 0 20px 0 0;
	}
a.button-lm {
	margin: 0 0 0 291px;
	padding: 4px 9px 4px 9px;
	background: #990000 url(../images/accommodation/button-lm-repeater.jpg) repeat-x;
	text-decoration: none;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	border: solid #990000 1px;
	}
a.button-lm span {
	padding-right: 15px;
	background: url(../images/accommodation/nav-hover.gif) right center no-repeat;
	}
a.button-bn {
	margin: 0;
	padding: 4px 9px 4px 9px;
	background: #990000 url(../images/accommodation/button-lm-repeater.jpg) repeat-x;
	text-decoration: none;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	border: solid #990000 1px;
	}
a.button-bn span {
	padding-right: 15px;
	background: url(../images/accommodation/nav-hover.gif) right center no-repeat;
	}
	
/* Note: Styles below for .button-launch are also in lightbox.css for the lightbox */
a.button-launch {
/*	display:block; */
	width:190px;
	font-size: 1em;
	border: solid #990000 1px;
	padding: 2px 20px 2px 5px;
	background: #cc0000 url(../images/accommodation/nav-hover-gray.gif) right center no-repeat;
	text-decoration: none;
	margin-right: 5px;
	color: #fff;
	}
a:hover.button-launch {
	background-color: #990000;
	border: solid #990000 1px;
	color:#fff;
	}
a.button-launch span {
	padding-right: 15px;
	background: url(../images/accommodation/nav-hover.gif) right center no-repeat;
	}

/* --------------- Left Column --------------- */

#left-column {
	margin: 0;
	float: left;
	width: 141px;
	padding-left: 11px;
	}
#left-column ul {
	padding: .3em 0 .5em 0; 
	margin:0 0 1.5em 0;
	font-size: .9em;
	list-style-type:none;
	border:#ccc 1px solid; 
	background: #fff url(../images/ul-bg.jpg) left top repeat-x;
	}
#left-column ul li {
	padding:.4em 10px .5em 10px;
	margin: 0;
	color:#5984b0;
	background:url(../images/li-bg.gif) left bottom no-repeat;
	}
#left-column ul li.bottom {
	background:none;
	}
#left-column ul li a {
	color:#000000;
	text-decoration:none;
	}
#left-column ul li a:hover {
	color:red;
	}
#left-column h3 {
	padding: .6em 0 .5em 10px;
	margin: 0;
	background:#e4e4e4 url(../images/h3-bg.jpg) no-repeat;
	font: .9em Arial, Helvetica, sans-serif;
	color:#838282;
	text-transform:uppercase;
	}
#left-column h3.search {
	background:#e4e4e4 url(../images/h3-bg-search.jpg) no-repeat;
	padding: .6em 0 .5em 32px;
	}

/* --------------- Out and About Navigation --------------- */

ul.leftnavigation li.lg ul li a {
	font-size: .9em;	
	}
ul.leftnavigation li.lg ul li {
	list-style-type: none;
	margin: 0;
	}
ul.leftnavigation li.lg ul {
	padding: 0;
	margin: 0;
	}
ul.leftnavigation li.lg {
	margin-bottom: 1em;
	}

/* --------------- Sunshine Coast search button --------------- */

#left-column p {
	margin: 2.5em 10px 0 10px;
	font-size: .9em;
	}
ul.leftnavigation li.sun-li {
	text-align: left;
	margin: .5em 0 .5em 9px;
	padding: 0;
	background: none;
	width: 120px;
	}
ul.leftnavigation li.sun-li a.sun-a {
	display: block;
	background: url(../images/accommodation/nav-hover-gray.gif) right center no-repeat;
	}
ul.leftnavigation li.sun-li a:hover.sun-a {
	background: url(../images/accommodation/nav-hover-red.gif) right center no-repeat;
	}


/* --------------- Content Column --------------- */
#content {
	float: right;
	width: 565px;
	}
body table tr td h1, div#content h1, div#wrapper-full h1 {
	color: #000;
	font: 1.6em Arial, Helvetica, sans-serif;
	margin-top: 0;
	}
body table tr td h2, div#content h2 {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;	
	padding: 0 0 3px 0;
	border-bottom: dotted #000 1px;
	}
		
#content ul {
	margin: 0 0 0 10px;
	padding: 0;
	}
#content li {
	padding-left: 12px;
	list-style-type: none;
	margin: .2em 0 .2em 0;
	background: url(http://www.noosa.com.au/images/bullet.gif) left .5em no-repeat;
	}
	
table.contactdetails tr {
	height: 20px;
	}
td.contact-type {
	text-align:right;
	font-weight: bold;
	}
img.right-col-top {
	margin-top: 36px;
	}
img.right-col {
	margin-top: 26px;
	}
span.highlight {
	color: #800080;
	font: bold 14px Arial, Helvetica, sans-serif;
	}

.flights{
	float:left;
	width:580px;
	margin-bottom:15px;
}

.flights p{
	float:left;
	width:325px;
	margin-top:0;
}

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

.flights a img {
	border:0;
}

/* --------------- Right Column --------------- */

#right-column {
	float: right;
	width: 160px;
	text-align: right;
	padding-right: 14px;
	}
#right-column img {
	border: none;
	margin-bottom: 2em;
	}
#right-column img.hot {
	margin-bottom: 0;
	}
span.hot {
	padding-left: 4px;
	text-transform: uppercase;
	font-size: .8em;
	}
p.hot {
	background: url(/images/homepage/hot-bg.gif) left bottom no-repeat;
	margin-bottom: .6em;
	text-align: left;
	}


/* --------------- Footer --------------- */

#footer {
	font-size: .9em;
	text-align: center;
	clear: both;
	background:#fff;
	padding:5px 0;
	}
#footer p {
	margin: .4em 0 .4em 0;
	color:#aaa;
	}
#footer p a {
	padding: 0 8px 0 8px;
	text-decoration: none;
	border-left: solid #aaa 1px;
	color:#aaa;
	}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color:#aaa;
	}
#footer ul li {
	background: none;
	padding: 0;
	display: inline;
	margin: 0;
	}
#footer ul li a {
	padding: 0 8px 0 8px;
	text-decoration: none;
	border-right: solid #aaa 1px;
	color:#aaa;
	}	
#footer ul li a.rightmost {
	border-right: none;
	}
	
/* ---------- Site Map page---------- */

#sitemap #container #wrapper #content h2 {
	color: #f15100;
	border:none;
	margin: 2em 0 .2em 0;
	}
#sitemap #container #wrapper #content h2 a {
	color: #f15100;
	}
ul.sitemap {
	font-family: Arial, Helvetica, sans-serif;
	margin: .5em 12px 0 10px;
	padding: 0;
	list-style-type: none;
	}
#content ul.sitemap li { 
	background: url(http://www.noosa.com.au/images/nav-arrow-r.gif) left 3px no-repeat;
	}
#content ul.sitemap li ul li.area { 
	background: url(http://www.noosa.com.au/images/nav-arrow-r.gif) left 3px no-repeat;
	margin: 1.4em 0 1.4em 12px;
	}
#content ul.sitemap li ul li.area ul li { 
	background: url(http://www.noosa.com.au/images/nav-arrow-r.gif) left 3px no-repeat;
	}

ul.sitemap a {
	font-size: 13px;
	color: #800080;
	}
ul.sitemap a:active, ul.sitemap a:visited {
	color: #600080;
	}
ul.sitemap a:hover {
	color: #FF0000;
	text-decoration: none;
	}
div#sitemapsection h2 a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: -4px;
	margin-left: 5px;
	}	
.navbold {
	color: #800080;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
.navbold:hover {
	color: gray;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}

/* ---------- Dining---------- */

h4 {
	font-size:1.1em;
	color:black;
	}
h4 a {
	color:blue;
	}
	
/* ---------- Contact page---------- */

label, label span {
	display:block;
	}
label {
	margin:0 0 1em 0;
	}
label input, label textarea {
	width:250px;
	}
label textarea {
	height:250px;
	}
	

/* =self clearing
----------------- */
/*** see http://www.positioniseverything.net/easyclearing.html
   for explanation of Tony Aslett's elegant hack ***/
.clearfloat:after {
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}
 
.clearfloat { display: inline-block; }
 
/* Hides from IE-mac */
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }
/* End hide from IE-mac */
/*** end clearing hack ***/ 

