/*body {
    margin: 0;
    padding: 0;
	background: #ffebcb url(/images/main-background.jpg) repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4d4e53;
}
*/
html {
    margin: 0;
    padding: 0;
/*	background: #d2762f url(images/large-bg.jpg) 50% 100% repeat-x; */
	background-image: url(images/large-bg.jpg);
	background-color:#d2762f;
/*	background-position:50% 100%; */
	background-position: bottom;
	background-repeat:repeat-x;
	background-attachment: fixed;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4d4e53;
	line-height: 18px;
	height: 100%
}
img#bg {
  position:fixed;
  top:0;
  left:0;
  width:1600px;
  height:902px;
} 
#container {
  position:relative;
  z-index:1;
} 
input, textarea, select {
    color: #4d4e53;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
}

.clear {
	clear: both;		
}
h1 {
	font-family: "FreeSetC", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #478e2f;
	margin-top: 0;
		
}

hr {
    border: 0;
    border-top: 1px solid #999;
    height: 0;
}

img {
    border: none;
}

A, a:Visited, a:Active {
	color: #478e2f;
	text-decoration: underline;
}
A:Hover {
	color: #478e2f;
	text-decoration: none;
}
.subtitle a {
	text-decoration: none;	
}
/* Text Formatting */
.title {
    font-family: "FreeSetC", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #d75213;
	font-size: 26px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #468e2e;
}
.small {
    font-size: 11px;
}
.caption {
    font-size: 9px;
    color: #666666;
}
.error {
    color: #990000;
}
.notAvailable {
    color: #999999;
    text-decoration: line-through;
}

/*---------------------------------------------------------------------------------------------*/
/* Breadcrumbs */
#breadcrumbs {
	color: #4d4e53;
	padding: 0; margin: 0; font-size: 12px;
}
#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:active {
    font-size: 12px;
	color: #4d4e53;
    text-decoration: underline;
}
#breadcrumbs a:Hover {
    color: #d6d6d4;
    text-decoration: underline;
}
/*---------------------------------------------------------------------------------------------*/
/* Data Display Settings */
.dataBoxBorder {
    border: solid 1px #b0b0b0;
    padding: 8px;
}

.dataBoxBody {
}
.dataBoxHeader {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}
.dataBoxRowTitle {
    color: #478e2f;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
}
.dataBoxRowTitle2 {
    color: #666666;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
	font-size: 12px;
}
.dataBoxRowValue {
    vertical-align: middle;
}
.dataBoxRowValueBorder {
    border: solid 1px #666666;
}
.dataBoxFooter {
    color: #666666;
    font-weight: bold;
}

/*---------------------------------------------------------------------------------------------*/
/* Control Formatting */
.formButton_small {
    background-color: Transparent;
    background-image: url(images/btn-small.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #fff;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 100px;
}
.formButton_medium {
    background-color: Transparent;
    background-image: url(images/btn-medium.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #fff;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 150px;
}
.formButton_large {
    background-color: Transparent;
    background-image: url(images/buttonBG_Large.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 200px;
}

.formControl {
    border: solid 1px #4d4e53;
    color: #4d4e53;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 2px 7px;
}
SELECT.formControl {
    border: solid 1px #4d4e53;
    color: #4d4e53;
    font-family: Tahoma;
    font-size: 13px;
    padding: 0px;
}


#container {
	width: 1000px;
	margin: 0 auto;	
}
#header {
	height: 140px;
	background: url(/images/header-background.jpg) repeat-x	
}
#header .left {
	width: 571px;
	float: left	
}
#header .right {
	width: 420px;
	float: left;
	/*background: url(/images/header-info.jpg) right bottom no-repeat;*/
	margin-left: 0px;
	height: 140px
}
.search {
	margin: 8px 0 0 0
}
#top-nav {
	height: 71px;
	background: url(/images/top-nav-background.jpg) no-repeat;
}
#top-nav ul {
	list-style: none;
	width: 820px;
	margin: 0 0 0 182px;
	padding: 0;
}
#top-nav ul li {
	display: inline;

}
#top-nav ul li a, #top-nav ul li a:visited {
	
	display:block;
	width: auto;
	float: left;
	color: #383838;
	text-decoration: none;
	
}
#top-nav ul li a span {
	padding: 11px 13px 12px 11px;
	display:block;
	width: auto;
	background: url(/images/divider.jpg) right repeat-y
	}
#top-nav ul li a span.last {
	background: none;	
}
#top-nav ul li a:hover, #top-nav ul li a.here {
	background: url(/images/top-nav-hover.jpg) repeat-x
}
#inside-content {
	background: #ffebcc;
	min-height: 400px	
}
.banner1 {
	background: url(/images/banner-bg.jpg) no-repeat;
	width: 974px;
	height: 331px;
	margin-left: 15px
}
.slider {
	margin:0 0 0 6px;	
	padding-top:3px;
}
#home-content {
	margin: 0;
	padding: 15px 11px 0 15px;	
}
#home-content .col-1 {
	width: 754px;
	float: left	
}
#home-content .col-1 .home-text {
	padding: 0 12px 0 0;	
}
#home-content .col-1 .home-banners {
	margin: 0;	
}
#home-content .col-1 .bottom-section{
	margin:6px 0 0 0;
}
.bottom-section, .bottom-section td {
	font-size: 11px;	
}
.bottom-section ul {
	margin: 0; padding: 0;
	list-style: none;
}
.bottom-section ul li {
	background: url(/images/orange-arrow.png) 0 4px no-repeat;
	padding: 0 0 0 12px;
}
#home-content .col-1 .bottom-section .serving-today {
	background: url(/images/serving-today-bg.jpg) no-repeat;
	width: 367px;
	height: 239px; 
	float: left;
	overflow-y: auto 
}
#home-content .col-1 .bottom-section .serving-monday {
	background: url(/images/serving-today-bg.jpg) no-repeat;
	width: 367px;
	height: 239px; 
	float: left;
}
.serving-today-table {
	margin: 60px 0 0 0;	
}
.serving-today-table p{
	margin: 0;
}
#home-content .col-1 .bottom-section  .specials {
	height: 239px;
	width: 367px;
	background: url(/images/specials.jpg) no-repeat;
	float: left;
	margin-left: 14px;
	}
.specials-table {
	margin: 18px 0 0 0	
}
#home-content .col-2 {
	width: 211px;
	float: left;
	margin-left: 7px
}
.news-box {
	width: 211px;
	margin: 8px 0 0 0;	
}
.news-box-body {
	background: url(/images/right-box-bg.jpg) repeat-y;
	margin: 0;
	font-size: 13px;
	padding: 8px 25px 8px 12px;
}
.blog-box {
	width: 211px;
	margin: 4px 0 0 0;
}
.more {
	text-align: right;
}
.more a {
	font-size: 11px;
	color: #478e2f;
}
.newstitle {
	font-weight: bold;
	color: #478e2f;
	text-decoration: none;
}
#the-content {
	padding: 0 12px 20px;
	min-height: 600px
}
#footer {
	width: 974px;
	height: 136px;
	background: url(/images/footer-bg.jpg) no-repeat;	
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin-top: 6px;
}
#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline	
}
.footer-links {
	padding: 8px 0 0 0;	
}
#sub-content {
	margin: 0;
	padding: 15px 11px 0 15px;
}
#content {
	min-height: 400px;	
}
.welcome {
	text-align: right;
	padding: 10px 20px 0 0	
}
.order-meals-col-1 {
	width: 760px;
	float: left	
}
.order-meals-col-2 {
	width: 140px;
	float: left;	
}
.green-bg-header {
	background: #478e2f;
	color: #fff;
}
th.green-bg-header a, th.green-bg-header a:active, th.green-bg-header a:visited {
	color: #fff;
	text-decoration: none;
}
.green-bg-header td {
	color: #fff;		
}
.top-border {
	border-top: 1px solid #ccc;	
}
.orange-bg-header {
	background: #e0761b;		
	}
.next-arrows {
	width: 313px;
	margin-top: -12px;
	margin-left: 730px;
	position: absolute;
	left: -56px;
	visibility:hidden;
}
.legend {
	background: none;
	font-size: 11px;
	border: none;
}
.weeks-specials {
	width: 220px;
	text-align: center;
	float: right;
}
.sp-border {
	padding: 6px;
	border: 1px solid #cccccc;	
}
td.off {
	background: #ececec;
	color: #e9e9e9
}
td.off a {
	color: #ececec	
}
/***************** ADDED BY JOEL ***************************/
.questions {
	float:left;
	height:24px; width:32px;
	margin:0 10px;
	padding:8px 0 0 0;
	background:url(images/q-bg.png) center no-repeat;
	color:#ffffff;
	text-align:center;
}
table.report1 {
	border-collapse:collapse;
	border:#ccc 1px solid;
}
table.report1 td {
	border:#ccc 1px solid;
}
table.report1 tr.odd {
	background-color:#ffffff;
}
table.report1 tr.even {
	background-color:#f1f1f1;
}
td.yesno-top {
	border-left:#ccc 1px solid;
	border-top:#ccc 1px solid;
	border-right:#ccc 1px solid;
	text-align:center;
	font-weight:bold;		
}
.driver-id {
	text-align:right;
}
.note {
	font-weight: normal;
	color: #4d4e53;
	font-size: 12px;
}
.table-top td {
	background: #478e2f;
	color: #fff;
}
.table-highlight td {
	background: #e0f998;
}

/*******************************************************/

#newsticker-demo {
width:310px;
background:#EAF4F5;
padding:5px 5px 0;
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:20px auto;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; height:137px;}

#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite { margin-left:10px;  width:190px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; width:180px; }
.newsticker-jcarousellite .thumbnail { float:left; width:180px; }
.newsticker-jcarousellite .info { float:right; width:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color}

.PasswordInstruction {
	font-size: 11px;	
}
ul.checkmarks {
	list-style: none;
	padding-left: 16px;
}
ul.checkmarks li {
	background: url(../../images/check-mark.jpg) no-repeat;
	padding-left: 18px;
}
.altRowOg{
	background: #fff2dd;
}
.altRowOg1 {
	background: #fff2dd;

}
#order-now-box {
	position: absolute;
	width: 173px;
	height: 43px;
	margin: 214px 0 0 805px
}
#holder {
	min-height: 800px	
}
.phone-numbers {
	margin-top: 0px;	
}
.phone-numbers td{
	font-size: 11px !important;
	line-height: 14px !important	
}
.phone-numbers table {
	width: 412px;
}
.phone-numbers strong {
	color: #EB6B13	
}
ul.orange-list {
	list-style: none;
	margin: 16px 0 0;
	padding: 0		
}
ul.orange-list li {
	padding-left: 20px;
	background: url(../../images/chevron.png) 3px 7px no-repeat; 	
}