﻿@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #a59a6b;
}
.twoColFixLtHdr #container {
	text-align: left;
	background-color: #a59a6b;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 860px;
} 
.twoColFixLtHdr #header {
	background-color: #a59a6b;
	background-image: url(../images/header_bkrnd.gif);
	height: 76px;
	width: 860px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #633c21;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 600px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inline;
}
.twoColFixLtHdr #mainContent {
	float: left;
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 665px;
	display: inline;
} 

.SmWhtHeads {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}


.twoColFixLtHdr #footer {
	background-color: #a59a6b;
	background-image: url(../images/footer_bkrnd.gif);
	height: 93px;
	width: 860px;
	background-repeat: no-repeat;
	background-position: top;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	display: inline;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	display: inline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.MainNav {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.BrnHeads {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #663300;
}
.SmBodyLink {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663399;
	text-decoration: none;
}
.SmBlkText {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	text-decoration: none;
}
.LgBodyText {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	color: #663399;
	text-decoration: none;
}
.SideNav {
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar_index {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #633c21;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 10px;
	height: 645px;
	display: inline;
}

#Index_events {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width: 675px;
	float: left;
	height: 206px;
	border-left-width: 3px;
	border-left-color: #FFFFFF;
	padding: 5px;
	display: inline;
}
#index_special1 {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	float: left;
	width: 330px;
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	height: 190px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 15px;
	display: inline;
	background-image: url(../images/EasterBunny.gif);
	padding-right: 5px;
}
#index_special2 {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	float: left;
	width: 325px;
	height: 165px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 15px;
	margin-left: 5px;
	padding-left: 5px;
	display: inline;
	text-align: center;
	vertical-align: top;
}
#index_PixWrapper1 {
	float: right;
	height: 170px;
	background-repeat: no-repeat;
	background-position: right top;
	display: inline;
}
#index1_insert1 {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	float: left;
	width: 220px;
	display: inline;
}
#index1_insert2 {
	float: left;
	display: inline;
	background-image: url(../images/santa1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 110px;
}

#Nav {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 711px;
	line-height: normal;
}
#BottomNav1 {
	font-family: "Myriad Web Pro";
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	float: left;
	width: 270px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	margin-top: 7px;
	height: 60px;
	display: inline;
}
#BottomNav2 {
	font-family: "Myriad Web Pro";
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	float: left;
	margin-top: 7px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	height: 60px;
	display: inline;
	width: 125px;
}
#BottomNav3 {
	font-family: "Myriad Web Pro";
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	float: left;
	height: 60px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	margin-top: 7px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: inline;
	width: 95px;
}
#BottomNav4 {
	font-family: "Myriad Web Pro";
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	margin-top: 7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	height: 60px;
	width: 160px;
	display: inline;
}
#Background_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 690px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	height: 625px;
	display: inline;
}
#Background2_Wrapper {
	background-image: url(../images/Background2_Grad.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 687px;
	float: left;
	height: 185px;
	margin-top: 10px;
	display: inline;
}
#TopNav1_Wrapper {
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	float: left;
	width: 185px;
	margin-left: 430px;
	margin-top: 9px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	display: inline;
}
#TopNav2_Wrapper {
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	float: left;
	width: 160px;
	margin-top: 9px;
	margin-left: 20px;
	display: inline;
}
#FlashWrapper {
	height: 260px;
	width: 690px;
	float: left;
	display: inline;
}

#CCwrapper {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #663300;
	float: left;
	width: 115px;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
}
#MallNewsWrapper {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	float: left;
	width: 240px;
	margin-left: 25px;
	margin-top: 10px;
	text-align: center;
	display: inline;
}
#OfferWrapper {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	float: left;
	width: 250px;
	margin-left: 36px;
	margin-top: 10px;
	text-align: center;
	height: 125px;
	display: inline;
}

#DirectionWrapper {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	margin-top: 10px;
	margin-left: 15px;
	float: left;
	padding-right: 5px;
	width: 350px;
	height: 500px;
	display: inline;
}
#MapWrapper {
	float: left;
	margin-top: 10px;
	width: 310px;
	height: 400px;
	padding-top: 65px;
	display: inline;
}
#Direction_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 690px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	height: 580px;
	display: inline;
}
#mainContent_Direction {
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 620px;
	float: left;
	display: inline;
}
.twoColFixLtHdr #sidebar_direction {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #633c21;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 10px;
	height: 600px;
	display: inline;
}
#GC_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	width: 352px;
	display: inline;
}
#mainContent_GC {
	float: left;
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 620px;
	display: inline;
}
#GiftCard_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 690px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	height: 580px;
	display: inline;
}
#GCFAQ_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	width: 650px;
	display: inline;
}
#GiftCardFAQ_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 690px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	height: 1460px;
	display: inline;
}
#mainContent_GCFAQ {
	float: left;
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 1500px;
	display: inline;
}
#sidebar_GCFAQ {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #633c21;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 10px;
	height: 1480px;
	display: inline;
}
#mainContent_event {
	float: left;
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 2140px;
	display: inline;
}
#Events_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	width: 360px;
	display: inline;
	height: 2080px;
}
#Event_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 690px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	height: 2100px;
	display: inline;
}
#sidebar_events {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #633c21;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 10px;
	height: 2120px;
	display: inline;
}
#EventsPixWrapper {
	float: left;
	margin-top: 10px;
	width: 270px;
	height: 400px;
	padding-top: 65px;
	display: inline;
	margin-left: 20px;
}
#Event_2_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 690px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	height: 1100px;
	display: inline;
}

#mainContent_privacy {
	float: left;
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 1860px;
	display: inline;
}
#privacy_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	width: 650px;
	height: 1820px;
	display: inline;
}
#Privacy2_Wrapper {
	float: left;
	width: 600px;
	margin-left: 25px;
	margin-top: 15px;
	display: inline;
	height: 1800px;
}
#sidebar_privacy {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #633c21;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 10px;
	height: 1840px;
	display: inline;
}
#lease_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	width: 350px;
	height: 880px;
	display: inline;
}
#lease_main_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 690px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	height: 990px;
	display: inline;
}
#mainContent_lease {
	float: left;
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 1030px;
	display: inline;
}
#sidebar_lease {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #633c21;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 10px;
	height: 1010px;
	display: inline;
}
#mainContent_employ {
	float: left;
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 1340px;
	display: inline;
}
#employ_main_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 690px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	height: 1300px;
	display: inline;
}
#employ_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	width: 350px;
	height: 1250px;
	display: inline;
}
#sidebar_employ {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #633c21;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 10px;
	height: 1320px;
	display: inline;
}
#About_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 690px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	height: 580px;
	display: inline;
}
#about_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	width: 350px;
	display: inline;
}
#about_pixWrapper {
	float: right;
	margin-top: 10px;
	width: 270px;
	height: 460px;
	display: inline;
	vertical-align: top;
}
#about_inside_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	width: 350px;
	display: inline;
	height: auto;
}
#mainContent_about {
	float: left;
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 620px;
	display: inline;
}
#Services_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 690px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	height: 580px;
	display: inline;
}
#mainContent_services {
	float: left;
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 620px;
	display: inline;
}


#ContactPixWrapper {
	float: left;
	margin-top: 10px;
	width: 310px;
	display: inline;
}
#mainContent_directory {
	float: left;
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 1200px;
	display: inline;
}

#directoryText_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	width: 625px;
	display: inline;
}
#DirectoryWrapper {
	margin-top: 10px;
	margin-left: 25px;
	border: 2px solid #663366;
	display: inline;
	float: left;
	margin-bottom: 35px;
}
#directory_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 690px;
	margin-left: 25px;
	margin-top: 15px;
	height: 1160px;
	display: inline;
	float: left;
}

#mainContent_specials {
	float: left;
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 3855px;
	display: inline;
}
#sidebar_directory {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #633c21;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 10px;
	height: 1180px;
	display: inline;
}

#specials_main_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 690px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	height: 3815px;
	display: inline;
}
#specials_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	width: 650px;
	height: 3800px;
	display: inline;
}
#sidebar_specials {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #633c21;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 10px;
	height: 3835px;
	display: inline;
}
#GCCardWrapper {
	float: left;
	margin-top: 45px;
	width: 310px;
	height: 300px;
	padding-top: 65px;
	display: inline;
}
#HolidayHrs_Wrapper {
	background-image: none;
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	width: 610px;
	display: inline;
}
#Holiday_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 690px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	height: 1155px;
	display: inline;
}
#mainContent_holiday {
	float: left;
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 1195px;
	display: inline;
}
#sidebar_holiday {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #633c21;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 10px;
	height: 1175px;
	display: inline;
}
#EventsForm_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	width: 600px;
	display: inline;
}
#EventForm2_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 690px;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	height: 1100px;
	display: inline;
}
#sidebar_eventForm {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #633c21;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 10px;
	height: 1120px;
	display: inline;
}
#mainContent_eventForm {
	float: left;
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 1140px;
	display: inline;
}
#mainContent_event2 {
	float: left;
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 1140px;
	display: inline;
}
#sidebar_events2 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #633c21;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 10px;
	height: 1120px;
	display: inline;
}


#Events2_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	width: 600px;
	display: inline;
	height: auto;
}
#CC6449985 {
	display: inline;
	float: left;
}
#mainContent_comm {
	float: left;
	background-image: url(../images/InsideBkrnd.gif);
	background-repeat: repeat-y;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	width: 712px;
	height: 940px;
	display: inline;
}
#Comm_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	width: 665px;
	display: inline;
	height: 750px;
}

#CommPix_Wrapper {
	float: right;
	width: 250px;
	display: inline;
	background-image: url(../images/community.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 450px;
}
#comm_Wrapper {
	background-image: url(../images/Background_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	width: 690px;
	display: inline;
	height: 900px;
}
#sidebar_comm {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #633c21;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 10px;
	height: 920px;
	display: inline;
}
