/* stylesheet for big Catering */
/* Seth Jackson */

body { background-image: url(/catering/images/tiles/bigcatering.gif); }

.menuBackgroundOverride { background-image: none; }


td img {display: block;}

/* side bar parameters */
#sb {
	vertical-align: top;
	padding: 4px;
	background:#000;
	background-image: url(/catering/images/page_structure/blackboxes/sidenav.gif);
}


/* Sidebar buttons */

/* box that holds the buttons */

#navigator {
background-color: #000;
border: 1px none #000;
width: auto;
/* margin-top: 10px;
margin-left: 37.5%;
margin-right: 37.5%;*/
padding: 5px;
text-align: center;
}

.sbbutton {
margin-bottom: 10px;
margin-top: 0px;
}

/* states of links for the buttons */

.sbbutton a {
padding: 4px;
text-decoration: none;
display: block;
color: #224059;
background-color: #000000;
	border: 1px solid #527034;
}

.sbbutton a:hover {
background-color: #003300;
	border: 1px solid #a9ca75;
}

.sbbutton a:active {
background-color: #6bbb5b;
border-top: 1px solid #007c1a;
border-left: 1px #007c1a solid;
border-bottom: 1px solid #408b5e;
border-right: 1px #408b5e solid;
}


/* Sidebar text styles */

.sidebarchoices {
	color: #E1EBDC;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 10px;
}

a.sidebarchoices:link { color: #E1EBDC; }

a.sidebarchoices:visited {
	color: #E1EBDC;}

a.sidebarchoices:hover {
	color: #e4fde3;
	text-decoration: none;
}

a.sidebarchoices:active {
	color: #e8e878;
}

.sidebarintro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
	text-align: center;
	line-height: 13px;
}



/* Left, Middle and Right columns */

#cl { background-color: #dae7d3;
	vertical-align: top;
}
#cm { background-color: #dae7d3;
	vertical-align: top;
}
#cr { background-color: #dae7d3;
	vertical-align: top;
}

/* this in a DIV tage sets the text away from the left edge and top */

#columntext {	padding-left: 10px;
	padding-top: 10px;
}



/* Left and Right gutters */

#gl { background-color: #dae7d3; }
#gr { background-color: #dae7d3; }

#rightborder { background-color: #060A06; }



/* Main content area: text styles */

p { color: #040904;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	padding-top: 2;
	margin-top: 2px;
	margin-bottom: 2px;
}

.dishnameboldsans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
}


li {
	padding-bottom: 4px;
}



h1 {
	color: #527034;
	font: 16px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h2 {
	color: #2d561a;
	font: 14px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}


h3 {
	color: #527034;
	font: bold 12px/12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-top: 0px;
}


.question {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #3E7208;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	margin-top: 12px;
	margin-bottom: 4px;
}

.answer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}

p a {
	color: #3E7208;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: italic;
}

.circler { display: inline; }

#columntextnoindent { padding-top: 10px; }

.disclaimer {
	color: #426b46;
	font: italic bold 10px/12px Verdana, Geneva, sans-serif;
}

/* h4 is used for the restaurants in the drop off menu */
h4 {
	color: #030;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #DAE7D3;
	margin-top: 24px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 18px;
	line-height: 18px;
}

/* h5 is used for the packages in the drop off menu */
h5 {
	color: #527034;
	font: bold 12px/12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	padding-top: 18px;
	padding-bottom: 2px;
	margin-bottom: 6px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #648146;
	border-bottom-style: solid;
}

.sidebarchoicessmallroman {
	color: #E1EBDC;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 12px;
}

