@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7ba180;
	box-shadow: 1px 1px 2px 1px #666;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #253824;
	text-align: center;
	clear: both;
	width: 780px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: x-small;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #cccc99;
}
#footer a:link{
	color: #FFFFFF;
}
#header {
	width: 780px;
	float: left;
	background-color: #253824;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cccc99;
	border-right-color: #cccc99;
	border-bottom-color: #cccc99;
	border-left-color: #cccc99;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
}
.color_bar {
	background-color: #CCCC99;
	height: 4px;
	width: 780px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #cccc99;
}
body {
	background-color: #e4e4db;
	background-image: url(../images/HillsideBodyLogo.jpg);
	background-repeat: repeat;
}


.container {
	width: 780px;
	background-color: #7ba180;
	float: left;
	padding-top: 4px;
}
.image_bar_container {
	width: 780px;
	background-color: #7ba180;
	float: left;
}
.text_container {
	background-color: #7ba180;
	width: 650px;
	line-height: 1.5em;
	padding-top: 20px;
	padding-right: 65px;
	padding-bottom: 10px;
	padding-left: 65px;
	text-align: left;
	font-size: 14px;
}
.WhiteText_DropShadow {
	color: #FFF;
}

.fullwidth_textbox {
	font-size: large;
	font-weight: bold;
	color: #FFF;
	clear: both;
	width: 700px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
}

#coupon_image_container {
	background-color: #c8e4c4;
	width: 700px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	box-shadow: 1px 1px 1px 1px #666;
	border: 1px solid #000;
	margin-top: 0px;
	margin-bottom: 15px;
	clear: both;
}
.clear {
	clear: both;
	float: left;
	height: 10px;
	width: 780px;
}

.textbox {
	width: 250px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	float: left;
	clear: both;
	display: inline;
}
.imagebox {
	float: right;
	width: 260px;
	padding-top: 0px;
	display: inline;
	margin: 15px;
	border-radius: 10px;
	box-shadow: 1px 1px 1px #333;
	overflow: hidden;
	border: 1px solid #000;
}


#textbox {
	width: 225px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #c8e4c4;
	font-weight: bold;
	font-size: 14px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #000;
	margin-top: 10px;
	margin-right: 5px;
	box-shadow: 1px 0.5px 2px 0px #333;
	margin-bottom: 5px;
}

#index_container {
	background-image: url(../images/HillsideTreeFarmSignpost2.jpg);
	width: 780px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 511px;
	clear: both;
	z-index: 1;
	padding-top: 315px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.img-video_container {
	background-color: #7ba180;
	text-align: center;
	float: left;
	width: 520px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.rt_col_container {
	float: right;
	width: 259px;
}



#NavBar {
	width: 780px;
	border: 1px none #333333;
	margin-top: 0px;
	background-color: #253824;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	float: left;
}
#NavBar a:link {
	color: #006666;
	text-decoration: none;
}
#NavBar a:visited {
	color: #253824;
	text-decoration: none;
}
#NavBar a:hover {
	color: #006666;
	text-decoration: underline;
}
#NavBar a:active {
	color: #FF0000;
	text-decoration: underline;
}
.Navigation {
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 3px;
	display: inline;
	background-color: #FFFFFF;
	border: 2px none #000000;
	width: 105px;
	float: left;
	text-align: center;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 8px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius: 5px 5px 0px 0px;
}
.Nav_here {
	text-decoration: none;
	display: inline;
	width: 120px;
	margin-top: 4px;
	margin-bottom: 0px;
	background-color: #7ba180;
	margin-left: 3px;
	color: #ffffff;
	float: left;
	text-align: center;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius: 5px 5px 0px 0px;





	text-shadow: 0.5px 0.px;
	text-shadow: 0.5px 0.5px 1px #000;
}
a:link {
	color: #006600;
}
a:hover {
	color: #0000FF;
}
a:visited{
	color: #993300;
}
.white_text {
	color: #FFF;
}
.text_center {
	margin-right: auto;
	margin-left: auto;
}

.video_container {
	height: auto;
	width: 520px;
	margin-top: 10px;
	float: left;
}
.text-dropshadow {
	text-shadow: 1px 1px 2px #000;
	;
}
.text-dropshadow-white {
	text-shadow: .5px .5px 1px #FFF;
}

#google_map_container {
	background-color: #c8e4c4;
	width: 680px;
	line-height: 1.5em;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #000;
	margin-top: 10px;
	margin-right: auto;
	box-shadow: 1px 0.5px 2px 0px #333;
	margin-left: auto;
}
.WhiteText_DropShadow {
	text-shadow: 1px 1px 1px #333;
	color: #FFF;
	font-size: 16px;
}
.Thanksgiving_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	margin-right: 5px;
}
.Covid_Policy {
	padding: 10px;
	clear: none;
	float: none;
	height: auto;
	width: auto;
}
