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


/* GLOBAL SETTINGS & RESETS
   ============================= */
body { background: #941617; }
h2.top-header { text-align: center; }

/* PAGE STRUCTURE
   ============================= */
#page-wrap { width: 1031px; margin:0 auto; background: url(../images/content-bg.png) repeat-y; }
#content { padding: 0 20px; }
h1#header { width:991px; height:292px; margin:0 auto; background: url(../images/header.jpg) no-repeat; text-indent: -9999px; }
#sub-header { background: url(../images/main-button-bg.jpg) repeat-x; height: 34px; width: 991px; }
#sub-header p { color: #D5AC00; padding: .5em !important; padding-top: .15em; padding-left: .5em; font: 14px Georgia, "Times New Roman", Times, serif; }
#main-content { width: 600px; margin-left: 200px; padding-top: 60px; background: url(../images/savings.png) no-repeat; }
#main-content p { font-size: 12px; line-height: 16px; margin-bottom: 16px; }
#right-column { width: 175px; float: right; text-align: center; padding: 10px 0; }
.banners-center { text-align: center; padding: 10px 0; }
#footer { clear: both; font-size: 10px; }

/* 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: #D5AC00; padding: 0.5em; }
ul.menu li a:hover { background: #fc3; color: #000; }
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; }
