@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}

#container{
	width: 1004px;
	height: auto;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(/images/nav-bg.gif);
	background-repeat: repeat-y;
}

.clear{
	clear: both;	
}

/******* HEADER *********/

#container #header{
	height: 20px;
	width: auto;
	position: relative;
	background-color: transparent;
	z-index: 2;
}

#container #header #header-bg{
	width: 1004px;
	height: 214px;
	background-image: url(/images/hdr-bg.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 3px;
	z-index: 3;
}

*html #container #header #header-bg{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hdr-bg.png', sizingMethod='image');
	background: none;
}

#container #header h1{
	position: absolute;
	left: 6px;
	display: block;
	z-index: 4;
	top: 5px;
}

#container #header h1 a{
	width: 291px;
	height: 97px;
	display: block;
	background-image: url(/images/hv-logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	z-index: 4;
}

*html #container #header h1 a{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hv-logo.png', sizingMethod='image');
	background: none;
}

#container #header #enjoy-a-hol{
	width: 379px;
	height: 75px;
	background-image: url(/images/enjoy-a-holiday.png);
	background-repeat: no-repeat;
	position: absolute; right: 10px; top: 12px;
	z-index: 5;
}

*html #container #header #enjoy-a-hol{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/enjoy-a-holiday.png', sizingMethod='image');
	background: none;
}

/******* NAVIGATION *********/

#container #nav{
	width: 215px;
	height: auto;
	padding-top: 195px;
	padding-bottom: 185px;
	float: left;
}

#container #nav ul{
	margin-left: 12px;
	padding: 0px;
	list-style-type: none;
}

#container #nav ul li{
	padding-top: 13px;
	padding-bottom: 4px;
	width: 189px;
	border-bottom: 1px solid white;
}

#container #nav ul li a{
	color: white;
	font-size: 17px;
	text-decoration: none;
}

#container #nav ul li a:hover{
	text-decoration: underline;
}

/****** CONTENT *********/

#container #content{
	width: 734px;
	min-height: 390px;
	padding: 150px 24px 120px 24px;
	background-color: transparent;
	float: left;
	font-size: 0.9em;
	position: relative;
	z-index: 1;
	line-height: 17px;
}

*html #container #content{
	height: 390px;	
}

#container #content h2{
	margin-bottom: 35px;
	width: 500px;
	height: 35px;
	display: block;
	text-indent: -9999px;
}

#container #content p{
	width: 376px;
}

#container #content #content-text{
	float: left;
}

#container #content ul{
	list-style-type: none;
	margin-bottom: 16px;
	padding: 0px;
}

#container #content #family-parks{
	position: absolute;
	bottom: 70px;
	left: 50px;
}

#container #content #photos{
	width: 300px;
	padding-left: 20px;
	height: auto;
	top: 0px;
	float: right;
}

#container #cnt-footer{
	height: 20px;
	width: auto;
	background-color: transparent;
	position: relative;
	z-index: 3;
}

#container #cnt-footer #hot-deals{
	width: 162px;
	height: 39px;
	display: block; 
	background-image: url(/images/hot-deals.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute; bottom: 125px; left: 25px;
	z-index: 8;
}


#container #cnt-footer #cnt-footer-bg{
	width: 1004px;
	height: 193px;
	background-image: url(/images/cnt-ftr-bg.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 3px;
	z-index: 3;
}

*html #container #cnt-footer #cnt-footer-bg{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/cnt-ftr-bg.png', sizingMethod='image');
	background: none;
}


/****** FOOTER *******/

#container #footer{
	height: 45px;
	width: 985px;
	padding: 16px 10px 0px 10px;
	background-image: url(/images/footer-bg.gif);
	background-repeat: repeat-x;
}

#container #footer a{
	float: left;
	height: auto;
	width: 300px;
	color: #FFF;
	padding-bottom: 2px;
	font-size: 0.9em;
	padding-top: 6px;
	text-decoration: none;
}

#container #footer a:hover{

}

#container #footer #yellow-txt{
	color: #FFE663;
}

#container #footer .mrgn-left{
	margin-left: 39px;	
}

