@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #1B2A01;
	background-image: url(../images/bkrndGreenGrad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.SideNavText {
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #336699;
	text-align: center;
	text-decoration: none;
}
.GrHeaders {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #7F7F00;
}
.BrownBodyTest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #BB681D;
}
.BluePageHeads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #336699;
}
.BodyTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #009900;
	text-decoration: none;
}



.CRMtextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #33CC00;
	text-decoration: none;
}


.thrColFixHdr #container {
	width: 860px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	background-image: url(../images/guts_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #header 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 149px;
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #SideNavWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #336699;
	font-variant: normal;
	text-align: center;
	padding-top: 12px;
	background-image: url(../images/SideNavGuts_Topbkrnd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 200px;
}
.DatesHoursHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
#HoursWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	width: 135px;
	text-align: center;
	background-color: #656600;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}
#HoursWrapperAbout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	width: 135px;
	text-align: center;
	background-color: #656600;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	height: 788px;
}
#HoursWrapperStore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	width: 135px;
	text-align: center;
	background-color: #656600;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	height: 775px;
}
#HoursWrapperEvents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	width: 135px;
	text-align: center;
	background-color: #656600;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	height: 848px;
}
#HoursWrapperPhotos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	width: 135px;
	text-align: center;
	background-color: #656600;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	height: 2160px;
}



.thrColFixHdr #sidebar1About {
	float: left; /* since this element is floated, a width must be given */
	width: 149px;
	background-repeat: no-repeat;
	background-position: left top;
}



.thrColFixHdr #PhoneWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFFFFF;
	margin-left: 15px;
}




.thrColFixHdr #sidebar2 {
	float: right;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	width: 150px;
}
.thrColFixHdr #SideBar2Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7F7F00;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}

.thrColFixHdr #sidebar2_about {
	float: right; /* since this element is floated, a width must be given */
	width: 155px;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	height: 1020px;
}
.thrColFixHdr #sidebar2_ornament {
	float: right; /* since this element is floated, a width must be given */
	width: 155px;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	height: 500px;
}



.thrColFixHdr #mainContent {
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-right: 0px;
	background-image: url(../images/trees2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 515px;
} 
.thrColFixHdr #mainContent_store {
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-right: 0px;
	background-image: url(../images/store_MainPix.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 515px;
	float: left;
	margin-top: 20px;
	height: 1017px;
}
.thrColFixHdr #mainContent_ornament {
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-right: 0px;
	background-image: url(../images/ornaments_MainPix.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 751px;
	width: 515px;
	float: left;
	margin-top: 20px;
}

.thrColFixHdr #mainContent_events {
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-right: 0px;
	background-image: url(../images/events_MainPix.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 1090px;
	width: 515px;
	float: left;
	margin-top: 20px;
}
.thrColFixHdr #mainContent_about {
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-right: 0px;
	background-image: url(../images/about_MainPix.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 1030px;
	width: 515px;
	float: left;
	margin-top: 20px;
}

.thrColFixHdr #mainContent_directions {
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-right: 0px;
	background-image: url(../images/directions_MainPix.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 749px;
	width: 515px;
	float: left;
	margin-top: 20px;
}
.thrColFixHdr #mainContent_contact {
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	margin-right: 0px;
	background-image: url(../images/contact_MainPix.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 735px;
	margin-top: 20px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 515px;
}
.thrColFixHdr #mainContent_photos {
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-right: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 2400px;
	width: 675px;
	float: left;
	margin-top: 20px;
}
.thrColFixHdr #mainContent_trees {
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-right: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	margin-top: 20px;
	background-image: url(../images/trees2.gif);
	height: 725px;
	width: 515px;
}





.smRedHeads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
}



.thrColFixHdr #footer {
	background-image: url(../images/FooterBkrnd.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-position: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BF9000;
} 
.thrColFixHdr #FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 4px;
}

.thrColFixHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #Facebook Wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#FacebookWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.thrColFixHdr #CRMFooterTag {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #669933;
	margin-bottom: 35px;
}

.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

