@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

body 	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}

html	{ overflow-y: scroll; }

/* ^^^ 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; }

.rimage		{ max-width: 100%; height: auto; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #0077FF; text-decoration: none; }

a:hover 	{ color: #505547; text-decoration: none; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #000000;
		font-family: "Open Sans", arial, helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		line-height: 150%;
		}

.title 		{ color: #000000; font: 25px "Open Sans", arial, sans-serif; font-weight: normal; letter-spacing: -1px; line-height: normal; }

.subtitle 	{ color: #000000; font: 19px "Open Sans", arial, sans-serif; font-weight: normal; line-height: normal; }

.smalltext	{ color: #744D34; font: 13px "Open Sans", arial, sans-serif; font-weight: normal; padding-bottom: 5px; line-height: normal; }

.testimonial	{ color: #990000; font-size: 0.90em; font-weight: 600; }

.hilite		{ color: #FF0000; }




/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }




/* SERVICES LIST */

.list		{
		color: #113300;
		line-height: normal;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.floatlist	{ float: left; width: 50%; min-width: 200px; }

.list li	{ text-indent: 1px; }




/* PAGE & CONTENT HEIGHTS AND WIDTHS & PADDING */

/* NOTE: IF YOU CHANGE THE PAGE WIDTHS EDIT & TEST THE MEDIA QUERIES IN THE media-queries.css */

.pageheight	{ min-height: 700px; }

.pagewrapper	{
		width: 100%;
		min-width: 890px;
		text-align: center;
		margin: 0 auto;
		}

.pagebox	{
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
		}

#contentbox	{
		max-width: 1100px;
		margin: 0 auto;
		padding: 30px 0px 10px 0px;
		}

.content-pad 	{ padding: 0px 15px 10px 15px; }

#left-content 	{
		float: left;
		width: 100%;
		max-width: 830px;
		padding: 0px;
		}




/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv	{
		padding: 0px 0px 0px 0px;
		text-align: left;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		}

.headercolor	{
		background-color: #310806;
		background-image: url("picts/background-header.jpg");
		background-repeat: repeat;
		}

.logo-respond	{
		height: 100px;
		max-width: 600px;
		min-width: 280px;
		margin: 0px auto 0px 0px;  /* THIS CODE ALIGNS THE LOGO */
		display: block;
		}

/* START TEXT HEADER CODE */

.textlogo	{
		font: normal 36px "Open Sans", arial, sans-serif;
		text-align: left;
		padding: 40px 10px 10px 10px;
		display: block;
		}

.textlogo a:link, .textlogo a:visited, .textlogo a:active	{ color: #FFFFFF; text-decoration: none; }

.textlogo a:hover { color: #FFFFFF; text-decoration: none; }




/* HEADER ICON */

.header-ico1	{
		width: 36px;
		height: 36px;
		background-color: transparent;
		text-align: center;
		position: absolute;
		right: 10px;
		top: 10px;
		border: transparent 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}

.ico1-img	{ width: 36px; height: 36px; display: block; margin: 0 auto; }

.icohov:hover	{ border: #D5A787 1px solid; }




/* INNER AND OUTER BACKGROUNDS */

.outer-background	{
			background-color: #FFFFFF;
			background-image: none;
			background-repeat: repeat;
			background-attachment: fixed;
			}

.inner-background	{
			background-color: transparent;
			border: #000000 0px solid;
			}




/* FLOATS */

.img-float	{ float: left; margin: 3px 12px 1px 0px; }

.float-item	{ float: left; margin-right: 15px; margin-bottom: 2px; }

.text-nowrap	{ overflow: hidden; min-width: 175px; }

.divclear 	{ height: 1px; clear: both; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; }




/* IMAGE BORDERS & SPACING */

.img-borders	{
		border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}

.HoverBorder	{
		border: #FFFFFF 2px solid;
		vertical-align: bottom;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	/* ZOOM */
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	/* FADE UP */
		-webkit-transition: all 0.3s;
		transition: all 0.3s ease;
		}

a:hover .HoverBorder {
		border: #000000 2px solid;
	/* ZOOM */
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
		}




/* PAGE LINES & BORDERS */

.page-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 2px;
		background-color: transparent;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
		border-top: #C1C8D1 1px solid;
		}

.splits-xtramargin { margin-top: 30px; margin-bottom: 30px; }


/* LARGE PAGE SPLITS */

.large-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 25px;
		background-color: #868A7B;
		margin: 0 auto;
		padding: 0px;
		border: #000000 0px solid;
		}




/* ARROW LINK TABS - HOME & SIDEBAR */

a.arrow-tab:link, 
a.arrow-tab:visited, 
a.arrow-tab:active 
		{
		color: #FFFFFF;
		font-size: 17px;
		text-align: left;
		line-height: 130%;
		text-decoration: none;
		background-color: #868A7B;
		display: block;
		padding: 19px 6px 5px 6px;
		margin: 2px auto 0px auto;
		background-image: url("picts/icons/arrow-tab-white.png");
		background-repeat: no-repeat;
		background-position: right bottom;
		border: solid #807E6E;
		border-width: 1px 1px 1px 1px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

a.arrow-tab:hover 
		{
		color: #FFFFFF;
		text-decoration: none;
		background-color: #505547;
		background-image: url("picts/icons/arrow-tab-white.png");
		}




/* HOME PAGE */

#contentbox-home  {
		  max-width: 1200px;
		  margin: 0 auto;
		  padding: 35px 10px 15px 10px;
		  }

/* HOME 4 IMAGE COLUMNS */

.intro-row	{
		background-color: transparent;
		max-width: 100%;
		margin: 0px auto 55px auto;
		padding: 0px 0px 0px 0px;
	/* CORNER ROUNDING */
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
		}

.intro-cell	{
		width: 25%;
		float: left;
		text-align: center;
		}

.intro-cellpad	{
		padding: 10px 6px 10px 6px;
		margin: 0px auto 0px auto;
		}

.intro-cellpad img,
.intro-cell-3x img	{
		width: 100%;
		height: auto;
		vertical-align: bottom;
		display: block;
		border: #000000 0px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}


/* FOR OPTIONAL-Home.htm 3 IMAGE COLUMNS */

.intro-cell-3x	{
		width: 33.3%;
		float: left;
		text-align: center;
		margin: 0 auto;
		}

.intro-cellpad-3x {
		padding: 10px 18px 10px 18px;
		margin: 0 auto;
		}




/* HOME PAGE LOWER 2 COLUMN TEXT CONTENT */

.homecontent-outer {
		background-color: transparent;
		max-width: 96%;
		margin: 0 auto;
		border-top: 2px solid #D8DEE5;
		border-bottom: 2px solid #D8DEE5;
		}

.homecontent	{
		float: left;
		max-width: 50%;  /* DIVIDED BY 2 */
		margin: 0px auto 0px auto;
		}

.content-left	{ padding: 25px 30px 25px 0px; }

.content-right	{ padding: 25px 0px 25px 30px; }




/* HOME PAGE LOWER 1 COLUMN TEXT CONTENT */

.home-1col	  { max-width: 96%; margin: 0 auto; }

.content-pad-home { padding: 60px 20px 50px 20px; }

.homelinks	  { color: #73879C; }




/* JQUERY SLIDESHOWS (HOME & SETS) (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.rslides_container	{
			background-color: transparent;
			max-width: 100%;
			min-width: 250px;
			max-height: 500px;
			overflow: hidden;
			text-align: center;
			margin: 0 auto;
			position: relative;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: #000000 0px solid;
			}

/* HIDE / SHOW HOME ARROWS block OR none */

#homeJQ > .centered-btns_nav	{ display: block; }

/* SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs	{
			width: 100%;
			position: absolute;
			bottom: 10px;
			left: 0px;
			margin: 0 auto;
			text-align: center;
			z-index: 1000;
			background-color: transparent;
			}

/* NORMAL BUTTON STATE */

.centered-btns_tabs a 	{
			width: 10px;
			height: 10px;
			background-color: transparent;
			border: #FFFFFF 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
			margin: 0px 4px 0px 4px;
			}

/* HOVER BUTTON STATE */

.centered-btns_tabs a:hover 
			{ background-color: #FFFFFF; border: #FFFFFF 2px solid; }

/* ACTIVE BUTTON STATE */

.centered-btns_here a, .centered-btns_here a:hover 
			{ background-color: #E6B955; border: #E6B955 2px solid; cursor: default; }




/* FOR OPTIONAL HOME PAGE OPTIONAL-No-Animation-Home.htm */

.homeimage		{
			max-width: 100%;
			max-height: 500px;
			overflow: hidden;
			}

.homeimage-img		{
			max-width: 100%;
			min-width: 250px;
			height: auto;
			display: block; 
			margin: 0 auto;
			box-sizing: border-box;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: #000000 0px solid;
			}




/* BAR UNDER HOME IMAGE */

.image-bar	{
		font-size: 3px;
		line-height: 3px;
		height: 8px;
		background-color: #2C3925;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #868A7B;
		border-width: 1px 0px 0px 0px;
		}




/* RIGHT SIDEBAR */

#sidebar-content 	{
			float: left;
			width: 100%;
			max-width: 265px;
			padding: 0px;
			border-left: #CECECE 0px solid;
			}

.sidebar-pad		{ padding: 0px 0px 15px 40px; }

.sidebar-textarea	{
			max-width: 225px;
			margin: 0 auto;
			padding: 0px 0px 0px 0px;
			border: solid #000000;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.sidebar-text 	{
		color: #000000;
		font: 14px "Open Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		}

.sidebar-image	{
		display: block;
		width: 100%;
		height: auto;
		margin: 0px auto 0px auto;
		border: solid #CECECE;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.side-links	{
		text-align: left;
		padding: 20px 0px 10px 0px;
		margin: 0px;
		}

.side-links a	{
		font: 14px "Open Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		background-image: url("picts/icons/arrow-sidelinks-black.png");
		background-repeat: no-repeat;
		background-position: left center;
		display: block;
		padding: 10px 0px 10px 23px;
		border: solid #C1C8D1;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.side-links a:first-child { border-width: 1px 0px 1px 0px; }




/* FOOTER */

.footer-splits 	{
		font-size: 3px;
		line-height: 3px;
		height: 12px;
		background-color: #2C3925;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		}

#FooterFRM	{ visibility: visible; }

.footer-frame	{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		}

.footer-height	{ height: 300px; }

.footer-page	{
		background-color: #310806;
		background-image: url("picts/background-footer.jpg");
		background-repeat: repeat;
		margin: 0px;
		padding: 0px;
		}

.footer-page, .footer-page div, .footer-page table { color: #FFFFFF; }

.footer-pad	{ padding: 48px 10px 10px 10px; }

.footer-border	{
		border: solid #999999;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

div.footer-title {
		color: #FFFFFF;
		font: 19px "Open Sans", arial, sans-serif;
		font-weight: normal;
		padding-bottom: 5px;
		margin-bottom: 3px;
		border-bottom: #000099 0px solid;
		}

table.footer-links td 	{
			text-align: left;
			padding: 5px 50px 5px 50px;
			}

.footer-links	{ font-size: 15px; line-height: 36px; margin: 0 auto; }

.footerlinks-1	{ width: 33%; border-right: #6F4446 1px solid; }

.footerlinks-2	{ width: 33%; border-right: #6F4446 0px solid; }

.footerlinks-3	{ width: 33%; border-left: #6F4446 1px solid; }

.footer-copyright {
		  color: #FFFFFF;
		  font: 11px "Open Sans", arial, sans-serif;
		  font-weight: normal;
		  line-height: normal;
		  padding: 19px 5px 19px 5px;
		  margin: 0px 0px 0px 0px;
		  background-color: #310806;
		  background-image: url("picts/background-footer.jpg");
		  border-top: #6F4446 1px solid;
		  border-bottom: #2C3925 8px solid;
		  }


/* FOOTER LINK COLORS */

body.footer-page a:link, 
body.footer-page a:visited, 
body.footer-page a:active 	{ color: #D5B187; text-decoration: none; white-space: nowrap; }

body.footer-page a:hover 	{ color: #FFFFFF; text-decoration: none; white-space: nowrap; }


/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link, 
div.footer-copyright a:visited, 
div.footer-copyright a:active 	{ color: #D5A787; text-decoration: none; }

div.footer-copyright a:hover 	{ color: #FFFFFF; text-decoration: underline; }




/* SOCIAL ICONS */

#social-links	{
		text-align: center;
		font-size: 0px;
		background-color: #1D2416;
		background-image: url("picts/background-social.jpg");
		background-repeat: repeat;
		padding: 25px 4px 25px 4px;
		margin: 0px auto 0px auto;
		border: solid #6F4446;
		border-width: 1px 0px 0px 0px;
		}

.socialicon	{
		background-color: transparent;
		border: #657456 1px solid;
		padding: 2px;
		margin: 2px;
		vertical-align: top;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

.socialicon:hover {
		background-color: transparent;
		border: #FFFFFF 1px solid;
		}




/* CONTACT PAGE */

.contact-pad 			{ padding: 15px 0px 15px 0px; }

.contact-select			{ color: #113300; font-weight: normal; }

.form-box			{ margin: 20px 0px 10px 50px; }

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
		font: normal 15px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #505547;
		-webkit-appearance: none;
		padding: 12px 8px 12px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 120px;
		border: #505547 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #868A7B;
		border: #000000 1px solid;
		}

.shadeform	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 200px;
		margin-top: 1px;
		margin-bottom: 7px;
		border: #949EB4 1px solid;
		}

.textarea	{
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 250px;
		height: 150px;
		margin-top: 2px;
		margin-bottom: 7px;
		border: #949EB4 1px solid;
		}

.dropdown 	{
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		width: 225px;
		margin-top: 3px;
		margin-bottom: 7px;
		}




/* CONTACT PAGE GOOGLE MAP & DIRECTIONS */

#map-canvas	{ width: 225px; height: 160px; }


/* CONTACT PAGE GOOGLE DIRECTIONS */

.directions		{ font-size: 13px; font-weight: normal; line-height: normal; padding: 8px 0px 5px 0px; }

.directions .shadeform	{ width: 223px; margin: 0px 0px 5px 0px; }

input[type=submit].directionbutton	{ width: 225px; }


/* OPTIONAL No-Form-contact.htm PAGE */

.no-formmargin	{ margin: 25px 0px 25px 0px; }




/* JQUERY SLIDESHOW SETS (SEE ALSO HOME JQUERY ABOVE & responsive-slides.css IN FOLDER JQuery) */

.slideshow-sets	{
		max-width: 700px;
		border: #C1C8D1 3px solid;
		}




/* VIDEO PAGE (FOR RESPONSIVE VIDEO) */

.videobox	 {
		 max-width: 700px;
		 margin: 0 auto;
		 padding: 0px 0px 0px 0px;
		 }

.video-container {
		 min-width: 200px;
		 padding-top: 0px;
		 padding-bottom: 56.25%;
		 margin: 0px auto 0px auto;
		 height: 0;
		 overflow: hidden;
		 position: relative;
		 z-index: 100;
		 }
 
.video-container iframe,
.video-container object,
.video-container embed {
		 width: 100%;
		 height: 100%;
		 position: absolute;
		 top: 0;
		 left: 0;
		 z-index: 100;
		 }




/* ALL MEDIA PAGES - SLIDESHOWS & VIDEOS */

#contentbox-media {
		  max-width: 1100px;
		  margin: 0 auto;
		  padding: 35px 10px 15px 10px;
		  }

.media-textarea	{
		text-align: center;
		max-width: 600px;
		padding: 12px 0px 20px 0px;
		margin: 0 auto;
		}

/* MEDIA PLAY OVERLAY */

.media-pbox	{
		float: left;
		margin-right: 12px;
		margin-bottom: 0px;
		position: relative;
		}

.media-picon	{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -26px;
		margin-left: -26px;
		}

.media-return	{
		display: inline-block;
		padding: 5px 6px 5px 6px;
		margin: 16px 0px 6px 0px;
		border: solid #C1C8D1;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.media-thumb	{
		display: block;
		width: 152px;
		height: auto;
		}



/* TOUR STYLES */

.tour-text	{ font-size: 20px; }

.tour-title 	{
		color: #000000;
		font: 30px "Open Sans", arial, sans-serif;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: normal;
		padding-top: 40px;
		}

.colortitle	{ color: #995626; font-weight: 700; }

.tour-notes	{
		color: #5E7287;
		padding: 60px 0px 0px 0px;
		}

#left-tour 	{
		float: left;
		width: 100%;
		max-width: 690px;
		padding: 0px;
		}

#sidebar-tour 	{
		float: left;
		width: 100%;
		max-width: 395px;
		padding: 0px;
		border-left: #CECECE 0px solid;
		}

.tour-sidebox	{
		max-width: 355px;
		margin: 0 auto;
		padding: 0px 0px 0px 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.tour-image	{
		display: block;
		width: 100%;
		height: auto;
		margin: 0px auto 10px auto;
		border: solid #000000;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}




/* TOUR MENU */

#menu-tour	{
		background-color: transparent;
		text-align: left;
		font-size: 0;
		line-height: 0;
		padding: 6px 0px 6px 0px;
		margin: 0px 0px 12px 0px;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}

#menu-tour a	{
		font: 18px "Open Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		text-align: center;
		cursor:pointer;
		display: inline-block;
		margin: 0px 2px 2px 0px;
		padding: 4px 10px 4px 10px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	/* FADE UP */
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s;
		}

#menu-tour a:link,
#menu-tour a:visited,
#menu-tour a:active 
		{
		color: #FFFFFF;
		text-decoration: none;
		background-color: #505547;
		border: #505547 1px solid;
		}

#menu-tour a:hover 
		{
		color: #FFFFFF;
		text-decoration: none;
		background-color: #868A7B;
		border: #868A7B 1px solid;
		}

/* CURRENT PAGE HIGHLIGHT */

#menu-tour a.current-page
 		{
		color: #FFFFFF;
		background-color: #AFAFB9;
		border: #AFAFB9 1px solid;
		pointer-events: none;
		}




/* AUDIO PLAYER (TOUR PAGES) */

.audioplayer		{ max-width: 275px; }

.audioplayerdiv		{
			max-width: 275px;
			min-width: 210px;
			}




/* FAQ PAGE */

.faq-box	{
		display: none;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		border: #999999 0px solid;
		}

.faqicon	{ margin-top: 4px; }




/* LINKS PAGE CODE */

.linksmargin	{ margin: 0px 0px 20px 0px; }

table.linkboxes td { padding: 5px 3px 2px 0px; line-height: normal; font-size: 12px; }

.searchform 	{
		color: #000000;
		font: 14px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		width: 158px;
		margin: 0px;
		border: #949EB4 1px solid;
		}

.searchbutton 	{
		color: #FFFFFF;
		font: 600 12px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #505547;
		-webkit-appearance: none;
		height: 21px;
		margin-top: 0px;
		cursor: pointer;
		border: #505547 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.search-icon	{
		display: block;
		vertical-align: bottom;
		}



/* PAYPAL payments.htm PAYMENT PAGE CODE */

.payform 			{ width: 150px; }

input[type=submit].payform 	{ width: 152px; margin-bottom: 10px; }

.payformbox	{
		background-color: #F0F0F0;
		border: #C0C0C0 1px solid;
		}

.paypaltable td	{ vertical-align: middle; padding: 6px 10px 6px 10px; }

.paypalbadge-space	{ padding: 30px 10px 8px 0px; }




/* PDF PAGE */

.pdf-icon	{ margin: 2px 0px 0px 15px; }




/* SITE MAP SEARCH BOX */

.searchmargin		{ margin: 0px 0px 0px 0px; }

table.sitesearchbox td	{ padding: 5px 3px 2px 0px; line-height: normal; font-size: 12px; }

table.sitesearchbox td.searchtext 
			{ font-size: 13px; }

.sitesearchform		{ width: 158px; margin: 0px 0px 0px 0px; }




/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* RIGHT SCROLL TO TOP ARROW */

.scrollToTop	{
	width: 36px;
	height: 36px;
	padding: 0px;
	text-align:center;
	text-decoration: none;
	position:fixed;
	bottom: 80px;
	right: 10px;
	display:none;
	background: #000000 url('picts/icons/arrow-up.png') no-repeat 0px 0px;
	}

.scrollToTop:hover{
	text-decoration:none;
	background: #2C3925 url('picts/icons/arrow-up.png') no-repeat 0px 0px;
	}



