﻿body
{
	background: #ffffff url(Graphics/mb-bg.jpg) repeat-x;
	font-family: Lucida Sans, Lucida Grande, Arial, Sans-Serif;	
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000000;
}	

p
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
	
/* hyperlinks */
a
{
	color: #a34900;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}		

/* input boxes */
input
{
	background-color: #ffffff;
	color: #000000;
}	
	
/* Applies to all input (single-line) textboxes */
input[type="text"]
{
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #00AEF0;
}	

/* Multi-line textboxes */
textarea
{
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #00AEF0;
}	

/* Dropdown lists */
select
{
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #00AEF0;
}	

/* Radio buttons */
input[type="radio"]
{
	color: #000000;
	border: solid 1px #00AEF0;
}	

/* Submit buttons */
input[type="submit"]
{
	background-color: #dcdcdc;
	color: #000000;
	border: solid 1px #00AEF0;
}	

/* image buttons */
input[type="image"]
{
	border: none;	
}	
	
/* Labels */
label
{
	color: #000000;	
}	

/* Floating images */
.ImageRightNoPadding
{
	float: right;
	padding: 0px 0px 0px 0px;
	border: none;
}
.ImageLeftNoPadding
{
	float: left;
	padding: 0px 0px 0px 0px;
	border: none;
}

.ImageRightPaddingMedium
{
	float: right;
	padding: 0px 50px 0px 0px;
}
.ImageLeftPaddingMedium
{
	float: left;
	padding: 0px 0px 0px 50px;
}

.ImageLeftWithRightPadding
{	
	float: left;
	padding: 0px 5px 10px 0px;
	border: none;
}
.ImageRightWithLeftPadding
{
	float: right;
	padding: 5px 0px 5px 10px;
	border: none;
}

.ImageAirlineLeft
{	
	float: left;
	padding: 0px 30px 10px 0px;
	border: none;
}

.ImageAirlineRight
{	
	float: right;
	padding: 0px 0px 10px 30px;
	border: none;
}

.ImageAboutLeft
{	
	float: left;
	padding: 0px 15px 10px 0px;
	border: none;
}

.ImageAboutLeftRail
{	
	float: left;
	padding: 0px 15px 10px 0px;
	border: none;
	height: 55px;
}

.ImageAboutRight
{	
	float: right;
	padding: 0px 0px 10px 15px;
	border: none;
}

#LeftBar
{
	float: left;
	width: 240px;
	margin-bottom: 10px;
}

#TopLeftCorner
{
	width: 210px;
}

/* Header */
#Header
{
	background: transparent url(Graphics/mb-header.gif) no-repeat;
	color: #00aef0;
	width: 100%;
	height: 205px;
}	

#HeaderOverlay
{
	background: transparent;
	width: 900px;
	height: 100%;
}	

#HeaderDetails
{
	width: 100%;
	height: 175px;
}
	
#HeaderLeft
{
	float:left;
	width: 320px;
	padding: 120px 0 0 10px;
	text-align: center;
}

#HeaderLeft h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#HeaderRight
{
	float: right;
	width: 200px;
	padding-top: 20px;
}	

.HeaderPhone
{
	height: 50px;
}

.HeaderEmail
{
	height: 45px;
}

.HeaderAddress
{
	height: 40px;
}			
			
/* General page wrapper */
#Wrapper
{
	width: 900px;
	margin: 0 auto 0 auto;
}


/* Search database */
#Search
{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
}	

#SearchRight
{
	float:right;
	width: 25px;
}

#SearchLeft
{
	float:right;
	width: 175px;
	vertical-align: middle;
	padding-top: 1px;
}

#SearchLeftText
{	
	float: right;
	width: 90px;
	height: 25px;
	line-height: 25px;
	color: #00aef0;
}		
		
/* Footer */
#Footer
{
	clear: both;
	width: 100%;
	background: #1d2e5d url(Graphics/ft-bg.jpg) repeat-x;
	text-align: center;
	margin-top: 10px;
}	

#Footer a
{
	color: #ffffff;
}
	
.EmptyFooterStripe
{
	height: 10px;
	width: 100%;
	background: #46942e url(Graphics/blue-stripe.png) repeat;
}

#FooterLinks
{
	padding: 10px 10px 10px 10px;
}			
	
/* Content */
#Content
{
	float: left;
	padding: 10px 0px 10px 0px;
	width: 660px;
}	

#Content h1, #Content h2, .ProductTitle, .HeaderWithMenu, .HeaderWithoutMenu
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #154B95 url(Graphics/h1-bg.jpg) repeat-x;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	text-align:center;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: bold;	
}

#Content h2, .ProductTitle, .HeaderWithoutMenu
{
	background: #B5DDF6;
	font-size: 14px;
	color: #000000;
}

.ProductTitle
{
	text-align: left;
	padding-left: 5px;
}
	

.ContentImageLeft
{
	float:left;
	border: none;
}

.ContentImageRight
{
	float:right;
	border: none;
}	

.ContentImageCentre
{
	float:left;
	position: relative;
	left: 25px;
}
		
/* Navigator */
#Navigator, #NewsInset
{
	background: transparent url(Graphics/top-tab.gif) no-repeat;
	color: #00aef0;
	float: left;
	width: 230px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	line-height: 20px;
}

.TopTab
{
	padding: 5px 0 0 20px;
	font-size: 15px;
	color: #ffffff;
	height: 40px;
	line-height: 35px;
	font-weight: bold;
}	

.TabEnclosure, .NewsEnclosure, .AcrossPageEnclosure, .ProductSearchResultsEnclosure, .ProductEnclosure
{
	background: #ffffff;
	border-left: solid 5px #00aef0;
	border-right: solid 5px #00aef0;
	border-bottom: solid 5px #00aef0;
	padding: 10px 0 10px 10px;
}

.AcrossPageEnclosure, .ProductSearchResultsEnclosure, .ProductEnclosure
{
	padding: 10px 10px 10px 10px;
}

.NewsEnclosure
{
	height: 335px;
	line-height: 25px;
}
	
#Navigator ul 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	width: 210px; /* Width of Menu Items */
	text-align: right;
	z-index: 10;
}

#Navigator ul li 
{
	position: relative;
	height: 23px;
	line-height: 23px;
	z-index: 5;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
	
#Navigator li ul 
{
	background: #ffffff;
	border: solid 5px #00aef0;
	position: absolute;
	left: 208px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index: 12;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

/* Styles for Menu Items */
#Navigator ul li a 
{
	display: block;
	text-decoration: none;
	padding: 0 5px 0 5px;
	/*padding: 0 5px 0 5px;*/
	/*margin: 0 0 0 0;*/
	background: none; /* IE6 Bug */
	z-index: 5;
}

/* Fix IE. Hide from IE Mac \*/
* html #Navigator ul li { float: left; height: 1%; }
* html #Navigator ul li a { height: 1%; }
/* End */

#Navigator ul li a:hover 
{ 
	text-decoration: underline;
	background-color: #b6def7;
}
		
#Navigator li ul li a 
{ 
	padding: 0 5px 0 5px;
	width: auto; 
	background: none; 
	text-align: left;
} /* Sub Menu Styles */
		
#Navigator li:hover ul, li.over ul 
{ 
	display: block; 
} /* The magic */





/* Featured */
#Featured
{
	/*background-color: #b0c4de;*/
	background: #ffffff url(Graphics/GradientLarge.jpg) repeat;
	border: solid 1px #c0c0c0;
	color: #000000;
	text-align: justify;
	font-size: 11px;
	width: 100%;
}

#Featured h1
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #393a51;
	width: 100%;
	text-align:center;
	font-style: italic;
	text-transform: capitalize;
}

.FeaturedItem
{
	min-height: 165px;
}
		
#Featured a
{
	font-size: 13px;
	color: #000080;
	text-decoration: none;
	font-weight: bold;
}

#Featured a:hover
{
	font-size: 13px;
	color: #0100f1;
	text-decoration: underline;	
	font-weight: bold;
}		

#FeaturedInset
{
	width: 98%;
	padding: 5px 1% 5px 1%;
}

/* ProductSearchResults */
#ProductSearchResults
{
	background: transparent url(Graphics/top-tab.gif) no-repeat;
	width: 100%;
	text-align: justify;
	line-height: 20px;
}

#ProductSearchResults ul
{
	margin: 0;
	padding: 0;
	width: 100%;
}

#ProductSearchResults li
{
	border-top: solid 1px #c0c0c0;
	padding-top: 5px;
	list-style: none;
}					

/* Product page */
#Product, #Island, #AboutMissionBeach
{
	background: transparent url(Graphics/top-tab.gif) no-repeat;
	text-align: justify;
	line-height: 20px;
}

#Product ul
{
	margin: 0 0 0 50px;
	padding: 0;
	/*border-bottom: solid 1px #c0c0c0;*/
	border: none;
	list-style-type: disc;
}

#Product li
{
	/*border-top: solid 1px #c0c0c0;*/
	padding-top: 5px;
}					

.ProductPictures
{
	float: right;
	width: 250px;
	text-align: right;
	padding-top: 10px;
}
	
.ProductPicture
{
	padding: 0 0 10px 0;
	border: none;
}	

.ProductDescription
{
	padding-top: 10px;
}
		
.ProductLongDescription
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.ProductButtons
{
	text-align: right;
	height: 75px;
	line-height: 30px;
}
		
.PriceList, .ProductFeatures
{
	padding-top: 10px;
}

.PriceList
{
	padding-bottom: 10px;
}
	
.PriceListItem
{
	width: 100%;
	height: 20px;
	border-bottom: solid 1px #c0c0c0;
}

.ProductFeaturesItem
{
	height: 20px;
	padding-left: 5%;
}

.ProductFeaturesHeader
{
	height: 20px;
	border-bottom: solid 1px #c0c0c0;
}
	
.PriceListCol1
{
	background-color: #ffffff;
	width: 20%;
	padding-left: 5%;
	font-weight: bold;
	float:right;
	height: 18px;
	padding-top: 2px;
}

.PriceListCol2
{
	background-color: #ffffff;
	width: 65%;
	padding-left: 5%;
	float:left;
	height: 18px;
	padding-top: 2px;
}	

.ProductThanks
{
	float:left;
	width: 100%;
	padding-bottom: 10px;
}
	
/* Enquiry form */
#Enquiry
{
	background: #b0c4de url(Graphics/GradientLarge.jpg) repeat-y;
	color: #4682b4;
	width: 99%;
	border: solid 2px #393a51;
	float:left;
	margin-bottom: 10px;
}	

#Enquiry h1
{
	background-color: #393a51;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
	height: 17px;
	padding: 5px 1% 5px 1%;
	width: 98%;
	font-size: 11px;
}

#EnquiryCol1
{
	width:49%;
	float:left;
}	

#EnquiryCol2
{ 
	width: 40%;
	float:right;
}
	
.ProductHighlight
{
	color: #ff0000;
	font-weight: bold;
	font-size: 11px;
}


/* Contact form */
#Contact
{
	height: 290px;
	text-align:left;
}	

#ContactShopfront
{
	width: 300px;
	float:right;
	height: 200px;
}	

#ContactIntro
{
	height: 210px;
}

#ContactIntroText
{
	width: 50%;
	float:left;
	text-align:center;
}	


/* Our team */
#OurTeam
{
	background: transparent url(Graphics/top-tab.gif) no-repeat;
	text-align: justify;
	line-height: 20px;
}

#OurTeam li
{
	padding-top: 5px;
}					

.StaffMember
{
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}	

#OurTeam p
{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}	

/* About Mission Beach */
#AboutMissionBeach p
{
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
}
	
#AboutMissionBeachFlying
{
	width: 100%;
	height: 190px;
}
	
#AboutMissionBeachBuses
{
	width: 100%;
	height: 400px;
}
		
#AboutMissionBeachTrains
{
	height: 110px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#AboutMissionBeachDriving
{
	height: 800px;
	padding-top: 5px;
	padding-bottom: 10px;
}
		
/* Login Page */
div#Login
{
	background-color: #ccffff;
	width: 250px;	
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	padding: 20px 20px 20px 20px;
	color: #6a5acd;
	margin-left: 40px;
}	

#Login h1
{
	font-size: 13px;
	font-weight: bold;
	color: #000080;
}	

/* Just blurb */
#Blurb
{
	width: 100%;
	padding: 10px 0 10px 0;
	text-align: center;
}	

#Blurb p
{
	text-align: justify;
	margin-top: 5px;
}

.BlurbImageRight
{
	float: right;
	padding-left: 10px;
	border: none;
}

#BlurbBox
{
	width: 100%;
	padding: 5px 0 5px 0;
	border: solid 1px #393a51;
	text-align: justify;
}			

#BlurbBox p
{
	padding: 0 0 0 1%;
}	

#Blurb h1, #Blurb h2
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #393a51;
	width: 100%;
	text-align:center;
	font-style: italic;
	text-transform: capitalize;
}

#BlurbInset
{
	width: 98%;
	padding: 5px 1% 5px 1%;
}
	
/* backpackers bulletin */
#BackpackerInfo
{
	background: #ffffff url(Graphics/yellow-scrap.jpg) no-repeat;
	width: 96%;
	padding: 10px 2% 10px 2%;
	height: 280px;
	line-height: 17px;
	margin-top: 5px;
}

#BackpackerInfo h3
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}
		
.BackpackerImage
{
	border: none;
	padding: 0 10px 5px 0;
	float: left;
}	
		
/* news content */
div#NewsItem
{
	width: 98%;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	padding: 20px 1% 20px 1%;
	color: #000000;
}

#NewsItem h1
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #393a51; /* #155681;*/
	width: 100%;
	text-align:center;
	font-style: italic;
	text-transform: capitalize;
}

#NewsItem h2
{
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
}

div#ImageCentre
{
	text-align:center;
	border: none;
	width: 100%;
}	

/* Home page shopfront description */
#ShopfrontDescription
{
	background: transparent url(Graphics/top-tab.gif) no-repeat;
	width: 100%;
	text-align: justify;
	height: 550px;
	line-height: 15px;
}

#Shopfront
{
	width: 310px;
	height: 250px;
	background: #ffffff url(Graphics/shopfront-polaroid.jpg) no-repeat;
	padding: 10px 0 0 10px;
}	

.ShopfrontPic
{
	height: 200px;
	width: 300px;
}	
	
#ShopfrontText
{
	height: 200px;
	width: 290px;
	float:left;
}

.ShopfrontEnclosure
{
	background: #ffffff;
	border-left: solid 5px #00aef0;
	border-right: solid 5px #00aef0;
	border-bottom: solid 5px #00aef0;
	padding: 10px 10px 10px 10px;
	height: 480px;
}

.ShopfrontCol1
{
	float:left;
	width: 290px;
}

.ShopfrontCol2
{
	float:right;
	width: 320px;
}
		
/* Internet & digital photo page */
#InternetDigitalTop
{
	width: 100%;
	height: 340px;
	padding-top: 10px;
	text-align: center;
}

#Internet p
{
	margin-top: 5px;
	margin-bottom: 5px;
}	

.Digi
{
	height: 200px;
}
	
/* google map */
div#map
{
	height: 450px;
	width: 600px;
}	

/* Gallery */
#Gallery
{
	background: transparent url(Graphics/top-tab.gif) no-repeat;
	width: 100%;
	text-align: justify;
	line-height: 20px;
}
	
.GalleryImage
{
	border: none;
}		

#GalleryLeft
{
	float: left;
	width: 48%;
}

div#GalleryRight
{
	float: right;
	width: 48%;
}
		
#Gallery ul
{
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
}

#Gallery li
{
	height: 210px;
	border-bottom: solid 1px #00aef0;	
	padding-top: 5px;
	padding-bottom: 5px;
}					

/* Disclaimer */
div#Disclaimer
{
	width: 100%;
	font-size: 11px;
	vertical-align: top;
	text-align: justify;
	padding: 10px 0 10px 0;
}

#Disclaimer h1
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 0 5px 1%;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #393a51;
	width: 99%;
	text-align:justify;
	font-style: italic;
	text-transform: capitalize;
}

#Disclaimer h2
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 0 5px 1%;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #393a51;
	background-color: #b0c4de;
	width: 99%;
	text-align:justify;
	font-style: italic;
	text-transform: capitalize;
}

#Disclaimer p
{
	width: 98%;
	padding: 0 1% 0 1%;
}	

/* Hyperlink image with no border */
.NoBorder
{
	border: none;
}	

/* print styles */
#PrintHeader
{
	display: none;
}

#PrintFooter
{
	display: none;
}
	
/* Business directory */
#DirectorySearch
{
	background: transparent url(Graphics/top-tab.gif) no-repeat;
	text-align: justify;
	line-height: 20px;
}

#DirectorySearchInput
{
	background: #ffffff;
	border-left: solid 5px #00aef0;
	border-right: solid 5px #00aef0;
	border-bottom: solid 5px #00aef0;
	padding: 10px 10px 10px 10px;
	height: 255px;
}

#DirectorySearchInputLeft
{
	float:left;
	width: 48%;
	background: #ffffff url(Graphics/Directory.jpg) no-repeat scroll center center;
	height: 110px;
}	

#DirectorySearchInputRight
{
	float:right;
	width: 48%;
	height: 110px;
}	

#DirectorySearchInputButton
{
	width: 100%;
	text-align:right;
	padding-top: 10px;
	height: 75px;
}
	
#DirectorySearchInputDetails
{
	color: #000000;
	background-color: #ffffff;
}	
	
#DirectoryAds
{
	background-color: #b0c4de;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#DirectoryAds ul
{
	margin-left: 0;
	padding-left: 0;
}

#DirectoryAds ul li
{
	list-style: none;
	display: inline;
	margin: 0;
	height: 80px;
}

#DirectoryAds ul li a
{
	padding-right: 20px;
	margin-left: 20px;
}

#DirectoryAds ul li a:hover
{
	padding-right: 20px;
	margin-left: 20px;
}
		
#DirectorySearchResults
{
	width: 100%;
	background-color: #ffffff;
	color: #696969;
}

#DirectoryGuaranteedPositions
{
	background-color: #ffffff;
}
	
#DirectoryGuaranteedPositions ul, #DirectorySearchResults ul
{
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
	list-style: none;
}	

#DirectorySearchResults li
{
	border-bottom: solid 1px #dcdcdc;
	list-style: none;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}	

#DirectoryGuaranteedPositions li
{
	list-style: none;
	margin-left: 0;
	padding: 5px 1% 5px 1%;
}	

#DirectoryInstructions
{
	background-color: #00AEEF;
	color: #000000;
	padding: 5px 1% 5px 1%;
	width: 98%;
	text-align: justify;
}
	
.ErrorLabel
{
	color: #ff0000;
}	

/* In the middle */
.Middling, .MiddlingRed
{
	text-align: center;
	width: 100%;
}	

.MiddlingRed
{
	background-color: #ff0000;
	padding-top: 10px;
	padding-bottom: 10px;
}	

/* Inset */
.Inset
{
	padding: 10px 2% 10px 2%;
	width: 96%;
}

.Col1
{
	float:left;
	width: 49%;
}

.Col2
{
	float:right;
	width: 49%;
}

/* Island pages */

#Island p
{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
	
/* Hot deals */
#HotDeals
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}	
#HotDealsInset
{
	height: 60px;
	width: 100%;
	padding: 5px 0 5px 0;
	border: solid 1px #ff0000;
	background: #ffffff url(Graphics/HotDealsText.jpg) no-repeat top left;
}	
#HotDealsText
{
	float:left;
	padding-top: 15px;
	text-align: center;
	width: 60%;
	padding-left: 20%;
	font-size: 13px;
}	

.Spacer
{
	width: 100%;
	padding-top: 10px;
}	

/* Restaurants page */
#Restaurants
{
	background: transparent url(Graphics/top-tab.gif) no-repeat;
	width: 100%;
	text-align: justify;
	line-height: 20px;
}

#RestaurantSearch
{
	border: solid 1px #c0c0c0;
	text-align: center;
	height: 260px;
}

#RestaurantSearchCol1
{
	float:left;
	height: 150px;
	padding: 10px 1% 10px 1%;
	width: 20%;
}	
#RestaurantSearchCol2
{
	float:left;
	height: 150px;
	padding: 10px 1% 10px 1%;
	width: 75%;
}	

.RestaurantItem
{
	border: solid 1px #c0c0c0;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	min-height: 170px;
}	

.RestaurantItemPic
{
	float:right;
	padding: 5px 0 10px 10px;
}
	 

#RestaurantRandom
{
	border: solid 1px #000000;
	background-color: #01AEF0;
	padding: 10px 1% 10px 1%;
}

#RestaurantPrices
{
	height: 70px;
}
	
#PriceBudget, #PriceMid, #PriceExpensive
{
	background: #ffffff url(Graphics/fork1.jpg) no-repeat scroll top right;
	padding-top: 20px;
	width: 32%;
	height: 50px;
	float:left;
}	

#PriceMid
{
	background: #ffffff url(Graphics/fork2.jpg) no-repeat scroll top right;
}	

#PriceExpensive
{
	background: #ffffff url(Graphics/fork3.jpg) no-repeat scroll top right;
}	

.RestaurantFind
{
	text-align: right;
}
	
/* Accommodation finder */

#AccommodationFinderInput
{
	height: 340px;
}

#AccommodationFinderInput p
{
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 0;
}	

#AccommodationFinderButton
{
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 60px;
}
	
.ThreeCol
{
	width: 200px;
	float: left;
	padding-right: 5px;
}	

.FullCol
{
	clear:both;
}
	
#AccommodationFinderMap
{
	clear:both;
}

.FindCriteria
{
	height: 130px;
}
	
.FinderButtonRow
{
	height: 75px;
	padding: 0 0 15px 0;
	margin: 10px 0 10px 0;
	width: 620px;
	border-top: solid 1px #00aef0;
	border-bottom: solid 1px #00aef0;
}

.FinderButton
{
	float:right;
	width: 160px;
	text-align: right;
}

.FinderChecks
{
	float:left;
	width: 200px;
	padding-left: 202px;
	padding-top:25px;
}
			
/* Yellow post it for specials and hot deals */
.TodaysPostIts
{
	width: 100%;
	height: 280px;
	line-height: 20px;
	text-align: left;
}
	
.SpecialsPostIt
{
	margin-top: 5px;
	background: #ffffff url(Graphics/specials-post-it.jpg) no-repeat;
	height: 280px;
	width: 300px;
}

.HotDealsPostIt
{
	margin-top: 5px;
	background: #ffffff url(Graphics/hot-deals-paper.jpg) no-repeat;
	height: 220px;
	width: 100%;
}

.InsidePostIt
{
	padding: 80px 10px 20px 35px;
	width: 255px;
	height: 180px;
}		

.InsideHotDeals
{
	padding: 40px 10px 20px 35px;
	height: 180px;
}		

/* Footnote */
.FootNote
{
	font-size: 11px;
}	

/* Across the whole page, underneath the left menus */
.AcrossPage
{
	clear:both;
	background: transparent url(Graphics/top-tab.gif) no-repeat;
	width: 100%;
	margin: 0 0 10px 0;
	line-height: 20px;
}

.ClearBoth
{
	clear: both;
}
		