body 	{
	background-color: #FFFFFF;
	margin: 10px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}
/* ^^^ SEE CLASS "outer-background" BELOW */




/* DEFAULTS - MARGINS SPACING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }




/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-top		{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.td-bottom	{ vertical-align: bottom; }

.center-align	{ text-align: center; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }




/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #006600; text-decoration: none; }

a:hover 	{ color: #0099CC; text-decoration: underline; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body		{
		color: #000000;
		font: 17px "Trebuchet MS", arial, sans-serif;
		font-weight: normal;
		line-height: 22px;
		}

.title 		{ color: #000000; font: 20px arial, sans-serif; font-weight: normal; }

.subtitle 	{ color: #000000; font: 15px arial, sans-serif; font-weight: bold; }

.smalltext	{ color: #7E5632; font: 12px arial, sans-serif; font-weight: normal; }

.testimonial	{ color: #990000; font: 13px arial, sans-serif; font-style: italic; font-weight: bold; }

.list		{ color: #7E5632; font-size: 17px; font-weight: normal; }

.hilite		{ color: #FF0000; }

.homelinks	{ color: #999999; }

.captions	{
		color: #666666;
		font: 16px "Trebuchet MS", arial, sans-serif;
		font-weight: normal;
		padding: 3px 0px 3px 0px;
		}




/* PAGE & CONTENT HEIGHTS AND WIDTHS */

.pageheight	{ min-height: 900px; }

.pagewrapper	{ width: 950px; }

.content-pad 	{ padding: 25px 35px 25px 35px; }




/* HOME IMAGES */

.frame-image-inborder	{
			background-color: #FFFFFF;
			border: #F0F4EE 20px solid;
			margin: 0px;
			}
.frame-image-outborder	{ border: #DEDEDE 1px solid; }

#home-image-1		{
			width: 563px;
			position: relative;
			top: 0px;
			left: 25px;
			z-index: 4;
			}

#home-image-2		{
			width: 438px;
			position: relative;
			top: -15px;
			left: 35px;
			z-index: 3;
			}

#home-image-3		{
			width: 463px;
			position: relative;
			top: -560px;
			left: 470px;
			margin-bottom: -466px;
			z-index: 2;
			}

#home-image-4		{
			width: 223px;
			position: relative;
			top: -260px;
			left: 725px;
			margin-bottom: -226px;
			z-index: 2;
			}




/* HOMEPAGE jQUERY */

/* ALSO EDIT "JQuery-Content/cycle-C-style.css" */


.JQslideshow 	  	{ background-color: transparent; }

/* NEXT PREV BUTTONS */

.NextPrevBorder	 		{ border: #000000 1px solid; }

a:hover .NextPrevBorder 	{ border: #009900 1px solid; }

#NextPrev	{
		position: relative;
		left: 55px;
		top: 319px;
		width: 67px;
		height: 29px;
		margin-bottom: -29px;
		z-index: 50;
		filter: alpha(opacity=70);
		-moz-opacity:0.70;
		opacity:0.70;
		}

table#NextPrev	td	{ padding: 0px 0px 0px 0px; }

#prev			{ margin: 0px 2px 0px 0px; }

#next			{ margin: 0px 0px 0px 0px; }




/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv	{
		width: 100%;
		background-color: transparent;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		}

.headerL	{ width: 50%; padding: 0px; }

.headerR	{ width: 50%; padding: 0px; }

.logoimage	{ margin: 0px 10px 0px 0px; display: block; }

.headersize	{ height: 80px; width: 100%; }

/* START TEXT HEADER CODE */

.logolayerlink	{
		display: block;
		padding: 14px 10px 10px 0px;
		}

.logo		{ color: #000000; font: normal 32px "Palatino Linotype", "Book Antiqua", "times new roman", serif; margin-left: 3px; }

.logo2		{ color: #009900; font: normal 32px "Palatino Linotype", "Book Antiqua", "times new roman", serif; }

a.textlogo:link, a.textlogo:visited, a.textlogo:active	{ text-decoration: none; }

a.textlogo:hover { text-decoration: none; }




/* SOCIAL ICONS */

.socialspace	{ padding-left: 1px; padding-right: 1px; }

.socialRspace	{ width: 0px; }




/* INNER AND OUTER BACKGROUNDS */

.inner-background	{
			background-color: #FFFFFF;
			border: #000000 0px solid;
			}

.outer-background	{
			background-color: #FFFFFF;
			background-image: none;
			background-repeat: repeat-X;
			background-attachment: fixed;
			}




/* IMAGE BORDERS AND IMAGE SPACING */

.img-borders		{ border: #000000 1px solid; }

.img-space		{ float: left; margin: 3px 8px 1px 0px; }




/* PAGE LINES & BORDERS */

.page-splits 	{ 
		line-height: 1px;
		height: 4px;
		background-color: transparent;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
		border: #A4CA8D 1px solid;
		}

/* MEDIUM PAGE SPLITS */

.medium-splits 	{
		line-height: 1px;
		height: 25px;
		background-color: #F0F4EE;
		margin: 0px;
		padding: 0px;
		border: #A4CA8D 1px solid;
		}

/* LARGE PAGE SPLITS */

.large-splits 	{
		color: #000000;
		font: 15px "Trebuchet MS", arial, sans-serif;
		font-weight: normal;
		line-height: 38px;
		background-color: #F0F4EE;
		margin: 0px;
		padding: 0px;
		border: #A4CA8D 1px solid;
		}

/* LARGE PAGE SPLITS LINK COLORS */

div.large-splits a:link, 
div.large-splits a:visited, 
div.large-splits a:active 	{ color: #006600; text-decoration: none; }

div.large-splits a:hover 	{ color: #0099CC; text-decoration: underline; }




/* RIGHT SIDEBAR */

.sidebar-textarea { margin: 0 36px 0px 15px; }

.sidebar-right	  { width: 300px; }

.sidebar-pad 	  { padding: 25px 0px 25px 10px; }

.sidebar-text 	  {
		  color: #72767F;
		  font: 12px arial, sans-serif;
		  font-weight: normal;
		  line-height: normal;
		  }




/* FOOTER */

.footer-splits 		{
			color: #FFFFFF;
			height: 38px;
			background-color: #F0F4EE;
			margin: 0px;
			padding: 0px;
			border: solid #A4CA8D;
			border-width: 1px 1px 1px 1px;
			}

#FooterFRM		{ visibility: visible; }

.footer-frame		{
			display: block;
			width: 100%;
			overflow: hidden;
			margin: 0px;
			padding: 0px;
			}

.footer-height		{ height: 250px; }

.footer-page		{
			background-color: #FFFFFF;
			margin: 0px;
			padding: 0px;
			background-image: none;
			}

.footer-pad		{
			padding: 20px 10px 20px 10px;
			margin: 0px 0px 0px 0px;
			}

.footer-border		{
			border: solid #A4CA8D;
			border-width: 0px 1px 0px 1px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.footer-title 		{
			color: #000000;
			font: 17px arial, sans-serif;
			font-weight: normal;
			padding-bottom: 5px;
			margin-bottom: 3px;
			border-bottom: #C9D69B 1px solid;
			}

table.footer-links td 	{
			padding: 5px 30px 5px 30px;
			border-right: #C9D69B 1px solid;
			}

.footer-image		{
			margin: 30px 0px 3px 10px;
			border: #000000 1px solid;
			}

.footer-image-table	{ margin-left: 20px;}

.footer-links	{ line-height: 30px; }

.footer-social	{ width: 130px; padding-left: 10px; }

.footerlinks-1	{ width: 33%; }

.footerlinks-2	{ width: 33%; }

.footerlinks-3	{ width: 33%; }

.html5-icon	{ margin-top: 12px; margin-bottom: 8px; }

.footer-copyright {
		  color: #009900;
		  font: 11px arial, sans-serif;
		  font-weight: normal;
		  padding: 14px 0px 14px 0px;
		  margin: 0px 0px 15px 0px;
		  background-color: #F0F4EE;
		  border: solid #A4CA8D;
		  border-width: 1px 1px 1px 1px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }




/* PICTURE GALLERY CODE */

.gallerytitle 		{
			color: #000000;
			font: 15px arial, sans-serif;
			font-weight: bold;
			}

.gallerytext		{ font-size: 11px; line-height: 18px; }

table.gallery-table td 	{ padding: 5px 20px 5px 20px; }

.Galborder	 	{ border: #000000 1px solid; cursor:pointer; margin: 0px 0px 6px 0px; }	

A:hover .Galborder,
A:active .Galborder 	{ border: #0099CC 1px solid; cursor:pointer; margin: 0px 0px 6px 0px; }




/* GALLERY MENU */

.menu-galbackground	{
			background-color: transparent;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			border: #A4CA8D 0px solid;
			}

.menu-gallery		{
			font: 13px "Trebuchet MS", arial, sans-serif;
			font-weight: normal;
			text-decoration: none;
			display: block;
			cursor: pointer;
			text-align: center;
			white-space: nowrap;
			background-color: #FFFFFF;
			padding: 4px 7px 4px 7px;
			margin: 8px 4px 5px 0px;
			border: #C0C0C0 1px solid;
			}

a.menu-gallery:link 	{ 
			color: #000000;
			}

a.menu-gallery:visited 	{ 
			color: #000000;
			}

a.menu-gallery:active 	{ 
			color: #000000;
			}

a.menu-gallery:hover 	{
			background-color: #EDF6E8;
			color: #000000;
        		border: #000000 1px solid;
			text-decoration: none;
			}




/* SLIDESHOW (slideshow.htm) CODE */

.Slideborder	 	{ border: #000000 1px solid; cursor: pointer; margin-top: 6px; }

.slideshow-buttons	{ margin-bottom: 10px; background-color: transparent; }

.button-slideshow	{
			color: #000000;
			font-family: "Trebuchet MS", arial, helvetica, sans-serif;
			font-size: 13px;
			font-weight: normal;
			background-color: #FFFFFF;
			cursor:pointer;
			padding: 3px 3px 3px 3px;
			margin: 0px 1px 0px 1px;
			border: #C0C0C0 1px solid;
			}

.buttonon-slideshow	{
			color: #000000;
			font-family: "Trebuchet MS", arial, helvetica, sans-serif;
			font-size: 13px;
			font-weight: normal;
			background-color: #EDF6E8;
			cursor:pointer;
			padding: 3px 3px 3px 3px;
			margin: 0px 1px 0px 1px;
			border: #000000 1px solid;
			}




/* CONTACT PAGE CODE */

.contact-select			{ color: #006699; font-weight: normal; }

.contactform-table		{ margin-left: 100px; }

table.contactform-table td	{ padding: 1px 0px 1px 0px; }

.button-submit 	{
		background-color:#FFFFFF;
		background-image: url("picts/button-submit.gif");
		font: 13px arial, sans-serif;
		font-weight: normal;
		color: #000000;
		width: 120px;
		padding: 4px 8px 4px 8px;
		margin-top: 15px;
		cursor: pointer;
		text-align: center;
		border: #000000 1px solid;
		}

.buttonon-submit 	{
		background-color:#FFFFFF;
		background-image: url("picts/button-submit.gif");
		font: 13px arial, sans-serif;
		font-weight: normal;
		color: #0066FF;
		width: 120px;
		padding: 4px 8px 4px 8px;
		margin-top: 15px;
		cursor: pointer;
		text-align: center;
		border: #3399FF 1px solid;
		}

.shadeform	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		width: 200px;
		border: #C0C0C0 1px solid;
		}

.textarea	{
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		width: 250px;
		height: 150px;
		border: #C0C0C0 1px solid;
		}

.dropdown 	{
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		width: 225px;
		}




/* LINKS PAGE CODE */

table.searcharea td	{ padding: 0px 3px 0px 0px; }

.searcharea		{ margin: 18px 0px 18px 0px; }

.searchform 	{
		font: 12px arial, sans-serif;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		width: 110px;
		border: #C0C0C0 1px solid;
		}

.searchbutton 	{
		background-color:#FFFFFF;
		background-image: url("picts/button-submit.gif");
		font: 12px arial, sans-serif;
		font-weight: normal;
		color: #000000;
		width: 60px;
		height: 20px;
		margin-top: 0px;
		cursor: pointer;
		text-align: center;
		border: #000000 1px solid;
		}




/* PAYPAL paypal.htm PAYMENT PAGE CODE */

.payform	{
		width: 150px;
		}

.payformbox	{
		background-color: #F0F4EE;
		border: #A4CA8D 1px solid;
		}

table.paypaltable td	{ vertical-align: middle; padding: 8px 10px 8px 10px; }




/* NEWS PAGE */

.news-table	    { width: 100%; }

table.news-table td { padding: 6px 6px 6px 6px; }

.news-image	    { width: 80px; }




/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide { display:none;}
}
@media screen{
.printonly { display:none;}
}



