/* CSS Document */
@charset "UTF-8";

div#apDiv1 {
	position:relative;
	/*width:100%;*/
	width: 920px;
	z-index:1;
	vertical-align:middle;
	margin: 0 auto;
}

div#apDiv2 {
	position:relative;
	width:945px;
	margin: 0 auto;
	z-index:2;
	vertical-align:middle;
	top:-20px;
}
/*------------------------------------
Cufons css custom
-----------------------------------*/
.cufon-canvas
{
	top: 2px;
}
#navigation_right .cufon-canvas
{
	top:-1px;
}

/* ----------------------------
   CSS Document TOC
   1.0. Generic Styling
   2.0. Boxes
		2.1. Route Details
-----------------------------*/


/* ----------------------------
   Generic Styling
-----------------------------*/
*{
	font-family: Verdana, Tahoma, Arial;
	margin: 0px;
	padding: 0px;
	}

body {
	margin:0;
	padding:0;
	/*text-align: center;*/
	font-size: 11px/*12px*/;	
	background:  #039ACD url(../images/background.jpg) center top no-repeat;
	/*background-image: url('../art/html_bg1.jpg');
	background-repeat: repeat-x;
	background-color:#cccd34;*/
	
	}

	
a {
	color: #a1191e;
	text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
	a:visited {
		color: #993399;
		}

label{
	font-weight:bold;
	font-size:12px;
	}
	
input{

	}
	
textarea{


	}
	
p{
	font-size: 11px;
	line-height: 14px;
	}
	
div.clear{
	clear:both;
	}
	
ul{
	margin:0px;
	margin-left:20px;
	padding:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	ul li{
		margin:0;
		padding-left:20px;
		}

img,
.png{
	behavior: url("js/iepngfix.htc");
	border:0;
	}
	
	
img, a img, fieldset, table{
	border: 0;
	}
	
	
/* -------------------------------------------------------------------------------------------------------------
Main Container & Wrapper
-----------------------------------------------------------------------------------------------------------------*/
#wrap_shadow
{
background-image: url(../images/background_shadow.png);
background-repeat: repeat-y;
width: 1070px;
margin-left: auto;
margin-right: auto;
}

#wrap
{
background-color: #eeeeee;
width: 1000px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}

#content
{
	background:url(../images/bg_sea.jpg) no-repeat;
	/*text-align:center;*/
	padding: 60px 0 0;
}
#tbl_content
{
width: 892px;
margin: 0 auto;
}

.checklist
{
background-image:url(../images/bg_checklist.png); 
background-repeat:no-repeat; 
background-position:center top;
}
#MainBody
{
margin-top:20px;
}

.brochurePg #MainBody table
{
margin-left:auto;
margin-right:auto;
}

.linedivider
{
margin: 10px 0;
}


/*-----------------     For Long content brochure.asp only!~     ---------------------------*/
.bgTile
{
background:url(../images/body_bg_tile.jpg) repeat-y right 800px; 
width:883px;
position:relative;
left:6px;
}

.tbl_default_bg
{
background:url(../images/body_bg2.png) no-repeat center top;
}

.tbl_default_bg2
{
background:#fff url(../images/body_bg2_default.png) no-repeat center top;
}
/* ------------------------------------------------------------------------------------------------------------
   Top Menu
-------------------------------------------------------------------------------------------------------------*/
#navigation_menu{
	background:url(../images/navigation_panel.jpg);
	height:55px;
	width:1000px;
	margin:0 auto;
}
#navigation_left{
	float:left;
}
#navigation_left ul{
	padding:0 ;
	margin:0 0 0 19px;
}
#navigation_left li{
	float:left;
	list-style:none;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	display:block;
	margin:0 0 0 15px;
	padding:0 0 0 10px;
	background: url(../images/arrow.gif) no-repeat left center;
	height:55px;
}

 #navigation_left li a{
	float:left;
	list-style:none;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	padding: 19px 10px 0;
	margin:0 ;
	display:block;
	height:36px;
}

#navigation_left li a:hover{
background: url(../images/nav_background_rollover.gif) repeat-x left top;
display:block;
text-decoration:none;
}

#navigation_right{
	float:right;
	width:320px;
}

#navigation_right ul{
	padding:15px 15px 0 0 ;
	margin:0px;
}
#navigation_right li{
	padding-left:5px;
	float:left;
	list-style:none;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	
}

#banner_nla
{
background-image: url(../images/banner_background.jpg);
background-repeat: no-repeat;
width: 1000px;
height: 150px;
margin-left: auto;
margin-right: auto;
}
	#banner_nla_logo
	{
	width: 366px;
	height: 150px;
	float: left;
	}
			#banner_nla_logo img
			{
			padding: 25px 0px 0px 30px;
			}
	#banner_nla_title
	{
	width: 634px;
	height: 75px;
	float: left;
	}
		#banner_nla_title h2
		{
		color: #fff;
		font-size: 36px;
		padding: 10px 0 0 60px;
		}
		
	#banner_nla_link
	{
	width: 574px;
	height: 55px;
	float: left;
	padding-left: 60px
	}
		#banner_nla_link h2
		{
		color: #fff;
		font-size: 36px;
		background-image: url(../images/link_browse.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding-left: 40px;
		}
			#banner_nla_link h2 a
			{
			text-decoration: none;
			color: #fff;
			}		

/* ----------------------------
   Boxes Container
-----------------------------*/
	
div#header{
	width: 945px;
	height: 211px;
	background-image: url('../art/header_welcome.png');
	background-repeat: no-repeat;
	position: relative;
	behavior: url("js/iepngfix.htc");
	}
	
	div#logo-australia{
		width: 186px;
		height: 92px;
		position: absolute;
		right: 0px;
		top: 0px;
		}

div#nav{
	height: 53px;
	width: 945px;
	position:relative;
	margin-top:-53px;
	z-index: 19;
	}
	
	div#nav ul{
		list-style-type:none;
		margin: 0;
		padding: 0;
		display:block;
		position:absolute;
		right: 30px;
		top: 0px;
		}
		
	div#nav ul li{
		display: block;
		float: left;
		width: 150px;
		height: 53px;
		margin: 0px;
		padding: 0px;
		margin-left: -23px;
		position: relative;
		}
	
	div#nav ul li.selected{
		margin-top:-11px;
		}
	
	/* -- Reverse z-indexes Firefox --*/ 
	div#nav ul li.menu1{ z-index:13; }	
	div#nav ul li.menu2{ z-index:12; margin-left: -21px;}
	div#nav ul li.menu3{ z-index:11; }	 
	div#nav ul li.menu4{ z-index:10; }


div#body{
	width: 945px;
	background-image: url('../art/body_bg.png');
	background-repeat: no-repeat;
	behavior: url("js/iepngfix.htc");
	margin-top:-3px;
	}	
		
	div#body div.pd{
		padding: 0px 55px;
		padding-top: 35px;
		}
		
		/* ----------------------------
   			Route Details
		-----------------------------*/
		div.route-details div.left{
			width: 480px;
			float:left;
			}
			
		div.route-details div.right{
			position: relative;
			float:right;
			width: 355px;
			}	
		
		div.route-details p.desc{
			font-size: 13px;
			line-height: 1.3em;
			margin-bottom: 25px;
			}
			
		div.route-details div.headline{
			margin-bottom:25px;
			height: 30px;
			}
		
		div.route-details div.headline img{
			float:left;
			}
		
		div.route-details div.headline h1{
			float:left;
			margin:0;
			padding:0;
			padding-left:10px;
			letter-spacing:-0.5px;
			padding-top:4px;
			display: block;
			font-size: 20px;
			}
			
		div.route-details div.right div.map{
			position: absolute;
			top:0px;
			right: -33px;
			height:300px;
			}
			
		div.content-itenaries{
			margin-top: 40px;
			}
			
		div.content-itenaries h2{
			font-size: 14px;
			margin:0px;
			padding:0px;
			margin-bottom:6px;
			letter-spacing:-0.5px;
			}
			
		p.itenary-label{
			margin-bottom:0px;
			color:#000;
			text-transform: uppercase;
			font-weight:bold;
			margin: 30px 0 0 15px;
			}
			
		p.itenary-label span.city{
			color:#660000;
			text-transform: uppercase;
			font-weight:bold;
			}
			
		p.itenary-legend{
			margin-top:0px;
			font-style:italic;
			}

#MainMap {
	display:block;
	width: 920px;
	margin: 0 auto;	
}

div#bottom-module{
	width: 945px;
	height: 265px;
	background-image: url('../art/body_repeat_bg.png');
	background-repeat: repeat-y;
	behavior: url("js/iepngfix.htc");
}

/* ----------------------------
   Footer Container
-----------------------------*/
	
#footer
{
width: 1000px;
height: 161px;
margin:0 auto;
}
	#footer_nav
	{
	background-image: url(../images/footer_nav_background.jpg);
	background-repeat: repeat-x;
	width: /*397px*/440px;
	height: 29px;
	float: left;
	padding-left: /*603px*/560px;
	display: block;
	}
	
/*	
		#footer_nav ul {
		margin:0;
		padding:0;
		height:26px;
		
		}
		#footer_nav li
		{
		background-image: url(../images/divider_footer.gif);
		background-repeat: no-repeat;
		background-position:center left;
		display: inline;
		padding: 0px 5px 0px 10px;
		margin: 0;
		height:21px;
		}
			#footer_nav li a
			{
			color: #80acb8;
			font-family: Tahoma;
			font-size: 11px;
			text-decoration: none;
			}
				#footer_nav li a:hover
				{
				text-decoration: underline;
				}
*/				
	#footer_disclaimer
	{
	background-image: url(../images/footer_bottom_background.jpg);
	background-repeat: repeat-x;
	width: 625px;
	height: 132px;
	float: left;
	}
		#footer_disclaimer p
		{
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		padding-right: 15px;
		color: #787878;
		padding: 25px 20px 10px 25px;
		margin:0;
		line-height: 13px;
		}
	#footer_logo
	{
	background-image: url(../images/footer_bottom_background.jpg);
	background-repeat: repeat-x;
	width: 375px;
	height: 132px;
	float: left;
	}
		#footer_logo_img
		{
		padding-top: 20px;
		}

#footer_nav ul{
	float:right;
	margin:3px 33px 0 0;
	padding:0;
	background:url(../images/divider_footer_blue.gif) no-repeat left top; 
	height:26px;
}

#footer_nav ul li{
	float:left;
	font-size: 10px;
	color:#7197a5;
	padding:5px 8px 0 8px;	
	list-style:none;
	font-family: Tahoma, Verdana, Arial;
	background-image: url(../images/divider_footer.gif);
	background-repeat: no-repeat;
	background-position:left 7px;
}
#footer_nav ul li a{
	float:left;
	color:#7197a5;
	display:block;
	/*padding:0 10px;*/
	/*border-left: solid 1px #7197a5;*/
}

#footer_nav ul li.first {
	float:left;
	color:#7197a5;
	display:block;
	padding:5px 8px 0 12px;	
	background:none;
	/*padding:0 10px;*/
	/*border-left: none;*/
}
#footer_nav ul li a:hover{
	color:#fff;
}		
/* ----------------------------
   Content Common Style
-----------------------------*/		
div.toolbox{
	float:right;
	width:300px;
	height:300px;
	margin-top:30px;
	background-image:url('../art/postit_bg.png');
	background-repeat: no-repeat;
	behavior: url("js/iepngfix.htc");
	margin-left: 15px;
	margin-bottom: 20px;
	}
	
	div#body div.toolbox div.pd{
		padding:27px 30px;
		}
		
	.divider{
		margin:20px -7px;
		}	
	
	ul.help{
		margin:0px;
		padding:0px;
		margin-top:6px;
		list-style-type:none;
		}
		
	ul.help li{
		margin:0px;
		padding:0px;
		display:inline;
		margin-left:4px;
		}
		
	ul.help li a{
		font-size:11px;
		color:#cc3300;
		text-decoration: underline;
		}
	
	ul.help li a:hover{
		text-decoration:none;
		}
		
	ul.help li a.print{
		padding-left:15px;
		background-image: url('../art/icon_print.png');
		background-repeat: no-repeat;
		background-position: 0px 2px;
		}
		
	ul.help li a.email{
		padding-left:15px;
		background-image: url('../art/icon_email.png');
		background-repeat: no-repeat;
		background-position: 0px 4px;
		}
		
	ul.help li a.document{
		padding-left:15px;
		background-image: url('../art/icon_document.png');
		background-repeat: no-repeat;
		background-position: 0px 3px;
		}
		
	ul.links{
		margin:0px;
		padding:0px;
		margin-top:6px;
		list-style-type:none;
		}
		
	ul.links li{
		margin:0px;
		padding:0px;
		margin-left:1px;
		}
		
	ul.links li a{
		padding-left:15px;
		background-image:url('../art/icon_list.png');
		background-repeat: no-repeat;
		background-position: 1px 5px;
		font-size:11px;
		color:#cc3300;
		text-decoration: underline;
		}
		
	ul.links li a:hover{
		text-decoration:none;
		}
	
	ul.help li a:visited,
	ul.links li a:visited{
		color:#cc3300;
		}	
	
img.rating{
	margin-right:2px;
	}		

span.facts-label{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display:block;
	}
	
dl.facts{
	margin:0;
	padding:0;
	margin-top:5px;
	}
	
	dl.facts dt{
		width: 12em;
		float: left;
		margin: 0;
		padding: .2em 0;
		font-weight: bold;
		font-size: 10px;
		color: #660000;
		clear: both;
		text-transform: uppercase;
		}
	
	dl.facts dd{
		float: left;
		width: 24em;
		margin: 0;
		padding: .2em 0;
		font-size:10px;
		}

#clear{
	clear:both;
	float:none;
}

table.discover{
	margin:140px 0 0 25px;
	line-height:16px;
}

table.discover td span, table.discover td a, table.discover td a:visited, table.usefulLinks td, table.usefulLinks td a, table.usefulLinks td a:visited{
	color:#3c7ff9;
}
table.discover td a,  table.discover td a:visited, table.usefulLinks td a, table.usefulLinks td a:visited{
	text-decoration:underline;
}
table.discover td a:hover, table.usefulLinks td a:hover {
	text-decoration:none;
}

table.usefulLinks{
	margin:45px 0 0 20px;
	line-height:16px;
}

