﻿/* Body */
body
	{
	text-align: center;
	background-image: url("../images/matte.gif");
	background-repeat: repeat;
	}

/* Containers */

	#maincontainer
		{
		width: 760px;
		height: auto;
		text-align: left;
		background-color: #F4ECD9;
		margin: 0 auto;
		}

	.subcontent
		{
		width: 300px;
		height: auto;
		margin: 0 auto;
		text-align: right;
		}

	#dinner, #fridays, #lunch, #tuesdays, #saturdays, #desserts, #appetizers
		{
		width: 350px;
		height: auto;
		text-align: left;
		border-color: #7C6240;
		border-style: solid;
		border-top-width: 2px;
		border-left-width: 2px;
		border-right-width: 2px;
		border-bottom-width: 2px;
		float: left;
		background-image: url("../images/br_paper.jpg");
		background-repeat: repeat;
		margin-left: 10px;
		padding: 0px;
		}

	#fridays, #saturdays, #tuesdays, #appetizers, #desserts
		{
		float: left;
		margin-right: 10px;
		}

	#lunch
		{
		float: right;
		margin-right: 10px;
		}


/* End Containers */


/* Header Text */

	h1.header {font-family: arial, sans-serif; font-size: 32pt; font-weight:900; display: block; position: relative; top: 10px; line-height: 32pt; color:#7C6240; text-align: center;}
	h3.header {font-family: arial, sans-serif; font-size: 16pt; font-weight:300; color:#D1A74D; display: block; position: relative; top: -15px; text-align: center;}
	h4.header {font-family: arial, sans-serif; font-size: 12pt; font-weight:500; color:#000099; text-align: center;}
	td.header {text-align: center}
	br.header {line-height: 0px}
	#lheader {margin-left: 20px; border: outset #D1A74D 5px;}
	#rheader {margin-right: 20px; border: outset #D1A74D 5px;}

/* End Header Text */

/* Navigation Menu */
	#nav, #nav ul /* For all lists */
		{
		position: absolute;
		list-style:none;
		padding: 0;
		margin: 0;
		line-height: 1em;
		list-style: none;
		font-family: "Times New Roman";
		font-size; 16px;
		font-weight: bold;
		background: #7C6240;
		border-color: #CDA551;
		border-style: solid;
		border-top-width: 2px;
		border-left-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 2px;
		}
	#nav a
		{
		display: block;
		width: 152px;
		text-decoration: none;
		color: #F4ECD9
		}

	#nav a:hover
		{
		display: block;
		width: 152px;
		text-decoration: none;
		background: #F4ECD9;
		color: #7C6240;
		}

	#nav a.arrow
		{
		background: url(../images/arrow2.gif) center right no-repeat;
		}


	#nav li /* For all list items */
		{
		float: left;
		width: 152px;
		text-align: center;
		}
	#nav li ul /* For second-level lists */
		{position: absolute;
		background: #7C6240;
		width: 152px;
		left: -999em;
		border-style: solid;
		border-color: #CDA551;
		border-top-width: 0px;
		border-left-width: 2px;
		border-right-width: 2px;
		border-bottom-width: 2px;		
		}

	#nav li ul li a:hover /* For second-level lists anchor hover */
		{
		display: block;
		width: 152px;
		text-decoration: none;
		background: #F4ECD9;
		color: #7C6240;
		}

	#nav li ul.left /* For left side second-level list */
		{position: absolute;
		background: #7C6240;
		width: 152px;
		left: -999em;
		border-style: solid;
		border-color: #CDA551;
		border-top-width: 0px;
		border-left-width: 0px;
		border-right-width: 2px;
		border-bottom-width: 2px;		
		}

	#nav li ul.right /* For right side second-level lists */
		{position: absolute;
		background: #7C6240;
		width: 151px;
		left: -999em;
		border-style: solid;
		border-color: #CDA551;
		border-top-width: 0px;
		border-left-width: 2px;
		border-right-width: 0px;
		border-bottom-width: 2px;		
		}

	#nav li ul.third /* For third-level lists */
		{position: absolute;
		background: #7C6240;
		width: 151px;
		left: -999em;
		z-index: 1;
		border-style: solid;
		border-color: #CDA551;
		border-top-width: 2px;
		border-left-width: 2px;
		border-right-width: 2px;
		border-bottom-width: 2px;		
		}

	#nav li:hover ul, #nav li.sfhover ul /* For lists nested under hovered list items */
		{
		left: auto;
		}

	#nav li:hover ul ul, #nav li.sfhover ul ul /* For third level lists nested under hovered list items */
		{
		left: -999em;
		}

	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
		{left: auto;
		}

	#nav li ul ul /* For third level lists */
		{
		margin: -16px 0 0 152px;
		}

/* Content Styles */
	#content, .content
		{
		font-family: "Times New Roman";
		color: #7C6240;
		text-align: justify;
		margin: 40px;
		}

	#content h1, h1
		{
		font-size: 22pt;
		font-weight: 800;
		}

	#content h2, h2
		{
		font-size: 18pt;
		font-weight: 600;
		}

	#content h3, h3
		{
		font-size: 14pt;
		font-weight: 400;
		}

	#content h4, #content p, h4, p
		{
		font-size: 12pt;
		font-weight: 400;
		text-align: justify;
		}

	ul.content
		{
		list-style: none;
		font-size: 12pt;
		font-weight: 400;
		text-align: left;
		}

	a:link, a:visited
		{
		font-family: "Times New Roman";
		font-weight: 600;
		text-decoration:none;
		color:#D1A74D;
		}

	a:hover
		{
		font-family: "Times New Roman";
		font-weight: 600;
		text-decoration:none;
		color:#7C6240;
		}

	h1
		{
		font-family: "Times New Roman";
		font-size: 22pt;
		font-weight: 800;
		color: #7C6240;
		}

	h2
		{
		font-family: "Times New Roman";
		font-size: 18pt;
		font-weight: 600;
		color: #7C6240;
		}

	h3
		{
		font-family: "Times New Roman";
		font-size: 14pt;
		font-weight: 400;
		color: #7C6240;
		}

	h4
		{
		font-family: "Times New Roman";
		font-size: 12pt;
		font-weight: 400;
		color: #7C6240;
		}
		
	dt {color: #7C6240; font-weight: bold;}
	img.right {float: right; margin-left: 20px; margin-top: -20px;}
	.right {float: right; margin-left: 20px; margin-top: -20px;}
	img.left {float: left; margin-left: 20px; margin-top: -20px;}
	img.center {display: block; margin-left: auto; margin-right: auto;}
	img.framed {border: outset #D1A74D 10px;}

	.center {text-align: center;}
	table.center {margin: auto;}
	.bold {font-weight: bold;}
	.italic {font-style: italic;}
	.underline {text-decoration: underline;}
	.nospace {margin: 0px;}
	.noborder {border: 0px;}
	.nobullet {list-style: none;}
	.right {float: right; margin-left: 20px; margin-top: -20px;}
	.left {float: left;}
	.brown {color: #7C6240;}

/* Footer Styles */
	div#footer {clear: left; height: 50px; width: 740px;}

	#footer img {float: left; margin: 10px; border: 0px;}

	#footer h5, #footer h6
		{
		font-family: "Times New Roman";
		font-size: 8pt;
		font-weight: 500;
		color: #7C6240;
		text-align: center;
		text-indent: -98px;
		}

	#footer h6
		{margin-top: -20px;}

	#footer a:link, #footer a:visited
		{
		font-family: "Times New Roman";
		font-size: 8pt;
		font-weight: 600;
		text-decoration:none;
		color:#D1A74D;
		}

	#footer a:hover
		{
		color:#7C6240;
		}

	.clearfix:after 
		{
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}

/* Form Action button formats */
	.button, .submit, .reset
		{
		display: block;
		background-color: #7C6240;
		color: #F4ECD9;
		font-weight:bold;
		margin-left: auto;
		margin-right: auto;
		}




