﻿* 
{
	margin: 0;
	padding:0;
}

body
{
	text-align: center;
	background-color: #E2AD37;
	background-image:url(/Images/background.jpg);
	background-attachment: fixed;
}

#header
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 800px;
	height: 150px;
	border: Solid 1px;
	background-color: White;
}

#left_header
{
	width: 225px;
	height: 150px;
	float: left;
	background-color: #009246;
}

#left_header p, #right_header p
{
	
	padding: 4em 1em 0em 1em;
	text-align: center;
	font-size: 0.9em;
	font-weight:bold;
}

#mid_header
{
	width: 350px;
	height: 150px;
	float: left;
	background-image:url(/Images/logo.jpg);
	background-repeat: no-repeat;
	background-color: White;
}

#right_header
{
	width: 225px;
	height: 150px;
	float: left;
	background-color:#CE2B37;
}

#menu, #footer
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: White;
	border: 1px solid black;
}

#menu
{	
	padding-top: 10px;
	margin-top: -1px;
	height: 25px;
}

#footer
{
	font-size: 0.7em;
	margin-top: -1px;
}

#footer p
{
	padding-top: 5px;
}

#menucontent, #policycontent
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 15px 0 15px 0;
}

#menucontent ul
{
	margin-top: 10px;
	font-size: .9em;
}

#policycontent
{
	font-size: 0.7em;
}

#policycontent h3
{
	text-decoration: underline;
	text-transform: uppercase;
}


.aspmenu
{
	margin: 0 auto;
}

#content
{
	width: 800px;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
	text-align: left;	
	background-color: White;
	border: 1px solid;
}

#content p
{
	padding: 15px 10px 10px 10px;
}

.conditions
{
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
}

.substitutions
{
	line-height: 1em;
}

.clarification
{
	line-height: 1.5em;
}

.prices
{
	line-height: 1.1em;
	font-weight: bold;
	font-size: 1.1em;
}

.choices
{ 
	line-height: 1.1em;
}

.footnote
{
	font-style: italic;
	font-size: 0.8em;
}

.small
{
	font-size: 0.7em;
}

.calculator
{
	width: 400px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid;
}

.emphasis
{
	text-transform: uppercase;
	font-weight: bold;
}
