/* CSS Document */
@charset "UTF-8";

div#apDiv1 {
	position:relative;
	width:100%;
	z-index:1;
	vertical-align:middle;

}

div#apDiv2 {
	position:relative;
	width:100%;
	z-index:2;
	vertical-align:middle;
	top:-20px;
}

/* ----------------------------
   CSS Document TOC
   1.0. Generic Styling
   2.0. Boxes
		2.1. Route Details
-----------------------------*/


/* ----------------------------
   Generic Styling
-----------------------------*/
*{
	font-family: Verdana, Tahoma, Arial;
	}

body {
	margin:0;
	padding:0;
	text-align: center;
	font-size: 12px;	
	background: #f1e4c4 url(../art/site-bg.jpg) center top 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;
	}
	
	
/* ----------------------------
   Boxes
-----------------------------*/
div#container{
	width: 945px;
	margin: 0 auto;
	text-align: left;
	}
	
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-top:30px;
			margin-left: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");
	}

div#footer{
	width: 945px;
	height: 59px;
	background-image: url('../art/footer_bg.png');
	background-repeat: no-repeat;
	behavior: url("js/iepngfix.htc");
	}
	
	div#footer ul{
		list-style-type:none;
		}
		
	div#footer ul li{
		display: block;
		height: 11px;
		float: left;
		border-left: 1px solid #cbcbcb;
		padding-left: 13px;
		margin-left:13px;
		}
	
	div#footer ul li.first{
		margin-left:0px;
		padding-left:10px;
		border:0;
		}
		
	div#footer ul li,
	div#footer ul li a{
		font-family: Arial;
		color:#ffffff;
		font-size: 9px;
		}

/*footer disclaimer*/
#footerDisclaimer{
	display: block;
	width: 845px;
	height: 60px;	
	margin: -20px auto 0;		
	padding: 0 50px;

}

#footerDisclaimer p { color: #250604; font-size: 9px; line-height: 55px; text-align: left; float: left; margin: 0; padding: 0; }

#footerDisclaimer #footerLogo {
	display: block;
	width: 220px;
	height: 39px;
	float: right;
	margin: 0; 
	padding: 0;
}
#footerDisclaimer span { float: left; }
#footerDisclaimer img { float: right; margin: 0px; }
		
/* ----------------------------
   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;
		}