 /* Colours */
 /*
Blue - #48529c
Red - #9b0042
Golden Yellow - #f5cd73
Yellow boarders - #eac672
Pale Yellow (bg outside) - #f8e6b8
Cream (bg inside) - #faf2e0
 */
 
body {background-color: #f8e6b8;}/* #fdedb6;*/
#container {background-color: #faf1e0;}/*#ffd378;*/
#header {background-color: #faf1e0;}/*#46499e*/
#content {background-color: #faf1e0;}/*#ffd378*/
#sidebar {background-color: #faf1e0;} /*#ffd378;*/
#sideMenu {background-color: #faf1e0;} /*#ffd378;*/
#footer {background-color:  #f8e6b8;} /*#52599b*/

 /**Positioning **/
#container {position: relative}
#content {float: left;}
 /***** Container *****/

#container {
 width: 876px;
 margin:20px auto 100px auto;
 padding: 0; 
 border-top: 3px solid #9b0042;
 border-right: 3px solid #9b0042;
 border-left: 3px solid #9b0042;
 /*border-bottom: 8px solid #f5d896;*/
 }

/***** Header / Masthead ****/
#header {
 margin:0 0 30px 0; 
 padding:20px 0 0 0;
 }

 /***** Logo and Branding area *****/
#header {
	position: relative;
}
#header h1 {
 padding:0;
 margin:0;
 height: 120px;
 width: 840px;
 text-indent:-2000px;
 background: transparent url(../images/cssImages/contactInfo.jpg) top right no-repeat;
 }

#header h1 a {
 width:277px; 
 height:120px;
 display:block;
 background: transparent url(../images/cssImages/logoWithStars.jpg) 41px top no-repeat;
 outline: 0;
 margin: 0;
 padding: 0;
 }

/*#header p  {
	position: absolute;
	background: transparent url(../images/cssImages/bestOfBothWorlds.gif) left top no-repeat;
	margin: 0; 
	padding: 0;
	z-index: 1;
	height: 22px;
	width: 202px;
}*/
#featurePhotos { 
	position: absolute;
	left: 443px;
	top: 146px;
	width: 400px;
}
#featurePhotos img {
	border: 1px solid #9b0042;
	margin: 0 2px;
}
#header #tagline {
	/*position: absolute;*/
	width: 5000px;
	background: #f8e6b8 url(../images/cssImages/tagline.jpg) repeat-x;
	color: #48529c;
	font-size: 17px;
	font-family: Garamond, "Times New Roman", serif;
	font-weight: bold;
	height: 103px;
	border-top: 1px solid #9b0042;
	border-bottom: 1px solid #9b0042;
	margin: 15px 0 0 -1000px;
	padding: 0;
	text-indent: 1064px;
	text-transform: lowercase;
}

#intro {
	background: #faf2e0 url(../images/cssImages/introText.jpg) no-repeat top left;
	padding-top: 53px;
}
#sideMenu, #sidebar {
	margin-top: 123px;
}

/***** Main Navigation *****/

#mainNav {
	width: 796px;
	margin:20px 0 0 41px;
	padding:0;
	list-style:none;
	/*background-color: #9b0042;*/
 }
#mainNav li{
	float:left;
	padding: 0;
	margin: 0;
}
#mainNav a {
	display: block;
	float:left;
	height: 35px;
	padding: 0;
	margin: 0;
	color: #faf2e0;
	text-indent: -9999px;
}
#aboutUs {
	width: 107px;
	background: transparent url(../images/cssImages/mainNav.jpg) no-repeat left top;
 }
#accommodations {
	width: 155px;
	background: transparent url(../images/cssImages/mainNav.jpg) no-repeat -107px top; 
 }
#galleries {
	width: 137px;
	background: transparent url(../images/cssImages/mainNav.jpg) no-repeat -263px top; 
 }
#toDoAndSee {
	width: 152px;
	background: transparent url(../images/cssImages/mainNav.jpg) no-repeat -400px top; 
 }
#bookings {
	width: 112px;
	background: transparent url(../images/cssImages/mainNav.jpg) no-repeat -553px top;  
 }
#contactUs {
	width: 130px;
	background: transparent url(../images/cssImages/mainNav.jpg) no-repeat -666px top;  
 }
#aboutUs:hover, 
#aboutUs:active, 
#homePage #aboutUs {
	background-position: left -34px;
}
#accommodations:hover, 
#accommodations:active, 
#accommodationsPage #accommodations {
	background-position: -107px -34px;
}
#galleries:hover, #galleries:active,
#photoGalleryPage #galleries {
	background-position: -263px -34px;
}
#toDoAndSee:hover, #toDoAndSee:active,
#toDoAndSeePage #toDoAndSee {
	background-position: -400px -34px;
}
#bookings:hover, #bookings:active,
#bookingsPage #bookings {
	background-position: -553px -34px;
}
#contactUs:hover, #contactUs:active,
#contactUsPage #contactUs {
	background-position: -666px -34px;
}
 

/***** Content *****/
.returnToTop  {
	width: 32px;
	height: 14px;
	background: #faf2e0 url(../images/cssImages/returnToTop.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
	margin: 0 80px 0 0;
	text-decoration: none;
	outline: none;
}
#content .returnToTop {
	margin-right: 34px;
}
#email a {
	color: #9b0042;
}
#email a:hover {
	text-decoration: underline;
	color: #48529c;
}
h3 {
font-weight: bold;
font-family: Garamond, "Times New Roman", serif;
font-size: 14px;
}
#photoGalleryPage h3 {
	margin-top: 15px;
}
address {
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
}
#testimonialsPage #content{
	width:428px;
}
#testimonialsPage blockquote {
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}
#contactUsPage .nobullet li {
	font-weight: bold;
}
#homePage #content {
	width:428px;
	margin:0 0 0 81px;
	padding:0;
}
#bookingsPage #content, 
#toDoAndSeePage #content{
	width:396px;
	margin:0 0 0 41px;
	padding:0;
}
#roomCheckerPage #content{
	width:600px; /*Calendar is 456px */
}
.calendar {
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
}
#bookingsPage #sidebar, 
#toDoAndSeePage #sidebar {
	width: 200px;
	padding: 0;
}
#content p, #content ol {
	width: 396px;
}
#content {
	float:left;
	width:600px;
	margin:0 0 0 41px;
	padding:0;
}

.fancy {
	list-style-position:outside;
	list-style-type:none;
	margin-left: 0;
	padding-left: 0;
}
.fancy li {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	background: url(../images/cssImages/bullet.jpg) no-repeat left 5px;
}
.fancy li strong {
	color:#48529c;
} 
div.hr {
	clear: both;
	height: 8px;
	background: #faf2e0 url(../images/cssImages/hr.jpg) no-repeat left center;
	outline: none;
	border-width: 0;
	padding: 0;
	margin: 20px 0 0 0;
}
div.hr hr {display: none;}
#content h2 {
	text-indent: -9999px;
	height: 18px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 30px 0 20px 0;
	padding: 0;
}
#photoGalleryPage .hr {
	padding: 0 0 20px 0;
	margin: 10px 0 0 40px;
}
#h2Welcome {background-image: url(../images/cssImages/welcome.jpg);}
#h2Accommodations {background-image: url(../images/cssImages/accommodations.jpg);}
#h2BookingsRates {background-image: url(../images/cssImages/bookingsRates.jpg);}
#content h2#h2RoomChecker {
	text-indent: 0;
	font-family: Garamond,"Times New Roman",serif;
	font-size: 18px;
	font-weight: bold;
	/*background-image: url(../images/cssImages/roomChecker.jpg);*/
}
#h2PhotoGallery {background-image: url(../images/cssImages/photoGallery.jpg);}
#h2ToDoAndSee {background-image: url(../images/cssImages/toDoandSee.jpg);}
#h2ContactUs {background-image: url(../images/cssImages/contactUs.jpg);}
#h2GroundFloorApt {background-image: url(../images/cssImages/groundFloorApt.jpg);}
/*#h2SecondFloorApt {background-image: url(../images/cssImages/secondFloorApt.jpg);}*/
#h2UpperApt {background-image: url(../images/cssImages/upperApt.jpg);}
/*#h2Facilities {background-image: url(../images/cssImages/facilities.jpg);}*/
#h2Amenities {background-image: url(../images/cssImages/amenities.jpg);}
/*#h2Testimonials {background-image: url(../images/cssImages/testimonials.jpg);}*/
#h2GuestComments {background-image: url(../images/cssImages/guestComments.jpg);}
#h2Rates {background-image: url(../images/cssImages/rates.jpg);}
#h2MOP {background-image: url(../images/cssImages/methodsOfPayment.jpg);}
#h2OurPolicy {background-image: url(../images/cssImages/ourPolicy.jpg);}

#canadaSelect {
	background-image: url(../images/cssImages/canadaSelect.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 45px;
	margin: 0;
	padding: 0;
}
#sidebar #canadaSelect {
	background-position: left bottom;
}
#sideMenu #canadaSelect {
	background-position: right bottom;
}

/*** content images ***/
#imgIntro {
	padding-top: 55px;
}
#content img, #sidebar img {
	border: 1px solid #eac672;
	margin: 0;
	padding: 0;
}
/***** Sidebar *****/
#sidebar {
 	width: 298px;
 	clear:right;
 	float:left;
 	display:inline;
 	}
#sidebar span, #content .floatRight span {
	display: block;
	font-style: italic;
	font-size: 10px;
	width: 147px;
	padding: 0;
	margin: 0;
}
#sidebar blockquote
#sidebar blockquote p,
#sidebar p cite { 
	font-size: 100%;
	color: #48529c;
 	font-weight: normal;
 	font-family: Garamond, "Times New Roman", serif;
}
#sidebar p {
	font-size: 14px;
	line-height: 17px;
 	color: #48529c;
 	font-family: Garamond, "Times New Roman", serif;
}
#sidebar p cite {
	font-size: 13px;
	line-height: 14px;
	display: block;
	margin-top: 10px;
	font-style: italic;
}

#bookingsPage #sidebar, 
#toDoAndSeePage #sidebar {
	width: 176px;
	margin-left: 40px;
}
#sidebar blockquote {
	background: transparent url(../images/cssImages/testimonialSub.jpg) no-repeat left top;
	padding: 18px 0 20px 27px ;
	margin: 0 0 30px 0;
 }
#homePage blockquote {
	background: transparent url(../images/cssImages/testimonialHome.jpg) no-repeat left top;
	padding: 28px 20px 25px 40px ;
	margin: 0;
}
#homePage #q1 {
	padding: 25px 20px 5px 40px ;
	margin: 0;
}
#homePage #q2 {
	padding: 25px 20px 100px 40px ;
	margin: 0;
}

#homePage #sidebar #canadaSelect {
	margin-top: 10px;
}

#bookingsPage blockquote, 
#toDoAndSeePage blockquote {
	padding-right: 25px;
}
#toDoAndSeePage blockquote {
	margin-bottom: 200px;
}
#bookingsPage blockquote {
	margin-bottom: 66px;
}
#bookingsPage #sidebar div {
	margin-top: 185px;
}
#toDoAndSeePage #sidebar div {
	margin-bottom: 20px;
}
#accommodationsPage #content .floatRight,
#contactUsPage #content .floatRight { 
	padding-right: 30px;
}
/***** SideMenu *****/
#sideMenu {
	margin-left: 41px;
	padding: 0; 
 	width: 145px; 
 	clear:right; 
 	float:left;
 	display:inline;
}
#subNav {
	margin:  0 0 30px 0;
	padding: 0; 
	text-align: right;
	list-style:none;
}
#subNav li {
	margin-bottom: 10px;
}
#subNav a, #subNav a:link, #subNav a:visited {
	color: #48529c;
	text-decoration: underline;
}
#subNav a:hover, #subNav a:focus, #subNav a:active{
	color: #9b0042;
	text-decoration: underline;
	outline: none;
}
/*check=checkAvailability*/
.check,
.check:link,
.check:visited,
.check:hover,
.check:focus,
.check:active{
	display: block;
	width: 200px;
	height: 24px;
	text-indent: -9999px;
	background: transparent url(../images/cssImages/check.jpg) no-repeat right center;
	padding: 0 0 0 75px;
}

#checkAvailability {
	color: #fff;
	font-weight: bold;
	text-align: left;
	width: 145px;
	text-indent: 5px;
	text-decoration: none;
	background: #48529c url(../images/cssImages/arrows.jpg) no-repeat right center;
	margin-bottom: 20px;
}
#checkAvailability a,
#checkAvailability a:link,
#checkAvailability a:visited,
#checkAvailability a:hover,
#checkAvailability a:focus,
#checkAvailability a:active {
	color: #fff;
	text-decoration: none;
}

/***** Footer *****/
#footer {
	clear: both;
	margin: 50px -3px 0 -3px;
	padding:0;
	font-size:80%;
	border-bottom: 8px solid #f5d896;
	overflow: auto;
}
#footer a {font-size: 100%;}
#footer a, #footer a:link, #footer a:visited {
 	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active{
 	text-decoration: underline;
 	outline: none;
}

#footer ol {
	background-color: #9b0042;
	color:#fdedb6;
 	margin: 0 auto;
 	padding: 17px 0 15px 0;
 	text-align : center;
}
#footer ol a {
 	color: #fdedb6;
}
#copyright, #developedBy {
	background-color: #f8e6b8;
	margin: 5px;
	padding: 0;
}
#copyright {
	float: left;
}
#developedBy {
	float: right;
}
#footer #developedBy a {
 	color: #9b0042;
 	text-decoration: underline;
}
#footer #developedBy a:hover {
 	text-decoration: none;
}
/* Toggle Styles - for booking tips */
.toggle {
		margin: 0 0 20px 0;
		padding: 0;
		width: 400px; /* needed to keep tips aways from images */
	}
.toggle h6 {
		cursor: help;
		margin-right: 0;
		font-size: 1em;
		text-align: center;
		border-bottom: 1px dashed #9b0042;
	}
.toggle div {
		margin: 0 0 20px 0;
		padding: 20px;
		border: 1px solid #eac672;
		border-top: none;
		background-color: #f8e6b8;
	}
	
#content .toggle ol {
	width: inherit;
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
