/*+clearfix {*/
#subContent:after, #content:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#subContent, #content
{
	display: inline-block;
}
#subContent, #content
{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*+}*/
BODY
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #040301 url(images/bodyBG.jpg);
	margin: 0;
/*it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	padding: 0;
	text-align: center;
/*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
	color: #926B40;
}
.chefCSS #container
{
	width: 780px;
/*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar*/
	background: #926C3F url(images/background.jpg);
	margin: 0 auto;
/*the auto margins (in conjunction with a width) center the page*/
	border: 1px solid #927950;
	text-align: left;
/*this overrides the text-align: center on the body element.*/
}
#privacy LI A
{
	color: #5276BB;
	font-weight: bold;
	text-decoration: none;
}
#privacy LI A:hover
{
	text-decoration: underline;
}
#terms
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	margin-bottom: 10px;
	padding-left: 0px;
}
#terms A
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
}
#terms A:hover
{
	color: #966E3D;
}
DIV.fineprint
{
	text-align: center;
	font-size: 8pt;
}
DIV.txtcontent H3
{
	color: #966E3D;
}
DIV.txtcontent H2
{
	color: #966E3D;
	display: inline;
}
DIV.txtcontent
{
	padding-left: 10px;
	padding-right: 5px;
	width: 290px;
	float: left;
	font-size: 10pt;
	margin-bottom: 20px;
}
#enterNumber
{
	background-color: #5A0009;
	color: #FEFEFE;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
	cursor: pointer;
}
.txtContentW_L H2
{
	color: #8C673D;
	font-size: 11.5pt;
}
.txtContentW_L
{
	width: 630px;
	float: left;
}
.txtContentW_L A
{
	color: #936D40;
	text-decoration: none;
}
.txtContentW_L A:hover
{
	text-decoration: underline;
}
#Col_2
{
	padding-left: 10px;
}
#Col_1 H2
{
	color: #8E693F;
	font-size: 11.5pt;
}
#Col_1
{
	padding-left: 10px;
}
#Col_1 H1
{
	color: #906B3F;
	font-size: 12.5pt;
}
.txtContentW A
{
	color: #8E6C3F;
	text-decoration: none;
}
.txtContentW A:hover
{
	text-decoration: underline;
}
.txtContent H1
{
	font-size: 12.5pt;
	color: #926C3F;
	line-height: 1.2;
}
.txtContentW
{
	padding-left: 10px;
	padding-right: 10px;
	width: 630px;
	font-size: 10pt;
	text-align: center;
	float: left;
}
.txtContent A
{
	color: #8E6C3F;
	text-decoration: none;
}
.txtContent A:hover
{
	text-decoration: underline;
}
.imgContent
{
	float: left;
	width: 350px;
	margin-bottom: 20px;
}
/*[clearfix]*/#subContent
{
	overflow: auto;
	padding-top: 10px;
	color: #FEFEFE;
	font-family: Verdana;
}
.txtContent
{
	padding-left: 10px;
	padding-right: 5px;
	float: left;
	width: 290px;
	font-size: 10pt;
	margin-bottom: 20px;
	/*[empty]color:;*/
}
#menudiv
{
	height: 5px;
}
#menubar
{
	padding-left: 64px;
	background-image: url(images/menuBG.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.chefCSS #header
{
	background: url(images/header.jpg) no-repeat;
	padding: 0 10px 0 20px;
/*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.*/
	height: 411px;
	position: relative;
}
.chefCSS #header H1
{
	margin: 0;
/*zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse*/
	padding: 10px 0;
/*using padding instead of margin will allow you to keep the element away from the edges of the div*/
}
.chefCSS #mainContent
{
/*remember that padding is the space inside the div box and margin is the space outside the div box*/
	background: url(images/bars.gif);
}
/*[clearfix]*/#content
{
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/bodyBG.jpg);
	margin-left: 51px;
	margin-right: 54px;
	color: #FEFEFE;
	margin-top: 19px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11.1pt;
}
.chefCSS #footer
{
	padding: 0 10px;
/*this padding matches the left alignment of the elements in the divs that appear above it.*/
	background: url(images/footerBG.jpg);
	text-align: center;
}
.chefCSS #footer P
{
	margin: 0;
/*zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs*/
	padding: 13px 0 10px;
/*padding on this element will create space, just as the the margin would have, without the margin collapse issue*/
	color: #FEFEFE;
	font-size: 8pt;
}
/*FORMS*/
OL.forms
{
	float: left;
	list-style: none;
	margin-left: 0;
	width: 100%;
	padding-left: 0;
	padding-top: 10px;
}
OL.forms LI
{
	clear: both;
	float: left;
	margin: 0 0 12px;
	width: 100%;
	padding-left: 0px !important;
	padding-left: 8px;
}
OL.forms LI.together
{
	clear: none;
	margin-right: 10px;
	width: 200px;
}
OL.forms LI.clearing
{
	clear: both;
}
OL.forms LI.last
{
	margin-right: 0;
}
OL.forms LABEL
{
	color: #93693F;
	cursor: pointer;
	display: block;
	font-weight: bold;
	font-size: 10.5pt;
}
OL.forms INPUT, OL.forms TEXTAREA
{
	border: 1px solid #37485A;
	font: inherit 1em sans-serif;
	padding: 2px;
	width: 404px;
}
OL.forms LI.together INPUT
{
	width: 194px;
}
OL.forms SELECT
{
	border: 1px solid #325D6E;
}
OL.forms TEXTAREA
{
	height: 195px;
	overflow: auto;
	width: 606px;
}
OL.forms LI.buttons
{
	text-align: right;
}
OL.forms LI.buttons INPUT
{
	width: auto;
	border: 1px solid #325D6E;
}
OL.forms LI.buttonsL
{
	text-align: left;
}
OL.forms LI.buttonsL INPUT
{
	width: 5em;
	border: 1px solid #325D6E;
}
OL.contactUs
{
	float: left;
	list-style: none;
	margin-left: 0;
	width: 100%;
}
OL.contactUs LI
{
	clear: both;
	float: left;
	margin: 0 0 12px;
	width: 50%;
}
OL.contactUs LABEL
{
	color: #325D6E;
	cursor: pointer;
	display: block;
	font-weight: bold;
}
OL.contactUs INPUT, OL.forms TEXTAREA
{
	border: 1px solid #325D6E;
	font: inherit 1em sans-serif;
	padding: 2px;
	width: 403px;
}
OL.contactUs LI.buttons INPUT, .button
{
	width: auto;
	border: 1px solid #325D6E;
}
#promo
{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 211px;
	left: 55px;
}
