body {
	/*** Font ***/
	font-family: 'Trebuchet MS', 'Lucida Grande', 
		Verdana, Lucida, Geneva, Helvetica,
		Arial, sans-serif;
	font-size: 12px;

	/*** Margin ***/
	margin: 0;
	padding: 0;


	width: 100%;
}

/** The intro section 90px height permanantly and 100% width of the page **/
#intro {
	display: none;
	/*** Text ***/
	color: black;

	/*** Font ***/
	font-family: 'Garamond', 'Times', courier, serif;
	font-style: italic;

	/*** Dimension ***/
	line-height: normal;
	width: auto;
	height: 0px;
	padding: 0
	margin: 0;

}

#pageHeader {
	display: none;
	/*** Dimension ***/
	width: 100%;
	height: 0px;
	padding: 0
	margin: 0;
}

#pageHeader h1 {
	display: none;
	/*** Text ***/
	text-align: right;
	text-indent: 75px;

	/*** Font ***/
	font-size: 24px;

	/*** Margin ***/
	margin: 0;
}

#pageHeader h2 {
	display: none;
	/*** Text ***/
	text-align: right;
	text-indent: 100px;

	/*** Font ***/
	font-size: 16px;

	/*** Margin ***/
	margin: 0;
	padding: 0;
}

/** These styles affects the content **/
#main {
	top: 0px;
	/*** Ensure no colour ***/
	background: white;

	width: auto; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 

}

/*img {
	width: 100%;
}*/

#QualityInn{
	position: absolute;
	top:1px;
	right:1px;
	width: 120px;
	height: 100px;
}

#SkyLogo{
	position: absolute;
	top:1px;
	left:1px;
	height: 45px;
	width: 80px;
}

#explanation h3 {
	display: none;

}

#explanation h3 span{
	display: none;

}

#footer {
	display: none;

}

#Tab {
	display: none;

}

#Button {
	display: none;

}

#SubButton {
	display: none;
}

#Admin ul {
	display: none;

}

#Admin li {
	display: none;

}

.details {
	font-size: 8px;
}

#ParkingLotCopy {
	border-top: 1px solid dashed;
}

.DontPrint {
	display: none;
}

.DontResize {
	width: auto;
}

.PrintOnly {
	display: block;
}

.PageBreakBefore {
	page-break-before: always;
}

/* QualityInn */
#QILayer1 {
	position:relative;
	background-color: white; 
	width:200px;
	height:16px;
	z-index:2;
	left: 485px;
	top: -62px; 
	font-size: 14px;
}

#QILayer2 {
	position:relative;
	background-color: white;
	width:75px;
	height:11px;
	z-index:2;
	left: 485px;
	top: -139px;
	font-size: 10px;
}

.LargeImagePrint {
	/*width: 95%;*/
	width: 80%;
}

@-moz-document url-prefix() { 
	.LargeImagePrint {
		width: 7in;
		height: 8in;
	}
} 
