@charset "UTF-8";
body  {
	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;
	color: #333;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	background-attachment: fixed;
	line-height: 18px;
	background-image: url(../images/page/background.png);
}
#visithg
{
	position: relative;
	z-index: 10;
	display: block;
	width: 300px;
	height: 308px;
	left: 50%;
	background: transparent url(../images/rightimages.png) repeat-x;
	_background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/rightimages.png",sizingMethod="scale");
	margin: 300px 0px -608px -437px;
}


p {
	margin: 0px;
}
.twoColFixLtHdr #wrapper {
	width: 769px;
	margin: 0 auto;
	text-align: left;
}
.twoColFixLtHdr #wrapper #header{
	background-image: url(../images/header/header.png);
	background-repeat: no-repeat;
	height: 129px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #wrapper #header #headlinks {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1A5539;
	float: right;
	width: 220px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	padding-top: 60px;
}
.twoColFixLtHdr #wrapper #header #headlinks a:link {
	text-transform: uppercase;
	color: #1A5539;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
}
.twoColFixLtHdr #wrapper #header #headlinks a:visited {
	text-transform: uppercase;
	color: #1A5539;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
}
.twoColFixLtHdr #wrapper #header #headlinks a:hover {
	text-transform: uppercase;
	color: #333;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
}
.totop {
	text-align: center;
	padding-top: 6px;
}
.twoColFixLtHdr #container {
	width: 769px;
	text-align: left;
	background-image: url(../images/body/contentbg.png);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
	top: auto;
} 
.twoColFixLtHdr 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: 0px 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: 160px;
	padding-bottom: 15px;
	font-size: 12pt;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	background-repeat: repeat-y;
	padding-top: 0px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.rightimg {
	padding-left: 15px;
}
.twoColFixLtHdr #footer {
	background-image: url(../images/footer/footer.png);
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
} 
.twoColFixLtHdr #footer a:link {
	color: #19774D;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:visited {
	color: #666;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: none;
	color: #333;
}
.twoColFixLtHdr #container #mainContent .pdark {
	color: #000;
}
.twoColFixLtHdr #container #footer .copyright {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
	width: 100%;
}
.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: 0px 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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
.twoColFixLtHdr #container #mainContent .unitboxbottom {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
	float: left;
	width: 100%;
}
h3 {
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent .title {
	font-size: 16px;
	font-weight: bold;
	color: #00703C;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	line-height: 16px;
}
img    {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #sidebar1 #hours {
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 12px;
	line-height: 16px;
	background-image: url(../images/nav/hoursinfo.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 200px;
}
#calloutbox {
	border: 1px solid #000;
	padding: 6px;
	font-size: 11px;
}
.tablecol {
	color: #00703C;
}
.twoColFixLtHdr #container #mainContent #calloutbox table {
	font-size: 12px;
	font-weight: bold;
}
.twoColFixLtHdr  #container  #mainContent .subtitle  {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	line-height: 16px;
}
.p_headers {
	font-size: 13px;
	color: #00703C;
	background-color: #E0E0E0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00703C;
	border-bottom-color: #00703C;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
}
.twoColFixLtHdr #container #mainContent .productbox {
	float: left;
	width: 122px;
	margin-right: 4px;
	height: 185px;
	border: 1px solid #00703C;
	font-weight: bold;
	color: #333333;
	font-size: 11px;
	margin-bottom: 4px;
	text-align: center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.price {
	font-size: 12px;
	font-weight: bold;
	color: #1A5539;
}
.twoColFixLtHdr #container #mainContent .unitbox {
	float: left;
	width: 250px;
	margin-right: 4px;
	height: 175px;
	border: 1px solid #00703C;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.twoColFixLtHdr #container #mainContent .unitbox h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
li {
	list-style-image: url(../images/body/bullet.jpg);
}
.twoColFixLtHdr #mainContent a:link {
	color: #19774D;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:visited {
	color: #666;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	text-decoration: none;
	color: #333;
}
#gmap {
	border: 1px solid #00703C;
	width: 500px;
}
.twoColFixLtHdr #container #mainContent .linkname {
	float: left;
	width: 300px;
	margin-right: 4px;
	height: 150px;
	border: 1px solid #00703C;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.twoColFixLtHdr #container #mainContent .link {
	float: left;
	width: 200px;
	margin-right: 4px;
	height: 150px;
	border: 1px solid #00703C;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#calloutbox2 {
	border: 1px solid #000;
	padding: 6px;
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent #calloutbox2 table {
	font-size: 12px;
	font-weight: bold;
}
.clearfloatpad {
	clear:both;
	font-size: 1px;
	padding-top: 10px;
}
input {
	background-color: #E1E1E1;
	color: #006034;
	border: 1px solid #00703C;
}
select {
	color: #00703C;
	background-color: #CCC;
}
.formbrdr {
	padding: 3px;
	border: 1px solid #333;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #00703C;
	margin: 0px;
}
option {
	color: #00703C;
}
textarea {
	background-color: #E1E1E1;
	color: #006034;
	border: 1px solid #00703C;
}
h2 {
	font-size: 14px;
	margin: 0px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}
#container #mainContent #contactbdr {
	padding: 4px;
	width: 250px;
	border: 1px solid #006329;
}
#logolink {
	height: 110px;
	width: 500px;
}
.twoColFixLtHdr #container #sidebar1 #hours table tr #weather {
	height: 50px;
	width: 140px;
}

