/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #373737;
	background: url(../../images/layout/body-bg.jpg) top center repeat-x #faeeb4;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color: #0000FF;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

/* H1/H2/H3 Styles
--------------------------------------------------------------- */

h1 {
	font-size: 2.8em;
	font-weight: normal;
	color: #23528d;
}

h2 {
	font-size: 2.2em;
	font-weight: normal;
	color: #23528d;
}

h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #23528d;
}

/* Container Styles
--------------------------------------------------------------- */

#outerContainer {
	width: 100%;
	float: left;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#contentContainer {
		width: 960px;
		padding: 390px 0px 0px 0px;
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: right;
			width: 530px;
			min-height: 359px;
 			height: auto !important;
 			height: 359px;
			padding: 0px;
		}
		
			#main p {
				margin: 10px 0px 10px 0px;
				font-size: 1.2em;
				line-height: 20px;
			}
			
			#main ul {
				font-size: 1.2em;
				padding: 3px 0px 3px 25px;
			}
			
			#contact #main ul {
				font-size: 1.2em;
				padding: 3px 0px 3px 5px;
			}
			
				#main ul li {
					padding: 4px 30px 4px 0px;
				}
				
					#main ul li a {
						color: #373737;
					}
					
						#main ul li a:hover {
							text-decoration: none;	
						}
						
			#map {
				width: 526px;
				height: 220px;
				float: left;
				border: 2px solid #fbdb86;
				margin: 10px 0px 10px 0px;
			}

/* Slideshow
--------------------------------------------------------------- */

			#slideshowContainer {
				width: 396px;
				height: 224px;
				position: absolute;
				top: 154px;
				left: 10px;
				z-index: 10;
			}
			
			#slideshow {
				width: 396px;
				height: 224px;
				float: left;
			}
			
			#slideshow img {
				position: absolute;
				top: 0;
				left: 0;
				z-index: 8;
			}
			
			#slideshow img.active {
				z-index: 10;
			}
			
			#slideshow img.last-active {
				z-index: 9;
			}

/* Gallery
--------------------------------------------------------------- */

			#galleryContainer {
				float: left;				
			}
			
				#galleryContainer img {
					float: left;
					padding: 3px;
				}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: left;
			width: 396px;
			padding: 0px 24px 0px 10px;
		}
		
			#attractions-cta {
				width: 304px;
				height: 68px;
				float: left;
				padding: 126px 92px 0px 0px;
				margin: 0px 0px 10px 0px;
				background: url(../../images/layout/attractions-cta-bg.jpg) no-repeat;
			}
			
				#attractions-cta a {
					width: 150px;
					float: right;
					color: #707070;
					font-size: 1.4em;
					line-height: 1.1em;
					text-decoration: none;
					text-align: right;
				}
				
					#attractions-cta a:hover {
						text-decoration: underline;
					}
					
			#availability-cta {
				width: 381px;
				height: 49px;
				float: left;
				text-align: right;
				padding: 45px 15px 0px 0px;
				background: url(../../images/layout/availability-cta-bg.jpg) no-repeat;
			}
			
				#availability-cta p {
					color: #60521d;
					font-size: 3.2em;
				}
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	clear: both;
	width: 960px;
	height: 309px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
}

	#logo {
		width: 390px;
		height: 133px;
		float: left;
		padding: 0px 0px 0px 10px;
	}
	
	#cta-top-right {
		width: 560px;
		float: right;
		padding: 0px;
		color: #fff;
		text-align: right;
	}
		
		#cta-top-right p {
			font-size: 1.6em;
			line-height: 0.9em;
		}
	
		#cta-top-right .phone {
			font-size: 2.3em;
			color: #d1e8ff;
			padding: 10px 10px 0px 0px;
		}
		
			#cta-top-right .phone span {
				color: #e9f800;	
				font-size: 1.4em;
			}
			
		#cta-top-right .headline {
			color: #e9f800;
			font-size: 2.8em;
			padding: 20px 40px 0px 0px;
		}
		
		#cta-top-right ul {
			float: left;
			padding: 10px 0px 0px 100px;
			margin: 0px;
		}
		
			#cta-top-right ul li {
				text-align: left;
				font-size: 1.7em;
				list-style: none;
				padding: 2px 0px 3px 27px;
				background: url(../../images/layout/header-tick.gif) left no-repeat;
			}
			
		#cta-top-right p.headprice {
			color: #d1e8ff;
			padding: 20px 10px 0px 0px;
			font-size: 2.4em;
			line-height: 1.7em;
		}
		
			#cta-top-right p.headprice span {
				color: #e9f800;	
				font-size: 2.2em;
			}

/* Main Image Styles
--------------------------------------------------------------- */

#imgmain {
	z-index: 10;
	position: absolute;
	top: 154px;
	left: 10px;
}

/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 960px;
	height: 48px;
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 309px;
	border-top: 1px solid #90bae1;
	border-bottom: 1px solid #90bae1;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
		float: right;
	}	
	
		#navigation ul li {
			display: inline;
			list-style: none;
			float: left;
			border-right: 1px solid #0f2652;
		}
			  
			#navigation ul li a {
				height: 33px;
				float: left;
				color: #fff;
				text-decoration: none;
				padding: 15px 19px 0px 19px;
				font-size: 1.4em;
			}

				#navigation ul li a.index-a {
					border-left: 1px solid #0f2652;	
				}

				#navigation ul li a:hover {
					background: #112a58;
					color: #90bae1;
				}

/* Sub Navigation Styles
--------------------------------------------------------------- */

#navigation ul.sub-nav {
	width: 140px;
	z-index: 10;
	position: absolute;
	left: 499px;
	top: 48px;
	padding: 10px 10px 0px 10px;
	display: none;
	background: url(../../images/layout/sub-nav-bg.jpg) repeat-y;
}
	
	#navigation ul.sub-nav li {
		width: 140px;
		display: inline;
		list-style: none;
		border: none;
	}
		  
		#navigation ul.sub-nav li a {
			width: 130px;
			float: left;
			color: #fff;
			padding: 0px 0px 5px 10px;
			margin: 0px;
			text-decoration: none;
			font-size: 1.3em;
			border: none;
		}

			#navigation ul.sub-nav li a:hover {
				color: #e9f800;
				background: none;
			}
			
	#navigation li span {
		width: 20px;
		height: 48px;
		float: left;
		cursor: pointer;
		background: url(../../images/layout/dropdown.jpg) center no-repeat;
	}

/* Footer Styles
--------------------------------------------------------------- */

#outerFooter {
	float: left;
	width: 100%;
	background: url(../../images/layout/footer-bg.jpg) center bottom repeat-x;
}

#footer {
	clear: both;
	width: 940px;
	min-height: 186px;
	height: auto !important;
	height: 186px;
	color: #60521d;
	margin: 0px auto;
	padding: 70px 10px 20px 10px;
	font-size: 1.2em;
}

	#footer .index-a,
	#footer .contact-a {
		display: none;
	}

	#footer h2 {
		font-weight: bold;
		color: #23528d;
		padding: 3px 5px 10px 5px;
		font-size: 1.5em;
		font-style: italic;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer a {
		white-space: nowrap;
		color: #60521d;
		text-decoration: none;
	}
		
		#footer a:hover {
			color: #23528d;
			text-decoration: underline;
		}

/* Footer Services Styles
--------------------------------------------------------------- */	

	#footer #footer-services {
		float: left;
		width: 250px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 210px;
				padding: 3px 5px;
				border-bottom: 1px dotted #8d6900;
			}
		
/* Footer Address Styles
--------------------------------------------------------------- */	

	#footer #footer-address,
	#footer #footer-address2 {
		float: left;
		width: 160px;
	}
		
		#footer #footer-address p,
		#footer #footer-address2 p,
		#footer #footer-reg p {
			line-height: 20px;
			padding: 3px 5px;
		}

/* Footer Reg Styles
--------------------------------------------------------------- */	

	#footer #footer-reg {
		float: left;
		width: 200px;
	}

/* Footer Help & Advice
--------------------------------------------------------------- */	

	#footer #footer-help {
		float: right;
		width: 165px;
	}
		
			#footer #footer-help ul li {
				float: left;
			}
					
			#footer #footer-help ul li a {
				float: left;
				width: 155px;
				padding: 3px 5px;
				border-bottom: 1px dotted #8d6900;
			}
		
		#footer #footer-help p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-help .bottomLink {
			margin-bottom: 5px;
		}

/* Float Styles
--------------------------------------------------------------- */

.left, .img-left {
	float: left;
}

	.img-left {
		margin: 10px 10px 10px 0px;
	}

.right, .img-right {
	float: right;
} 

	.img-right {
		margin: 10px 0px 10px 10px;
	}

	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}