@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: 100%;
	background: fixed url("../images/background.jpg");
}

.bground_img {
	width: 100%;
	min-height: 100%;
	position:fixed;
	top: 0; 
	left: 0; 
	z-index: 0;
}
.twoColFixRtHdr #container {
	position: relative;
	top: 0;
	z-index: 1; 
	width: 929px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
} 

/*** Header styles ***/

.twoColFixRtHdr #header { 
	background: none;
	/* background: #DDDDDD; */
	background-image: url(../images/bg_hdr.jpg); 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 111px;
	position: relative;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-left: 75px; /* to fit in the "logo" as a background image on the left */
	background-image: url(../images/sydney_cairns_logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: "Lucida Sans", Helvetica, Verdana, sans-serif;
	font-size: 1.4em;
	line-height: 2.5em;
	min-height: 58px;
	width: 281px;
}
#header h1 em {
	text-transform: uppercase;
	font-style: normal;
}
#companyLabel {
	background: #161616;
	padding: 6px 15px 0 15px; /* to make room for the curve background image */
	background-image:url(../images/curve_co_label.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	color: white;
	height: 21px;
	display: block;
}
#companyLabel #divider {
	background: url(../images/co_label_divider.gif);
	background-position: center;
	background-repeat: no-repeat;
	min-height: 30px;
	padding: 0 10px 0 10px;
}
#companyLabel a {
	padding: 0;
	margin: 0;
	clear: none;
	min-height: 2em;
	color: #FFF;
	text-decoration: none;
}
#companyLabel a img {
	border: 0;
}

/*** Main Content styles ***/
.twoColFixRtHdr #mainCol{ 
	margin: 0 304px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background: url(../images/bg_main_btmleft.gif); 
	background-position: bottom left;
	background-repeat: no-repeat;
	clear: none;
} 
#mainCol h1, #mainCol h2, #mainCol h3 {
	font-family: Verdana, sans-serif;
	line-height: 120%;
	color: #161616;
	padding-top: 1em;
}
#mainCol em {
	font-weight: bold;
	text-transform: italic;
}
#mainCol h1 { font-size: 1em; font-family: Courier, Helvetica, Verdana, sans-serif; padding-top: 2em; }
#mainCol h2 { font-size: 0.8em;  }
#mainCol h3 { font-size: 0.7em; }

#mainCol p, #guideContent li, #guideContent ul.nested li, #guideContent table.factfile {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 150%;
	color: #161616;
}
table.factfile {
	padding: 1em;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	background-color: #d9d9d9;
	margin: auto;
	margin-top: 2em;
}
table.factfile th {
	line-height: 150%;
	vertical-align: top;
	width: 13em;
}
table.factfile .factfile_title {
	font-size: 150%; 
	font-family: Courier, Helvetica, Verdana, sans-serif; 
	padding-bottom: 0.5em;
}
table.factfile td {
	line-height: 150%;
	width: 30em;
}
table.factfile ul.weather li {
	list-style-type: none;
}
.emph_1stline { /* use when there's no heading at the top of a page; adds the necessary padding as well as draws attention. */
	padding-top: 20px;
	font-size: 110%;
	font-weight: bold;
}
#mainCol ul#navbar {
	background:url(../images/bg_navmenu.jpg);
	width: 100%;
	padding: 1em 0 0 0; 
	margin: 0 0 1em 0;
	height: 2.4em;
	overflow: hidden;
}
#mainCol ul#navbar li {
	list-style-type: none;
	clear: none;
	float: left;
	height: 2.5em;
	overflow: hidden;
}
#mainCol ul#navbar li a {
	clear: none;
	float: left;
	padding: 0 0 0 7px;
	height: 2.5em;
	overflow: hidden;
	background-image: url(../images/tab_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#mainCol ul#navbar li.first a {
	background-image: url(../images/tab_bg.gif);
}
#mainCol ul#navbar li.last a {
	background-image: url(../images/tab_bg_end2.gif);
}
#mainCol ul#navbar li a span {
	width: 100%;
	background-image: url(../images/tab_bg_end2.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 5px;
	float: left;
	height: 2.3em !important;
	overflow: hidden;

}
#mainCol ul#navbar li a span img {
	border: 0;
	position:relative;
	top: 6px;
}
#mainCol ul#navbar li#selected a span img, #mainCol ul#navbar li a:hover span img {
	border: 0;
	position: relative;
	top: 1px !important;
}
#mainCol ul#navbar li#selected a, #mainCol ul#navbar li a:hover {
	background-image: url(../images/tab_bg_sel1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	top: 1px !important;
	height: 2.4em;
}
#mainCol ul#navbar li#selected a {
	/*border-bottom: 10px solid #e7dede;*/
}
#mainCol ul#navbar li#selected a span, #mainCol ul#navbar li a:hover span {
	height: 2.4em;
	background-image: url(../images/tab_bg_sel2.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 5px;
}
#mainCol #guideContent {
	background: url(../images/bg_main_topleft.gif); /* THIS HAS TO GO! SEE NOTE ABOVE. */
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainCol #guideContent .spotlight {
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	background-color: #d9d9d9;
	width: 44%;
	padding: 10px 10px 5px 10px;
}
.spotlight h3 {
	margin-top: 0;
}
.spotlight p {
	line-height: 130% !important;
}

/*** Footer styles ***/
.twoColFixRtHdr #footer { 
	background: url(../images/bg_ftr_top.jpg);
	background-repeat: repeat-x;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	padding-top: 10px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}
.book_link {
	padding: 1em 0 2em 0;
	margin: auto;
	text-align: center;
}
.book_link img {
	border: none; 
	margin: auto;
	text-align: center;
}

/*** Etc ***/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
iframe {
	border: 1px solid black;
}


/*search form*/

.searchform {
	position: relative;
	margin-top: 45px;
	width: 490px; /* was 462 originally but didn't fit everything. Maybe style the input field lengths later */
	z-index: 10;
}

.searchform h2 {
	display: block;
	padding-top: 6px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 25px;
	background-color: #7D0101;
	color: #FFFFFF !important;
	margin: 0;
}
.searchformbody {
	padding: 10px;
	margin: 0;
	background-color: #F7F7F5;
	padding-bottom: 40px;
}
.searchformbody .formrow {
	width: 100%;
	padding-bottom: 11px;
	padding-top: 7px;
	
}

.searchformbody td {
  color:#000000;
}

.searchformbody .withbottomborder {
	border-bottom: 1px dashed #999;
}

#searchbutton {
	margin: 2em 1.5em 1em 0;
	/*font-family: Helvetica, Arial, sans-serif;*/
	width: 104px;
	height: 36px;
	color: #FFF;
	border: none;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	background-image: url("../images/btn_search.gif");	
	background-repeat: no-repeat;	
	text-transform:uppercase;
}

/*hotel result table*/

 table.hotelexample {
  width:490px;
  background-color:#E4E5E9;
 }

 table.hotelexample th {
  background-color:#7D0101;
  color:#FFFFFF;
  text-align:left;
  padding-left:10px;
  font-size:15px;
  height:25px;
  font-family: "Lucida Sans", Helvetica, Verdana, sans-serif;
 }

table.hotelexample td {
 padding-left:10px;
 white-space:pre;

}

/*for the terms and conditions */
.conditions li {
 list-style:none;
 font-size:10px;
}

