﻿/* main body */
body 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #351e0e;
	margin-top: 0;
	margin-bottom: 0;
}

/* standard hyperlink formatting */
a
{
	color: #9fb755;
	text-decoration: none;
}

a:hover
{
	color: #6b0f0e;
	text-decoration: underline;
}

/* banner */		
#Banner
{
	width: 1000px;
	height: 260px;
	background: #ffffff url(Graphics/WebBanner.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
}

#BannerText
{
	width: 830px;
	padding-left: 170px;
	padding-top: 45px;
	height: 20px;
	margin-bottom: 155px;
	font-size: 10px;
}

/* navigation menus */
#Navigator
{
	width: 100%;
	text-align: center;
}

/* content wrapper */	
#Wrapper
{
	width: 800px;
	background-color: #ffffff;
	padding: 10px 100px 10px 100px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
}

/* footer */
#Footer
{
	width: 813px;
	padding-right: 187px;
	text-align: right;
	background: #ffffff url(Graphics/logo.jpg) no-repeat top right;
	margin-left: auto;
	margin-right: auto;
	height: 116px;
	border-left: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
}			

#Footer a
{
	font-size: 10px;
}	

#Footer span a
{
	font-size: 12px;
}	

/* floating images */
.ImageLeft
{
	float:left;
	border: none;
	padding-right: 10px;
}

.ImageRight
{
	float:right;
	border: none;
	padding-left: 10px;
}

/* home page */
.HomeSectionTop, .HomeSection
{
	height: 225px;
	width: 100%;
}

.HomeSection
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 1px #6b0f0e;
	border-bottom: solid 1px #6b0f0e;
	margin-top: 20px;
}	

.HomeFreebie
{
	width: 488px;
	height: 63px;
	border: solid 1px #6b0f0e;
	margin-left: 310px;
	background: #ffffff url(Graphics/free-nights.jpg) no-repeat scroll top left;
}	
.HomeFreebieText
{
	padding-left: 100px;
	padding-right: 10px;
	width: 378px;
	color: #351e0e;
}	

.ForSale
{
	padding: 10px 0 10px 0;
	border-bottom: solid 1px #6b0f0e;
	text-align: center;
	font-style: italic;
}	

/* COntact page */
#Contact
{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #ffffff url(Graphics/contact-us.jpg) no-repeat;
	height: 610px;
	text-align: justify;
}		

#ContactForm
{
	width: 480px;
	float: right;
	height: 100%;
	background: #ffffff url(Graphics/GraySailRight.jpg) no-repeat;
}

#ContactForm p
{
	margin: 10px 0 10px 0;
}	
	
#ContactDetails
{
	float:left;
	padding: 300px 10px 0 10px;
	height: 100px;
	width: 280px;
	text-align: center;
}	

/* Booking page */
#Booking
{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #ffffff url(Graphics/booknow.jpg) no-repeat;
	height: 790px;
	text-align: justify;
}		

#BookingForm
{
	width: 480px;
	float: right;
	height: 100%;
	background: #ffffff url(Graphics/GraySailLeft.jpg) no-repeat;
}

#BookingForm p
{
	margin: 10px 0 10px 0;
}	
	
#BookingDetails
{
	float:left;
	padding: 300px 10px 0 10px;
	height: 100px;
	width: 280px;
	text-align: center;
}	

/* asp.net calendar */
.CalendarTitle
{
	background-color: #6a0f0e;
	color: #ffffff;
}	

/* Availability calendar */
#Availability
{
	background-color:#351e0e;
	padding: 10px 10px 10px 10px;
}

#AvailabilityCalendar
{
	background-color: #ffffff;
	width: 210px;
	padding: 10px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
}	

.CalendarClose
{
	width: 100%;
	text-align: center;
}
	
.CalendarHeading
{
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}

.CalendarRow
{
	width: 100%;
	font-size: 11px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

.CalendarDayHeading
{
	float:left;
	width: 30px;
	background-color: #6a0f0e;
	color: #ffffff;
}	

.CalendarDayEmpty
{
	float:left;
	width: 30px;
	background-color: #ffffff;
	color: #ffffff;
}

.CalendarDayBooked
{
	float:left;
	width: 30px;
	background-color: #ff0000;
	color: #ffffff;
}

.CalendarDayAvailable
{
	float:left;
	width: 30px;
	background-color: #ffffff;
	color: #000000;
}

.CalendarBook
{
	background-color: #6a0f0e;
	width: 100%;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	margin-bottom: 10px;
}

.CalendarBook a:hover
{
	color: #ffffff;
}	

/* Accommodation */
#Accommodation
{
	width: 100%;
	padding: 20px 0 20px 0;
}

#Accommodation ul
{
	list-style-type: disc;
	list-style-image: url(Graphics/tick.jpg);
	margin: 10px 0 10px 40px;
	padding: 0 0 0 0;
}

#AccommodationIntro
{
	height: 300px;
	width: 100%;
	background: #ffffff url(Graphics/swimming-pool-2.jpg) no-repeat;
	padding-bottom: 10px;
	border-bottom: solid 1px #6a0f0e;
}			

#AccommodationIntroText
{
	padding-left: 410px;
	width: 390px;
}	

#AccommodationOptions
{
	width: 100%;
	padding-bottom: 10px;
}

.Apartment
{
	width: 100%;
	padding-top: 10px;
	border-bottom: solid 1px #6a0f0e;
	height: 480px;
	background: #ffffff url(Graphics/GraySailRight1.jpg) no-repeat scroll bottom right;	
}

.ApartmentHeading
{
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	background-color: #6a0f0e;
	height: 22px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;	
}

.ApartmentName
{
	float:left;
	width: 30%;
	height: 100%;
}

.ApartmentFacilities
{
	float: right;
	text-align: right;
	height: 100%;
	width: 69%;
}
		
.ApartmentLeft
{
	float: left;
	width: 200px;
	height: 95%;
}

.ApartmentPic
{
	border: none;
	width: 200px;
	height: 150px;
	padding-bottom: 10px;
}	

.ApartmentRight
{
	float: right;
	width: 590px;
	height: 95%;	
}

.ApartmentTariff
{
	width: 580px;
	padding: 5px 5px 5px 5px;
	height: 100px;
	font-size: 10px;
	background-color: #69f7fe;
}			

.ApartmentTariffHeader
{
	font-weight: bold;
	font-size:12px;
	width: 100%;
}	

.ApartmentTariffLine
{
	width: 96%;
	padding-left: 4%;
	height: 15px;
	font-size: 10px;
	line-height: 15px;
}

.ApartmentTariffSeason
{
	width: 50%;
	float:left;
	height: 100%;
	font-weight: bold;
}
	
.ApartmentTariffRate
{
	width: 49%;
	float:right;
	height: 100%;
	text-align: right;
	font-weight: bold;
}

.ApartmentSummary
{
	width: 100%;
	font-size: 10px;
	line-height: 15px;
	border-top: solid 1px #6a0f0e;
	padding-top: 5px;
	text-align: left;
}		
.ApartmentSummaryLine
{
	border-bottom: solid 1px #dcdcdc;
	width: 100%;
}	

/* Gallery */
#Gallery
{
	background: #ffffff url(Graphics/GraySailLeft.jpg) repeat;
	width: 100%;
	height: 968px;
}	

#GalleryInstructions
{
	height: 20px;
	padding: 10px 0 10px 0;
	text-align: center;
}
	
#GalleryPortraits
{
	width: 100%;
	height: 287px;
	margin-bottom: 10px;
}

.GalleryLandscapes
{
	width: 100%;
	height: 296px;
	margin-bottom: 10px;
}

.Portrait, .PortraitEnd
{
	float: left;
	width: 192px;
	height: 287px;
}

.Portrait
{
	padding-right: 10px;
}

.Landscape, .LandscapeEnd
{
	width: 395px;
	height: 296px;
}

.Landscape
{
	float:left;
	padding-right: 10px;
}

.LandscapeEnd
{
	float: right;
}

.GalleryPic
{
	border: none;
}

#GalleryCredits
{
	height: 15px;
	line-height: 15px;
	padding: 2px 0 2px 0;
	text-align: right;
	font-size: 10px;
}	

/* about mission beach */
#Location
{
	height: 300px;
	width: 100%;
	margin-bottom: 10px;
}

#LocationMap
{
	float:left;
	height: 300px;
	width: 450px;
	padding-right: 10px;
	font-size: 10px;
	line-height: 15px;
}

#LocationDescription
{
	float:left;
	width: 340px;
	height: 300px;
	background: #ffffff url(Graphics/logo.jpg) no-repeat scroll bottom right;
}

#ThingsToDo
{
	width: 100%;
	height: 420px;
	padding-top: 10px;
	border-bottom: solid 1px #6a0f0e;
	border-top: solid 1px #6a0f0e;
	background: #ffffff url(Graphics/GraySailLeft.jpg) no-repeat;
}				

#ThingsToDoText
{
	width: 100%;
	height: 60px;
}

#ThingsToDoList
{
	float: left;
	height: 350px;
	width: 530px;
}

#ThingsToDoList ul
{
	list-style-type: disc;
	list-style-image: url(Graphics/tick.jpg);
	margin: 20px 0 20px 40px;
}

#ThingsToDoPic
{
	float:right;
	height: 350px;
	width: 244px;
	padding-left: 10px;
	background: #ffffff url(Graphics/skydive1.jpg) no-repeat;
}	

/* Login form */
#Login
{
	background: #ffffff;
	width: 100%;	
	font-size: 12px;
	border-bottom: solid 1px #6a0f0e;
	margin-bottom: 10px;
}	

#Login h1
{
	margin: 0 0 0 0;
	font-size: 14px;
	background-color: #6a0f0e;
	color: #ffffff;
	width: 100%;
	padding: 5px 0 5px 0;
	height: 20px;
	text-align: center;
}		

#LoginInset
{
	padding: 10px 2% 10px 2%;
	width: 50%;
	height: 150px;
	margin-left:auto;
	margin-right: auto;
}	

.LoginPic
{
	float: left;
	padding-right: 10px;
}

.LoginText
{
	float:left;
}		

