body {
	background: #ffffcc;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
}

h2 a {

	text-decoration: none;
	color: #fff;

}

h2 a:hover {

	color: #fff;

}

a {

	color: #AE6D1B;

}

a:hover {

	color: #D0AB7B;

}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	background: transparent;
}

.inputText {

	width: 95%;

}

.inputTextArea {

	width: 99%;
	height: 150px;

}

/*<group=topper>*/

#topper {
	background: url(images/lafayette_topper.gif) no-repeat;
	width: 780px;
	height: 25px;
	font-family: "trebuchet ms", trebuchet;
}

#topper h1 {

	display: none;

}

#topper h2 {

	font-size: 11px;
	padding: 4px 0 0 10px;
	margin: 0;
	color: #fff;

}

#topPhone {

	font-size: 11px;
	color: #fff;
	float: right;
	padding-top: 4px;
	padding-right: 10px;
	font-weight: bold;
}

#topPhone a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	
}

#topPhone a:hover {
	font-size: 11px;
	text-decoration: underline;
	
}

/*</group>*/

#header {
	background: #ffffff;
	width: 780px;
}

#nav {
	width: 780px;
	background: #ffffff;
}

#listNav {
float: left;
margin-left: 12px;
width: 748px;
height: 60px;
background: url('images/nav_bg.jpg') no-repeat;
}

#content {
	float: left;
	width: 768px;
	background: url(images/contentbg.gif) repeat-y;
	display: table;
	padding-bottom: 10px;
}

#contentContainer {

	padding: 0 20px 20px 20px;

}

#contentContainer p {

	margin: 0;
	padding: 0;
	margin-bottom: 15px;

}

/*<group=footer>*/

#footer {
	float: left;
	background: url(images/laffette_footer.gif) no-repeat;
	width: 780px;
	height: 40px;
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", trebuchet;
	color: #000;
	font-size: 11px;
}

#address {
	padding-top: 10px;
	padding-left: 47px;
	width: 300px;
	height: 40px;
	float: left;
	white-space: nowrap;
}

#email {
	padding-left: 120px;
	padding-top: 10px;
	width: 300px;
	height: 40px;
	float: left;
	white-space: nowrap;
}

#email a {
	color: #000;
	text-decoration: none;
}

#email a:hover {
	text-decoration: underline;
}

#bottomNav {

	width: 747px;
	text-align: center;
	clear: both;

}

#bottomNav .bottom {

	display: block;
	height: 16px;

}

#bottomNav .top {

	height: 16px;

}

#bottomNav .top a {

	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #757046;

}

#bottomNav .top a:hover {

	color: #456016;
	text-decoration: underline;

}

#bottomNav .bottom a {

	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #AE7121;
	white-space: nowrap;

}

#bottomNav .bottom a:hover {

	color: #68410F;
	text-decoration: underline;

}

#bottomNav .subMenu {

	display: none;

}

#bottomNav .defaultShow {

	display: block;

}

/*begin Suckerfish*/

#listNav, #listNav ul { /* all lists */
	padding: 8px 0 0 87px;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#listNav a {
	display: block;
	width: 105px;
	margin: 0;
	padding: 0;
	
}

#listNav li { /* all list items */
	float: left;
	color: #eee;
	font-size: 14px;
	margin: 0;
	padding: 0 17px;
	position:relative;
	
}

#listNav li ul { /* second-level lists */
	position: absolute;
	padding: 5px;
	background: none;
	width: 115px;
	color: #94672D;
	text-decoration: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top:10px;
}

#listNav li ul a {
	font-size: 12px;
	text-decoration: none;
	background: #E8EBF2;
	width: 110px;
	padding: 8px 4px 4px 4px;
	
}

#listNav li ul li{
	padding: 0px;
	}

#listNav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#listNav li:hover ul ul, #listNav li.sfhover ul ul {
	left: -999em;
	color: #eee;
}

#listNav li:hover ul, #listNav li li:hover ul, #listNav li.sfhover ul, #listNav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*end Suckerfish*/

/*</group>*/

/* Recipe Table */

.recipeTable {

	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 10px;
	width: 100%;

}

.recipeTable td {

	border-left: 1px solid #666;
	border-top: 1px solid #666;

}

.recipeTable h2 {

	font-size: 16px;

}

.recipeInfo {

	padding: 10px;
	background: url("images/recipecard.gif") left repeat-y;
	padding-left: 45px;

}

.recipeImg {

	padding: 10px;
	background: #AE6D1B;
	text-align: center;

}

.recipeImg img {

	border: 4px solid #DFBD80;

}

.returnLink a {

	display: block;
	padding: 5px;
	color: #fff;
	background: #787042;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 25px;

}

.returnLink a:hover {

	background: #49431D;

}

.listLast {
height: 55px;
background: url('images/list_bg.gif') no-repeat;
}

.right {

	float: right;
	border: 1px solid #666;

}

.image{

	margin: 0 0 10px 10px;
	
	}
	
.clear {
	clear: both;
}

.award {
	float:right;
	position:relative;
	bottom:220px;
	right:55px;
}