﻿/*
Copyright: 			© Newcastle International Airport Limited
Content Producer:	Waterstons Ltd.(http://www.waterstons.com)
Author: 			Daniel Halliday
Description: 		Destinations Map Page specific styling for http://www.newcastleairport.com
Created:			October 2008
*/

/*Hide right menu, we can leave markup, as presentation change is simply
to display Flash file at larger size*/
form div#right
{
	display:none;
}
div#titles.nonline
{
	background:url(/NIACMS2008/Images/ContentTopNonLineDestMap.jpg) top left no-repeat transparent;
}
div#centre
{
	/*Rounded Edge*/
	background: url(/NIACMS2008/Images/ContentBottomDestMap.jpg) bottom left no-repeat;
	width:680px;

}
div#content
{
	/*Rounded Edge*/
	background: url(/NIACMS2008/Images/ContentMiddleDestMap.jpg) top left repeat-y;
	margin-bottom: -3px;
}

