/* Avoid left page shift in Firefox */

html { min-height: 100%; margin-bottom: 1px; }

/* Global Styles */

body {
	background-color: #7C721B;
	color: #F2EFD5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p {
	margin: 0px;
	padding: 8px 0;  
}

strong {
   font-weight: bold;
}

table {
	margin-left: 22px;
	border: solid 1px #fff;
	padding: 5px;
	margin-top: 5px;
}

td {
	text-align: center;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
	font-weight: bold;
}	

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.underline {
	border-top: 1px dashed #F2EFD5;
	margin-top: 10px;
	margin-bottom: 10px;
}

.lineSpacerTop {
   padding-top: 20px;
}

/* Wrapper, Header */

#wrapper {
	margin: 0px auto;
	width: 1015px;
}

#header {
	background: url(../images/bg_header.jpg) no-repeat left top;
	height: 222px;
	position: relative;
	z-index: 2;
}

#header #cornerImg {
	position: absolute;
	top: 2px;
	right: 1px;
	width: 345px;
	z-index: -1;
}


#header h1 {
	margin-left: 300px;
}

#header h2 {
	margin-top: 70px;
	margin-left: 335px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 16px;
	text-transform: uppercase;
}
.imgLeft {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

/* Content, Left Column, Right Column */

#container {
	background-image: url(../images/bg_container.jpg);
	background-repeat: repeat-y;
	overflow: hidden;	
}

#content {
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#leftColumn {
	width: 340px;
	float: left;
	padding-top: 70px;
	padding-left: 15px;
}

.leftColumnimg {
    display: block;
	margin-left: 25px;
	border: 1px solid #D8C775;
	margin-top: 10px;
}

#rightColumn {
	width: 560px;
	float: left;
	position: relative;
	z-index: 2;
}

#rightColumn p {
	line-height: 22px;
}

#rightColumn h1 {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 5px;
	clear: both;
}

#rightColumn h2 {
	font-weight: bold;
	padding-top: 15px;
	clear: both;
	text-transform: uppercase;
}

#rightColumn h2.boxedlunches {
	font-weight: bold;
	text-transform: uppercase;
}

#rightColumn h3 {
	padding-top: 20px;
	padding-bottom: 0px;
}

#rightColumn ul {
	margin-left: 20px;
	margin-top: 10px;
}

#rightColumn li {
	background: url(../images/bullet.jpg) no-repeat left 7px;
	padding-left: 15px;
	line-height: 20px;
}

#rightColumn ul.appetizers {
	margin-left: 20px;
	margin-top: 10px;
}

#rightColumn ul.appetizers li {
	width: 45%;
	float: left;
}

#rightColumn dl {
	width: 470px;
	overflow: hidden;
}

#rightColumn dt {
	float: left;
	width: 65%;
	display: block;
	clear: left;
	margin: 5px 0 5px 15px;
	background: url(../images/bullet.jpg) no-repeat left 4px;
	padding-left: 15px;
}

#rightColumn dd {
	float: right;
	width: 25%;
	display: block;
	margin: 5px 0;
	clear: right;
}

#rightColumn dl.contact {
	overflow: hidden;  
	width: 450px; 
}

#rightColumn dl.contact dt {
	width: 150px;
	background: none;
}

#rightColumn dl.contact dd { 
	width: 240px;
	margin: 5px 0;
}

.boxedLunches {

}

.boxedLunches  h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}

.boxedLunches p {
	margin: 0px;
	padding: 0px;
}

address {
	font-style: normal;
	line-height: 20px;
}

#footerImage {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 25px;
	width: 100%;
	overflow: hidden;
}

.listContainer {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.listContainer p {
	padding-left: 25px;
}

.smallText {
	font-size: 11px;
	padding-bottom: 5px;
}


/* Menu */

#menu {
}

#menu ul {
}

#menu li {
	list-style: none;
	padding: 5px 0px;
	display: block;
}

#menu a {
	color:#403217;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 22px;
	margin-left: 30px;
	display: block;
}

#menu a:hover{
	color:#EEEAC6;
}

#menu .active a {
	color: #FFFFFF;
	line-height: 32px;
}

/* Homepage Slideshow */

#slideshow {
	height: 300px;
	margin-top: 10px;
}


/* Footer */

#footer {
	background-color: #000000;
	text-align: center;
	font-size: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9F933D;
	width: 944px;
	margin-left: 20px;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #9F933D;
}

#footer a:hover {
	text-decoration: none;
	color: #EEEAC6;
}  

.clearer {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}


/* Body Pages */

#weddingspage #weddinglink a {
	color: #790E11;
}
#corporatepage #corporatelink a {
	COLOR: #790E11;
}
#boxed-lunchespage #boxlunchlink a {
	COLOR: #790E11; 
}
#gatheringspage #gatheringslink a {
	COLOR: #790E11; 
}
#appetizerspage #appetizerslink a {
	COLOR: #790E11; 
}
#printpage #printlink a {
	COLOR: #790E11; 
}
#gallerypage #gallerylink a {
	COLOR: #790E11; 
}
#faqpage #faqlink a {
	COLOR: #790E11; 
}
#aboutpage #aboutlink a {
	COLOR: #790E11; 
}
#contactpage #contactlink a {
	COLOR: #790E11; 
}
#indexpage #indexlink a {
	COLOR: #790E11; 		
}
#restaurantpage #restaurantlink a {
	COLOR: #790E11; 		
}
