/* ====================
   DOCUMENT INFORMATION
    - Document: A Cabin In The Smokies CSS
	- Version:  1.0
	- Author:   I. Arensbak 
   ==================== */
   
/* GLOBAL SETTINGS OVERRIDES
   ============================= */   
p 							{ margin-bottom: 10px; }
body 						{ background: #033f00; }

/* PAGE STRUCTURE
   ============================= */
#page-wrap 					{ width: 980px; margin: 0 auto; }
h1#header 					{ width: 100%; height: 396px; background: url('../images/header.jpg') top center no-repeat; text-indent: -9999px; }
#left-column 				{ width: 186px; background: #d69736; vertical-align: top; }
#center-column 				{ width: 100%; padding: 10px; background: #fff; vertical-align: top; }
#right-column 				{ width: 160px; background: #d69736; vertical-align: top; text-align: center; overflow: hidden; }
#footer 					{ width: 860px; overflow: hidden; margin: 12px auto 24px auto; padding: 16px; background: #333; color: #8D8D8D; text-align: center; }
#footer p 					{ margin: 15px; line-height: 1.1em; }
#footer p a 				{ color:#B3B3B3; }
#footer a 					{ text-decoration: none; }
#footer a:hover 			{ text-decoration: underline; }
#othersites 				{ padding: 10px 20px; }

/* NAVIGATION
   ============================= */
#nav 						{ height: auto; float: left; width: 186px; overflow: hidden; }
ul.menu, ul.menu ul 		{ font: 15px Georgia, "Times New Roman", Times, serif; list-style-type:none; }
ul.menu a 					{ display: block; text-decoration: none; }
ul.menu li 					{ }
ul.menu li a 				{ background: url('../images/button.png'); padding: 0.5em; margin: 2px; overflow: hidden; color: #000; }
ul.menu li a:hover 			{ background-position: 0 35px; }
ul.menu li ul li a 			{ background: #fff; padding-left: 20px; }
ul.menu li ul li a:hover 	{ background: #c8e99a; border-left: 5px #54732b solid; padding-left: 15px; }

