/* General Elements
   ---------------- */
html, body {
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-color: #F3DCCB;
	background-image: url(../images/misc/body_back.jpg);
	background-repeat: repeat-x;
	/*background-color: #FFF; DEV Version */
	height: 100%;
}
img {
	border: 0;
}
img.vAlign {
	vertical-align: middle;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AF6028;
}
h1 {
	margin-top: 5px;
	font-size: 1em;
}
h2 {
	font-size: 0.9em;
}
h3 {
	font-size: 0.8em;
}
a {
	color: #955121;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
p {
	font-size: 0.8em;
	line-height: 1.5em;
}
p.imgdesc {
	margin-top: 0;
	font-size: 0.7em;
	text-align: center;
}
p.hilite {
	color: #F00;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.4em;
}
p.tableNote {
	margin-top: 0;
	font-size: 0.7em;
	font-style: italic;
}
address {
	font-size: 0.8em;
}
ul li, ol li {
	font-size: 0.8em;
	padding: 0.3em 0;
}
ul.shrink li {
	padding: 0;
}
form fieldset {
	margin-top: 1em;
}
form#emailForm fieldset {
	background-color: #FFEFD5;
	padding-bottom: 3px;
}
form legend {
	margin-bottom: 5px;
	font-size: 0.8em;
	color: #333;
	font-weight: bold;
}
form#emailForm label {
	font-size: 0.7em;
}
form#emailForm legend {
	margin-bottom: 3px;
	font-size: 0.7em;
	font-weight: normal;
}
td.cake_title {
	font-size: 0.8em;
	color: #AF6028;
	font-weight: bold;
	text-align: left;
}
form table {
	width: 100%;
}
form tr {
	vertical-align: top;
	background-color: #FFEFD5;
}
form th {
	font-weight: bold;
	text-align: center;
}
form td, form th {
	font-size: 0.8em;
}
form td.setWidth30 {
	width: 30%;
}
form td.price {
	font-weight: bold;
	color: #AF6028;
}
form input, form textarea, form select {
	background-color: #FFFAF0;
	border: 1px solid #AF6028;
}
form input#submit {
	margin-top: 1em;
	color: #A75D29;
	font-weight: bold;
	background-color: #F8DBC9;
}
form#emailForm input#submit {
	margin-top: 0;
}
form span.req {
	color: #F00;
}
table {
	border-collapse: collapse;
}
caption {
	text-align: left;
	font-size: 0.8em;
	padding-bottom: 1em;
}
tr {
	vertical-align: top;
}
td {
	font-size: 0.8em;
	padding: 7px 12px;
}
table#gallery td {
	width: 190px;
	padding: 0 0 25px 0;
	text-align: center;
}
table#cake_table, table#cake_list {
	border: 1px solid #FFCD79;
}
table#cake_table td, table#cake_table th {
	padding: 0 8px;
	border-top: 1px solid #FFCD79;
}
table#cake_table tr.backCol1 {
	vertical-align: middle;
	background-color: #FFEFD5;
}
table#cake_table tr.backCol2 {
	vertical-align: middle;
	background-color: #FFE8BF;
}
table#cake_list tr.backCol1 {
	background-color: #FFEFD5;
}
table#cake_list tr.backCol2 {
	background-color: #FFE8BF;
}
table#cake_list td {
	padding: 5px 12px;
}
table.price_list th, table.price_list td {
	border: 1px solid #FFCD79;
	font-size: 0.8em;
	padding: 5px 12px;
	text-align: center;
}
table.price_list tr.backCol1 {
	background-color: #FFEFD5;
}
table.price_list tr.backCol2 {
	background-color: #FFE8BF;
}


/* General Classes
   --------------- */
.italic {
	font-style: italic;
}
.error {
	color: #F00;
	font-weight: bold;
}
.fleft {
	float: left;
	margin-right: 10px;
}
.fright {
	float: right;
	margin-left: 10px;
}
.lclear {
	clear: left;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.rightw30 {
	width: 30%;
	text-align: right;
}
.rightw40 {
	width: 40%;
	text-align: right;
}
.courier {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
.backlitHead {
	padding: 0.6em;
	text-align: center;
	background-color: #FFEFD5;
}
.small {
	font-size: 0.7em;
}


/* Container
   --------- */
div#page {
	width: 720px;
	min-height: 100%;
	height: auto;
	margin: auto;
	text-align: left;
	background-color: #FFFAF0;
	background-image: url(../images/misc/page_back.gif);
	background-repeat: repeat-y;
}
* html div#page { /* Hack for IE < ver 7 */
	height: 100%;
}


/* Masthead
   -------- */
div#header {
	position: relative; /* Required to position masthead images and navigation within this container */
	width: 720px;
	height: 188px;
	background-image: url(../images/misc/head_back.jpg);
	background-repeat: repeat-x;
}
div#header img#logo {
	position: absolute;
	top: 5px;
	left: 30px;
}
div#header p.headerContact {
	position: absolute;
	top: 10px;
	right: 30px;
	text-align: right;
	margin-top: 0;
	font-size: 12pt;
	line-height: 1.3em;
	color: #BB6B32;
}
div#header img#headtxtl {
	position: absolute;
	top: 25px;
	left: 50px;
}
div#header img#headtxtr {
	position: absolute;
	top: 25px;
	right: 20px;
}
#commentContainer {
	position: absolute;
	top: 10px;
	left: 246px;
	width: 290px;
	height: 130px;
	overflow: hidden;
	color: #AF6028;
}
#testimonials {
	position: relative;
}
#HCComA {
	margin: 0;
	height: 100%; /* To trigger hasLayout in IE */
}
#HCComB {
	height: 100%; /* To trigger hasLayout in IE */
}
#leftQuote {
	margin: 0;
	float: left;
	height: 100%;
}


/* Navigation
   ---------- */
div#nav {
	position: absolute;
	bottom: 0;
}
#nav ul, #nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 0 0 0 22px;
}
div#nav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
div#nav a {
	display: block;
	background: url(../images/misc/nav_back_tl.gif) no-repeat left top;
	font-size: 8pt;
	font-weight: bold;
	line-height: 100%;
	color: #A75D29;
	text-decoration: none;
	border-bottom: 2px solid #AF6028;
	margin-right: 3px;
	padding: 0;
}
div#nav a span {
	display: block;
	background: url(../images/misc/nav_back_tr.gif) no-repeat right top;
	padding: 0.5em 0.9em 0.4em 0.8em;
}
div#nav a:hover span {
	color: #F00;
}
div#nav li#selected a  {
	position: relative;
	top: 2px;
	border: 0;
}
div#nav li#selected li a  {
	top: 0;
}
div#nav a:hover, div#nav li#selected a {
	background-position: 0% -90px;
}
div#nav a:hover span, div#nav li#selected a span {
	background-position: 100% -90px;
}

#nav li ul {
	position: absolute;
	width: 110pt;
	left: -999em;
	margin-left: 0; /* Countact the margin setting above which is inherited */
	background-color: #F8DBC9;
	border: 2px solid #A75D29;
	border-top: 0;
	border-bottom: 0;
}
#nav li#selected ul {
	border-top: 2px solid #AF6028;
}
#nav li li {
	width: 110pt;
	border-bottom: 2px solid #A75D29;
}
#nav li li a {
	background-image: none;
	border-bottom: 0;
	margin-right: 0;
	padding: 0.5em 0.9em 0.4em 0.8em;
}
#nav li li a:hover {
	color: #F00;
	background-color: #FFFAF0;
}

div#nav li:hover, div#nav li.hover {
    position: static; /* Fix for IE7 bug - see: http://www.builtfromsource.com/2006/10/23/a-fix-for-suckerfish-dropdowns-in-ie-7 */
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* Main Content
   ------------ */
div#content {
	margin: 0;
	padding: 10px 30px;
}
body#r450 div#main {
	float: right;
	width: 450px;
	display: inline;
}
body#r410 div#main {
	float: right;
	width: 410px;
	display: inline;
}
body#l450 div#main {
	float: left;
	width: 450px;
	display: inline;
}
body#l410 div#main {
	float: left;
	width: 410px;
	display: inline;
}
div#map {
	width: 400px;
	height: 300px;
}
body#r450 div#secondary {
	float: left;
	width: 180px;
}
body#r410 div#secondary {
	float: left;
	width: 220px;
}
body#l450 div#secondary {
	float: right;
	width: 180px;
}
body#l410 div#secondary {
	float: right;
	width: 220px;
}
div#secondary p {
	font-size: 0.7em;
	line-height: 1.3em;
}
div#secondary td {
	font-size: 0.8em;
	padding: 0.2em;
}


/* Footer
   ------ */
div#footer {
	clear: both;
	margin: 0;
	padding: 10px 35px;
	text-align: center;
}
div#footer p {
	margin: 0;
	font-size: 0.65em;
	line-height: 120%;
}


/* Calendar
   -------- */
div#calendar {
	display: none;
}
div#calendar div.arrowLeft {
	float: left;
	padding: 2px 0 4px 5px;
}
div#calendar div.arrowRight {
	float: right;
	padding: 2px 5px 4px 0;
}
div#calendar div.arrowLeft a, div#calendar div.arrowRight a,
div#calendar div.arrowLeft a:hover, div#calendar div.arrowRight a:hover {
	display: inline;
	background-color: #FFF;
}
div#calendar table {
	border-collapse: collapse;
	background-color: #FFFAF0;
	width: 218px;
}
div#calendar th, div#calendar td {
	border: 1px solid #AF6028;
	text-align: center;
	padding: 0;
	font-size: 1em;
}
div#calendar th {
	background-color: #FFE8BF;
}
div#calendar td {
	color: #CCC;
}
h3#printDisDate {
	margin-top: 0;
	font-size: 1em;
	font-weight: bold;
	display: none; /* Turn off by default */
}
div#calendar td#calTitle {
	background-color: #FFF;
	color: #AF6028;
	font-weight: bold;
}
div#calendar td#calTitle span {
	position: relative;
	top: 3px;
}
div#calendar td#calTitle img {
	vertical-align: middle;
}
div#calendar td.nullCell {
	background-color: #DDD;
}
div#calendar td p, div#calendar a {
	margin: 0;
	width: 30px;
	height: 20px;
}
div#calendar a {
	display: block;
	color: #A75D29;
	font-weight: bold;
	background-color: #F8DBC9;
	text-decoration: none;
}
div#calendar a:hover {
	background-color: #093;
	color: white;
}
