/* CSS Document */
a.menuLinks:link      { color: #fee09f; font-size: 15px; text-decoration: none; font-weight: bold }
a.menuLinks:visited   { color: #fee09f; font-size: 15px; text-decoration: none; font-weight: bold }
a.menuLinks:hover     { color: #FFF; font-size: 15px; text-decoration: underline; font-weight: bold }
a.menuLinks:active    { color: #FFF; font-size: 15px; text-decoration: none; font-weight: bold }

a.genLinks:link      { color: #5c5c5c; text-decoration: none; font-weight: bold }
a.genLinks:visited   { color: #5c5c5c; text-decoration: none; font-weight: bold }
a.genLinks:hover     { color: #6d5b79; text-decoration: underline; font-weight: bold }
a.genLinks:active    { color: #6d5b79; text-decoration: none; font-weight: bold }

a.footerLinks:link      { color: #bcac9d; font-size: 14px; text-decoration: none; }
a.footerLinks:visited   { color: #bcac9d; font-size: 14px; text-decoration: none; }
a.footerLinks:hover     { color: #FFF; font-size: 14px; text-decoration: none; }
a.footerLinks:active    { color: #FFF; font-size: 14px; text-decoration: none; }

a.categoryButton:link
{
	color: #5c5c5c;
	font-size: 20px;
	background-color: #ffcdb3;
	padding: 9px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	width: 180px;
	text-decoration: none;
	margin-bottom: 5px;
    -moz-box-shadow: 2px 2px 4px #888;
    -webkit-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}
a.categoryButton:visited
{
	color: #5c5c5c;
	font-size: 20px;
	background-color: #ffcdb3;
	padding: 9px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	display: inline-block;
	width: 180px;
	margin-bottom: 5px;
    -moz-box-shadow: 2px 2px 4px #888;
    -webkit-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}
a.categoryButton:hover
{
	background-color: #fdd7c1;
}
a.categoryButton:active
{
	background-color: #fdd7c1;
}
a.currCategoryButton
{
	color: #5c5c5c;
	font-size: 20px;
	background-color: #ddab91;
	padding: 9px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	width: 180px;
	text-decoration: none;
	margin-bottom: 5px;
    -moz-box-shadow: 2px 2px 4px #888;
    -webkit-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}

a.menuButton:link
{
	color: #333;
	font-size: 22px;
	background-color: #ffcdb3;
	padding-top: 20px;
	padding-bottom: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	width: 180px;
	text-decoration: none;
	text-align: center;
	margin-bottom: 8px;
    -moz-box-shadow: 2px 2px 4px #888;
    -webkit-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}
a.menuButton:visited
{
	color: #333;
	font-size: 22px;
	background-color: #ffcdb3;
	padding-top: 20px;
	padding-bottom: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	width: 180px;
	text-decoration: none;
	text-align: center;
	margin-bottom: 8px;
    -moz-box-shadow: 2px 2px 4px #888;
    -webkit-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}
a.menuButton:hover
{
	background-color: #fdd7c1;
}
a.menuButton:active
{
	background-color: #fdd7c1;
}

/*--------------------------*/
/*------- Main Body --------*/
/*--------------------------*/
body
{
	background-color: #cbb1ad;
    margin: 0px;
    font-family: Arial;
    color: #000;
    font-size: 13px;
    padding: 0px;
    text-align: center;
}
h3 
{
    padding-left: 10px;
    line-height: 10px;
}
img
{
    border: 0px;
}
.content
{
    margin: auto;
    width: 850px;
	padding: 0px;
}
.vertspacer 
{
    width: 100%;
    height: 10px;
}
.roundedCornerBox
{
	padding: 9px;
	background-color: #6d5b79;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
    -moz-box-shadow: 2px 2px 4px #888;
    -webkit-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}
.sloganText
{
	width: 500px;
	text-align: center;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 30px;
}
.samplePhoto
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 160px;
	height: 135px;
	display: inline-block;
	margin-right: 3px;
    -moz-box-shadow: 2px 2px 4px #333;
    -webkit-box-shadow: 2px 2px 4px #333;
    box-shadow: 2px 2px 4px #333;
}
.locationMap
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
    -moz-box-shadow: 0px 0px 6px #333;
    -webkit-box-shadow: 0px 0px 6px #333;
    box-shadow: 0px 0px 6px #333;
}


/*--------------------------*/
/*--------- Header ---------*/
/*--------------------------*/
.header
{
	background-image: url(/images/header_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	width: 100%;
	height: 200px;
	padding: 0px;
    -moz-box-shadow: 0px 4px 6px #555;
    -webkit-box-shadow: 0px 4px 6px #555;
    box-shadow: 0px 4px 6px #555;
}


/*--------------------------*/
/*--------- Footer ---------*/
/*--------------------------*/
.footer
{
	background-image: url(/images/footer_bg.jpg);
	background-repeat: repeat-x;
    text-align: left;
    width: 100%;
	height: 110px;
    -moz-box-shadow: 0px -4px 6px #888;
    -webkit-box-shadow: 0px -4px 6px #888;
    box-shadow: 0px -4px 6px #888;
}
.footerLeft
{
	float: left;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	color: #bcac9d;
	padding-top: 12px;
	padding-left: 20px;
}
.footerRight
{
	float: right;
	vertical-align: middle;
	text-align: right;
	font-size: 12px;
	color: #7d746c;
	padding-right: 20px;
	padding-top: 12px;
}



/*--------------------------*/
/*----- Content Areas ------*/
/*--------------------------*/
.pageContent
{
    width: 800px;
    background-color: #f5e5da;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    min-height: 500px;
    vertical-align: top;
	padding: 25px;
	padding-top: 25px;
    -moz-box-shadow: 4px 4px 6px #888;
    -webkit-box-shadow: 4px 4px 6px #888;
    box-shadow: 4px 4px 6px #888;
}

.menu tr {
	padding:0px;
}

.menu .title {
	width:155px;
	padding:0 3px;
	font-weight:bold;
	font-size:10px;
}

.menu .daycell {
	width:75px;
	border-left:solid 1px #737373;
}

.menu .section-title {
	width:155px;
	font-size:14px;
}

.menu .menu-section{
	padding:5px 0px;
	background-color: #e8c5b1;
	font-weight:bold;
	font-size:14px;
}

.menu .alternate-row {
	background-color: #fdd7c1;
}