@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

body 	{
	background-color: #FFFFFF;
	margin: 0px;
	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; }

.rimage		{ max-width: 100%; height: auto; }  /* MAKES IMAGES RESPONSIVE */

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #3A7136; text-decoration: none; }

a:hover 	{ color: #276ED5; text-decoration: underline; }




/* 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: 400;
		line-height: 150%;
		}

.title 		{
		color: #276ED5;
		font: 30px "PT Sans", arial, sans-serif;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: normal;
		padding-bottom: 8px;
		}

.subtitle 	{ color: #000000; font: 20px "Open Sans", arial, sans-serif; font-weight: 600; line-height: normal; }

.contacttitle 	{ color: #000000; font: 18px "Open Sans", arial, sans-serif; font-weight: 600; line-height: normal; }

.smalltext	{ color: #777777; font: 14px "PT Sans", arial, sans-serif; font-weight: normal; padding-bottom: 5px; line-height: normal; }

.testimonial	{ color: #996600; font-family: "PT Sans", arial, helvetica, sans-serif; font-weight: bold; }

.hilite		{ color: #FF0000; }




/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }




/* SERVICES LIST */

.list		{
		color: #CC9944;
		list-style-type: disc;
		line-height: normal;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}
.list span	{
		color: #000000;
		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: 650px; }

.pagewrapper	{
		width: 100%;
		min-width: 319px;
		text-align: center;
		margin: 0 auto;
		}

.pagebox	{
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
		}

#contentbox-outer 
		{
		max-width: 1295px;
		margin: 0 auto;
		padding: 35px 20px 35px 20px;
		}

#contentbox	{
		width: 100%;
		float: left;
		margin-right: -322px;
		}

#left-content 	{
		padding: 0px;
		margin-right: 322px;
		}

.SB-width	{ width: 320px; }

.content-pad 	{ padding: 0px 40px 10px 0px; }

.content-pad-nosb 	{ padding: 30px 30px 10px 30px; } /* FOR MISSING & THANKS PAGES */

.sidebar-pad	{ padding: 0px 0px 10px 40px; }

.narrow-content	{ max-width: 700px; margin: 0 auto; }


/* HOME PAGE WIDTHS */

.contentbox-home  {
		  max-width: 1295px;
		  margin: 0 auto;
		  padding: 12px 10px 15px 10px;
		  }

.content-pad-home { padding: 25px 15px 25px 15px; }




/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv	{
		padding: 15px 0px 15px 0px;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		}

.headercolor	{ background-color: transparent; }  /* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */

.logo-respond	{
		max-width: 700px;
		height: 90px;
		min-width: 280px;
		margin: 0 auto;
		display: block;
		}

/* START TEXT HEADER CODE */

.textlogo	{
		font: normal 40px "Open Sans", arial, sans-serif;
		padding: 4px 0px 6px 0px;
		display: block;
		}

a.textlogo:link, a.textlogo:visited, a.textlogo:active	{ color: #000000; text-decoration: none; }

a.textlogo:hover { color: #000000; text-decoration: none; }




/* HEADER ICON */

.header-ico1	{
		width: 40px;
		height: 40px;
		background-color: transparent;
		opacity: 0.4;
		text-align: center;
		position: absolute;
		right: 12px;
		top: 12px;
		border: transparent 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.ico1-img	{ width: 40px; height: 40px; display: block; margin: 0 auto; }

/* HOVER COLOR HEADER ICON */

.icohov:hover	{
		background-color: transparent;
		opacity: 1.0;
		border: #B7C1C6 0px solid;
		}




/* INNER AND OUTER BACKGROUNDS */

.outer-background	{
			background-color: #FFFFFF;
			background-image: url(picts/background-main.jpg);
			background-repeat: repeat-x;
			background-attachment: fixed;
			}

.inner-background	{
			background-color: transparent;
			border: #000000 0px solid;
			}




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders	{ border: #276ED5 1px solid; padding: 3px; }

.img-float	{ float: left; margin: 3px 14px 8px 0px; }

.float-item	{ float: left; margin-right: 10px; margin-bottom: 2px; }

.text-nowrap	{ overflow: hidden; min-width: 260px; }

.divclear 	{ height: 1px; clear: both; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; }




/* PAGE LINES & BORDERS */

.page-splits 	{ 
		font-size: 1px;
		line-height: 1px;
		height: 1px;
		margin-top: 26px;
		margin-bottom: 26px;
		padding: 0px;
/* FIVE COLOR GRADIENT */
		background-image: linear-gradient(to right, transparent, #AEBFCC, transparent);
		border-top: #C0C0C0 0px solid;
		}

.splits-xtramargin { margin-top: 30px; margin-bottom: 30px; }

/* LARGE PAGE SPLITS */

.large-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 25px;
		background-color: #F3F3F3;
		margin: 0 auto;
		padding: 0px;
		border: #C0C0C0 1px solid;
		}




/* HOME PAGE */

.home-caption	{
		background-color: transparent;
		color: #276ED5;
		font: 18px "Open Sans", arial, sans-serif;
		font-weight: 600;
		font-style: normal;
		padding: 10px 10px 10px 10px;
		}


/* HOME PAGE 2 COLUMN TEXT */

.col2x-outer	{
		background-color: transparent;
		max-width: 100%;
		margin: 30px 20px 30px 20px;
		border-top: 3px solid #CEDDE9;
		border-bottom: 3px solid #CEDDE9;
		}

.col2x-box	{
		float: left;
		width: 50%;  /* DIVIDED BY 2 */
		margin: 0px auto 0px auto;
		}

.col2x-left	{ padding: 25px 20px 40px 0px; }

.col2x-right	{ padding: 25px 0px 40px 20px; }


/* BANNER AREA WITH LAYERED TEXT */

.ban-box {
	position: relative;
	background-color: #989186;
	}

.ban-box-text {
	color: #FFFFFF;
	font-weight: 400;
	text-align: left;
	line-height: normal;
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 100%;
	max-width: 460px;
	background: #777777;  /* BACKGROUND FALLBACK NON-CSS3 */
	background: rgba(40,55,37,0.9);  /* BACKGROUND & OPACITY */
	padding: 15px 15px 15px 15px;
	z-index: 5;
	border: solid #B5B1A9;
	border-width: 5px 5px 5px 5px;
	/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}


/* LINK BUTTONS */

a.button-link:link, 
a.button-link:visited, 
a.button-link:active	{
		color: #000000;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		background-color: #FFFFFF;
		padding: 10px 22px 10px 22px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		display: inline-block;
		border: #000000 2px solid;
		text-decoration: none;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	/* FADE UP */
		-webkit-transition: all 0.3s;
		transition: all 0.3s ease;
		}

a.button-link:hover	{
		color: #FFFFFF;
		background-color: #E58A00;
		border: #E58A00 2px solid;
		text-decoration: none;
		}

a.bl-2:link, 
a.bl-2:visited, 
a.bl-2:active	{
		color: #FFFFFF;
		background-color: #E58A00;
		border: #E58A00 2px solid;
		}

a.bl-2:hover	{
		color: #FFFFFF;
		background-color: #FF1010;
		border: #FF1010 2px solid;
		}

.homelinks	{ color: #73879C; }




/* HOME JQUERY SLIDESHOW (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.rslides_container	{
			background-color: transparent;
			max-width: 1500px;	/* INCLUDES BORDER */
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			position: relative;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: solid #276ED5;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

#homeJQ > .centered-btns_nav	{ display: none; }  /* HIDES HOME ARROWS */

/* HOME SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs	{
			width: 80%;
			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: 14px;
			height: 14px;
			background-color: transparent;
			border: #FFFFFF 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 79px;
			-moz-border-radius: 9px;
			border-radius: 9px;
			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: #E58A00; border: #E58A00 2px solid; cursor: default; }

/* BACKGROUND FOR HOME JQUERY & IMAGE */

.homeimage-bg	{
		padding-top: 3px;
		padding-bottom: 3px;
		margin-top: 0px;
		background: #C5C4BB;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		}




/* FOR OPTIONAL HOME PAGE NO-ANIMATION IMAGE */

.homeimage	{ width: 100%; display: block; }

.homeimage-border	{
			max-width: 1500px;
			min-width: 250px;
			margin: 0 auto;
			box-sizing: border-box;
			border: solid #FFFFFF;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}




/* RIGHT SIDEBAR */

#sidebar-content {
		background-color: transparent;
		float: right;
		border-left: #CCCCCC 1px solid;
		}

.sidebar-textarea {
		text-align: left;
		width: auto;
		margin: 0 auto;
		padding: 0px 0px 10px 0px;
		border: solid #8FB58C;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		}

.sidebar-text 	{
		color: #000000;
		font: 15px "PT Sans", arial, sans-serif;
		text-align: left;
		font-weight: normal;
		line-height: normal;
		}

.sidebar-title	{
		color: #FFFFFF;
		font: 20px "Open Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		background-color: #276ED5;
		padding: 8px 5px 9px 6px;
		margin: 0px auto 7px auto;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.sidebar-image	{
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 15px auto;
		border: solid #276ED5;
		border-width: 4px 0px 4px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
  	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		}

.side-links	{
		padding: 10px 0px 10px 0px;
		margin: 0px;
		}

.side-links a	{
		font: 17px "PT Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		display: block;
		padding: 8px 0px 8px 10px;
		border: dashed #B4B4B4;
		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 	{
		color: #FFFFFF;
		height: 15px;
		line-height: normal;
		background-color: #736C5B;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #C0C0C0;
		border-width: 0px 0px 0px 0px;
		}

#FooterFRM	{ visibility: visible; }

.footer-frame	{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		}

.footer-height	{ height: 450px; }

.footer-page	{
		background-color: #40392C;
		margin: 0px;
		padding: 0px;
		background-image: url(picts/background-footer.jpg);
		background-repeat: no-repeat;
		}

.footer-page, .footer-page div, .footer-page table { color: #FFFFFF; }

.footer-pad	{ padding: 70px 10px 10px 10px; }

.footer-border	{
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		}

div.footer-title {
		color: #FFFFFF;
		font: 20px "Open Sans", arial, sans-serif;
		font-weight: normal;
		padding-bottom: 5px;
		margin-bottom: 3px;
		border-bottom: #86BB82 1px solid;
		}

table.footer-links td 	{
			padding: 5px 30px 5px 30px;
			border-right: #615949 0px solid;
			}

.footer-image		{
			margin: 45px 10px 3px 10px;
			padding: 0px;
			border: #FFFFFF 6px solid;
			}

.footer-image-table	{ margin-left: 20px; }

.footer-links	{ font-size: 15px; line-height: 33px; }

.footerlinks-1	{ width: 33%; }

.footerlinks-2	{ width: 33%; }

.footerlinks-3	{ width: 33%; }

.html5-icon	{ margin-top: 12px; margin-bottom: 8px; }

.footer-copyright {
		  color: #FFFFFF;
		  font: 12px "PT Sans", arial, sans-serif;
		  font-weight: normal;
		  line-height: normal;
		  padding: 24px 5px 24px 5px;
		  margin: 0px 0px 0px 0px;
		  background-color: #615949;
		  border: solid #999999;
		  border-width: 0px 0px 0px 0px;
		  /* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		  }


/* FOOTER LINK COLORS */

body.footer-page a:link, 
body.footer-page a:visited, 
body.footer-page a:active 	{ color: #CDC9BC; 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: #DCCEAD; text-decoration: none; }

div.footer-copyright a:hover 	{ color: #FFFFFF; text-decoration: underline; }




/* SOCIAL ICONS */

.footer-social	{ min-width: 184px; padding-left: 10px; vertical-align: middle; }

.social-box	{ text-align: center; padding: 0px; }

.socialicon	{
		border: #40392C 1px solid;
		display: inline-block;
		margin: 1px;
		background-color: #40392C;
  	/* CORNER ROUNDING */
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
		   }

.socialicon:hover  { border: #B9BEC8 1px solid; background-color: #40392C; }


/* SOCIAL ICONS ON MOBILE (HIDING ON DESKTOP) */

.mobile-social	   { display: none; }




/* CONTACT PAGE CODE */

.form-box			{ margin: 20px 0px 20px 125px; }

.contact-pad 			{ padding: 15px 0px 15px 0px; }

.contact-select			{ color: #765823; font-weight: normal; }

.contactform-table		{ margin: 20px 0px 10px 50px; }

table.contactform-table td	{ padding: 1px 0px 1px 0px; }

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
	       	font: normal 18px arial, sans-serif;
		text-align: center;
		background-color: #276ED5;
		-webkit-appearance: none;
		padding: 12px 8px 12px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 120px;
        	border: #276ED5 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: #7BA777;
        	border: #7BA777 1px solid;
		}

.shadeform	{
		font: 15px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 250px;
		border: #8DB1D3 1px solid;
		}

.textarea	{
		font: 15px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 285px;
		height: 150px;
		border: #8DB1D3 1px solid;
		}

.dropdown 	{
		font: 14px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		width: 265px;
		}




/* CONTACT PAGE GOOGLE MAP & DIRECTIONS */

#map-canvas	{ width: 235px; height: 160px; }


/* CONTACT PAGE GOOGLE DIRECTIONS */

.directions		{ font-size: 12px; font-weight: normal; line-height: normal; padding: 8px 0px 5px 0px; }

.directions .shadeform	{ width: 233px; margin: 0px 0px 5px 0px; }

input[type=submit].directionbutton	{ width: 235px; }


/* OPTIONAL No-Form-contact.htm PAGE */

.no-formmargin	{ margin: 25px 0px 25px 0px; }




/* LINKS PAGE CODE */

table.searcharea td	{ padding: 0px 3px 0px 0px; }

.searcharea		{ margin: 18px 0px 18px 0px; }

.searchform 	{
		color: #000000;
		font: 12px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		width: 110px;
		border: #8DB1D3 1px solid;
		}

.searchbutton 	{
		color: #FFFFFF;
	       	font: bold 12px arial, sans-serif;
		text-align: center;
		background-color:#276ED5;
		-webkit-appearance: none;
		height: 21px;
		margin-top: 0px;
		cursor: pointer;
		border: #276ED5 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}




/* PAYPAL payments.htm PAYMENT PAGE CODE */

.payform 			{ width: 150px; }

input[type=submit].payform 	{ width: 152px; margin-bottom: 10px; }

.payformbox	{
		margin: 0 auto;
		background-color: #EEEDE7;
		border: #C9BFAC 1px solid;
		}

.paypaltable td	{ vertical-align: middle; padding: 6px 10px 6px 10px; }

.paypalbadge-space	{ padding: 30px 10px 8px 0px; }




/* PDF PAGE */

.pdf-icon	{ margin: 10px 0px 0px 15px; }



/* STAFF PAGE */

.staff-email	{
		color: #CC9900;
		font-family: "PT Sans", arial, sans-serif;
		font-weight: bold;
		line-height: normal;
		margin: 7px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		border-top: #CC9900 1px solid;
		}




/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* START THE CODE FOR THE MENU */

/* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */

#menudiv a		{ outline: none; }

#menudiv		{
			background-color: #736C5B;
	        	background-image: url("picts/menu.jpg");
			position: relative;
			padding: 0px 0px 0px 0px;
			margin: 0px auto 0px auto;
			border: #FFFFFF solid;
			border-width: 0px 0px 0px 0px;
			}

/* MENU WIDTH, PADDING, FONT FACE & COLOR */

#menusub a 		{
			color: #FFFFFF;
			font-family: "Open Sans", arial, helvetica, sans-serif;
			font-size: 16px;
			font-weight: 400;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
			padding: 22px 15px 22px 15px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			background-color: transparent;
			display: inline-block;
			border: #999999 solid;
			border-width: 0px 0px 0px 0px;
		/* MENU FADE UP */
			transition: all 0.5s ease;
			-webkit-transition: all 0.5s;
    			*display:inline;	/* For IE */
    			*zoom:1;		/* For IE */
			}


/* BORDERS FIRST MENU LINK */

#menusub a:first-child	{ border-width: 0px 0px 0px 0px; }


/* MENU HOVER COLORS */

#menusub a:hover 
			{
			color: #FFFFFF;
			background: #000000;
			background:rgba(67,55,39,0.70); /* 60% TRANSPARENT BACKGROUND */
			text-decoration: none;
			}


/* MOBILE MENU ICON - SEE ALSO media-queries.css FOR MORE MOBILE COLORS AND FONTS!! */

#mobile-menu-icon	{ cursor: pointer; display: none; text-align: center; padding: 5px 0px 5px 5px; }

.menu-icon-img		{ display: block; margin: 0px auto 0px 0px; }




/* RIGHT SCROLL TO TOP ARROW */

.scrollToTop	{
	width: 36px;
	height: 36px;
	padding: 0px;
	text-align:center;
	position:fixed;
	bottom: 60px;
	right: 10px;
	z-index: 6;
	display:none;
	text-decoration: none;
	border: #7D7462 1px solid;
	background: #7D7462 url('picts/arrow-up-white.png') no-repeat 0px 0px;
	}

.scrollToTop:hover{
	text-decoration:none;
	border: #615949 1px solid;
	background: #615949 url('picts/arrow-up-white.png') no-repeat 0px 0px;
	}