/* Begin CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1em; }
	
ol, ul {
	list-style: none; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

/* remember to define focus styles! */
:focus {
	outline: 0; }

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }
	
/* End CSS Reset */

* {
	margin: 0;
	padding: 0; }

html, body, #wrap {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: none; }

body {
  	font-family: veranda, arial, helvetica, sans-serif;
  	font-size: 90%;
	text-align: left;
	min-width: 800px;
	margin: 0;
	padding: 0;
	background: #fbd275 url("/graphics/background.png") top repeat-x;
	color: #fff; }
	
body > #wrap {
	height: auto;
	min-height: 100%; }
	
#menu {
	position: relative;
	height: auto;
	width: 800px;
	padding: 1em 0;
	margin: 0 auto;
	font-size: 1.4em;
	text-align: center;
	background-color: transparent; }
	
#menu a:link, #menu a:visited {
	padding: 0 4% 0 0;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	color: #fbd275; }
	
#menu a:hover {
	padding: 0 4% 0 0;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	color: #66cccc; }
	
#menu a.active {
	padding: 0 4% 0 0;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	color: #e58856; }
	
#menu a.last {	
	padding: 0; }
	
#wrap {
	position: relative;
    margin: 0 auto 0 auto;
    padding: 20px 20px 200px 20px;
    width: 800px;
    background: #fff6e1 url("/graphics/wrap-background.png") top repeat-x; }
	
h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: .5em;
	color: #a40020; }
	
h2 {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: bold;
	color: #a40020;
	padding: 0 0 .5em 0;
	text-decoration: none; }
	
p + h2 {
	margin-top: 1em; }
	
h2 a:link, h2 a:visited {
	text-decoration: none; }
	
h2 a:hover {
	text-decoration: none; 
	color: #fff; }
	
h2 + h2 {
	margin-top: 1em; }
	
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #a40020; }
	
h3 + h3 {
	margin-top: 1em; }
	
h4 {
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	padding: .5em 0 0 0;
	color: #a40020; }
	
p {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 1em;
	text-align: left;
	color: #a40020;
	background-color: transparent; }
	
p + p {
	margin-top: 1em; }
	
p + p.quotedBy {
	margin-bottom: 4em; }
	
a:link, a:hover, a:visited {
	color: #a40020; 
	text-decoration: underlined; }
	
#header {
	position: relative;
	width: 800px;
	height: 200px;
	padding: 0;
	margin: 0 0 20px 0;
	background: #fff url("/graphics/header-1.jpg") 10px 10px no-repeat; }
	
#header h2 {
	float: left;
	width: auto;
	text-align: left;
	padding: 20px 0 0 20px;
	font-size: 1.8em;
	line-height: 1.2em;
	letter-spacing: .1em;
	font-weight: bold;
	color: #fff; }
	
#header img {
	position: absolute;
	top: 23px;
	left: 22px; }
	
#header img a:link  {
	border: 0; }
	
#header p {
	float: left;
	font-size: 1em;
	line-height: 1.2em;
	padding: .75em 0 0 1.2em;
	color: #fff;
	height: auto;
	text-align: left; }
	
#rightSide {
	float: right;
	width: 245px;
	height: 100%;
	margin-bottom: 150px;
	background-color: transparent;
	color: #000; }
	
#content {
	width: 535px;
	margin: 0 260px 150px 0;
	background-color: transparent;
	color: #000; }
	
#contentFull {
	margin: 0 0 150px 0;
	background-color: transparent;
	color: #000; }
	
ul {
	margin: .5em 0 2em 0; }

li {
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: .5em;
	color: #a40020;
	height: auto;
	list-style: none;
	list-style-position: inside;
	text-align: left; }
	
li a:link, li a:visited {
	color: #a40020;
	text-decoration: underlined; }
	
li a:hover {
	color: #a40020;
	text-decoration: none; }
	
h4 + ul {
	padding-top: 0; }
	
dl {
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 1em;
	color: #a40020;
	height: auto;
	list-style: none;
	list-style-position: inside;
	text-align: left; }
	
dt {
	font-weight: bold; }
	
dd {
	color: #cc6d3a;
	padding-bottom: 1em; }
	
div.location {
	position: relative;
	width: auto;
	height: 360px;
	margin-bottom: 3em; }
	
div.location iframe {
	float: right;
	margin: 0 0 0 1em;
	border: 1px solid #a40020; }
	
a:link.top, a:visited.top, a:hover.top {
	font-size: .6em;
	font-weight: bold;
	color: #009999; }
	
.spoon {
	float: left;
	padding: 0 .25em 0 0; }
	
.bold {
	font-weight: bold; }
	
.italic {
	font-style:italic; }
	
.logo {
	float: right;
	padding: 1em 1em 0 0; }
	
.nowOpen {
	color: #009999;
	font-weight: bold; }
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
	
.clearfix {
	display: inline-block; }
	
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%; }
	
.clearfix {
	display: block; }
/* End hide from IE-mac */
	
#footer {
	position: relative;
	width: 100%;
	color: #fff;
	margin-top: -220px;
	height: 220px;
	background: url("/graphics/buildings.png") center no-repeat; }
	
#footer p {
	text-align: center;
	width: 800px;
	margin: 0 auto;
	font-size: .8em;
	color: #fff3d6;
	padding-top: 195px;
	background-color: transparent; }