@charset "UTF-8";
@import url("menu.css");
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#939598;
	font-size: 12px;
	line-height: 14px;
	background: #879e99 url(images/bg_gradient.jpg) repeat-x left top;
	background-color:#533a04;
	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 */
	margin: 0px;
}

.Normal, .SkinObject /* Override of DNN style class */
{
    font-family:Arial, Helvetica, sans-serif;
    color:#939598;
	font-size: 12px;
	line-height: 14px;
	font-weight:normal;
}

.NoPaneBorder /* Needed for Pane Layout mode */
{
    border:0px !important;
}

.NoPaneBorder span.SubHead center /* Needed for Pane Layout mode */
{
    background-color:#efefef;
    border: solid 2px #e9e9e9;
    color: #000000;
    margin:1px;
    padding:2px;
}

img 
{
	border:none;
}

h1 
{
    color:#3467a0;
    font-size:21px;
}

h2
{
	color:#3467a0;
	font-size:17px;
	line-height: 20px;
	margin-top: 0px;
}

h3
{
    color:#3467a0;
    font-size:15px;
    line-height:18px;
    margin:5px 0px;
}

a:link, a:active, a:visited 
{
	color: #e77821;
	text-decoration: none;
	font-weight:bold;
}

a:hover 
{
	color: #e9b139;
	text-decoration: none;
}

#container {
	width: 1153px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top 
{
	float:left;
	clear:both;
	width: 1153px;
}

#logo 
{
    width:819px;
    height:67px;
    float:left;
}

#dnn_HeaderPane /*RM: Same as EMC #header */ 
{
	color:#fefdfa;
	background-image: url(images/topright_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	clear: none;
	text-align: left;
	vertical-align: top;
	height: 47px;
	width: 334px;
	padding-top: 20px;
}

.header_image 
{
    margin-top:-7px;
    text-align:left;
    margin-right:10px;
    float:left;
}

.header_text 
{
    margin-left:30px;
}

#dnn_HeaderPane a 
{
    color:#e9b139;
}

.spacer 
{
    padding: 0px 5px;
}

#dnn_HeaderPane a:hover 
{ 
    color:#fefdfa;
}

/* RM: removed all EMC #topnav classes! */

/* main styles */

#main {
	clear:both;
	float:left;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:1153px;
	display:inline;
	padding-top:19px;
	min-height:300px;
}
#content {
	width:974px;
	margin-left: 46px;
    background-image: url(images/white.gif);
	background-repeat: repeat;
	float: left;
	margin-top: 0px;
	display:inline;
}

#content UL 
{
    line-height:14px;
}

#content LI
{
    margin-top:6px;   
}

/* left styles */

/* RM: not used in DNN design.  Not used in EMC design anymore ? */
#dnn_ThreePaneLeft {
	width:185px;
	float:left;
	clear:both;
	background-color: #FFFFFF;
	margin-left:20px;
	margin-right:20px;
	text-align:left;
}
#dnn_ThreePaneLeft p {
    line-height:24px;
}

#order {
    background-color:#e9b13a;
	width: 199px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#563c03;
}

#order input {
    margin: 5px 0px;
}

#order a {
    color:#FFFFFF;
    text-decoration:underline;
}

#order_auth 
{
    color:#939598;
    padding: 5px;
}

#remember {
	margin-top:5px;
}

#remember_text {
	margin-top:-25px;
	text-align:left;
	float:right;
	clear:none;
	width:100px;
	margin-right: 75px;
}
/* center styles */

/* RM: not used in DNN design.  Not used in EMC design anymore ? */
#dnn_ThreePaneCenter 
{
	background-color:#ffFFFF;
	width:474px;
	float:left;
	clear:none;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #c6c7c6;
	padding-right: 20px;
	margin-right: 10px;
	display:inline;
}

.menu_item 
{
	margin-bottom:10px;
	clear: both;
	float: left;
}

.menu_text
{
    text-align: left;
	padding-left: 30px;
	padding-bottom: 10px;
}

.menu_item p
{
	margin-bottom:5px;
	margin-top: 5px;
}

.food_image 
{
	margin-right: 30px;
	padding-top:8px;
    vertical-align: top;
}

/* right styles */
#dnn_ThreePaneRight 
{
	float:right;
	clear:none;
	width:201px;
	margin-right: 15px;
	text-align: left;
	padding-right: 5px;
	line-height:20px;
	margin-top:10px;
	padding-left:0px;
	display:inline;
}

#dnn_ThreePaneRight p 
{
    margin:5px 0px 5px;
    line-height:24px;
}

.dotted_hor {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #c6c7c6;
    margin:10px 10px 10px 0px;

}

#blog, #twitter {
    color:#563c03;
    line-height:14px;
    font-size:12px;
}

#blog a, #twitter a {
    color:#FFFFFF;
}

#blog a.title 
{
    color:#563c03;
}

#blog a:hover, #twitter a:hover {
	color: #e77821;
	text-decoration: none;
}

#blog .entry, #twitter .entry
{
    background-color: #bad747;
    padding: 5px 15px;
    width: 162px;   
}

#blog .rt_spacer, #twitter .rt_spacer
{
    background-color: #ffffff;
    width: 9px;
}

#blog .date
{
    color:#b37c05;
    font-size:10px;
}

.hor_rule 
{
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	width:160px;
	margin:5px 0px 15px 0px;
}

/* footer styles */
#dnn_FooterPane {
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: -1px top;
	width: 1153px;
	padding:40px 0px;
	float: left;
	clear: both;
}

#dnn_FooterPane a { display:none; } /* used to hide the DNN-generated <a name=xxx> tag which causes a break */

.footer_text
{
    font-size:12px;
	text-align:center;
	color:#fffefd;
    line-height:24px;
}

#dnn_FooterPane .footer_text a 
{
    display:inline;
    color:#e9b139;
    padding:0px 10px;
}

#dnn_FooterPane a:hover 
{
    color:#ffffff;
}

#dnn_FooterPane span 
{
    padding:0px 10px;
}


/* interior page styles */
#breadcrumbs {
	text-align:left;
	padding-left: 30px;
	height: 30px;
	padding-top: 5px;
}

#dnn_ContentPaneFull {
	width:920px;
	float:left;
	clear:both;
	background-color: #FFFFFF;
	margin-left:15px;
	text-align:left;
	margin-right:10px;
	margin-bottom:20px;
}


#dnn_ContentPane /* RM: same as EMC #interior_left */
{
    background-color:#CC3300;
    border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #c6c7c6;
	padding-right:30px;
	width:660px;
	float:left;
	clear:both;
	background-color: #FFFFFF;
	margin-left:30px;
	text-align:left;
	margin-right:20px;
    margin-top: 10px;
    margin-bottom:20px;
}

#dnn_ContentPane p 
{
    line-height:24px;
}

#dnn_ContentPane div.article p
{
	line-height:16px;
}

#dnn_ContentPane h1 
{
	font-size:28px;
	line-height: 32px;
	margin-top: 0px;
}

#dnn_RightPane /* RM: same as EMC #interior_right, changed in http://emcpreview.com/CFS/-SITES-/choicelunch/interior_nodropdown_v2.html compared to updates */
{
	float:right;
	clear:none;
	width:200px;
	margin-right: 0px;
	text-align: left;
	padding-right: 30px;
	line-height:20px;
	margin-top:10px;
	padding-left:0px;
	display:inline-block;
}

#dnn_RightPane p 
{
    line-height:20px;
    margin:5px 0px 5px;
}

.interior_image 
{
	float:right;
	clear:both;
	text-align:right;
	padding-left: 20px;
	padding-bottom: 10px;
}

