/* Standard Classes - edit as needed do rename or delete */

A{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #7C4B26;
}
a:hover {
	text-decoration: underline;
}
TD {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-image: url(/stock/Bullet.gif);
	color: #000000;
}		
INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	color: #000000;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #030;
	border-left-color: #030;
}
.PageColor {
	background-color: #2B402F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/stock/tree.jpg);
	background-repeat: repeat;
}
.Title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #7C4B26;
	font-weight: normal;
}
.SubTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FB7629;
}
.Bold {  font-weight: bold}
.italic {  font-style: italic}
.Footer {
	font-size: 12px;
	color: #7C4B26;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.BlueLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}
.PadLeft {
	margin-left: 12px;
}
.PadRight {
	margin-right: 12px;
}

/* Store classes that usually need editing - do NOT rename or delete */

.Button1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
}
.Button2, a.Button2:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #FB7629;
	font-weight: bold;
	text-decoration: none;
	margin: 6px;
	padding: 3px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E86B22;
	border-right-color: #B4531A;
	border-bottom-color: #B4531A;
	border-left-color: #E86B22;
}
.Button3, a.Button3:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #7C4B26;
	margin: 1px;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #955A2C;
	border-right-color: #4C2E16;
	border-bottom-color: #4C2E16;
	border-left-color: #955A2C;
}
.Button4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 1px;
	padding: 1px 3px;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
	background-repeat: repeat;
}
.CellDark {
	background-color: #231F20
}
.CellLight {
	background-color: #FCF6E8
}
.CellMedium {
	background-color: #8D9B8A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.CellTitle {background-color: #FB7629}
.CellLighter { background-color: #FFFFFF}

/* Classes associated with admin modules */

.ModuleBackButton{
	text-decoration: none;
	font-weight: bold;
	color: #155D37;
}
a:hover.ModuleBackButton{
	text-decoration: underline;
}
.GalleryImageCaption{
	font-size: 11px
}
.NewsLink {
	font-weight: bold;
	text-decoration: underline;
}
.NewsLinkSmall {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.PromotionsCaption {
	font-size: 13px;
	font-weight: bold;
}

/* New classes for this project */
.CellSpecial {
	background-image: url(stock/wood-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FCF6E8;
}
.CellPromo {
	background-image: url(stock/promo1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}
.HomeText {
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000;
	line-height: 16px;
	padding-left: 6px;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 6px;
}
.CellRight {
	background-image: url(stock/right-fade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.CellLeft {
	background-image: url(stock/left-fade.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.SubTitle2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #C49952;
}
.CellBottom {
	background-image: url(stock/bottom-fade.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.CellCoupon {
	background-image: url(stock/wood-back2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 4px dashed #135D37;
}
.Coupon {
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000;
	line-height: 20px;
	padding: 5px;
	margin: 5px;
	text-align: center;
}
.Testimonial {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
	line-height: 18px;
	padding: 10px;
	margin: 10px;
	text-align: center;
}
.CellLighterPad {
	background-color: #FFFFFF;
	margin: 20px;
	padding: 20px;
}
.TitleLarge {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
.TitleLarge2 {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: italic;
}
.LinkText {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.LinkURL {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #036;
	padding: 0px;
	margin: 0px;
}
.Title2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #7C4B26;
	font-weight: normal;
}
.SignUpBox {
	margin: 2px;
	padding: 2px;
	border: 1px solid #273A2B;
}
.LinkTitle {
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.TitleLine {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #2A3F2E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A6A4D;
}
.HoursBox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #A58146;
	margin: 2px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BE9D4E;
}
.Tagline {
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #1E2F20;
	line-height: 22px;
	margin-right: 8px;
	padding-right: 8px;
}
.CellLighterPadPhoto {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
}
