/** 
	color: #B94B3D;		barn red;
	color: #763012;		dark brown;
	color: #008e3e;		dark green;
	color: #7da75b; 	green
	color: #ccffcc;		light green
**/
/** font fix **/
@font-face {
	font-family: 'YardSaleRegular';
	src: url('fonts/yardsale-webfont.eot');
	src: local('YARDSALE.TTF'), url('fonts/yardsale-webfont.woff') format('woff'), url('fonts/yardsale-webfont.ttf') format('truetype'), url('fonts/yardsale-webfont.svg#webfontfMFpg2SS') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HoboStdMedium';
	src: url('fonts/hobostd-webfont.eot');
	src: local('hobostd.otf'), url('fonts/hobostd-webfont.woff') format('woff'), url('fonts/hobostd-webfont.ttf') format('truetype'), url('fonts/hobostd-webfont.svg#webfontIDgKmCDV') format('svg');
	font-weight: normal;
	font-style: normal;
}
.HoboStd {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'HoboStdMedium', sans-serif;
			font-size-adjust: 0.64;
}
.YardSale {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'YardSaleRegular', sans-serif;
			font-size:10pt;
}
BODY{
	font-family: Arial;/*"Book Antiqua";*/
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#cb352d;
	background-image: url(images/cfLogoBg2.gif);
	background-repeat: repeat;
	background-position: top left;
	
}
INPUT{ border:1px solid #CCC;}
FORM{margin:0px; padding:0px;}
p{	font-size:100%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0.75em;}
h2 {color: #FFF;
	font-size: 14pt;
	padding: 0px;
	margin: 0px;}
/***************************************/
/****	FONT COLORS					**/
/***************************************/
.darkGreen{color: #00714B;}
.orangeTitle, .orangeTitleBold{color:#FE6601;}
.orangeTitleBold{font-weight:bold;}
.blueText{color:#003F76;}
/**********************************/
/* FONT */
/**********************************/
BODY, #Main, #TopLinks, #BotLinks, #TopLinks a, #BotLinks a, #Footer,p,.title,
 a, td a, .button, .buttonLrg, ul, li, .pageLink{
	font-family: Arial;/*"Book Antiqua";*/
	font-size: 100%;
	color: #000;}
#Main{
	width:100%;
	margin:auto;	
	text-align:center;
}
#HeaderArea{
	height:274px;
	width:100%;
	margin:auto;
	position:relative;
	top:24px;
	color:#FFF;
}
#HeaderImage{
	height:150px;
	width:800px;
	margin:auto;
	background-image: url(images/header.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}
#AddressArea{
	width:247px;
	height:100px;
	background-image:url(images/flashLt.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight:bold;
	font-size:12pt;
	color:#FFF;
	float:left;
}
#BodyArea{
	border-left:3px solid #FFF;
	border-right:3px solid #FFF;
	border-bottom:3px solid #FFF;
	border-top:0px;	
	background-color: #FFF;
	width:794px;
	margin:auto;
	background-image: url(images/bodyAreaBg.gif);
	background-position: top left;
	background-repeat:repeat-x;	
	color:#000;
}

/**********************************/
/* HEADER */
/**********************************/
#TopLinks{
	background-color: transparent;
	float:right;
	margin-right:5px;
	width:400px;
	text-align:right;
	color:#000;
	text-decoration: none;}
#TopLinks a{
	font-weight:bold;
	text-decoration: none;
	color:#000;
	border-bottom:1px dotted #000;}
#TopLinks a:hover {
	color:#000;
	border-bottom:1px dotted #ed1c24;}
#FlashArea{
	clear:both;
	margin:auto;
	background-color: #CCC;
	display:block;
	width:794px;
	height:100px;
	border-left:3px solid #FFF;
	border-right:3px solid #FFF;
}

/*******  menu w/ dropdown styles ****/
#BotLinks{
	margin:auto;
	width:794px;
	border-left:3px solid #FFF;
	border-right:3px solid #FFF;
	text-align:center;
	color:#000;
	text-decoration: none;
	display:block;
	z-index:50000;
	}
#BotLinks a, #BotLinks a.menu_on {
	padding:0px;
	margin:0px;
	display:block;
	height:24px;
	width:131px;
	text-decoration: none;
	color:#FFF;
	font-family: 'YardSaleRegular', sans-serif;
	font-size:11pt;
	/*font-weight:bold;*/
	line-height:17pt;
}
#BotLinks a:hover, #BotLinks a.menu_on{
	color: #FFF;
	background-image:none;
	background-color: #ed1c24; }
	
#BotLinks a{
	background-position: top right;
	background-repeat: no-repeat;
	background-image:none;
	background-color:#000;
	border-right:solid 1px #FFF;
}
#BotLinks ul.topnav li ul.subnav li a{
	border-right:none;
	font-family:'Arial', sans-serif;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	width:119px;
}
.subnav{z-index:5;}
/*************************/
#storeHours{
	clear:both;
	float:right;
	margin-right:5px;
	margin-top:40px;
	width:131px;
	text-align:right;
	color:#000;
	font-size:10pt;
	margin-top:50px;
}
/*** eof header area ***/

/**********************************/
/* FOOTER */
/**********************************/
#Footer {
	position: relative;
	font-size: 10pt;
	background-color: #FFF;
	margin: auto;
	width: 794px;
	border-left:3px solid #FFF;
	border-right:3px solid #FFF;
	text-align:center;
	color:#b83029;
	padding-top:10px;
	height: 80px !important;
}
#Footer a{
	color:#b83029;
	text-align: center;
	text-decoration: none;}
#Footer a:hover{color:#000;}
#Footer p{color: #b83029; text-align:center;}
#Footer p a {
	color: #b83029;
	text-decoration: none;
}
#Footer p a:hover {
	color: #000;
	text-decoration: none;}
/*** eof footer ***/

.mainArea{
	color:#FFF;
	width:575px;
	background-color:#74a54c;
	border: 3px solid #ddd;
}
	
.areaSm{text-align: center;}

.deptAreaSm{
	display:block;
	text-decoration:none;
	background-position: top left;
	background-repeat: no-repeat;
	width: 395px;
	height:127px;}
.deptAreaSm p, .deptMsg{
	text-decoration:none;
	padding-top:30px;
	margin-left:150px;
	font-size:95%}
.deptLink{color:#FE6601; text-decoration: none;}

#Greeting{
	display:block;
	width:100%;
	height:210px;
	background-color: #065498;
	background-image: url(images/adLink.jpg);
	background-position: right;
	background-repeat: no-repeat;
	color:#FFF;}


/****************************************/
/*	Columns			*/
/****************************************/
#MainColumn{
	text-align:left;
	float:right;
	width:540px;
	padding:10px;
}
#LeftColumn{
	clear:both;
	float:left;
	margin-left:10px;
	width:210px;
	text-align: center;
}

#RightColumn{
	margin-bottom:0px;
	display: block;
	width:225px;
	height:100%;
	background-image: url(images/rightArea.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#RightColumn .content{
	margin:auto;
	width:190px;
	margin-bottom:0px;
	padding-top:15px;
	text-align: left;
}
#RightColumn img.blck{
	margin:auto;
	display:block;
	width:190px;
	height:80px;
	border:1px solid #FFF;
	background-color: #333;
}
#MainColumn p{ 
	font-size:12pt;
	line-height: 16pt;
}

ul.list{
	margin-top:2px;
	margin-left:20px;
}
.list li{color:#000;}

.listWhite li{color:#FFF;}
#MidColumn{
	text-align: center;
}
/*****************************************/
/**			LOCATIONS					**/
/*****************************************/
.locationSm{
	display:block;
	width:204px;
	height:129px;

	background-image:url(images/mapBg.gif);
	background-position: top center;
	background-repeat: no-repeat;

	color:#fff;
	text-align: center;
	font-size: 10pt;
	line-height: 10pt;
	text-decoration: none;;
}
.mapLink{color:#3BB003;font-size:10pt;}
.mapLink:hover{color:#339934;}

/*********************************************/
/***********    index & sidebar    *********************/
/*********************************************/

.sideBarBoxTop, .sideBarBoxTop a, .deptBoxTop, .deptBoxLrgTop, .deptBoxTop a, .deptBoxLrgTop a{
	margin-top:10px;
	width:210px;
	height:32px;
	text-decoration: none;
	color:#000;
	font-family: 'YardSaleRegular', sans-serif;
	font-size:12pt;
	line-height:25pt;
	text-align:center;
	text-decoration:none;
}
.deptBoxLrgTop a {
	color: #fff;
}
.sideBarBoxTop, .sideBarBoxTop a{
	width:210px;
	background:url(images/sidebar/sideBarBg_top.gif) no-repeat center top;
	color: #fff;
}

.sideLink:hover{
	width:210px;
	
}
	
.deptBoxLrgTop{
	width:541px;
	background:url(images/indexDept/deptBgLrg_top.gif) no-repeat center top;
	clear:left;
	margin-top:10px;
}

.deptBoxLrgTop:hover{
	background:url(images/indexDept/deptBgLrgTop_over.gif) no-repeat center top;
}

.sideBarBoxMid, .deptBoxMid, .deptBoxLrgMid{
	width:240px;
	overflow:hidden;
	font-size:9pt;
	text-decoration:none;
}
.deptBoxMid, .deptBoxLrgMid{
	}
.deptBoxLrgMid{
	width:541px;
	background:url(images/indexDept/deptBgLrg_mid.gif) repeat-y center top;
}
.sideBarBoxMid{
	width:210px;
	background:url(images/sidebar/sideBarBg_mid.gif) repeat-y center top;
	background-color:#feda8d;
	font-size:13px;
	font-weight:bold;
}
.deptBoxMid img, .deptBoxLrgMid img{
	float:left;
	border:solid 2px #000;
	margin: 5px 20px 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.deptBoxBot, .deptBoxLrgBot{
	width:530px;
	height:5px;
	
}
.sideBarBoxBot{
	width:210px;
	height:3px;
	background-color:#000;
	margin-top:0px;
}	
.deptBoxLrgBot{
	width:541px;
	background:url(images/indexDept/deptBgLrg_bot.gif) no-repeat center top;
}
.sideBarText, .deptText{
	padding:8px;
}
.deptLeft{
	float:left;
	clear:both;
}
.deptRight{
	float:left;}

#LeftColumn a{
	text-decoration:none;
}

#SurveyIframe{
	border:2px solid #CCC;
	display:block;
	width:210px;
	height:195px;
	margin:auto;}

.mainDeptBox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid black;
	width: 100%;
	margin: 10px 0px;
}

/********************************************/

#LeftPane{
	width:100px;
	background-color: #F67C04;
	background-image: url(images/leftDivBg.gif);
	background-position: top;
	background-repeat:repeat-x;
	font-size:7pt;
}

.button, .buttonLrg{
	display: block;
	width:120px;
	height:22px;
	background-image: url(images/button.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	text-transform: lowercase;
	color:#FFF;
	font-size:12pt;
	font-weight:bold;
	text-decoration: none;
}
.buttonLrg{width:140px;background-image:url(images/buttonLrg.gif);}

#ContactFormArea{
	background-image: url(images/contactBg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#ContactFormArea table td{color:#FFF;}

#response{
	background-color:yellow;
	border:1px solid #000;
	color:#981F23;
	padding-left:25px;
}
.testBlock{
	display:block;
	width:250px;
	height:125px;
	background-color: #ccc;
	border:1px solid blue;
}

.couponTable{
	width: 700px;
	margin: auto;
	min-height: 500px;
	text-align: center;
}


/***************************/
/*	AD and CATERING STYLE  delete or todo  */
/***************************/
#Ad{border:1px dashed #FFF;width:700px;margin:auto; text-align:center; }
#AdMenu, #CateringMenu{
	width:119px;
	border:1px solid #000;
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;	
}
#AdMenu{height:545px;background-image: url(images/adMenuBg.jpg);}
#ValidTxt{
	text-align: center;
	width:100%;
	font-size: 10pt;
	font-style:italic;
	color:#000;
}

#CateringMenu{height:411px;background-image: url(images/cateringMenuBg.jpg);}

.pageLink, .pageLinkOn{
	font-size: 100%;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	color:#FFF;
	display:block;
	width:25px;
	padding-top: 6px;
	height:24px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
}
.pageLink{background-image: url('../images/ad/page.gif');}
.pageLinkOn{color:#000;	background-image: url('../images/ad/page_on.gif');}

.redFade{
	background: url(images/flashBg.gif) repeat-x top center;
}
#Welcome .title{font-size: 14pt;}

.picStyle,.picTxt{
	padding: 0px; margin:0px;
	border:2px solid #37312A;
}
.picTxt{
	text-align: center;
	width: 220px;
	display:block;
	padding-top: 5px;
	height:33px;
	background: url(images/picBg.gif) repeat-x top center;
	background-color: #37312A;
	color:#FFF;
	font-size: 18pt;
	text-transform: lowercase;
}

.text{ text-align: left;}

.title{color:#FFF;font-weight: bold;
	background-image: url(images/titleBg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display:block;
	width:350px;
	text-align: left;
}


/*****************************************/
/****	Location Box					**/
/*****************************************/
.locationBox{
	display:block;
	width:150px;
	height:86px;
	font-size:100%;
	text-decoration: none;
	text-align:left;
	background-image:url(images/storeAddrBg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.locationName{color:#FE6601;font-size: 100%;font-weight: bold;}
/*.locationBox:hover{color:#000;}*/

BLOCKQUOTE {
	color:#333; 
	font-size:12pt;
	font-weight:bold;
	background-image:url(images/quoteBg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px;
	color:#FFF;
	border: 2px solid #FE6601;
}
BLOCKQUOTE.square{
	color:#333; 
	font-size:12pt;
	font-weight:bold;
	background-image:url(images/quoteBg2.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px;
	color:#FFF;
	border: 2px solid #FE6601;
}

.redArea{
	background-image:url(images/redBg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	width:285px;
	color:#FFF;
}

p a{	
	text-decoration: none;
	border-bottom:1px dotted #000;
}
p a:hover{ color:#B94B3D;
	border-bottom:1px dotted #B94B3D;}
/*p a:visited{ color:#333;}*/
.deptHeading{
	text-decoration: none;
	color:#000;
	font-family: 'YardSaleRegular', sans-serif;
	font-size:16pt;
	line-height:30pt;
	text-align:center;
	margin:auto;
	width:500px;
	height:45px;
	background:url(images/depts/deptHeadingBg.png) no-repeat center top;
}
.deptHeadingText{
	font-family: 'YardSaleRegular', sans-serif;
	font-size:18pt;
	text-align:center;
	/*color:#ed1c24;*/
	color:#000;
}
h1{
	text-decoration: none;
	color:#000;
	font-size:14pt;
	line-height:20pt;
	text-align:center;
}
/*stupid things for christmas*/

a .xmasAwesome{
	color:green;
	font-size:20pt;
}
a:hover .xmasAwesome{
	color:red;
}
.imSorryForThisCSS{
	background-color:#f2f0bb;
}
.xmasStuffBox{
	border:3px solid red;
	margin: 10px 0;
}
/*Health Page*/
.healthSecteven{
	padding:10px;
	border:1px solid #000;
	background-color: #f2f0bb;
}
.healthSectodd{
	padding:10px;
	border:1px solid #000;
	background-color: #f6c6a9;
}
.healthPage h1 a, .healthPage h1{
	font-family: 'YardSaleRegular', sans-serif;
	color:#000;
	text-decoration:none;
}
/* Back to top */
.b2t {
  margin: 20px auto;
}
.b2t span {
  display: none;
  cursor: pointer;
  position: fixed;
  background-color: #fff;
  right: 20px;
  bottom: 30px;
  width: 90px;
  height: auto;
  z-index: 10;
  opacity: 0.8;
}
.b2t span:hover {
	opacity: 1;
}

/*********************************************/
/***********    NEW STYLES   *********************/
/*********************************************/
.FrontNews img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 3px solid;
}