/* ====================
   DOCUMENT INFORMATION
    - Document: Pigeon Forge Tourism CSS
	- Version:  1.0
	- Author:   I. Arensbak 
   ==================== */


/* GLOBAL SETTINGS OVERRIDES
   ============================= */
h2							{ font: normal 20px 'Quattrocento', serif; margin: 5px 0; }

/* PAGE STRUCTURE
   ============================= */
#page-wrap 					{ width: 1031px; margin:0 auto; background: url(../images/content-bg.jpg) repeat-y; }
#content 					{ padding: 0 20px; }
#header-wrap 				{ position: relative; width: 991px; height: 240px; margin: 0 auto; }
#header-wrap h1 			{ text-indent: -9999px; }
#sub-header 				{ background: url(../images/main-button-bg.jpg) repeat-x; height: 34px; width: 990px; clear: both; }
#sub-header p 				{ color: #000; padding: .5em !important; padding-top: .15em; padding-left: .5em; font: 14px Georgia, "Times New Roman", Times, serif; }
#sub-header a 				{ color: #000; text-decoration: none; }
#sub-header a:hover 		{ color: #fff; text-decoration: none; }
#main-content 				{ width: 620px; margin-left: 200px; }
#right-column 				{ width: 165px; float: right; text-align: center; padding: 10px 0; }
.banners-center 			{ text-align: center; padding: 10px 0; }
#footer 					{ clear: both; }

/* NAVIGATION
   ============================= */
#nav 						{ height: auto; width: 189px; float: left; }
ul.menu, ul.menu ul 		{ font: 15px Georgia, "Times New Roman", Times, serif; list-style-type:none; margin: 0; padding: 0; width: 189px; }
ul.menu a 					{ display: block; text-decoration: none; }
ul.menu li 					{ }
ul.menu li a 				{ background: url(../images/main-button-bg.jpg); color: #000000; padding: 0.5em; }
ul.menu li a:hover 			{ background: #fc3; }
ul.menu li ul li a 			{ background: #fff; color: #000; padding-left: 20px; }
ul.menu li ul li a:hover 	{ background: #fff; border-left: 5px #fc3 solid; padding-left: 15px; }

/* SLIDESHOW
   ============================= */
.slideshow 					{ position: absolute; height: 240px; width: 991px; background: #fff; margin: 0 auto; z-index: 1; overflow: hidden; }
.slideshow img 				{ z-index: 1; }
