html,body							{ height:100%;margin:0; padding:0; } 
body								{ color:#422b28; min-width:780px; min-height:460px; font: .9em Futura, Verdana, Arial, Helvetica; background-color: #34211d; background-image: url(../images/bkgd.jpg);} 
object { outline:none; }
#vertical							{ height:45%; margin-top:-198px;/* half vertical height*/ width:100%;} 
#page-wapper						{ width:780px; height:460px; margin-left:auto; margin-right:auto; background-color:#f9e4c5; /* allow content to scroll inside element */ 
									  text-align:left; clear:both; border:#b79171 solid 1px; }
#mainNav							{ height:25px; background-color:#723319; }
#content							{ height:352px; width:780px; background-color:#993300; border-bottom:#b79171 solid 1px }

h1									{ font-size:24px; padding:0px; margin-top:0px; margin-bottom:8px; }
#copyright							{ font-size:.85em; padding-top:10px; color:#f9e4c5; height:50px; width:780px; margin-left:auto; margin-right:auto;  }	
#copyright	a:link					{ color:#f9e4c5; text-decoration:underline; }
#copyright	a:hover					{ color:#f9e4c5; text-decoration:none; }	

#leftCol                            { float:left; width:393px; height:352px; z-index:-1; }
#leftSubNav							{ float:left; width:156px; height:352px; background-color:rgba(221, 213, 190, 0.9);  background-image:url(../images/bkgd_li.png); background-repeat:no-repeat; }

/* LEFT COLUMN SUB MENU */
ul.subNav							{ margin:0px; padding:0px; font-size:14px;  }
ul.subNav li 						{ text-align:center; }
ul.subNav li.first					{ /*background-image:url(../images/bkgd_li.png); background-repeat:no-repeat;*/ }
ul.subNav li ul						{ margin:0px; padding:0px; }
ul.subNav li ul li					{ text-align:center; }
ul.subNav li a						{ color:#4c312e; display: block; height:20px; padding-top:2px; }
ul.subNav li a:hover		        { color: #ffffff; background-color:#B1835C; }
ul.subNav .selected		        	{ color: #ffffff; background-color:#B1835C; }
ul.subNav .selected a		        { color: #ffffff; }
ul.subNav .selected a:hover		    {   }


/*ul#subMenu, ul#subMenu ul 			{ list-style-type:none; margin:0px; padding:0px; width:120px; }
ul#subMenu a    					{ display: block; text-decoration: none; }
ul#subMenu li 						{ text-align:center; }
ul#subMenu li a 					{ background: #333; color: #fff; display: block; padding-top:3px; }
ul#subMenu li a:hover 				{ color: #ffffff; font-weight:500; background-color:#B1835C; }
ul#subMenu li ul li a 				{ background: #ccc; color: #000; }
ul#subMenu li ul li a:hover 		{ background: #aaa;  }*/

/* BIO STYLES */
ul#bio								{ background-color:#f9e4c5; font-weight:normal; display:none;}
ul#bio a							{ color:#4c312e; font-size:12px;  }

ul#bio a:hover						{ background-color:#f9e4c5; background: url(../images/bio_node.jpg) no-repeat; font-weight:bold;  }
ul#bio .currentChef           		{ background: url(../images/bio_node.jpg) no-repeat; font-weight:bold;}

/* RIGHT COLUMN */
#rightCol							{ font-size:.85em; float:left; background-color:#f9e4c5; padding-left:20px; padding-right:20px; padding-top:10px; padding-bottom:10px; width:347px; height:332px; background-image: url(../images/topShadow.png); background-repeat: repeat-x; background-position: top; }
#rightCol p							{ margin-top:5px; margin-bottom:5px; }
#rightCol a							{ color:#cc6600; text-decoration:underline; }
#rightCol a:hover					{ text-decoration:none; }
#rightCol ul						{ padding-top:0px; margin-top:0px; margin-bottom:5px; padding-bottom:0px; margin-left:10px; padding-left:10px;}
#rightCol li						{ list-style-image:url(../images/darkBrown_node.gif); padding:0px; margin:0px;}


#footer								{ height:82px; width:780px;}
.footer-copy						{ float:right; color: #f9e4c5; font-size:11px; width:540px; text-align:right; bottom:10px; margin-right:20px; margin-bottom:15px; }							  

a									{ text-decoration: none; }
ul									{ list-style: none; }


/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; margin:0px; padding:0px; font-size:14px; }
ul.dropdown li                      { float: left; zoom: 1; background: #723319; width:156px; text-align:center; }
ul.dropdown li .last				{ border-right:none;}
ul.dropdown li a                    { display: block;  padding-top:5px; border-right: 1px solid #b79171; border-bottom: 1px solid #b79171; height:20px; color: #f9e4c5; }
ul.dropdown a:hover		            { color: #f9e4c5; background-color:#cc6600; }
ul.dropdown a:active                { color: #cc6600; }
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #cc6600; color: black; position: relative; }
ul.dropdown li.hover a              { color:#ffffff; }

/* Select current main section*/
/*ul.dropdown li .currentSection       { background: #cc6600; border-right: 1px solid #b79171;  }*/
ul.dropdown .currentSection      	{ color:#FFFFFF; background: #cc6600; border-right: 1px solid #b79171; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 156px; visibility: hidden; position: absolute; margin:0px; padding:0px;  font-size:12px; }
ul.dropdown ul li 					{ font-weight: normal; background: #9B714F; color: #f9e4c5; float: none; }
ul.dropdown ul li .first			{ background-image:url(../images/bkgd_li.png); background-repeat:no-repeat; }									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display:inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }