/*	Styles for generic content
	------------------------------------------------------------- */


body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #404E57 url(../chrome/background.gif) repeat top;
	text-align: center;
	font-size: 0.8em;
	margin-top: 4px;
	}
	
a
	{
	color: #c30;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover
	{
	color: #f63;
	text-decoration: underline;
	}
	
p
	{
	margin-top: 0;
	}
	
	
/*	main document structure
	---------------------------------------------------------------------------------- */
	
#main
	{
	width: 754px;
	text-align: center;
	background: transparent url(../chrome/bkgd-shadow-middle.jpg) repeat-y top;
	margin: auto;
	}
	
#pagetop
	{
	width: 754px;
	height: 16px;
	background: transparent url(../chrome/bkgd-shadow-top.jpg) no-repeat bottom;
	}
	
#page
	{
	margin: auto;
	text-align: left;
	width: 718px;
	border: 2px solid white;
	background-color: #fff;
	}
	
#pageborder
	{
	width: 716px;
	border: 1px solid #396478;
	padding: 1px 0;
	}
	
#header,
#content,
#footer
	{
	border-left: 1px solid white;
	border-right: 1px solid white;
	}
	
#endlinks
	{
	background: transparent url(../chrome/bkgd-shadow-bottom.jpg) no-repeat top;
	float: none;
	clear: both;
	padding: 20px;
	margin: 0;
	}
	
#footer
	{
	clear: both;
	}
	
/*	header styles
	---------------------------------------------------------------------------------- */
	
#header
	{
	height: 150px;
	clear: both;
	background: transparent url(../chrome/header_bkgd.jpg) no-repeat top left;
	}

#header h2#subtitle
	{
	display: none;
	}
	
#header h1
	{
	margin: 0;
	padding: 0;
	width: 123px;
	height: 150px;
	float: left;
	}
	
#header h1 a
	{
	display: block;
	width: 123px;
	height: 150px;
	background: transparent url(../chrome/header_logo.gif) no-repeat top left;
	}
	
#header ul
	{
	width: 528px;
	height: 97px;
	float: left;
	clear: right;
	margin: 0;
	padding: 0;
	background: transparent url(../chrome/header_title_bkgd.gif) no-repeat top left;
	}
	
#header ul li
	{
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#header ul li a
	{
	display: block;
	height: 97px;
	}
	
#header ul li a.about
	{
	background: transparent url(../chrome/header_nav_about.gif) no-repeat top left;
	width: 72px;
	}
	
#header ul li a.about:hover
	{
	background: transparent url(../chrome/header_nav_about_f2.gif) no-repeat top left;
	}
	
#header ul li a.lunch
	{
	background: transparent url(../chrome/header_nav_lunch.gif) no-repeat top left;
	width: 57px;
	}
	
#header ul li a.lunch:hover
	{
	background: transparent url(../chrome/header_nav_lunch_f2.gif) no-repeat top left;
	}
	
#header ul li a.dinner
	{
	background: transparent url(../chrome/header_nav_dinner.gif) no-repeat top left;
	width: 64px;
	}
	
#header ul li a.dinner:hover
	{
	background: transparent url(../chrome/header_nav_dinner_f2.gif) no-repeat top left;
	}
	
#header ul li a.dessert
	{
	background: transparent url(../chrome/header_nav_dessert.gif) no-repeat top left;
	width: 69px;
	}
	
#header ul li a.dessert:hover
	{
	background: transparent url(../chrome/header_nav_dessert_f2.gif) no-repeat top left;
	}
	
#header ul li a.spirits
	{
	background: transparent url(../chrome/header_nav_spirits.gif) no-repeat top left;
	width: 66px;
	}
	
#header ul li a.spirits:hover
	{
	background: transparent url(../chrome/header_nav_spirits_f2.gif) no-repeat top left;
	}
	
#header ul li a.recipes
	{
	background: transparent url(../chrome/header_nav_recipes.gif) no-repeat top left;
	width: 65px;
	}
	
#header ul li a.recipes:hover
	{
	background: transparent url(../chrome/header_nav_recipes_f2.gif) no-repeat top left;
	}
	
#header ul li a.banquets
	{
	background: transparent url(../chrome/header_nav_banquets.gif) no-repeat top left;
	width: 85px;
	}
	
#header ul li a.banquets:hover
	{
	background: transparent url(../chrome/header_nav_banquets_f2.gif) no-repeat top left;
	}
	
#header ul li a.news
	{
	background: transparent url(../chrome/header_nav_news.gif) no-repeat top left;
	width: 50px;
	}
	
#header ul li a.news:hover
	{
	background: transparent url(../chrome/header_nav_news_f2.gif) no-repeat top left;
	}
	

/*	header CSS for current link display
	---------------------------------------------------------------------------------- */
		
body#about #header ul li a.about
	{
	background: transparent url(../chrome/header_nav_about_f2.gif) no-repeat top left;
	}	
	
body#lunch #header ul li a.lunch
	{
	background: transparent url(../chrome/header_nav_lunch_f2.gif) no-repeat top left;
	}
	
body#dinner #header ul li a.dinner
	{
	background: transparent url(../chrome/header_nav_dinner_f2.gif) no-repeat top left;
	}	
	
body#dessert #header ul li a.dessert
	{
	background: transparent url(../chrome/header_nav_dessert_f2.gif) no-repeat top left;
	}	
	
body#spirits #header ul li a.spirits
	{
	background: transparent url(../chrome/header_nav_spirits_f2.gif) no-repeat top left;
	}
	
body#recipes #header ul li a.recipes
	{
	background: transparent url(../chrome/header_nav_recipes_f2.gif) no-repeat top left;
	}	
	
body#banquets #header ul li a.banquets
	{
	background: transparent url(../chrome/header_nav_banquets_f2.gif) no-repeat top left;
	}
	
body#news #header ul li a.news
	{
	background: transparent url(../chrome/header_nav_news_f2.gif) no-repeat top left;
	}	
	
body #header h3
	{
	width: 528px;
	height: 53px;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	}
	
body #header h3 span.hide
	{
	display: block;
	margin: 20px 20px 0 20px;
	}
	
body#about #header h3 span.hide,
body#lunch #header h3 span.hide,
body#dinner #header h3 span.hide,
body#dessert #header h3 span.hide,
body#spirits #header h3 span.hide,
body#recipes #header h3 span.hide,
body#banquets #header h3 span.hide,
body#news #header h3 span.hide
	{
	display: none;
	}
	
/*	Current page title display
	---------------------------------------------------------------------------------- */
		
body#about #header h3.about
	{
	background: transparent url(../chrome/title_about.gif) no-repeat top left;
	}	
	
body#lunch #header h3.lunch
	{
	background: transparent url(../chrome/title_lunch.gif) no-repeat top left;
	}
	
body#dinner #header h3.dinner
	{
	background: transparent url(../chrome/title_dinner.gif) no-repeat top left;
	}	
	
body#dessert #header h3.dessert
	{
	background: transparent url(../chrome/title_dessert.gif) no-repeat top left;
	}	
	
body#spirits #header h3.spirits
	{
	background: transparent url(../chrome/title_spirits.gif) no-repeat top left;
	}
	
body#recipes #header h3.recipes
	{
	background: transparent url(../chrome/title_recipes.gif) no-repeat top left;
	}	
	
body#banquets #header h3.banquets
	{
	background: transparent url(../chrome/title_banquets.gif) no-repeat top left;
	}
	
body#news #header h3.news
	{
	background: transparent url(../chrome/title_news.gif) no-repeat top left;
	}
	
body#reservations #header h3.reservations
	{
	background: transparent url(../chrome/title_reservations.gif) no-repeat top left;
	}
	
body#gift #header h3.gift
	{
	background: transparent url(../chrome/title_gift.gif) no-repeat top left;
	}
	
span.hide
	{
	display: none;
	}
	

/*	footer styles
	---------------------------------------------------------------------------------- */

#endlinks
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}

#endlinks ul
	{
	margin: 0 auto;
	padding: 0;
	}

#endlinks ul li
	{
	display: inline;
	padding: 0 6px;
	}

#endlinks ul li a
	{
	color: #eee;
	}
	
#endlinks ul.corp a
	{
	font-weight: normal;
	}

div#endlinks ul.banner
	{
	width: 512px;
	margin: 10px auto;
	}
	
div#endlinks ul.banner li
	{
	display: block;
	float: left;
	color: #99CCFF;
	margin: 0;
	padding: 0;
	}
		
div#endlinks ul.banner li a
	{
	display: block;
	height: 50px;
	}

#endlinks ul.banner li a.acadiana
	{
	background: transparent url(../chrome/footer_acadiana.gif) no-repeat top left;
	width: 161px;
	}

#endlinks ul.banner li a.dccoast
	{
	background: transparent url(../chrome/footer_dccoast.gif) no-repeat top left;
	width: 76px;
	}
	
#endlinks ul.banner li a.ceiba
	{
	background: transparent url(../chrome/footer_ceiba.gif) no-repeat top left;
	width: 125px;
	}
	
#endlinks ul.banner li a.tenpenh
	{
	background: transparent url(../chrome/footer_tenpenh.gif) no-repeat top left;
	width: 68px;
	}
	
#endlinks ul.banner li a.passionfish
    {
    background: transparent url(../chrome/footer_passionfish.gif) no-repeat top left;
    width: 81px;
    }

#endlinks #redmon
	{
	clear: both;
	width: 273px;
	height: 39px;
	margin: 10px auto;
	}
		
#endlinks #redmon a
	{
	display: block;
	width: 273px;
	height: 39px;
	background: transparent url(../chrome/redmon.gif) no-repeat top left;
	}
	
	
/*	Content Styles
	----------------------------------------------------------------------------------- */

#content
	{
	margin: 10px 40px 20px 142px;
	}
	
#main #page div.admin
	{
	margin-left: 15px;
	}
	
body#about #main #page #content
	{
	margin-left: 15px;
	margin-right: 20px;
	}
	
body#dinner #main #page #content,
body#lunch #main #page #content,
body#spirits #main #page #content,
body#dessert #main #page #content
	{
	margin: 20px;
	text-align: center;
	}
	
object.intro
	{
	clear: both;
	padding: 0;
	margin: 0;
	}
	
#content h4
	{
	text-decoration: underline;
	color: #036;
	letter-spacing: 5px;
	}
	
body#recipes #content h4
	{
	text-decoration: none;
	letter-spacing: normal;
	margin: 30px 0 20px 0;
	}
	
#content h5
	{
	margin-top: -12px;
	}
	
body #main #page #content ul li
	{
	line-height: 22px;
	list-style-type: square;
	}
	
body#recipes #main #page #content ul li
	{
	color: #666;
	font-style: italic;
	list-style-type: none;
	}
	
body #main div#content table
	{	
	margin: auto;
	}
		
body #main div#content table tr td
	{
	text-align: left;
	}
	
#content table tr td
	{
	padding-bottom: 10px;
	}
	
#content table tr
	{
	vertical-align: top;
	}
	
	
/*	INSET COLUMN
	---------------------------------------------------- */

#content div#contentinset
	{
	display: inline;
	float: right;
	width: 264px;
	margin: 0 0 15px 20px;
	}
	
#contentinset div
	{
	margin-bottom: 15px;
	border-bottom: 1px solid #C96;
	}
	
#contentinset div div
	{
	margin-bottom: 0;
	border-bottom: none;
	}
	
#contentinset div.top
	{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
	}

#contentinset a
	{
	font-weight: normal;
	text-decoration: none;
	}
	
#contentinset blockquote
	{
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #960;
	font-style: italic;
	line-height: 24px;
	margin: 0;
	padding: 0;
	}
	
#contentinset cite
	{
	display: block;
	font-size: 12px;
	font-style: normal;
	color: #666;
	text-align: right;
	}
	

#contentinset p
	{
	font-size: 11px;
	line-height: 15px;
	}

#contentinset img.photo
	{
	border: 1px solid black;
	padding: 1px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	clear: both;
	float: none;
	}

#contentinset .photowrapper
	{
	display: inline !important;
	display: block;
	margin: auto;
	margin-bottom: 10px;
	text-align: left;
	}
	
/* hack for IE5 Mac not displaying centered image correctly */
#contentinset div.photowrapper/* */
	{
	text-align: center;
	}

#content #contentinset .photolink
	{
	font-size: 10px;
	margin-top: 2px;
	text-align: right;
	}

#content div.photowrapper
	{
	float: left;
	}

#content #contentinset div.photowrapper
	{
	float: none;
	margin-bottom: 8px;
	}
		
#contentinset p.caption
	{
	margin-top: 10px;
	clear: left;
	font-size: 85%;
	}
	

	
/*	Home Page Override Styles
	--------------------------------------------------------------- */
	
body#index #main #page #header
	{
	width: 140px;
	height: 515px;
	float: left;
	clear: none;
	background: transparent url(../chrome/nav_home-bkgd.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	border-right: none;
	}

body#index #header h2#subtitle,
body#index #header h3
	{
	display: none;
	}
	
body#index #header h1
	{
	margin: 0;
	padding: 0;
	width: 140px;
	height: 150px;
	float: none;
	}
	
body#index #header h1 a
	{
	display: block;
	width: 140px;
	height: 150px;
	background: transparent url(../chrome/nav_home-logo.gif) no-repeat top left;
	}

body#index #header ul
	{
	width: 140px;
	float: none;
	}
	
body#index #header ul li
	{
	float: none;
	width: 140px;
	height: 27px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
body#index #header ul li a
	{
	display: block;
	width: 140px;
	height: 27px;
	}
	
body#index #header ul li a.about,
body#index #header ul li a.about:hover
	{
	background: transparent url(../chrome/nav_home-about.gif) no-repeat top left;
	}
	
body#index #header ul li a.lunch,
body#index #header ul li a.lunch:hover
	{
	background: transparent url(../chrome/nav_home-lunch.gif) no-repeat top left;
	}
	
body#index #header ul li a.dinner,
body#index #header ul li a.dinner:hover
	{
	background: transparent url(../chrome/nav_home-dinner.gif) no-repeat top left;
	}
	
body#index #header ul li a.dessert,
body#index #header ul li a.dessert:hover
	{
	background: transparent url(../chrome/nav_home-dessert.gif) no-repeat top left;
	}
	
body#index #header ul li a.spirits,
body#index #header ul li a.spirits:hover
	{
	background: transparent url(../chrome/nav_home-spirits.gif) no-repeat top left;
	}
	
body#index #header ul li a.recipes,
body#index #header ul li a.recipes:hover
	{
	background: transparent url(../chrome/nav_home-recipes.gif) no-repeat top left;
	}
	
body#index #header ul li a.banquets,
body#index #header ul li a.banquets:hover
	{
	background: transparent url(../chrome/nav_home-banquets.gif) no-repeat top left;
	}
	
body#index #header ul li a.news,
body#index #header ul li a.news:hover
	{
	background: transparent url(../chrome/nav_home-news.gif) no-repeat top left;
	}

body#index #main #pageborder
	{
	padding-bottom: 0;
	}	

body#index #main #page #content
	{
	float: left;
	clear: none;
	width: 574px;
	height: 515px;
	padding: 0;
	margin: 0;
	background: transparent url(../chrome/home_content_bkgd.jpg) no-repeat top left;
	border-left: none;
	}

body#index #main #page #footer
	{
	height: 1px;
	overflow: hidden;
	}


body#index #main #page #content h3
	{
	margin: 410px 0 10px 20px;
	width: 151px;
	height: 23px;
	background: transparent url(../chrome/title_home.gif) no-repeat top left;
	}	
	
body#index #main #page #content p
	{
	display: inline;
	float: left;
	margin-left: 20px;
	width: 290px;
	color: #D17519;
	line-height: 15px;
	font-weight: bold;
	}
	
body#index #main #page #content address
	{
	text-align: right;
	float: left;
	width: 240px;
	color: #2D5971;
	font-size: 11px;
	letter-spacing: 2px;
	font-style: normal;
	}
	
body#intro #content
	{
	float: none;
	clear: both;
	width: 716px;
	padding: 0;
	margin: 0;
	}
