html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #bfc088;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img { display: block; } /* necessary with strict doctype to avoid a little extra space below imgs in Firefox */

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	padding-top: 20px;
	height: 34px;
}
h2 {
	font-size: 14px;
	color: #A8683B;
}
h3 {
	font-size: 12px;
	color: #A8683B;
}

a:link, a:visited {
	color: #A8683B;
	text-decoration: none;
}
a:hover {
	color: #92181D;
	text-decoration: none;
}

.anchor {
	position: relative;
}

.borderedImage {
	border: 1px solid #A8683B;
}

a.storeLink:link, a.storeLink:visited {
	text-decoration: none;
	color: #000000;
}
a.storeLink:hover, a.storeLink:active {
	text-decoration: none;
	color: #ff0000;
}

/*** forms ***/
.jtForm input {
	width: 100%;
}

.jtForm select {
	width: 100%;
}

.jtForm textarea {
	width: 100%;
	height: 120px;
}

.error {
	color: #92181D;
}
/*** end forms ***/

.overallContainer {
	width: 950px;
	border-right: 1px solid #B8794D;
	border-left: 1px solid #B8794D;
	margin-left: auto;
	margin-right: auto;
}

.slipRightContainer {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	background-color: #adc6a9;
	border: 1px solid #b8794d;
	padding: 15px;
	text-align: center;
}

/** main table **/
.menuContainer {
	background-color: #b8794c;
}

.homeTop {
	background-color: #640000;
	padding: 5px 0px;
}

.sidebar {
	background-color: #F1F1BF;
	width: 190px;
	padding: 8px 0px 0px 0px;
}
.sidebarBlock {
	padding-bottom: 20px;
}
.sidebarText {
	padding: 0px 10px;
}
.sidebarSmallText {
	font-size: 11px;
	color: #575647;
	padding-top: 10px;
}
.sidebarDivider {
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px dotted #A8683B;
}

.contentContainer {
	background-color: #DCDDB7;
	padding-left: 20px;
	padding-right: 20px;
}

.contentBottom {
	background-color: #ADC6A9;
	padding: 5px 0px;
}

.footer {
	background: #640000 url(../images/main_table/footer_corner.gif) bottom right no-repeat;
	width: 952px;
	vertical-align: bottom;
	text-align: center;
	padding: 2px 0px 4px 0px;
	color: #F1F1BF;
	margin-left: auto;
	margin-right: auto;
}

.footer a:link, .footer a:visited, .footer a:hover {
	font-size: 11px;
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: underline;
}
/** end main table **/

/* home */
.homeImageContainer {
	position: relative;
	z-index: 5;
	width: 495px;
	height: 365px;
}
.swapDiv {
	position: absolute;
	overflow: hidden;
	width: 495px;
	height: 365px;
}
.homeDotContainer {
	background: url(../images/icons/dot.gif) 0px 3px no-repeat;
	padding-left: 13px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #3e3d35;
}
.homeHDots {
	background: url(../images/icons/small_dot.gif) left top repeat-x;
	height: 8px;
}
.homeVDots {
	background: url(../images/icons/small_dot.gif) center top repeat-y;
	width: 1px;
	padding-left: 10px;
	padding-right: 30px;
}
.homeTextBottom {
	font-size: 11px;
	color: #3e3d35;
}
a.homeEventLink:link, a.homeEventLink:visited {
	color: #b8794d;
	text-decoration: none;
}
a.homeEventLink:hover, a.homeEventLink:active {
	color: #b8794d;
	text-decoration: underline;
}

.adContainer {
	border-left: 1px solid #640000;
	border-right: 1px solid #640000;
	border-top: 10px solid #640000;
	border-bottom: 11px solid #640000;
	background-color: #b8794d;
	width: 300px;
	height: 140px;
	vertical-align: center;
	text-align: center;
}
/* end home */

/* events */
.eventMonth {
	font-weight: bold;
	color: #a8683b;
	padding-bottom: 3px;
	padding-left: 12px;
}
.eventsContainer {
	background-color: #f1f1d1;
	padding: 12px;
}
.eventDots {
	background: url(../images/icons/small_dot2.gif) left center repeat-x;
	height: 29px;
}
/* end events */

/* gift cards */
.giftCardsBox {
	width: 645px;
	border: 1px solid black;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}
/* end gift cards */

/* coupon */
.coupon {
	width: 500px;
	background-color: #FFFFFF;
	border: solid #000000 0px;
}
.couponheader {
	font-size: 18px;
	font-weight: bold;
	color: #A8683B;
	text-decoration: underline;
}
a.couponlinks:link {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.couponlinks:visited {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.couponlinks:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
td.couponLeft {
	width: 165px;
	vertical-align: top;
	text-align: center;
	padding-bottom: 20px;
}
td.couponRight {
	width: 335px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}
.disclaimer {
	font-size: 9px;
	color: #92181D;
}
/* end coupon */

/* employment opportunitites */
.storecolumn {
	width: 190px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #A8683B;
}
.jobcolumn {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px dashed #A8683B;
}
/* end employment opportunitites */

/* balloon/triangle */
.balloon {
	position: absolute;
	z-index: 5;
}
.balloon_middle {
	padding: 0px 10px 10px 10px;
	background-color: #FFFFFF;
	width: 200px;
}
.balloon_topLeft {
	background: url(../images/balloon/balloon_tl.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon/balloon_tl.png',sizingMethod='scale');
	font-size: 0px;
	width: 8px;
	height: 11px;
	padding-left: 0px; padding-right: 0px;
}
.balloon_topRight {
	background: url(../images/balloon/balloon_tr.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon/balloon_tr.png',sizingMethod='scale');
	font-size: 0px;
	width: 13px;
	height: 11px;
	padding-left: 0px; padding-right: 0px;
}
.balloon_bottomLeft {
	background: url(../images/balloon/balloon_bl.png) top left no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon/balloon_bl.png',sizingMethod='scale');
	font-size: 0px;
	width: 8px;
	height: 15px;
	padding-left: 0px; padding-right: 0px;
}
.balloon_bottomRight {
	background: url(../images/balloon/balloon_br.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon/balloon_br.png',sizingMethod='scale');
	font-size: 0px;
	width: 13px;
	height: 15px;
	padding-left: 0px; padding-right: 0px;
}
.balloon_top {
	background: url(../images/balloon/balloon_t.png) top left repeat-x;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon/balloon_t.png',sizingMethod='scale');
	font-size: 0px;
	height: 11px;
	padding-left: 0px; padding-right: 0px;
}
.balloon_bottom {
	background: url(../images/balloon/balloon_b.png) top left repeat-x;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon/balloon_b.png',sizingMethod='scale');
	font-size: 0px;
	height: 15px;
	padding-left: 0px; padding-right: 0px;
}
.balloon_left {
	background: url(../images/balloon/balloon_l.png) top left repeat-y;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon/balloon_l.png',sizingMethod='scale');
	font-size: 0px;
	width: 8px;
	padding-left: 0px; padding-right: 0px;
}
.balloon_right {
	background: url(../images/balloon/balloon_r.png) top left repeat-y;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon/balloon_r.png',sizingMethod='scale');
	font-size: 0px;
	width: 13px;
	padding-left: 0px; padding-right: 0px;
}
.balloon_triang_left {
	background: url(../images/balloon/balloon_triang_left.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon/balloon_triang_left.png',sizingMethod='scale');
	font-size: 0px;
	width: 40px;
	height: 47px;
	padding-left: 0px; padding-right: 0px;
}
.balloon_triang_right {
	background: url(../images/balloon/balloon_triang_right.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/balloon/balloon_triang_right.png',sizingMethod='scale');
	font-size: 0px;
	width: 45px;
	height: 47px;
	padding-left: 0px; padding-right: 0px;
}

#balloon_name {
	font-weight: bold;
}
#balloon_description {
	border-top: 2px solid #a96a3d;
	padding-top: 5px;
	margin-top: 2px;
	font-size: 11px;
}
.triangleMarker {
	position: absolute;
	z-index: 4;
	width: 19px;
	height: 18px;
	display: none;
	cursor: pointer;
}
/* end balloon/triangle */

/*** slips ***/
.modalShade { 
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/slip/modal_back.png) repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/modal_back.png',sizingMethod='scale');
	_background-repeat: none;
}
.modalShade iframe {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter:alpha(opacity=0);
}
#detailModalShade { z-index: 40; }
#detailSlipContainer { z-index: 41; }
#mediaModalShade { z-index: 50; }
#mediaSlipContainer { z-index: 51; }
.slipTable { position: relative; }
.slipClose, .slipCloseHover {
	position: absolute;
	z-index: 10; /* just need some z-indexing to make sure it will ride above the slip's contents */
	width: 30px; height: 30px;
	cursor: pointer;
	margin-left: -2px;
	margin-top: -5px;
}
.slipClose {
	background: url(../images/slip/close.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/close_on.png',sizingMethod='crop');
}
.slipCloseHover {
	background: url(../images/slip/close_on.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/close_on.png',sizingMethod='crop');
}
.slipContainer {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.slipScrollContainer {
	overflow: hidden;
	position: relative;
}
.slipScroll {
	position: relative;
}
.slipScroller {
	height: 450px;
	overflow: hidden;
}
/*** peekaboo bug fix for ie6 (float evilness in ie's lameness) ***/
.slipContent {
	position: absolute;
	_zoom: 1;
	padding: 8px;
}
#mediaSlipContent {
	padding: 0px;
}
.slipContainer .topScale {
	font-size: 7pt;
	color: white;
}
.slipContainer .topLeft {
	background: url(../images/slip/tl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/tl.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .topRight {
	background: url(../images/slip/tr.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/tr.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .bottomLeft {
	background: url(../images/slip/bl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/bl.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .bottomRight {
	background: url(../images/slip/br.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/br.png',sizingMethod='crop');
	width: 21px;
	height: 21px;
}
.slipContainer .top{
	background: url(../images/slip/t.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/t.png',sizingMethod='scale');
	height: 21px;
}
.slipContainer .bottom{
	background: url(../images/slip/b.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/b.png',sizingMethod='scale');
	height: 21px;
}
.slipContainer .left {
	background: url(../images/slip/l.png) top left repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/l.png',sizingMethod='scale');
	width: 21px;
}
.slipContainer .middle {
	background: white;
}
.slipContainer .right {
	background: url(../images/slip/r.png) top left repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slip/r.png',sizingMethod='scale');
	width: 21px;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}
/*** end slips ***/

.loadStatus {
	position: fixed;
	_position: absolute;
	display: none;
	z-index: 100;
	width: 144px;
	height: 44px;
	padding-left: 21px;
	padding-top: 9px;
	background: url(../images/status/back.png) top left no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/status/back.png',sizingMethod='crop');
}

/**************** J-Tech Footer *********************/
.jtechFooter {
	width: 900px; 
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: auto; margin-right: auto;
	font-size: 10px;
	color: black;
	position: relative;
}
.jtechFooter .jtechLinkWrapper {
	position: absolute; right: 0px; top: 5px;	/* top: should match .jtechFooter's padding-top */
}

.jtechCommentsContainer {
	display: none;
	position: absolute; top: -90px; right: 0px; 
}
.jtechComments {	
	width: 325px; 
	background-color: white; 
	padding: 5px; 
	text-align: justify;
	color: #2c2104;
	font-size: 11px;
}
.jtechComments h2 {
	font-size: 12px;
	margin-bottom: 5px;
}
.jtechComments .closeButton {
	float: right; 
	position: relative; top: -8px; left: 6px;
}
.jtechCommentsContainer .topLeft {
	background: url(../images/jtech_footer/tl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/tl.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .topRight {
	background: url(../images/jtech_footer/tr.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/tr.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .bottomLeft {
	background: url(../images/jtech_footer/bl.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/bl.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .bottomRight {
	background: url(../images/jtech_footer/br.png) top left no-repeat;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/br.png',sizingMethod='crop');
	width: 17px;
	height: 17px;
}
.jtechCommentsContainer .top {
	background: url(../images/jtech_footer/t.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/t.png',sizingMethod='scale');
	height: 17px;
}
.jtechCommentsContainer .bottom {
	background: url(../images/jtech_footer/b.png) top left repeat-x;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/b.png',sizingMethod='scale');
	height: 17px;
}
.jtechCommentsContainer .left {
	background: url(../images/jtech_footer/l.png) top right repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/l.png',sizingMethod='scale');
	width: 17px;
}
.jtechCommentsContainer .right {
	background: url(../images/jtech_footer/r.png) top left repeat-y;
	*background: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/jtech_footer/r.png',sizingMethod='scale');
	width: 17px;
}