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

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

.resp-img	{ width: 100%; height: auto; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }

.marg-bot10	{ margin-bottom: 10px; }




/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #0066CC; text-decoration: none; }

a:hover 	{ color: #0099FF; text-decoration: none; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #000000;
		font-family: "Open Sans", arial, sans-serif;
		font-size: 17px;
		font-weight: 400;
		line-height: 170%;
		}

.title 		{ color: #000000; font: 40px "Sniglet", "Montserrat", arial, sans-serif; font-weight: 400; letter-spacing: 0px; line-height: normal; }

.subtitle 	{
	color: #000000;
	font: 24px Sniglet, Montserrat, arial, sans-serif;
	font-weight: 400;
	line-height: normal;
}
.subtitle-purple {
	color: #6600FF;
	font: 24px Sniglet, Montserrat, arial, sans-serif;
	font-weight: 400;
	line-height: normal;
}
.titlebarblue {
	color: #FFFFFF;
	font: 24px "Sniglet", arial, sans-serif;
	font-weight: 400;
	line-height: normal;
	background-color: #6699FF;
	padding: 8px;
/* CORNER ROUNDING */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	float: inherit;
	text-align: center;
}
.titlebarpink {
	color: #FFFFFF;
	font: 24px "Sniglet", arial, sans-serif;
	font-weight: 400;
	line-height: normal;
	background-color: #FF00FF;
	padding: 8px 5px 8px 8px;
	margin: 0px auto 7px auto;
/* CORNER ROUNDING */-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.colortitle	{ color: #0066CC; font: 15px "Montserrat", arial, sans-serif; font-weight: 600; line-height: normal; }

.smalltitle	{ font-size: 15px; font-weight: 700; }

.smalltext	{ color: #990000; font-size: 14px; }
.libby-text {
	color: #000000;
	font: 20px Montserrat, arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	font-style: italic;
}

.makebold	{ font-weight: 700; }

.hilite		{ color: #FF0000; }

.hilite2	{ color: #996600; font-weight: 600; }




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

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




/* LISTS & SERVICES PAGE */

.box-section	{ margin: 0px auto 0px auto; }

.list		{
		color: #000000;
		font-weight: 400;
		line-height: normal;
		text-align: left;
		margin-top: 6px;
		margin-bottom: 6px;
		list-style-type: disc;
		}

.list li	{ text-indent: 1px; }

.float-serv	{ float: left; margin-right: 30px; margin-bottom: 5px; }




/* 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: 720px; }

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

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

#contentbox-outer,
#contentbox-outer-nosb
		{
		max-width: 1200px;
		min-width: 700px;
		margin: 0 auto;
		}

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

.content-pad 	{ padding: 50px 30px 35px 45px; }

.content-pad-nosb 	{ padding: 50px 45px 35px 45px; }

.home-pad	{ padding: 20px 0px 20px 0px; }

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

#contentbox-home
		{
		max-width: 100%;
		min-width: 700px;
		margin: 0 auto;
		}




/* INNER AND OUTER BACKGROUNDS */

.pagebox		{ background-color: #FFFFFF; }

.pagebox-gal		{ background-color: #FEF4DB; }

.inner-background	{
			background-color: #FFFFFF;
			border: #999999 0px solid;
			}

.inner-background-gal	{
			background-color: #FFFFFF;
			border: #999999 0px solid;
			}

.outer-background	{
			background: #B0CAAD url('picts/background-outer-teal.jpg') repeat 0px 0px;
			border: #999999 0px solid;
			}




/* TEXT AND GRAPHIC HEADER CODE */

/* ALIGN LOGO IN THE header.js */

#headerdiv	{
		background-color: #F88E72;
		background-color: transparent;
		background:rgba(248,142,114,0.85); /* SEMI TRANSPARENT BACKGROUND */
		max-width: 100%;
		position: relative;
		padding: 10px 0px 10px 0px;
		margin: 0px auto 0px auto;
		border: #000000 0px solid;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		}


/* GRAPHIC HEADER CODE */

.logo-respond	{
		height: auto;
		width: 650px;
		max-width: 650px;
		min-width: 280px;
		display: block;
		}




/* HEADER ICONS */


/* ICON CODE GROUP 1 */

.header-ico1	{
		width: 36px;
		height: 36px;
		background-color: #335DFE;
		text-align: center;
		position: absolute;
		right: 85px;
		top: 7px;
		border: #FFFFFF 2px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		}

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


/* ICON CODE GROUP 2 */

.header-ico2	{
		width: 36px;
		height: 36px;
		background-color: #335DFE;
		text-align: center;
		position: absolute;
		right: 46px;
		top: 7px;
		border: #FFFFFF 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		}

.ico2-img	{ width: 36px; height: 36px; display: block; margin: 0 auto; }


/* ICON CODE GROUP 3 */

.header-ico3	{
		width: 36px;
		height: 36px;
		background-color: #335DFE;
		text-align: center;
		position: absolute;
		right: 7px;
		top: 7px;
		border: #FFFFFF 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		}

.ico3-img	{ width: 36px; height: 36px; display: block; margin: 0 auto; }


/* HOVER COLOR ALL HEADER ICONS */

.icohov:hover	{
		background-color: #479EFF;
		border: #FFFFFF 0px solid;
		}


.titlebar {
	color: #FFFFFF;
	font: 24px "Sniglet", arial, sans-serif;
	font-weight: 400;
	line-height: normal;
	background-color: #F88E72;
	padding: 8px 5px 8px 8px;
	margin: 0px auto 7px auto;
/* CORNER ROUNDING */-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}


/* LOGO FADE IN - TEXT AND GRAPHIC */

.logo-respond
	{
	animation: fadein 2s;
	-moz-animation: fadein 2s;	/* Firefox */
	-webkit-animation: fadein 2s;	/* Safari, Chrome */
	-o-animation: fadein 2s;	/* Opera */
	}
@keyframes fadein {
from {
opacity:0;
}
to {
opacity:1;
}
}
@-moz-keyframes fadein { /* Firefox */
from {
opacity:0;
}
to {
opacity:1;
}
}
@-webkit-keyframes fadein { /* Safari, Chrome */
from {
opacity:0;
}
to {
opacity:1;
}
}
@-o-keyframes fadein { /* Opera */
from {
opacity:0;
}
to {
opacity: 1;
}
}




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders	{
		border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}

.img-borders-2	{ border: #000000 1px solid; }

.img-borders-3	{
		margin: 0 auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 3px solid #A3A7EC;
		vertical-align: bottom;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

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

.float-item	{ float: left; margin-right: 10px; margin-bottom: 2px; }
.img-float-right {
	float: right;
	margin: 3px 8px 1px 10px;
}

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

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




/* HOME PAGE */

.home-text	{
		text-align: center;
		max-width: 1100px;
		padding: 0px 15px 0px 15px;
		margin: 0 auto;
		}

/* HOME PAGE IMAGE ROW */

.home-row-bg	{ background-color: #FFFFFF; }

.home-row	{
		width: 100%;
		max-width: 1600px;
		padding: 0px;
		margin: 0 auto;
		}

.homerow-box	{
		float: left;
		width: 16.666666%;
		}

.hrb-cell	{
		background-color: #92B9FF;
		border: solid #FFFFFF;
		border-width: 10px 5px 10px 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

.homerow-box img {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px auto;
		}

.homerow-box .hrb-cell a	{
		display: block;
		opacity: 1;
		-mozilla-transition: opacity 0.25s;
		-webkit-transition: opacity 0.25s;
		transition: opacity 0.25s ease-in-out;
		}

.homerow-box .hrb-cell a:hover {
		opacity: 0.5;
		}

.home-banner	{
		padding: 20px 10px 20px 10px;
		background: #C0C0C0 url('picts/background-homeban.jpg') repeat 0px 0px;
		}


.home-banner-blank	{
	padding: 20px 10px 20px 10px;
	background: none 0px 0px repeat;
	text-align: center;
}


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

.rslides_container	{
			background-color: transparent;
			max-width: 100%;
			min-width: 300px;
			max-height: 550px;
			overflow: hidden;
			text-align: center;
			margin: 0px auto 0px auto;
			position: relative;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border: solid #000000;
			border-width: 0px 0px 0px 0px;
			}

/* HIDE OR SHOW ARROWS | block | none | */

#homeJQ > .centered-btns_nav	{ display: none; }

#homeJQ img			{ width: 100%; }

/* HIDE SLIDESHOW ARROWS FOR PRINTING */

@media print {
#homeJQ > .centered-btns_nav	{ display: none; }
}

/* 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: 14px;
			height: 14px;
			background-color: transparent;
			border: #FFFFFF 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 9px;
			-moz-border-radius: 9px;
			border-radius: 9px;
			margin: 0px 4px 0px 4px;
			}

/* HOVER BUTTON STATE */

.centered-btns_tabs a:hover 
			{ background-color: #CCFF99; border: #CCFF99 2px solid; }

/* ACTIVE BUTTON STATE */

.centered-btns_here a, .centered-btns_here a:hover 
			{ background-color: #FFFFFF; border: #FFFFFF 2px solid; cursor: default; }




/* OPTIONAL No-Animation-Home-sample.htm MAIN RESPONSIVE IMAGE */

.img-respond-home
		{
		max-width: 100%;
		margin: 10px auto 0px auto;
		max-height: 550px;
		overflow: hidden;
		border: solid #4B5B61;
		border-width: 0px 0px 0px 0px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

.home-image	{
		width: 100%;
		min-width: 300px;
		height: auto;
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #000000 0px solid;
		}




/* PAGE LINES & BORDERS */

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

.page-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 1px;
		background-color: transparent;
		position: relative;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0px;
		border-top: #F88E72 2px dashed;
		}

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

.split-dot	{
		background-color: #B1C9AF;
		width: 10px;
		height: 10px;
		position: absolute;
		left: 50%;
		left: calc(50% - 10px);
		top: -11px;
		margin: 0 auto 0 auto;
		border: #FFFFFF 5px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		box-shadow: 2px 2px 5px 0px #FFFFFF;
	/* ROTATE BOX */
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		}




/* THREE 33% COLUMNS */

.col3x-L	{
		float:left;
		width: 33%;
		overflow: hidden;
		border-right: #A3D1DE 1px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

.col3x-C	{
		float:left;
		width: 33%;
		overflow: hidden;
		border-right: #A3D1DE 0px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

.col3x-R	{
		float:left;
		width: 33%;
		overflow: hidden;
		border-left: #A3D1DE 1px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}
		
		
/* THREE 33% COLUMNS */

.col3xc-L	{
	float: left;
	width: 33%;
	overflow: hidden;
	border-right: #A3D1DE 1px solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #33CCFF;
}

.col3xc-C	{
		float:left;
		width: 33%;
		overflow: hidden;
		border-right: #A3D1DE 0px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background-color: #33CCFF;
		}

.col3xc-R	{
		float:left;
		width: 33%;
		overflow: hidden;
		border-left: #A3D1DE 1px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background-color: #33CCFF;
		}


.col3x-pad-L	{ font-size: 0.90em; text-align: center; padding: 25px 25px 25px 0px; }
.col3x-pad-C	{ font-size: 0.90em; text-align: center; padding: 25px 25px 25px 25px; }
.col3x-pad-R	{ font-size: 0.90em; text-align: center; padding: 25px 0px 25px 25px; }

.col3xc-pad-L	{ font-size: 0.90em; text-align: center; padding: 25px 25px 25px 0px; }
.col3xc-pad-C	{ font-size: 0.90em; text-align: center; padding: 25px 25px 25px 25px; }
.col3xc-pad-R	{ font-size: 0.90em; text-align: center; padding: 25px 0px 25px 25px; }


/* RIGHT SIDEBAR */

.SB-width		{ width: 270px; }

#sidebar-content 	{
			background-color: transparent;
			padding: 50px 0px 0px 0px;
			float: right;
			}

.sidebar-box		{
			width: 100%;
			padding: 0px 10px 0px 10px;
			margin: 0 auto;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			}

.sidebar-textarea	{
			text-align: left;
			padding: 0px 0px 0px 0px;
			margin: 0 auto;
			}

.sidebar-text 	{
		color: #555555;
		font: 16px "Open Sans", arial, sans-serif;
		text-align: left;
		font-weight: 400;
		line-height: 150%;
		}

.sidebar-title	{
	color: #FFFFFF;
	font: 20px "Sniglet", arial, sans-serif;
	font-weight: 500;
	line-height: normal;
	background-color: #F88E72;
	background-repeat: repeat-x;
	padding: 8px 5px 8px 8px;
	margin: 0px auto 7px auto;
/* CORNER ROUNDING */-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	}


.sidebar-image	{
	width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 10px auto 10px auto;
	border: 3px solid #1D1969;
  	/* CORNER ROUNDING */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	}

.side-img-nobrd	{ border: 0px solid #1D1969; }

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

.side-links a	{
		font: 16px "PT Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		display: block;
		padding: 8px 0px 8px 10px;
		border: dashed #888888;
		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; }

.side-search-form {
	font: 16px arial, sans-serif;
	width: 100%;
	max-width: 275px;
	padding: 3px;
	background-color: #FEF4DB;
	border: #996666 1px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

.search-text {
	color: #9A0113;
	font-weight: 600;
	}

input[type=submit].sidesearch 
		{
		color: #FFFFFF;
	       	font: 500 18px "Sniglet", arial, sans-serif;
		text-align: center;
		background-color: #335DFE;
		background-repeat:repeat-x;
		-webkit-appearance: none;
		padding: 8px 9px 8px 9px;
		margin: 5px 0px 5px 0px;
		cursor: pointer;
		width: 100%;
		max-width: 275px;
        	border: #7768BA 0px solid;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].sidesearch:hover 
		{
		color: #FFFFFF;
		background-color: #479EFF;
        	border: #000000 0px solid;
		}




/* SOCIAL ICONS */

#social-links	{
		text-align: center;
		font-size: 0px;
		background-color: transparent;
		padding: 35px 0px 25px 0px;
		margin: 0px auto 0px auto;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		}

.socialicon	{
		background-color: #335DFE;
		border: #FFFFFF 0px solid;
		padding: 5px;
		margin: 2px;
		vertical-align: top;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}

.socialicon:hover {
		background-color: #479EFF;
		border: #000000 0px solid;
		}




/* FOOTER */

.footer-canvas	{
		background-color: #F88E72;
		background-color: transparent;
		background:rgba(248,142,114,0.85); /* SEMI TRANSPARENT BACKGROUND */
		}

.footer-copyright {
		  color: #000000;
		  font: 13px "Open Sans", arial, sans-serif;
		  font-weight: 400;
		  line-height: normal;
		  padding: 0px 10px 25px 10px;
		  margin: 0px 0px 25px 0px;
		  background-color: transparent;
		  border: solid #000000;
		  border-width: 0px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }

/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link, 
div.footer-copyright a:visited, 
div.footer-copyright a:active 	{ color: #FFFFFF; text-decoration: none; }

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

.footer-logo	{
		height: auto;
		width: 100%;
		max-width: 190px;
		display: block;
		margin: 0px auto 10px auto;
		}




/* CONTACT PAGE CODE */

.contact-title	{ color: #000000; font: 18px "Montserrat", arial, sans-serif; font-weight: 600; line-height: normal; }

.contact-select	{ color: #000000; }

.email-link	{
		margin: 15px 0px 10px 0px;
		}

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

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
		font: 400 18px "Sniglet", "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #335DFE;
		-webkit-appearance: none;
		padding: 10px 8px 10px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 140px;
		border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #479EFF;
		border: #000000 0px solid;
		}

.shadeform	{
		font: 16px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/icons/shadeform.png");
		text-align: left;
		width: 100%;
		max-width: 300px;
		padding: 3px;
		margin-top: 2px;
		margin-bottom: 7px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #999999 1px solid;
		}

.textarea	{
		font: 16px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/icons/shadeform.png");
		text-align: left;
		width: 100%;
		width: 100%;
		max-width: 350px;
		height: 150px;
		padding: 3px;
		margin-top: 2px;
		margin-bottom: 7px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #999999 1px solid;
		}

.dropdown 	{
		font: 15px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		width: 100%;
		max-width: 300px;
		padding: 3px;
		margin-top: 3px;
		margin-bottom: 7px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #999999 1px solid;
		}




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

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




/* GALLERY & STORE DEPARTMENTS PAGES */

.store-pad	{ padding: 50px 10px 20px 10px; }

.store-canvas	{
		background-color: #FEF4DB;
		max-width: 1000px;
		padding: 10px 0px 10px 0px;
		margin: 0 auto;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
		border-radius: 6px;
		}

.storerow-box	{
		display: inline-block;
		padding: 8px 8px 8px 8px;
		margin: 16px 16px 16px 16px;
		background-color: #FFFFFF;
		width: 100%;
		max-width: 172px;
		height: 124px;
		position: relative;
		vertical-align: middle;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: solid transparent;
		border-width: 4px 2px 2px 2px;
		-webkit-transition: border 0.7s;
		transition: border 0.7s ease;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}

.storerow-cell	{
		font-size: 15px;
		font-weight: 600;
		line-height: normal;
		text-align: center;
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

.sr-icon-1 {
	display: inline-block;
	margin-bottom: 5px;
	}

.sr-color1	{ border-top: #F1C708 4px solid; }
.sr-color2	{ border-top: #000000 4px solid; }
.sr-color3	{ border-top: #9A0B11 4px solid; }
.sr-color4	{ border-top: #FFA20E 4px solid; }
.sr-color5	{ border-top: #4EB558 4px solid; }
.sr-color6	{ border-top: #C0C0C0 4px solid; }
.sr-color7	{ border-top: #FF6699 4px solid; }
.sr-color8	{ border-top: #9933FF 4px solid; }
.sr-color9	{ border-top: #00A4A3 4px solid; }
.sr-color10	{ border-top: #660099 4px solid; }
.sr-color11	{ border-top: #0099CC 4px solid; }
.sr-color12	{ border-top: #33CCFF 4px solid; }


.storerow-box:hover {
		border: solid #F88E72;
		border-width: 4px 2px 2px 2px;
		}

/* START GALLERY */

#contentbox-gallery { max-width: 100%; margin: 0 auto; }

.gal-pad	{ padding: 50px 10px 28px 10px; }

.gal-top	{
		text-align: center;
		max-width: 1100px;
		padding: 0px 10px 0px 10px;
		margin: 0 auto;
		}

.Gal-title	{ 
		color: #000000; 
		font: 17px "Montserrat", arial, sans-serif; 
		font-weight: 600; 
		line-height: 150%;
		padding: 5px 0px 2px 0px;
		}

/* NEXT IS TITLE USED ON gallery-home.htm */

.Gal-title-2	{
		font: 17px "Montserrat", arial, sans-serif; 
		font-weight: 600; 
		line-height: 150%;
		}

/* GALLERY OVERALL MAXIMUM WIDTH */

.gal-canvas	{
		max-width: 1400px;
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
		}

/* GALLERY % CELL WIDTH OF EACH THUMB BOX */

.galrow-box	{
		float: left;
		width: 33.3%;
		}

.galrow-box:nth-child(3n+1)
		{
		clear:both;
		}

/* EDIT NEXT CLASS FOR THE THUMBNAILS MAX WIDTH */

.Galthumb-box	{
		font-size: 14px;
		line-height: 150%;
		text-align: center;
		padding: 20px 5px 10px 5px;
		margin: 0px auto 10px auto;
		max-width: 302px;
		min-height: 100px;
		}

.Galthumb	{
		width: 100%;
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px auto;
		}

.Galthumb-marg	{
		margin-bottom: 8px;
		}

.Galborder	{
		border: #000000 1px solid;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

a:hover .Galborder 
		{
		border: #F88E72 1px solid;
		-webkit-filter: grayscale(100%);
		filter: gray;
		filter: brightness(120%) grayscale(100%);
		}




/* SHOPPING CART PAGES */

.Cart-box	{
		margin: 0px auto 30px auto;
		border: #C0C0C0 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

.price 		{ padding: 3px 0px 5px 0px; }

.price span	{
		color: #000000;
		font-size: 17px;
		font-weight: 700;
		text-decoration: none;
		border-bottom: #000000 0px solid;
		}

.cartdrop 	{
		font: 15px arial, sans-serif;
		color: #000000;
		width: 100%;
		max-width: 200px;
		padding: 3px;
		margin-top: 9px;
		margin-bottom: 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

input[type=submit].button-order 
	 	{
		color: #000000;
		font: 400 18px "Sniglet", "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #FFCA19;
		background-image: url("picts/icons/button-order.png");
		background-repeat: repeat-x;
		padding: 10px 5px 10px 5px;
		margin: 6px 0px 3px 0px;
		cursor:pointer;
		width: 100%;
		max-width: 200px;
		-webkit-appearance: none;
		border: #000000 0px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	/* DROP SHADOW */
		-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		}

input[type=submit].button-order:hover 
	 	{
		color: #000000;
		background-color: #FFB119;
		border: #000000 0px solid;
		}

/* VIEW CART BUTTON */

.viewmargin			{ margin: 0px; }

input[type=submit].viewcart-but	{
				width: 231px;
				margin: 20px 0px 3px 0px;
				}




/* GALLERY MENU */

#gal-menu	{
		text-align: center;
		padding: 5px 5px 7px 5px;
		background-color: transparent;
		background:rgba(12,117,205,0.40); /* SEMI TRANSPARENT BACKGROUND */
		}

#gal-menu a	{
		font-family: "Open Sans", arial, sans-serif;
		font-size: 15px;
		font-weight: 600;
		line-height: normal;
		text-align: center;
		display: inline-block;
		padding: 8px 8px 8px 8px;
		margin: 3px 2px 3px 1px;
		min-width: 20px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

#gal-menu a:link,
#gal-menu a:visited,
#gal-menu a:active	{
			color: #FFFFFF;
			text-decoration: none;
			background-color: #59889A;
			border: #59889A 0px solid;
			}

#gal-menu a:hover	{
			color: #FFFFFF;
			text-decoration: none;
			background-color: #284E59;
			border: #284E59 0px solid;
			}

/* CURRENT GALLERY HIGHLIGHT */

#gal-menu a.current-gal
 		{
		color: #FFFFFF;
		background-color: #335DFE;
		border: #335DFE 1px solid;
		}




/* SLIDESHOWS slideshows-home.htm PAGE */

.slideshow-box	{
		font-size: 14px;
		max-width: 250px;
		text-align: center;
		margin: 0px 10px 0px 10px;
		margin: 0px auto 15px auto;
		}

.Slidethumb	{
		width: 100%;
		max-width: 200px;
		height: auto;
		display: inline-block;
		margin: 0px auto 0px 0px;
		}




/* FAQ PAGE */

.faq-box	{
		display: none;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		border: #999999 0px solid;
		}

.faqicon	{ margin-top: 6px; margin-right: 2px; }




/* LINKS PAGE CODE */

.linksmargin	{ margin: 0px 0px 20px 0px; }

table.linkboxes td  { padding: 5px 3px 2px 0px; line-height: normal; font-size: 14px; }

.searchform 	{
		color: #000000;
		font: 14px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/icons/shadeform.png");
		width: 200px;
		padding: 3px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #999999 1px solid;
		}

.searchbutton 	{
		color: #FFFFFF;
		font: bold 14px arial, sans-serif;
		text-align: center;
		background-color: #335DFE;
		-webkit-appearance: none;
		padding: 4px 10px 4px 10px;
		margin-top: 0px;
		cursor: pointer;
		border: #000000 0px 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	{
		background-color: #F0F0F0;
		border: #CCCCCC 1px solid;
		}

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

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




/* SITE MAP SITE SEARCH */

.searchmargin		{ margin: 3px 0px 0px 0px; }

.sitesearchform		{ width: 200px; margin: 0px 3px 0px 0px; }




/* HIDE ITEMS FOR PRINTING */

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




/* START FOOTER MENU */

#FTmenu		{
		background-color: #BE6650;
		background-image: url("picts/menu-bg-2.jpg"), url("picts/menu-bg-1.jpg");
		background-position: center bottom, center top;
		background-repeat: repeat-x, repeat-x;
		text-align: center;
		padding: 18px 0px 17px 0px;
		margin: 0px auto 0px auto;
		border: #000000 solid;
		border-width: 0px 0px 0px 0px;
		}

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

#FTmenu a 		{
			color: #FFFFFF;
			font-family: "Montserrat", arial, sans-serif;
			font-size: 17px;
			font-weight: 600;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			background-color: transparent;
			padding: 15px 15px 15px 15px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			outline: none;
			display: inline-block;
			border: #C0C0C0 solid;
			border-width: 0px 0px 0px 0px;
			}

/* FOOTER MENU HOVER COLOR */

#FTmenu a:hover 
			{
			color: #FFFFFF;
			background-color: #A01110;
			text-decoration: none;
			}




/* RIGHT SCROLL TO TOP ARROW */

.scrollToTop	{
	width: 36px;
	height: 36px;
	padding: 0px;
	text-align:center;
	text-decoration: none;
	position:fixed;
	bottom: 50px;
	right: 10px;
	display:none;
	border: #335DFE 1px solid;
	background: #335DFE url('picts/icons/arrow-up.png') no-repeat 0px 0px;
	}

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


a.linkbutt:link, 
a.linkbutt:visited, 
a.linkbutt:active {
	font: 24px "Sniglet", arial, sans-serif;
	background-color: #6699FF;
	border: none;
	color: #ffffff !important;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
    text-transform: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 16px;
}
