/* CSS Document */

/* CSS Document */

/* --------- Meta Layout --------- */

html {
    min-height:100%;
    margin-bottom:0;
	background-color:#fff;
	}
body {
	font: 76% Arial, Helvetica, sans-serif;
	background:#fff url(../images/body_background.gif) 50% repeat-y;
	margin: 0;	
	padding: 0;
	}
#container {
	background-color: #fff;	
	position: relative;
	width: 998px;
	margin: 0 auto;
	padding: 0;
	left:1px;
	text-align:	left;
	border-bottom: 0 solid #eee;
	}

.skip {
	display: none;
	}
#content-division {
	padding: 0 19px 0 20px; 
	margin:0;
	background:#fff;
	}
/* --------- Map Side Bar --------- */

#map {
	width: 355px;
	height: 470px;
	margin: 0 0 30px 5px;
	border:#000 solid 1px;
	float:right;
}

#side_bar a:hover {
	text-decoration: underline;
	}
#side_bar p {
	font-size: 1em;
	margin: .4em 0 .4em 0;
	padding-left: 10px;
	background: url(../images/bullet-blue.gif) 0 .55em no-repeat;
	}
#side_bar, #side_bar_title {
	background-color: #efefef;
	margin: 0 3px 0 0;
	padding: 0 0 2px 5px;
	}
	
	
/*--------default styles---------*/

h1, h2, h3, h4, h5, h6 pre, form, body, html, fieldset, legend, input, dl, dt, dd, li, ul, ol, fieldset{
	margin:0;
	padding:0;
	}	

p {
	margin:0 0 1.5em 0;
	padding:0;
	line-height:1.5em;
	font-size:1em;
	}	
	
	
/* ------links------ */
a:link {	
	color:#35739f
	}
a:visited {
	color:#13507b;
	}
a:hover {
	color: #ff6600;
	text-decoration:underline;
	}
a:active {
	color: #cc6600;
	text-decoration:underline;
	}



/* ---headers----- */

h1{
	font-size: 1.8em;
	font-weight:500;
	color:#000;
	margin: 0 0 010px 0;
	}
.content-panel h1 {	
	margin-bottom: 6px;
	}
h2{	
	font-size: 1.8em;
	font-weight:500;
	color:#000;
	margin: 0 0 10px 0;
	}
h2.lead-header{
	font-size: 1.7em;
	font-weight:500;
	}
h3{
	padding: 0;
	margin-bottom: 8px;
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	}
#header h1{
	font-size: 2em;
	font-weight:500;
	color:#fff;
	margin: 3px 0 0 10px;
	text-transform:uppercase;
	padding:0;
	font-weight:500;
	font-family:Arial, Helvetica, sans-serif;
	}
#header h1 a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:500;
	font-family:Arial, Helvetica, sans-serif;
	}
/*#header h2{	
	font-size: 1.2em;
	color:#fff;
	text-transform: uppercase;
	margin: 10px 0 0 20px;
	}*/
#header  span{	
	font-size: 0.6em;
	color:#ccc;
	text-transform: uppercase;
	margin: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
	font-weight:500;
	}	
/* --------- Header (1) --------- */

#header {
	height: 175px;
	overflow: hidden;
	width: 978px;
	margin: 0 auto 3px auto;
	background: #ffffff url(../images/header-2.jpg) no-repeat left top;
	}
#header2 {
	height: 175px;
	overflow: hidden;
	width: 978px;
	margin: 0 auto 3px auto;
	background: #ffffff url(../images/getting_sydney_1_sub.jpg) no-repeat left top;
	}
#header_right {
	float: right;
	text-align: right;
	padding:5px 15px 0 0;
	margin:0;
	width: 200px;
	font-size:0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:none;
	}
#header_right a{
	color: #f1f1f1;
	text-decoration:none;
	}
#sitename {
	font: italic 1.4em/1em Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 0 20px;
	margin:0;
	color: #999;
	float: left;
	width: 300px;
	}
	
		

/* --------- horizontal navigation --------- */

/*--for old IE--*/
#navcontainer {
	width: 978px;
	padding: 0;
	margin: 0 0 2em 5px;
	background: none; 
	background-color: #409cd1;	
	color: #fff;
	float: left;	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
/*--------------*/

body>div#container>ul#navcontainer {
	width: 978px;
	padding: 0;
	margin: 0 0 2em 10px;
	background: url(../images/nav-bg.gif) center center repeat-x;
	background-color: #409cd1;	
	color: #fff;
	float: left;	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}

#navcontainer  li {
	display: inline; 
	}
#navcontainer  li a {
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: transparent;
	background: url(../images/nav-bg.gif) center center repeat-x;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	}
#navcontainer  li a:hover {
	background-color: #225574;
	background: url(../images/nav-bg-hover.gif) center center repeat-x;
	color: #fff;
	}
#navcontainer  li a:active {
	background-color: #225574;
	background: url(../images/nav-bg-hover.gif) center center repeat-x;
	color: #fff;
	}

	
/* --------- Current page nav state --------- */

#navcontainer li a.nowpage {
	background-color: #225574;
	background: url(../images/nav-bg-hover.gif) center center repeat-x;
	color: #fff;
	}

/* --------- Left Column --------- */

#left-column {

	width: 630px;
	float: left;
	margin:0;
	padding:0;
	overflow: hidden;
	background-color:#fff;
	}
#left-left-column {
	padding: 0; 
	margin: 0 0 20px 0; 
	width: 360px; 
	overflow: hidden;
	background-color:#fff;
	float:left;
	}	
#right-left-column {
	float:right;
	width: 230px;
	margin: 0;
	padding: 0;
}	
/* --- content sections --*/

#content-container {
	border:#e4e4e4 1px solid;
	background:#f1f1f1;
	padding:30px 0 20px 5px;
	margin: 0 10px 0 0;
	width:220px;
	}
#content-container h2 {
	color:#949494;
	margin:0 0 25px 0;
	padding:0 0 5px 0;
	border-bottom:#949494 1px solid;
	width:210px;
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	}
#content-container h3 {
	margin:0;
	color:#336600;
	font-size:1.1em;
	width:120px;
	float:right;
	}
#content-container h3 a:link, #content-container h3 a:visited {
	color:#005073;
	text-decoration:none;
	}
#content-container h3 a:hover, #content-container h3 a:focus {
	text-decoration:underline;
	}
#content-container .content-panel ul {
	margin:0;
	padding:0;
	width:120px;
	float:right;
	}
#content-container .content-panel ul li {
	list-style-type:none;
	margin:.8em 0 0 0;
	padding:0;
	font-weight:600;
	font-size:.9em;
	width:120px;
	float:right;
	}
#content-container .content-panel ul li a {
	color:#646464;
	text-decoration:underline;
	}
#content-container .content-panel {
	padding: 8px 0 8px 0; 
	margin: 0 0 18px 0;
	width:215px;
	border-bottom:#e4e4e4 1px solid;
	background-color:#fff;
	}
#content-container .last {
	border:none;
	}
#content-container .content-panel p {
	width:120px;
	float:right;
	color:#949494;
	}
#content-container .content-panel img {
	border:#c5c5c5;
	float:left;
	margin:0;
	width:87px;
	}
/*-------------------*/
#content-container2 {
	border:#e4e4e4 1px solid;
	background:#f1f1f1;
	padding:30px 0 20px 10px;
	margin: 0 10px 0 0;
	clear: both;
	width:560px;
	}
#content-container2 h2 {
	color:#949494;
	margin:0 0 25px 0;
	padding:0 0 5px 0;
	border-bottom:#949494 1px solid;
	width:210px;
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	}
#content-container2 h3 {
	margin:0;
	color:#336600;
	font-size:1.1em;
	width:140px;
	float:right;
	}
#content-container2 h3 a:link, #content-container h3 a:visited {
	color:#005073;
	text-decoration:none;
	}
#content-container2 h3 a:hover, #content-container h3 a:focus {
	text-decoration:underline;
	}
#content-container2 .content-panel ul {
	margin:0;
	padding:0;
	width:120px;
	float:right;
	}
#content-container2 .content-panel ul li {
	list-style-type:none;
	margin:.8em 0 0 0;
	padding:0;
	font-weight:600;
	font-size:.9em;
	width:120px;
	float:right;
	}
#content-container2 .content-panel ul li a {
	color:#646464;
	text-decoration:underline;
	}
#content-container2 .content-panel {
	padding: 8px 0 8px 0; 
	margin: 0 20px 18px 5px;
	width:250px;
	border-bottom:#e4e4e4 1px solid;
	background-color:#fff;
	float: left;
	}
#content-container2 .last {
	border:none;
	}
#content-container2 .content-panel p {
	width:140px;
	float:right;
	color:#949494;
	}
#content-container2 .content-panel img {
	border:#c5c5c5;
	float:left;
	margin:0;
	width:87px;
	}
/*--------------------*/
.right {
	float:right;
	}

	.content-panel.width315 {
	width:315px;
	}	
.content-panel.large {
	width:100%;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	background-color:#fff;
	font-size:0.9em;
	}
	.content-panel.large img {
	border:#000 solid 1px;
	padding: 0;
	}
.content-panel p {
	margin: 0;
	padding: 0;
	width: 230px;
	}

.smallertext {
	font-size:0.9em;
	margin:0 0 20px 0;
	padding:0;
	background-color:#fff;
	}
	.bmnone {
		margin-bottom:0;
		}
		
		#feature-image {
			width:300px;
			text-align:center;
			margin:10px 0 20px 30px;
			padding:0;
			float:right;
			}
		#feature-image.tpm10 {
			margin-top:10px;
			}
		.caption {
			text-align:left;
			padding:2px 10px 2px 10px;
			background:#ebebe9;
			font-size:0.86em;
			line-height:1.2;
			margin:0;
			font-family:Tahoma, sans-serif !important; 			
			}

/* =list sets
--------- */
ul.article-link-list {
	padding:2px 0 5px 10px; 
	margin:4px 0 20px 0;
	border: #d3eac3 solid 1px;
	background:#f2f9ed;
	}
ul.article-link-list li {
	padding-top:2px;
	margin:0;	
	padding-left:10px;
	background: url(../images/link-bullet.gif) 0 0.5em no-repeat;
	}
.article-link-head1 {
	background:#4d5361 url(../images/link-head-bgcc6600.gif) bottom right no-repeat;
	color:#fff;
	margin:0;
	padding: 1px 0 2px 5px;
	font-size: 1.1em;
	font-weight:600;
	}
.article-link-head2 {
	background:#cd7e0f url(../images/link-head-bgcc6600-2.gif) bottom right no-repeat;
	color:#fff;
	margin:0;
	padding: 1px 0 2px 5px;
	font-size: 1.1em;
	font-weight:600;
	}
ul.article-link-list2 {
	padding:0; 
	margin:4px 0 20px 0;
	border: none;
	}
ul.article-link-list2 li {
	padding-top:2px;
	margin:0;	
	padding-left:10px;
	background: url(../images/link-bullet.gif) 0 0.4em no-repeat;
	}		
	
	ul.article-link-list3 {
		padding: 10px 5px; 
		margin:0 0 20px 0;
		font-family:Tahoma, sans-serif !important; 
		border: #f26821 solid 1px;
		background-color: #fff;
		}
	ul.article-link-list3 li {
		padding: 3px 0 4px 0;
		margin:0;	
		padding-left:20px;
		background: url(../images/link-bullet-2.gif) 0 4px no-repeat;
		}
	ul.article-link-list3 li a {
		color:#153f86;
		}
	ul.article-link-list3 li a:visited {
		color:#637cab;
		}
	ul.article-link-list3 li a:hover {
		text-decoration:underline;
		}
	.article-link-head2b {
	background:#cd7e0f url(../images/link-head-bgcc6600-2.gif) bottom right no-repeat;
	color:#fff;
	margin:0;
	padding: 2px 0 0 5px;
	font-size: 1.2em;
	font-weight:600;
	}
			
/* --------- Images --------- */
.image-small {
	margin:0;
	padding:2px;
	border:#ccc solid 1px;
	display:block;
	}

a img.image-small,a:link img.image-small {
	background: #fff; 
	padding:2px;
	border:#ccc solid 1px;
	margin: 3px 0 0 10px; 
	}
	
img.image-small, a:visited img.image-small {
	float: right; 
	background: #fff;
	padding:2px;
	border:#ccc solid 1px; 
	margin: 3px 0 0 10px; 
	}
/* ------------------- Ads ------------------- */
	

#viator-ad .clearfloat {
	width:288px;
	padding:2px 5px 2px 5px;
	margin-bottom: 20px;
	background-color:#f2f9ed;
	border:#abdeee 1px solid;
	}
#viator-ad .clearfloat h3 {
	margin:0;
	padding: 0;
	font-size: 1.2em;
	font-weight:600;
	background-color: #f2f9ed;
	text-transform:uppercase;
	}
#viator-ad .clearfloat h3 a {
	color:#4d5361;
	text-decoration:none;
	font-weight:600;
	}
#viator-ad .clearfloat h3 a:hover {
	text-decoration:underline;
	font-weight:600;
	}
#viator-ad .clearfloat img {
	margin:5px 10px 5px 0;
	padding:0;
	border:#025c96 1px solid;
	float:left;
	}
#viator-ad .clearfloat ul {
	font-size:1em;
	list-style:none;
	margin-top:5px;
	}
#viator-ad .clearfloat ul li span {
	font-weight:600;
	display:block;
	}
#viator-ad .clearfloat p {
	line-height:1.2em;
	clear:left;
	margin-bottom:1px;
	}
#viator-ad .clearfloat .book {
	width:100px;
	float:right;
	padding:5px 2px 2px;
	}
#viator-ad .clearfloat .book p {
	font-size:1.2em;
	font-weight:bold;
	color:#00759A;
	text-align:right;
	}
#viator-ad .clearfloat .book p span {
	font-size:1.6em;
	display:block;
	margin:5px 2px 5px 0;	
	}
#viator-ad .clearfloat .book img.button {
	margin:3px 0 0 6px;
	border:none;
	float:none;
	}

.bodyad {
	float:right;
	margin: 0 0 5px 10px;
	}	
			

/* --------- Central Column: Property Section (a sub-section of content) (5) --------- */

#property {
	margin:0;
	background-color:#fff;
	padding: 20px 0 0 10px;
		}
#property .item {
	float: left;
	width: 150px;
	margin-bottom: 1em ;
	font-size: 0.8em;
	}
#property .itemmargin {
	margin-right: 70px;
	}
#property h2 {
	margin: 0 20px 20px 0;
	padding: 0 0 5px 0;
	font-size: 1.2em;
	border-bottom:#996600 dashed 1px;
	font-weight:500;
	color:#996600;
	}
#property img {
	display: block;
	border: #666 solid 1px;
	}
#property a:hover img{
	border-color: black;
	}
	
/*----------------------------*/
#property2 {
	margin:0;
	background-color:#fff;
	padding: 0 0 0 10px;
		}
#property2 .item {
	float: left;
	width: 150px;
	margin: 0 0 1em 15px ;
	font-size: 0.8em;
	}
#property2 .itemmargin {
	margin-right: 0;
	}
#property2 h2 {
	margin: 0 20px 20px 0;
	padding: 0 0 5px 0;
	font-size: 1.2em;
	border-bottom:#996600 dashed 1px;
	font-weight:500;
	color:#996600;
	}
#property2 img {
	display: block;
	border: #666 solid 1px;
	}
#property2 a:hover img{
	border-color: black;
	}
	
	
.accomm-head2 {
	/*background:#fff url(../images/accom-head-bg.gif) bottom right no-repeat;*/
	color:#000;
	margin:0;
	padding: 5px 0 5px 5px;
	/*width:610px;*/
	background-color:#fff;
	}
.accom-head-width {
	/*width:437px;*/
	padding-left:5px;
	margin: 0 20px 0 0;
	color:#000;
	font-weight:500;
	font-size:1.3em;
	}
/*-------------property-3-----------*/
#property3 {
	margin: 0 0 15px 0;
	clear:both;
	}
#property3 .text {
	margin: 0 0 0 140px;
	padding: 0;
	background-color: #fff;
	}
#property3 h3 {
	margin: 0 0 0 0;
	padding: 0;
	line-height: 1.2em;
	font-size:1.5em;
	color:#333;
	}
#property3 p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-size:1.2em;
	}
#property3  .info {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin: 0 0 5px 0;
	}
#property3 h3 a{
	color:#03293e;
	text-decoration:none;
	font-weight: 500;
	}
	#property3 h3 a:hover{
	color:#03293e;
	text-decoration: underline;
	font-weight: 500;
	}
#property3 p a{
	margin: 0;
	line-height: 1.2em;
	float:right;
	width:152px;
	color:#727272;
	}
#property3 p.prop-more {
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	line-height: 1.2em;
	float:right;
	width:152px;
	text-align:right;
	color:#4c4c4c;
	font-size:1.1em;
	font-weight:600;
	background: url(../images/arrow1.gif) right 5px no-repeat;
	}
#property3 p.prop-more a {
	color:#4c4c4c;
	text-decoration:none;
	}
#property3 p.prop-more a:hover {
	text-decoration:underline;
	}
#property3 .item {
	clear:both;
	margin: 10px 15px 0 15px ;
	padding: 10px 10px 10px 0;
	font-size: 0.8em;
	border-bottom:#ccc dotted 1px;
	}
#property3 img {
	display: block;
	border: 1px solid #000; 
	float:left;
	width: 120px;
	margin: 3px 0 0 0;
	}

/* --------- Right Column Sections (7,8) --------- */

#right-column {
	width: 300px;
	float: right;
	margin:0;
	padding:0;
	background-color:#fff;
	}	
	
	#banner {
		margin: 0;
		}
		
	#poll {
	margin: 1.3em 0 0 0;
	padding: 0 15px;
/*	border: solid #5a894f 1px;
	background-color:#6c9762;*/
	}


/* --------- Right Column Section Headings, Form Elements, & Paragraphs (7,8) --------- */

#banner h3 {
	}
#banner p {
	}
#poll h3 {
	font: bold 1.15em Arial, Helvetica, sans-serif;
	margin: 0.5em 0 0.8em;
	color:#ffffff;
	}
#poll p {
	font: 1em/1.3em Arial, Helvetica, sans-serif;
	margin: 0.4em 0;
	color: #ffffff;
	background-color:#6c9762;
	}
#poll label {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0.4em 0;
	color: #ffffff;
	background-color:#6c9762;
	}
#poll legend {
	color: #ffffff;
	background-color:#6c9762;
	}
#poll input {
	font-size: 1.15em;

	}
#poll #inputalign {
	text-align: center;
	margin-top: 0.4em;
	} 

/* --------- Right Column Section Links (7,8) --------- */

#poll a:link {
	color: #ffffff;
	background-color:#6c9762;
	}
#poll a:visited {
	color: #ffffff;
	background-color:#6c9762;
	}
#poll a:hover {
	color: #ffffff;
	background-color:#6c9762;
	}
#poll a:active {
	color: #ffffff;
	background-color:#6c9762;
	}
	
/*-------------end right cloumn---------------------*/

/* ------------------- Footer (9) ------------------- */

#footer {
	height: 34px;
	background: #a0d4dd;
	clear: both;
	margin: 4em 10px 0 10px;
	padding: 10px 0 10px 0;
	}

#footer p {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #264756;
	margin: 0;
	padding: 0;
	font-size:0.8em;
	}
#footer ul {
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
	text-align:center;
	color:#264756;
	}
#footer li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size:0.8em;
	}
#footer a:link {
	color: #264756;
	text-decoration: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
#footer a:visited {
	text-decoration: none;
	color: #264756;
	display: inline;
	margin: 0;
	padding: 0;
	}
#footer a:hover {
	text-decoration: none;
	color: #2f85b7;
	margin: 0;
	padding: 0;
	}
#footer a:active {
	text-decoration: none;
	color: #2f85b7;
	margin: 0;
	padding: 0;
	}

/* Contact Form */
label {
	display:block;
	margin:1em 0;
	}
input, textarea {
	display:block;
	width:300px;
	font:normal 1em Arial, Helvetica, sans-serif !important;
	background-color:#fff !important;
	}
ul li.ok {
	color:#666;
	font-style:italic;
	}
ul li.error {
	color:#f00;
	}



/* ------alter defaults------ */
a:link, a:visited { 
	text-decoration: underline; 
	}
a:focus, a:hover { 
	text-decoration:underline; 
	}
a img, a:link img, a:visited img, fieldset { 
	border: none;
	}
ul, ol { 
	list-style: none; position: relative;
	}
a {
	font-weight:500;
	}
a.normal {
	font-weight:300;
	}
.width500 {
	width:500px;
	}	
.tppnone {
	padding-top:0;
	}
.tpm10 {
	margin-top:10px;
	}
.tpm20 {
	margin-top:20px;
	}
.tpp20 {
	padding-top:20px;
	}
.btm10 {
	margin-bottom:10px
	}
.btm20 {
	margin-bottom:20px
	}
.rm20 {
	margin-right:20px;
	}
.rm30 {
	margin-right:30px;
	}
.lm10 {
	margin-left:10px;
	}
.lm30 {
	margin-left:30px;
	}
#feature-image.lm30 {
	margin-left:30px;
	}
.tpborder {
	border-top:#666666 dotted 1px;
	}
.bmborder {
	border-bottom:#666666 dashed 1px;
	}
.bgnone {
	background:none;
	}
.bgf1f {
	background-color:#f1f1f1;
	}
.width240 {
	width:240px;
	}
.blackborder {
	border:#000 solid 1px;
	}
.greyborder {
	border:#666 solid 1px;
	}		
.clearboth {
	display:block;
	clear:both;
	}


/* =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 ***/ 	
	
	
	
.clearer {	
	margin:0;
	padding:0;
	clear:both;
	display:block;
	background-color:#FFCCCC;
	}
