﻿/* ----- START LAYOUT COMMON TO ALL PAGES ----- */

/* START ANTI-MARGIN-COLLAPSING */
div#something {
	margin-top: -1px;
	padding-top: 1px;
}
/* END ANTI-MARGIN-COLLAPSING */


/* START FLOAT ENCLOSING ("EASY CLEARING") */
div#something:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* END FLOAT ENCLOSING ("EASY CLEARING") */


/* START OFFSCREEN */
div#languages h2,
div#credits h2 {
	display: inline;
	position: absolute;
	overflow: hidden;
	margin: 0;
	border: 0;
	padding: 0;
	width: 0;
	height: 0;
}
/* END OFFSCREEN */


body{
	background: #83785d;
}

div#holder{
	width: 980px;
	margin: auto;
	position: relative;
	border-left: 1px solid #5e5e5e;
	border-right: 1px solid #5e5e5e;
	background-color: #C6C7BB;	
}
	div#holder h1{
	left: -9999px;
		position: absolute;
	}

div#branding{
	width: 980px;
	height: 100px;
	background:url(../images/top-banner.png) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
	div#branding h2{
		left: -9999px;
		position: absolute;		
	}
		div#branding img#logo{
			margin: 4px 0 0 14px;
		}

div#main-content{
	width: 488px;
	min-height:750px;
 	height:auto !important;
  	height:750px;
	background:url(../images/main-content-bg.png) #c6c7bb top left repeat-x;
	float: left;
	margin-top: 484px;
	margin-left:246px;
	_margin-left: 123px;
}
	div#main-content h2{
		border-bottom: 1px solid #707668;
		margin-left: 30px;
		margin-right: 30px;
		padding-bottom: 10px;
	}	
		div#main-content h2 span.phrase1{
			display: block;			
		}
	div#main-content #content{
		margin-left: 30px;
		margin-right: 30px;
	}	

div#main-visual{
	width: 980px;
	height: 413px;
	background: #ffffff;
	position: absolute;	
	top: 20px;
	left: 0;
	z-index: 1;
}

	div#main-visual h2{
		left: -9999px;
		position: absolute;		
	}

div#main-menu{
	width: 980px;
	height: 40px;
	background:url(../images/menu-bg.jpg) top left repeat-x;
	border-top: 2px solid #4e574e;
	border-bottom: 10px solid #5f6057;
	position: absolute;	
	top: 432px;
	left: 0;
	z-index: 1;
}
	div#main-menu h2{
		left: -9999px;
		position: absolute;		
	}
		div#main-menu ul{
			list-style: none;
			list-style-type: none;
			margin-top: 12px;
		}
			div#main-menu ul li{
				list-style: none;
				list-style-type: none;
				display: inline;
				padding: 0 8px;
				border-right: 1px solid #2f3530;
			}
			div#main-menu ul li.last{
				border: none;
			}

div#availability-checker{
}
	div#availability-checker h2{
		left: -9999px;
		position: absolute;		
	}
	
div#features-left-column{
	width: 246px;
	min-height: 750px;
 	height: auto!important;
  	height: 750px;
	float: left;
	margin-top: 484px;
	margin-left: -734px;
	_margin-left: -734px;
	background:url(../images/main-content-bg.png) #c6c7bb top left repeat-x;
}	
	div#features-left-column h2{
		width: 228px;
		margin:-30px 0 0;
		_margin-top: 0;
		padding-bottom: 15px;
	}
	div#features-left-column #photo-gallery{
		width: 228px;
		height: 146px;
		position: relative;
		margin-top: 55px;
		_margin-top: 25px;
		margin-left: 15px;
	}
		#photo-gallery #gallery{
			width: 222px;
			height: 140px;
			position: relative;
			overflow: hidden;
			margin-top: 2px;
			margin-left: 0px;	
		}
		#photo-gallery #controls{
			width: 222px;
			height: 19px;
			z-index: 20;
			position: relative;
			position: absolute;
			top: 154px;
			*top: 123px;
			_top: 153px;
			left: 0px;
			background:url(../images/ctrl-panel.png) top left no-repeat; 
		}
			#photo-gallery #controls a#first{
				width: 15px;
				height: 14px;
				z-index: 22;
				position: absolute;
				top: 2px;
				left: 20px;
				background:url(../images/ctrl-first.png) top left no-repeat;
				display: block;
			}
			#photo-gallery #controls a#prev{
				width: 15px;
				height: 14px;
				z-index: 22;
				position: absolute;
				top: 2px;
				left: 50px;
				background:url(../images/ctrl-prev.png) top left no-repeat;
				display: block;
			}
			#photo-gallery #controls a#play{
				width: 48px;
				height: 50px;
				z-index: 22;
				position: absolute;
				bottom: 0px;
				_bottom: -1px;
				left: 85px;
				background:url(../images/ctrl-play.png) top left no-repeat;
				display: block;
			}
			
			#photo-gallery #controls a#stop{
				width: 48px;
				height: 50px;
				z-index: 21;
				position: absolute;
				bottom: 0px;
				_bottom: -1px;
				left: 85px;
				background:url(../images/ctrl-stop.png) top left no-repeat;
				display: block;
			}
			
			#photo-gallery #controls a#next{
				width: 15px;
				height: 14px;
				z-index: 22;
				position: absolute;
				top: 2px;
				right: 50px;
				background:url(../images/ctrl-next.png) top left no-repeat;
				display: block;
			}
			#photo-gallery #controls a#last{
				width: 15px;
				height: 14px;
				z-index: 22;
				position: absolute;
				top: 2px;
				right: 20px;
				background:url(../images/ctrl-last.png) top left no-repeat;
				display: block;
			}

	div#features-left-column #news-events{
		width: 228px;
		margin-top: 75px;
		*margin-top: 55px;
		_margin-top: 20px;
		margin-left: 15px;
		padding-bottom: 5px;
		background:url(../images/separator.png) bottom left no-repeat;
	}
	div#features-left-column #contact-details{
		width: 228px;
		height: 146px;
		margin-top: 50px;
		_margin-top: 20px;
		margin-left: 15px;
	}
	div#features-left-column #contact-details ul{
		list-style: none;
		list-style-type: none;
		padding-left: 0;
	}
		div#features-left-column #contact-details ul li{
			list-style: none;
			list-style-type: none;	
		}
		
	div#features-left-column #sign-up{
		width: 228px;
		height: 146px;
		margin-top: 20px;
		_margin-top: 20px;
		margin-left: 15px;
		margin-bottom:5px;
	}		
	
		div#features-left-column #sign-up label{
			margin-right: 10px;		
		}
		
		div#features-left-column input#email{
			border:1px solid #6a6a6a;
			background: #c6c7bb;
			height: 18px;
			width: 155px;
			float: left;
		}
		
		div#features-left-column input#submit{
			background:url(../images/send.jpg) top left no-repeat;
			border: none;
			height: 28px;
			width: 62px;
			float: left;
			margin-top: 0px;
			_margin-top: -22px;
			margin-left: 5px;
			_margin-left: 185px;
		}


div#features-right-column{
	width: 246px;
	min-height:750px;
	height:auto !important;
	height:750px;
	float: right;
	margin-top:484px;
	background:url(../images/main-content-bg.png) #c6c7bb top left repeat-x;
	z-index: 0;
}
	div#features-right-column h2{
		width: 228px;
		margin: 0;
		margin-top: -30px;
		_margin-top: 0;
		_position: absolute;
		_top: -30px;
	}
		#features-right-column img{
	margin-top: 17px;
	_margin-top: 3px;
	margin-left: 3px;
	border: 0;
		}
	div#features-right-column #location{
		width: 228px;
		height: 120px;
		margin-top:55px;
		background: #978e75;
		border: 1px solid #504f4f;
		position: relative;
	}		
	div#features-right-column #attractions{
		width: 228px;
		height: 120px;
		margin-top: 40px;
		background: #6d6d6d;
		border: 1px solid #504f4f;
		position: relative;
	}
		div#features-right-column #attractions #slideshow {
	position: relative;
	width: 222px;
	heigh: 114px;
		}

		div#features-right-column #advertisements-2 #slideshow2 {
		position: relative;
		width: 222px;
		heigh: 114px;
		z-index: 0;
		}
		div#features-right-column #advertisements-2 #slideshow2 img{
		margin-top: 3px;

		}
		

	div#features-right-column #advertisements-1{
		width: 228px;
		height: 120px;
		margin-top:40px;
		background: #6d6d6d;
		border: 1px solid #504f4f;
		position: relative;
	}
		#advertisements-1 h4{
			position: absolute;
			bottom: 10px;
			left: 0;
			width: 228px;
		}
			#advertisements-1 h4 .line1{
				display: block;			
			}
	div#features-right-column #advertisements-2{
	width: 228px;
	height: 120px;
	margin-top:40px;
	background: #6d6d6d;
	border: 1px solid #504f4f;
	position: relative;
	z-index: 0;
	}
		#advertisements-2 #ad-overlay{
			width: 221px;
			height: 114px;
			position: absolute;
			top: 3px;
			left: 4px;
			background:url(../images/ad-overlay.png) top left no-repeat;
		}
			#advertisements-2 #ad-overlay span{
				float: right;
				margin-right:7px;
				margin-top:50px;
			}
			#advertisements-2 #ads-transition{
				margin-top: 17px;
			}
			#advertisements-2 #ads-transition img{
				margin-top: 0;
			
			}


div#oakhall-overlay{
	position: absolute;
	top: 320px;
	left: 600px;
	z-index: 2;	
}
div#secure-login{
	width: 179px;
	height: 20px;
	position: absolute;
	top: 25px;
	right: 30px;
	z-index: 3;	
	background:url(../images/secure-login.png) top left no-repeat;
}

div#partners{
	clear: both;
	width: 980px;
	height: 45px;
	background: #c6c7bb;
}
	div#partners .wrapper{
		margin: auto;
		width: 555px;
	}
	div#partners ul{
		width: 305px;
		float: left;
		list-style: none;
		list-style-type: none;
		padding-left: 0;		
	}
		div#partners ul li{
			list-style: none;
			list-style-type: none;
			display: inline;
			float: left;
			padding-right: 35px;
		}
	div#partners #newsletter{
		float: left;
		margin-top: 5px;
		
	}
		div#partners #newsletter label{
			float: left;
			margin-right: 10px;		
		}
		div#partners #newsletter input#email{
			border:1px solid #6a6a6a;
			background: #c6c7bb;
			height: 18px;
			width: 115px;
			float: left;
			margin-right: 5px;	
		}
		div#partners #newsletter input#submit{
			background:url(../images/send.jpg) top left no-repeat;
			border: none;
			height: 28px;
			width: 62px;
			float: left;
			margin-top: -2px;
			_margin-top: -24px;
			_margin-left: 185px;
		}

div#alt-menu{
	width: 980px;
	height: 40px;
	background: #c6c7bb;
}
	div#alt-menu ul{
		width: 976px;
		list-style: none;
		list-style-type: none;
		margin: 0;
		padding-top: 12px;
		padding-left: 0;
	}
		div#alt-menu ul li{
			list-style: none;
			list-style-type: none;
			display: inline;
			padding: 0 8px;
			border-right: 1px solid #2f3530;
		}
		div#alt-menu ul li.last{
			border: none;
		}
		
div#fine-print{
	width: 980px;
	height: 30px;
	background: #545d54;
}

/*GOOGLE MAPS*/
div#main-content #map #logocontrol + div {
	white-space:normal !important; /*this will force the copyright text on the bottom of the goolge map to wrap when the map container is too small*/
}
/*END GOOGLE MAPS*/

