/* ====================
   DOCUMENT INFORMATION
    - Document: Wedding Chapels of the Smokies CSS
	- Version:  1.0
	- Author:   I. Arensbak 
   ==================== */
   
/* GLOBAL SETTINGS OVERRIDES
   ============================= */   
body 						{ background: #efe9d9; }

/* PAGE STRUCTURE
   ============================= */
#page-wrap 					{ width: 980px; margin: auto; }
h1#header 					{ width: 980px; height: 276px; background: url('../images/header.jpg'); margin-bottom: 5px; text-indent: -9999px; }
#left-column 				{ width: 186px; background: #ac9372; vertical-align: top; }
#center-column 				{ width: 100%; padding: 10px; background: #fff; vertical-align: top; }
#right-column 				{ width: 160px; background: #ac9372; vertical-align: top; text-align: center; }
#footer 					{ width: 980px; margin: auto; background: #fff; }
#othersites 				{ padding: 10px 20px; }
.homelist li 				{ list-style-position: outside; margin-left: 20px; font-size: 1.3em; line-height: 1.5em;}

/* 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 				{ 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: #d7bc9a; border-left: 5px #7e6849 solid; padding-left: 15px; }

