/*--- Layout ---*/
* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	text-align:center;
	margin:0px;
	padding:0px;
	background-color:#B5CFE6;
	background-image:url("../images/ground_image.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}

#container {
	width:952px;
	margin:0px auto;
	padding:0px;
}

#header {
	z-index:3;
	width:952px;
	text-align:left;
	top:0px;
	position:relative;
	margin:0px;
}

#content {
	z-index:1;
	width:624px;
	float:right;
	text-align:left;
	padding:0px;
	margin:20px 0px 80px;
	font-size:15px;
}

#nav {
	z-index:2;
	width:312px;
	text-align:left;
	float:left;
	height:635px;
	overflow:visible;
	margin-top:30px;
	position:relative;
}

#footer {
	clear:both;
	z-index:0;
	width:952px;
	font-size:13px;
}

#footer-ground {
	position:relative;
	z-index:-1;
	background-image:url("../images/footer_ground.png");
	background-repeat:no-repeat;
	background-position:center;
	height:182px;
	width:100%;
	margin-top:-160px;
}

.clear {
	clear:both;
	height:0px;
}


/*--- Header ---*/
#logo {
	z-index:2;
	position:absolute;
	left:0px;
	top:10px;
	background-image:url("../images/logo_gatlinburg.png");
	background-repeat:no-repeat;
	width:308px;
	height:235px;
	display:block;
	cursor:pointer;
	overflow:hidden;
}

#logo span {
	display:block;
	width:308px;
	height:235px;
}

#header-contact {
	float:right;
	margin:25px 10px 0px 0px;
	font-size:15px;
}

#header-contact a {
	color:#000000;
}

#header-flash {
	width:652px;
	height:412px;
	position:relative;
	z-index:1;
	top:51px;
}

#header-flash-default {
	background-image:url("../images/header_default.png");
	background-repeat:no-repeat;
	height:412px;
	width:652px;
}

#header-content-container {
	position:absolute;
	right:0px;
	top:44px;
	width:332px;
	height:412px;
	overflow:hidden;
	z-index:2;
	background-image:url("../images/header_right_ground.png");
	background-repeat:no-repeat;
}

#header-content {
	font-size:16px;
	width:250px;
	margin:140px 0px 0px 43px;
	color:#FFFFFF;
}

/*--- Content Area ---*/


h1 {
	height:43px;
	width:338px;
	overflow:hidden;
	display:block;
	margin-top:30px;
}

h1 span {
	display:block;
	height:43px;
	width:338px;
}

h1.home {
	background-image:url("../images/title_ExperienceTheView.png");
}

h1.history {
	background-image:url("../images/title_AboutUs.png");
}

/*--- Nav ---*/

#gettingHere {
	background-image:url("../images/nav_gettingHere.png");
	background-repeat:no-repeat;
	dispaly:block;
	height:302px;
	width:312px;
	overflow:hidden;
	position:absolute;
	z-index:3;
	cursor:pointer;
}

#gettingHere span {
	display:block;
	height:302px;
	width:312px;
	cursor:pointer;
}

#gallery {
	background-image:url("../images/nav_gallery.png");
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:2;
	cursor:pointer;
	height:311px;
	width:311px;
	top:130px;
}

#gallery span {
	display:block;
	height:311px;
	width:311px;
	cursor:pointer;
}

#history {
	background-image:url("../images/nav_history.png");
	background-repeat:no-repeat;
	dispaly:block;
	height:311px;
	width:311px;
	overflow:hidden;
	position:absolute;
	z-index:1;
	top:260px;
	cursor:pointer;
}

#history span {
	display:block;
	height:311px;
	width:311px;
	cursor:pointer;
}

/*--- Footer ---*/

.footer-column {
	width:317px;
	float:left;
	position:relative;
	z-index:1;
}

#footer-address {
	padding:10px 0px 0px 0px;
}

#southernHighlands {
	display:block;
	background-image:url("../images/footer_logo_SoHiAttractions.png");
	height:73px;
	width:78px;
	cursor:pointer;
	overflow:hidden;
	margin:0px 20px 0px 42px;
	float:left;
}

#southernHighlands span {
	display:block;
	height:73px;
	width:78px;
}

#gatAttract {
	display:block;
	background-image:url("../images/footer_logo_gatAttractions.png");
	height:72px;
	width:134px;
	cursor:pointer;
	margin:0px 42px 0px 20px;
	overflow:hidden;
}

#gatAttract span {
	display:block;
	height:72px;
	width:134px;
}

#boyneResorts {
	display:block;
	overflow:hidden;
	cursor:pointer;
	background-image:url("../images/footer_logo_boyneResorts.png");
	height:30px;
	width:227px;
	margin:21px auto;
}

#boyneResorts span {
	display:block;
	height:30px;
	width:227px;
}

/*--- Home Page ---*/
.home-column {
	float:left;
	position:relative;
}

#home-left {
	width:312px;
	margin-right:10px;
}

#home-right {
	width:302px;
}

#home-hours-bg {
	background-image:url("../images/chairlift.png");
	position:absolute;
	height:497px;
	width:285px;
	left:16px;
	top:-100px;
	z-index:0;
}

#home-hours {
	margin:80px 51px 150px 60px;
	padding:0px;
	position:relative;
	font-size:12px;
}

#home-hours h4 {
	padding:0px;
	margin:1.25em 0px .75em;
	font-size:16px;
}

#home-hours table {
	width:100%;
	padding:0px;
	margin:0px;
}

#home-hours td.first {
	width:66%;
}

#home-hours-disclaimer {
	font-size:11px;
	margin:0px 16px;
}

