@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: 640px;
	display: inline;
} 

.SmWhtHeads {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.smBrnText {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
}
.LgRedHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF3300;
}




.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: #000000;
	text-decoration: none;
}
.SideNavLink {
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.LgBodyText {
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-weight: normal;
	color: #663399;
	text-decoration: none;
	background-repeat: repeat-x;
}
#mainContent_index {
	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: 100%;
	display: inline;
}

#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: 1492px;
	display: inline;
}

#Index_events {
	border-top-width: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	width: 685px;
	float: left;
	height: 335px;
	border-left-width: 3px;
	border-left-color: #FFFFFF;
	display: inline;
}
#index_special1 {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	float: left;
	width: 684px;
	height: 135px;
	background-repeat: no-repeat;
	background-position: center top;
	display: inline;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/boscovs.jpg);
}
#index_special2 {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	float: left;
	width: 332px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 15px;
	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: 340px;
	display: inline;
	text-align: center;
	padding-top: 5px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 190px;
	background-image: url(../images/burlington.jpg);
	background-repeat: no-repeat;
}
#index1_insert2 {
	float: left;
	display: inline;
	background-image: url(../images/Hallmark_index.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 342px;
	height: 195px;
}
#Index_CountyClerkWrapper {
	font-family: "Myriad Web Pro";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #996600;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 453px;
	width: 685px;
	background-image: url(../images/Background3_sm_Grad.gif);
	background-repeat: repeat-y;
	background-position: top;
	float: left;
}
#IndexMiscWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #E8E7C1;
	width: 684px;
	float: left;
	border: 2px solid #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
#MiscTextWrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


#NewStore_Wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFCC00;
	width: 686px;
	float: left;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #663300;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#FacebookWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFCC00;
	text-align: center;
	padding-top: 30px;
}


#Nav {
	font-family: "Myriad Web Pro";
	font-size: 11px;
	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: 245px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	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: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	height: 60px;
	display: inline;
	width: 108px;
}
#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: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: inline;
	width: 110px;
}
#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: 30px;
	float: left;
	height: 60px;
	width: 180px;
	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: 100%;
	display: inline;
}
#Background2_Wrapper {
	background-image: url(../images/Background2_Grad.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 687px;
	float: left;
	height: 350px;
	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: 200px;
	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: 190px;
	margin-top: 9px;
	margin-left: 10px;
	display: inline;
}
#FlashWrapper {
	height: 260px;
	width: 690px;
	float: left;
	display: inline;
}

#CCwrapper {
	font-family: "Myriad Web Pro";
	font-size: 12px;
	font-weight: normal;
	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;
	height: 320px;
}

#OfferWrapper {
	font-family: "Myriad Web Pro";
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	float: left;
	width: 250px;
	margin-left: 36px;
	margin-top: 10px;
	text-align: center;
	height: 300px;
	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: 600px;
	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: 980px;
	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: 1020px;
	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: 1000px;
	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: 1040px;
	display: inline;
}
#GCCardWrapper {
	float: left;
	margin-top: 45px;
	width: 310px;
	height: 300px;
	padding-top: 65px;
	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;
}
#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: 1000px;
	display: inline;
}
#sidebar_gift {
	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: 1020px;
	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;
}
#GCPix_wrapper {
	background-image: url(../images/GameStop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 688px;
	height: 590px;
	float: left;
}
.twoColFixLtHdr #containerEvents {
	text-align: left;
	background-color: #a59a6b;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 860px;
	height: 100%;
}

#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: 100%;
	display: inline;
}
#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: 1833px;
	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: 1400px;
}
#sidebar_events {
	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;
	display: inline;
	height: 1853px;
	float: left;
}
#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: 1865px;
	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: 1825px;
	display: inline;
}
#Privacy2_Wrapper {
	float: left;
	width: 600px;
	margin-left: 25px;
	margin-top: 15px;
	display: inline;
}
#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: 1845px;
	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: 1165px;
	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: 1300px;
	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: 1340px;
	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: 1320px;
	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: 800px;
	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: 980px;
	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: 1020px;
	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: 1000px;
	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: 1000px;
	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;
	height: 1200px;
}
#about_pixWrapper {
	float: right;
	margin-top: 10px;
	width: 270px;
	height: 485px;
	display: inline;
	vertical-align: top;
}
#AboutPix_wrapper {
	background-image: url(../images/MallFront.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 485px;
	width: 687px;
	float: left;
}
#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: 500px;
}
#sidebar_about {
	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: 1020px;
	display: inline;
}

#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: 1040px;
	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: 1020px;
	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: 980px;
	display: inline;
}
#sidebar_services {
	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: 1000px;
	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: 1020px;
	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 {
	float: left;
	margin-top: 10px;
	width: 625px;
	margin-left: 25px;
	border: 2px solid #663366;
	height: 535px;
	display: inline;
}
#directory_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: 980px;
	display: inline;
}

#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;
	display: inline;
	height: 100%;
}
#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;
	display: inline;
	height: 100%;
}
#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: 635px;
	display: inline;
	height: 100%;
}

#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;
	display: inline;
	height: 9011px;
}
#specials_PixWrapper {
	background-image: url(../images/carrabbas.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 450px;
	width: 687px;
	display: inline;
	float: left;
}

#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;
	display: inline;
	height: 7040px;
}
#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;
	display: inline;
	height: 7020px;
}


#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: 690px;
	display: inline;
	height: 7000px;
}
#Events2_Wrapper2 {
	display: inline;
	float: left;
	height: 7000px;
	width: 680px;
	margin-left: 5px;
}

#EventsPixWrapper {
	float: left;
	margin-top: 10px;
	width: 270px;
	height: 400px;
	padding-top: 65px;
	display: inline;
	margin-left: 20px;
}
#CC6449985 {
	display: inline;
	float: left;
}
#CommPix_Wrapper {
	float: right;
	margin-top: 10px;
	width: 250px;
	height: 400px;
	padding-top: 65px;
	display: inline;
}
#mainContent_MallWalk {
	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: 970px;
	display: inline;
}
#MallWalk_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: 930px;
	display: inline;
}
#sidebar_MallWalk {
	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: 950px;
	display: inline;
}
#MallWalk_PixWrapper {
	background-image: url(../images/Hallmark.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 525px;
	width: 687px;
}

#contact_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: 1000px;
	display: inline;
}
#sidebar_contact {
	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: 1020px;
	display: inline;
}
#mainContent_contact {
	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: 1040px;
	display: inline;
}
#comm_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: 1000px;
	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: 360px;
	display: inline;
	height: 980px;
}
#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: 1020px;
	display: inline;
}
#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: 1040px;
	display: inline;
}
#karate_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;
}
