﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Calligraffitti&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; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #0079D1; text-decoration: none; }

a:hover 	{ color: #23A5EF; text-decoration: underline; }




/* THE NEXT LINE DICTATES THE FONT SIZE ON ALL PAGES - IT WILL ALTER ALL FONT SIZES!! */

body, div, table {
		color: #000000;
		font-family: "Roboto", arial, sans-serif;
		font-size: medium;
		font-weight: 400;
		line-height: 160%;
		}

.title 		{ color: #000000; font: 1.80em "Roboto", arial, sans-serif; font-weight: 400; letter-spacing: -1px; line-height: normal; }
.title-purple {
	color: #660066;
	font: 1.80em "Roboto", arial, sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: normal;
}

.subtitle 	{ color: #000000; font: 1.40em "Roboto", arial, sans-serif; font-weight: 500; line-height: normal; }
.subtitle-2 {
	color: #000000;
	font: 1.20em Roboto, arial, sans-serif;
	font-weight: 500;
	line-height: normal;
}

.bigtitle 	{ color: #000000; font-size: 2.0em; font-weight: 400; line-height: normal; }

.smalltitle	{  color: #000000; font-size: 1.20em; font-weight: 500; }

.smalltext	{ font-size: 0.95em; }

.hilite		{ color: #CC0000; font-weight: 700; }

.hilite2	{ font-size: 0.94em; color: #9933FF; font-weight: 700; font-style: italic; }

b		{ font-weight: 700; }




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

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




/* LISTS & SERVICES PAGE */

.list		{
		color: #025A7A;
		font-weight: 400;
		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 YOU MAY NEED TO EDIT & TEST THE MEDIA QUERIES IN THE media-queries.css */

.pageheight	{ min-height: 700px; }

.pagewidth	{ max-width: 1350px; }

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

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

#contentbox-outer { margin: 0 auto; }

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

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

.content-pad-home 	{ padding: 20px 60px 35px 60px; }

.content-pad-gal { padding-top: 15px; }

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

#contentbox-home	{ width: 100%; }

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




/* INNER AND OUTER BACKGROUNDS */

.outer-background	{
	background-color: #FFFFFF;
	background-image: url('picts/marble.jpg');
}

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




/* TEXT AND GRAPHIC HEADER CODE */

/* ALIGN LOGO IN THE header.js */

#headerdiv	{
		background-color: #FFFFFF;
		position: relative;
		padding: 0px 0px 0px 0px;
		margin: 0 auto 0 auto;
		border: #000000 0px solid;
		height: 74px;
		border: solid #B28BBD;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		}

/* GRAPHIC HEADER CODE */

.logo-position	{
		max-width: 240px;
		position: absolute;
		top: 20px;
		left: 35px;
		z-index: 1106;
		padding: 8px;
		display: block;
		margin: 0 auto 0 auto;
		background-color: #F7E8F0;
		border: #B28BBD 2px solid;
		}

.logo-respond	{
		height: auto;
		width: 100%;
		display: block;
		}

/* TEXT HEADER CODE */

.textlogo	{
		height: 68px;
		font: 400 28px "Roboto", arial, sans-serif;
		letter-spacing: 0px;
		padding: 8px 12px 5px 12px;
		text-shadow: 0px 0px 0px rgba(0, 15, 50, 0.0);
		}

#headerdiv a:link,
#headerdiv a:visited,
#headerdiv a:active	{ color: #6F2C86; text-decoration: none; }

#headerdiv a:hover	{ color: #23A5EF; text-decoration: none; }

.logoslogan	{
		color: #C0C0C0;
		font: 400 16px "Roboto", arial, sans-serif;
		padding: 0px 0px 0px 0px;
		text-shadow: 0px 0px 0px rgba(0, 15, 50, 0.0);
		}

/* FIXED HEADER & FIXED MENU CODE */

#fixed-header	{
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		margin: 0 auto;
		z-index: 1500;
		}

#header-fix-space { height: 174px; }




/* LOGO FADE IN - TEXT AND GRAPHIC */

.logo-fade
	{
	-moz-animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-o-animation: fadein 2s;
	animation: fadein 2s;
	}
@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;
}
}




/* HEADER ICONS */

/* ICON CODE GROUP 1 */

.header-ico1	{
		width: 36px;
		height: 36px;
		background-color: transparent;
		text-align: center;
		position: absolute;
		right: 45px;
		top: 8px;
		border: transparent 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

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


/* ICON CODE GROUP 2 */

.header-ico2	{
		width: 36px;
		height: 36px;
		background-color: transparent;
		text-align: center;
		position: absolute;
		right: 7px;
		top: 8px;
		border: transparent 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

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


/* HOVER COLOR ALL HEADER ICONS */

.icohov:hover	{ background-color: transparent; border: #000000 1px solid; }  /* SEMI-TRANSPARENT BACKGROUND */

.header-phrase	{
		color: #743F86;
		font-family: "Calligraffitti", "Raleway", "Roboto", arial, sans-serif;
		font-size: 28px;
		font-weight: 700;
		line-height: normal;
		text-align: center;
		position: absolute;
		top: 23px;
		right: 26px;
		z-index: 1106;
		margin: 0 auto 0 auto;
		}

.header-notes	{
		color: #000000;
		font-family: "Raleway", "Roboto", arial, sans-serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
		text-align: left;
		position: absolute;
		top: 30px;
		left: 330px;
		z-index: 1106;
		margin: 0 auto 0 auto;
		border: #4C5457 0px solid;
		}

.header-notes a	{
		display: block;
		padding: 3px 0px 0px 36px;
		background-image: url("picts/phone.png");
		background-repeat: no-repeat;
		height: 33px;
		}

.h-text		{ color: #000000; font-weight: bold; font-size: 12px; }

.header-email	{ font-size: 15px; }




/* IMAGE BORDERS */

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

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




/* FLOATS & FLOAT w/MARGINS & CLEARS  */

.left-float	{ float: left; }

.right-float	{ float: right; }

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

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

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

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




/* START HOME PAGE */

/* HOME JQUERY LAYERED TEXT / ALSO FOR OPTIONAL-No-Animation-Home.htm */

.rslides_container li div.ltext,
.homeimage-borderNA div.ltext
	{
	background: #442F8A;  /* BACKGROUND FOR NON-CSS3 */
	background: rgba(68,47,138,0.90);  /* BACKGROUND OPACITY */
	width: 450px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border-right: 0px solid #999999;
	}

.ltext div	{
	color: #FFFFFF;
	font-size: 0.95em;
	font-weight: 400;
	line-height: 160%;
	text-align: left;
	position: absolute;
	top: 15%;
	left: 0;
	transform: translate(0%,-15%);
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.00);  /* TEXT SHADOW */
	padding: 40px 30px 25px 30px;
	}

.rslides_container li section	{ display: inline; }

.rslides-title	{
		color: #FFFFFF;
		font-size: 1.5em;
		font-weight: 500;
		letter-spacing: 0px;
		line-height: normal;
		display: block;
		padding-bottom: 10px;
		}

/* JQUERY LAYERED TEXT LINK COLORS / ALSO FOR OPTIONAL-No-Animation-Home.htm */

.homeimage-bg a:link, 
.homeimage-bg a:visited, 
.homeimage-bg a:active 
		{ color: #99FFFF; font-size: 1.1em; font-weight: 500; text-decoration: none; border-bottom: #FFFFFF 0px solid; }

.homeimage-bg a:hover
		{ color: #CCFF33; text-decoration: underline; }


/* HOME JQUERY NEXT/PREV */

#homeJQ .centered-btns_nav { width: 50px; height: 50px; }

#homeJQ .centered-btns_nav.prev {
	background: #442F8A url("JQuery/JQ-prev-white.png") no-repeat center center;
	border: #999999 0px solid;
	left: 25px;
	bottom: 25px;
	}

#homeJQ .centered-btns_nav.next {
	background: #442F8A url("JQuery/JQ-next-white.png") no-repeat center center;
	border: #999999 0px solid;
	left: 79px;
	bottom: 25px;
	}

#homeJQ .centered-btns_nav.prev:hover,
#homeJQ .centered-btns_nav.next:hover {
	background-color: #7244AF;
	border: #999999 0px solid;
	}




/* ROW OF 3x IMAGES (ABOUT & HOME) */

.img-3x-outer	{
		text-align: center;
		margin: 25px auto 25px auto;
		}

.img-3x-box	{
		display: inline-block;
		text-align: center;
		width: 32%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

.img-3x		{
		width: 98%;
		height: auto;
		overflow: hidden;
		cursor:pointer;
		margin: 0px auto 5px auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 0px solid #000000;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

.img-3x img {
	width: 100%;
	height: auto;
	display: block;
	}

/* ROW OF 3x IMAGES LINKS */

a.link-3x	{
		color: #FFFFFF;
		font-size: 1.1em;
		font-weight: 500;
		line-height: normal;
		padding: 15px 3px 15px 3px;
		display: block;
		width: 100%;
		position: absolute;
		bottom: 10px;
		left: 0px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: #C0C0C0 0px solid;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		background: #000000;
		background: rgba(0,0,0,0.70);  /* BACKGROUND & OPACITY */
	/* ANIMATE */
		-webkit-transition: all 0.5s;
		transition: all 0.5s ease;
		}

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

a.link-3x:hover	 { color: #FFFFFF; text-decoration: none; }

/* ROW OF 3x IMAGES ZOOM CODE */

.img-3x-expand	{
		width: 98%;
		height: auto;
		overflow: hidden;
		position: relative;
		cursor:pointer;
		margin: 0px auto 5px auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #0F40B2;
		border: 0px solid #000000;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

.img-3x-expand img {
		width: 100%;
		height: auto;
		display: block;
	/* IMAGE ZOOM */
		position: relative;
		-webkit-transition: all 400ms ease-in;
		-webkit-transform: scale(1);
		-ms-transition: all 400ms ease-in;
		-ms-transform: scale(1);
		-moz-transition: all 400ms ease-in;
		-moz-transform: scale(1);
		transition: all 400ms ease-in;
		transform: scale(1);
		}

/* ROW OF 3x IMAGES HOVER CODE */

.img-3x-expand img:hover,
.img-3x-expand:hover > a img {
		opacity: 0.85;
	/* IMAGE ZOOM */
		-webkit-transition: all 400ms ease-in;
		-webkit-transform: scale(1.2);
		-ms-transition: all 400ms ease-in;
		-ms-transform: scale(1.2);   
		-moz-transition: all 400ms ease-in;
		-moz-transform: scale(1.2);
		transition: all 400ms ease-in;
		transform: scale(1.2);
		}

.img-3x-expand:hover > a {
		background: #0F40B2;
		background: rgba(15,64,178,0.80);  /* BACKGROUND & OPACITY */
		bottom: 30px;
		}




/* HOME PAGE 2 COLUMN TEXT CONTENT */

.home-2xcontent-box {
		background-color: transparent;
		max-width: 100%;
		margin: 0px 0px 0px 0px;
		border-top: 0px solid #BABBBF;
		border-bottom: 0px solid #BABBBF;
		}

.home-2xcontent	{
		float: left;
		width: 50%;  /* DIVIDED BY 2 */
		margin: 0px auto 0px auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

.content-left2x	{ padding: 25px 20px 25px 0px; }

.content-right2x { padding: 25px 0px 25px 20px; }




/* ARROW LINKS - HOME PAGE */

.art-arrow		{
			background-color: #0058CD;
			background-image: url("picts/icons/arrow-link-white.png");
			background-repeat: no-repeat;
			background-position: 6px 6px;
			height: 37px;
			width: 37px;
			padding: 0px 0px 0px 0px;
			margin: 0px 6px 0px 0px;
			display: inline-block;
			vertical-align: middle;
			border: #000000 0px solid;
  		/* CORNER ROUNDING */
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-khtml-border-radius: 3px;
			border-radius: 3px;
			}


div.arrow-link		{
			color: #000000;
			font-weight: 500;
			text-decoration: none;
			line-height: 37px;
			vertical-align: top;
			background-color: transparent;
			padding: 0px 5px 0px 0px;
			margin: 15px 0px 15px 0px;
			height: 37px;
			display: inline-block;
			}

/* ARROW LINK HOVER COLORS */

div.arrow-link:hover	{ color: #23A5EF; text-decoration: none; }

div.arrow-link:hover div.art-arrow {
		background-color: #23A5EF;
		background-image: url("picts/icons/arrow-link-white.png");
		border: #000000 0px solid;
		}




/* JQUERY SLIDESHOWS (HOME & SETS) */

.rslides_container	{
			width: 100%;
			max-width: 1230px;
			min-width: 250px;
			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;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

/* 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: 20px;
			height: 10px;
			background-color: transparent;
			background:rgba(255,255,255,0.25); /* 25% TRANSPARENT BACKGROUND */
			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: #2EFF5C; border: #2EFF5C 2px solid; cursor: default; }




/* SLIDESHOW HOME */

/* HOME JQUERY - BACKGROUND & BORDERS */

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

/* HOME PAGE SLIDESHOW index.html  (SEE ALSO "responsive-slides-home.css" IN FOLDER JQuery) */

/* HIDE/SHOW HOME ARROWS - block | none */

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

/* HIDE/SHOW HOME DOTS - block | none */

#homeJQ > .centered-btns_tabs,
#homeJQ > .transparent-btns_tabs,
#homeJQ > .large-btns_tabs	{ display: none; }




/* SLIDESHOW SETS */

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

.slideshow-sets	{
		max-width: 900px;
		border: #000000 3px solid;
		}

/* HIDE/SHOW SETS ARROWS - block | none */

#JQsets > .centered-btns_nav	{ display: block; }  /* HIDE/SHOW SETS ARROWS block | none */

/* HIDE/SHOW SETS DOTS - block | none */

#JQsets > .centered-btns_tabs,
#JQsets > .transparent-btns_tabs,
#JQsets > .large-btns_tabs	{ display: block; }




/* FOR OPTIONAL HOME PAGE STATIC IMAGE */

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

.homeimage-borderNA	{
			width: 100%;
			max-width: 1230px;
			min-width: 250px;
			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;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}




/* PAGE LINES & BORDERS */

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

.page-splits-purple 	{
		line-height: 0.0em;
		font-size: 0.0em;
		height: 2px;
		background-color: transparent;
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 0px;
	/* FIVE COLOR GRADIENT */
		background-image: linear-gradient(to right, transparent, #C0C0C0, #C0C0C0, #C0C0C0, transparent);
		border-top: #76A3D0 0px solid;
		}



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

.splits-short	{
		width: 75%;
		margin-left: 0;
		margin-right: auto;
		}




/* RIGHT SIDEBAR */

.SB-width		{ width: 300px; }

#sidebar-content 	{
			padding: 0px;
			float: right;
			}

.sidebar-box		{ padding: 0px 50px 0px 0px; }

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

.sidebar-text 	{
		color: #000000;
		font: 0.95em "Roboto", arial, sans-serif;
		text-align: left;
		font-weight: 400;
		line-height: 150%;
		}

.sidebar-title	{
		color: #000000;
		font: 1.30em "Roboto", arial, sans-serif;
		font-weight: 500;
		text-align: left;
		line-height: normal;
		background-color: transparent;
		padding: 5px 0px 0px 0px;
		margin: 0px auto 2px auto;
		border: solid #999999;
		border-width: 0px 0px 0px 0px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

.sidebar-image	{
		width: 100%;
		margin: 0px auto 20px auto;
		padding: 0px 0px 0px 0px;
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

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

.side-links a	{
		font: 1.0em "Roboto", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		display: block;
		padding: 6px 0px 6px 10px;
		border: dashed #24A8BC;
		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; }




/* SOCIAL ICONS */

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

.socialicon	{
		/* EDIT BACKGROUND BELOW */
		border: #000000 0px solid;
		width: 34px;
		height: 34px;
		padding: 0px;
		margin: 2px;
		vertical-align: top;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		   }

.socialicon:hover  {
		   border: #CC0000 0px solid;
		   }

.soccolor-1	{ background-color: transparent; }  /* YOUTUBE */

.soccolor-2	{ background-color: #3E4F9A; }  /* FB */

.soccolor-3	{ background-color: transparent; }  /* TWITTER */

.soccolor-4	{ background-color: transparent; }  /* INSTAGRAM */

.soccolor-5	{ background-color: #2F98EA; }  /* CONTACT */

.soccolor-6	{ background-color: #2F98EA; }  /* HOME */




/* START SIDEBAR NEWS SCROLLER */

/* SET HEIGHT IN "jquery.easy-ticker-OPTIONS.js" */

/* NEWS FRAME AREA TOP LEVEL PAGE */

#news_iframe_scroll	{
		width: 100%;
		max-width: 250px;
		min-width: 200px;
		margin: 0px auto 25px auto;
		border: #8C49AA 1px solid;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

#news_iframe_scroll iframe 
		{
		width: 100%;
		height: 200px; /* IF YOU EDIT HEIGHT EDIT THE SCROLLING SCRIPT HEIGHT!!!! */
		display: block;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		}

.news_scroll-title 
		{
		color: #FFFFFF;
		font: 500 1.10em "Roboto", arial, sans-serif;
		text-align: left;
		background-color: #8C49AA;
		padding: 9px 5px 10px 8px;
		border-bottom: #0066CC 1px solid;
		}


/* EMBEDDED NEWS PAGE BODY */

body.news-scroll {
		background-color: #FFFFFF;
		margin: 0;
		padding: 0;
		border: 0;
		}

.vticker	{
		border: 0px solid #000000;
		width: 222px;
		margin: 0 auto;
		}

.vticker ul	{
		padding: 0;
		margin: 0;
		}

.vticker li	{
		list-style: none;
		padding: 0;
		margin: 0;
		}

.scroll-title	{
		color: #000000;
		font: 500 17px "Roboto", arial, sans-serif;
		line-height: 150%;
		text-align: left;
		border-bottom: #666666 0px solid;
		}

.scroll-item	{
		color: #000000;
		font: normal 14px "Roboto", arial, sans-serif;
		line-height: 118%;
		text-align: left;
		padding: 10px 0px 40px 0px;
		}

/* NEWS PAGE LINK COLORS */

.news-scroll a:link, 
.news-scroll a:visited, 
.news-scroll a:active 	{ color: #006699; text-decoration: none; }

.news-scroll a:hover 	{ color: #3399FF; text-decoration: underline; }


/* SCROLLER LINKS WITH ARROW */

.arrow-scrlink		{
			font-size: 15px;
			font-weight: 500;
			display: block;
			padding: 3px 0px 5px 0px;
			text-indent: 11px;
			min-height: 13px;
			background-image: url("JQuery/jQuery-scroller/scroller-link-arrow-blue.png");
			background-repeat: no-repeat;
			background-position: 0px 5px;
			border-bottom: 1px solid #C0C0C0;
			}

a.arrow-scrlink:hover	{ background-image: url("JQuery/jQuery-scroller/scroller-link-arrow-green.png"); }


/* NEWS SCROLLER BUTTONS */

.scroller-buttons
		{
		background-color: #8C49AA;
		width: 100%;
		position: fixed;
		bottom: 0px;
		height: 22px;
		}

.scroller-buttons div 
		{
		float: left;
		width: 19px;
		height: 22px;
		}

.scroller-buttons div:hover 
		{
		background-color: #5BAAFF;
		cursor: pointer;
		}

.scroller-buttons .up 
		{
		background-image: url("JQuery/jQuery-scroller/scroller-up.png");
		background-repeat: no-repeat;
		}

.scroller-buttons .down 
		{
		background-image: url("JQuery/jQuery-scroller/scroller-down.png");
		background-repeat: no-repeat;
		}

/* SCROLLER BUTTON PAUSED COLOR */

.toggle		{
		background-color: #CC0000;
		background-image: url("JQuery/jQuery-scroller/scroller-pause.png");
		background-repeat: no-repeat;
		}

/* SCROLLER BUTTON UN-PAUSED COLOR */

.scroll-pause	{ background-color: #8C49AA; }




/* FOOTER */

.footer-copyright {
		  color: #FFFFFF;
		  font-size: 0.85em;
		  font-weight: 400;
		  line-height: normal;
		  padding: 20px 8px 20px 8px;
		  margin: 0px 0px 0px 0px;
		  background-color: #3A4C88;
		  background-image: url("picts/footer-background.jpg");
		  background-repeat: repeat;
		  border: solid #000000;
		  border-width: 0px 0px 12px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }

.footer-disclaimer {
		color: #FFFFFF;
		font-size: 0.85em;
		padding: 8px 4px 8px 4px;
		margin: 16px auto 0px auto;
		max-width: 1000px;
		background-color: rgba(0, 0, 0, 0.00);  /* SEMI-TRANSPARENT BACKGROUND */
		border: solid #666666;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.footer-icon	{
		background-color: transparent;
		margin: 0px 1px 10px 2px;
		width: 36px;
		height: 36px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

.footer-icon:hover	{ background-color: #CD2283; }

/* FOOTER LINK COLORS */

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

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

/* FOOTER IMAGE BAR */

.footer-image	{
		display: block;
		height: 200px;
		margin: 0px 0px 0px 0px;
		background-image: url("picts/footer-bar.jpg");
		background-repeat: repeat-x;
		}




/* CONTACT & QUOTES PAGE CODE */

.contact-phone	{
		color: #000000;
		font: 500 1.1em "Roboto", arial, sans-serif;
		line-height: normal;
		}

.contact-select	{ color: #003366; }

.email-link	{
		text-align: left;
		margin: 10px 0px 10px 0px;
		}

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

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
		font: 500 17px "Roboto", arial, sans-serif;
		text-align: center;
		background-color: #0066CC;
		-webkit-appearance: none;
		padding: 10px 8px 10px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 120px;
		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: #5891E8;
		border: #000000 0px solid;
		}

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

.textarea	{
		font: 15px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/icons/shadeform.png");
		text-align: left;
		width: 270px;
		height: 150px;
		margin-top: 2px;
		margin-bottom: 7px;
		border: #B2C0D0 1px solid;
		}

.dropdown 	{
		font: 14px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		width: 260px;
		margin-top: 3px;
		margin-bottom: 7px;
		}

/* QUOTES PAGE - MODIFIES ABOVE CLASSES */

.quotechoice 	{ color: #003366; }

.quoteform	{ width: auto; }

.dropquotes	{ width: auto; }

input[type=submit].quotebutton	{ width: 200px; }




/* CONTACT PAGE GOOGLE DIRECTIONS */

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

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

input[type=submit].directionbutton	{ font-size: 15px; width: 235px; }




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

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




/* GALLERY & CART PAGES */

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

.Galborder	{
		border: transparent 0px solid;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		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 .Galborder 
		{
		border: #999999 0px solid;
	/* ZOOM */
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
		}

.img-closeup	{
		height: 36px;
		width: 36px;
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: 10;
		background:rgba(0,0,0,0.55); /* SEMI TRANSPARENT BACKGROUND */
		background-image: url("picts/icons/icon_search-white.png");
		background-repeat: no-repeat;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

.Gal-title	{
	color: #000000;
	font-size: 1.1em;
	font-weight: 500;
	line-height: normal;
	padding: 8px 0px 2px 0px;
	text-align: center;
}

/* GALLERY OVERALL MAXIMUM WIDTH */

.gal-canvas	{
		max-width: 100%;
		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 GALLERY THUMBNAILS MAX WIDTH */

.Galthumb-box	{
		font-size: 0.95em;
		line-height: normal;
		text-align: center;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		position: relative;
		max-width: 200px;  /* EDIT FOR THUMB MAX WIDTH - INCLUDES BORDER */
		min-height: 200px;
		}

.Gal-details	{
		font-size: 0.95em;
		line-height: normal;
		text-align: left;
		padding: 20px 0px 5px 0px;
		max-width: 100%;
		margin: 0px 10px 20px 10px;
		background-color: transparent;
		border: #C0C0C0 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
		}




/* CART ONLY PAGES */

.cart-page	{ position: relative; text-align: left; }

.Cart-title	{ 
		color: #000000;
		font-size: 1.3em; 
		font-weight: 500;
		line-height: normal;
		padding: 15px 0px 2px 0px;
		}

/* GALLERY OVERALL MAXIMUM WIDTH */

.cart-canvas	{
		max-width: 100%;
		padding: 20px 0px 0px 0px;
		margin: 0 auto;
		}

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

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

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

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

.Cartthumb-box	{
		max-width: 302px;  /* EDIT FOR THUMB MAX WIDTH - INCLUDES BORDER  */
		position: relative;
		margin: 0px auto 0px auto;
		}

.Cart-details	{
		font-size: 0.95em;
		line-height: normal;
		text-align: left;
		max-width: 99%;
		padding: 30px 30px 30px 30px;
		margin: 0px 10px 20px 10px;
		background-color: #F9F9F9;
		border: #C0C0C0 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
		}

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

.price span	{
		color: #CC0000;
		font-size: 1.20em;
		font-weight: 500;
		text-decoration: none;
		border-bottom: #000000 0px solid;
		}

.cartdrop 	{
		font: 13px arial, sans-serif;
		color: #000000;
		width: 100%;
		max-width: 200px;
		margin-top: 9px;
		margin-bottom: 0px;
		}

input[type=submit].button-order 
	 	{
		color: #FFFFFF;
		font: 500 17px "Roboto", arial, sans-serif;
		text-align: center;
		background: url("picts/icons/button-order.png") top left no-repeat;
		background-color: #2E5ED1;
		padding: 12px 5px 9px 5px;
		margin: 6px 0px 3px 0px;
		cursor:pointer;
		width: 100%;
		max-width: 200px;
		-webkit-appearance: none;
		border: #000000 0px solid;
	/* 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: #FFFFFF;
		background-color: #3676EC;
		border: #000000 0px solid;
		}

/* VIEW CART BUTTON */

.cart-view-box	{
		position: absolute;
		top: 8px;
		right: 8px;
		z-index: 11;
		}

.viewmargin	{ margin: 0px; display: inline-block; vertical-align: middle; }

input[type=submit].viewcart-but	{
		width: 170px;
		text-indent: 20px;
		margin: 0px 0px 0px 0px;
		background: url("picts/icons/button-order.png") left top no-repeat, url("picts/icons/icon_cart-white.png") 10px 3px no-repeat;
		background-color: #2E5ED1;
		}

.paypal-icon	{ display: inline-block; vertical-align: middle; margin-right: 6px; }




/* GALLERY (& CART) MENU */

#gal-menu	{
		text-align: left;
		padding: 5px 0px 0px 5px;
		}

#gal-menu a	{
		font-size: 1.0em;
		font-weight: 500;
		line-height: normal;
		text-align: center;
		display: inline-block;
		padding: 3px;
		margin: 3px 1px 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: #000000;
			text-decoration: none;
			background-color: #FFFFFF;
			border: #C0C0C0 1px solid;
			}

#gal-menu a:hover	{
			color: #FFFFFF;
			background-color: #000000;
			text-decoration: none;
			border: #000000 1px solid;
			}

/* CURRENT GALLERY HIGHLIGHT */

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




/* VIDEO PAGE (FOR RESPONSIVE VIDEO) */

.videobox	 {
		 max-width: 100%;
		 margin: 0 auto;
		 padding: 0px 0px 0px 0px;
		 }

.video-container {
		 min-width: 200px;
		 padding-top: 0px;
		 padding-bottom: 56.25%;
		 margin: 0px auto 12px 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 - GALLERY, SLIDESHOWS & VIDEOS */

.media-textarea	{
		max-width: 800px;
		padding: 12px 0px 20px 0px;
		margin: 0 auto;
		}

.HoverBorder	{
		border: #000000 3px 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: #FF0000 3px solid;
	/* ZOOM */
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
		}

/* 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-thumb	{
		width: 100%;
		max-width: 200px;
		height: auto;
		display: block;
		margin-bottom: 8px;
		}

.media-return	{
		font-size: 1.10em;
		font-weight: 500;
		display: inline-block;
		padding: 5px 10px 5px 10px;
		margin: 35px 0px 10px 0px;
		border: solid #C1C8D1;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}




/* CALENDAR PAGE */

blockquote.calbox 	{
		color: #000000;
		font-size: 0.9em;
		line-height: normal;
		background-color: #F7F1DC;
		margin-top: -30px;
		margin-bottom: 0px;
		margin-left: 40px;
		margin-right: 0px;
		padding: 8px 8px 8px 10px;
		border-top: 1px solid #E1CC89;
		border-right: 1px solid #E1CC89;
		border-bottom: 1px solid #E1CC89;
		border-left: 6px solid #ECD99C;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		} 

.calendarnum 	{ color: #CC9900; font-size: 1.5em; }

.icon-space	{ margin-top: 10px; margin-bottom: 3px; }

.clickdate-text	{ font-size: 0.90em; text-align: center; padding: 0px 0px 15px 0px; }




/* SMALL CALENDAR */

.calendar	{
		border: #0099FF 1px solid;
		background-color: #F0F0F0;
		width: 100%;
		margin: 0px auto 8px auto;
		}

.calendarinner	{ border-collapse: collapse; border-spacing: 0px; table-layout: fixed; width: 100%; }

.calendarinner td { width: 14.28%; }

.calspace	{ padding: 0px; }

.calendartitle	{
		color: #FFFFFF;
		font-size: 25px;
		font-weight: 400;
		text-align: left;
		padding: 9px 4px 9px 10px;
		background-color: #000000;
		border-bottom: #0099FF 3px solid;
		}

.caldays	{
		color: #000000;
		font-size: 14px;
		font-weight: 400;
		text-align: center;
		height: 30px;
		background-color: #FFFFFF;
		border-right: #E2E2E2 1px solid;
		border-bottom: #0099FF 1px solid;
		}

.calday		{
		color: #000000;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
		background-color: #DCEEDC;
		border-right: #E2E2E2 1px solid;
		border-bottom: #0099FF 1px solid;
		}

.caldates	{
		color: #000000;
		font-size: 14px;
		font-weight: 400;
		text-align: center;
		height: 28px;
		background-color: #FFFFFF;
		border-right: #E2E2E2 1px solid;
		border-top: #E2E2E2 1px solid;
		}

.calhilite	{
		color: #000000;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		background-color: #DCEEDC;
		border-right: #E2E2E2 1px solid;
		border-top: #E2E2E2 1px solid;
		}




/* FAQ PAGE */

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

.faq-open-all	{
		background-color: transparent;
		display: inline-block;
		background-image: url("picts/icons/faq-plus-black.png");
		background-repeat: no-repeat;
		width: 31px;
		height: 31px;
		margin-top: 8px;
		margin-right: 4px;
		}

.faq-close-all	{
		background-color: transparent;
		display: inline-block;
		background-image: url("picts/icons/faq-minus-black.png");
		background-repeat: no-repeat;
		width: 31px;
		height: 31px;
		margin-top: 8px;
		margin-right: 3px;
		}




/* LINKS PAGE CODE */

.linksmargin	{ margin: 10px 0px 5px 0px; }

table.linkboxes	{ margin: 0 auto; }

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

table.linkboxes td:last-child  { padding-right: 0px; }

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

input[type=submit].searchbutton 
		{
		color: #000000;
	       	font: 500 14px arial, sans-serif;
		text-align: center;
		background-color: #FFFFFF;
		-webkit-appearance: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 21px;
		margin-top: 0px;
		cursor: pointer;
		border: #000000 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].searchbutton:hover  
		{
		color: #FFFFFF;
		background-color: #0066CC;
		border: #0066CC 1px solid;
		}




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




/* PDF PAGE */

.pdf-box	{ max-width: 90%; margin: 0 auto; }

.pdf-icon	{ margin: 1px 8px 0px 0px; }




/* STAFF PAGE */

.staff-email	{
		font-size: 0.90em;
		color: #CC9900;
		font-weight: bold;
		line-height: normal;
		margin: 7px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		border-top: #CC9900 1px solid;
		}




/* SITE MAP SITE SEARCH */

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

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

.sitesearchbutton	{ width: 65px; }




/* HIDE ITEMS FOR PRINTING */

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




/* START FOOTER MENU */

#FTmenu		{
		background-color: #FFFFFF;
		text-align: center;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		border: #B28BBD solid;
		border-width: 2px 0px 2px 0px;
		}

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

#FTmenu a 		{
			color: #000000;
			font-family: "Roboto", arial, helvetica, sans-serif;
			font-size: 1.10em;
			font-weight: 500;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			background-color: transparent;
			padding: 17px 15px 17px 15px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			outline: none;
			display: inline-block;
			border: #B28BBD solid;
			border-width: 0px 0px 0px 0px;
			}

/* FOOTER MENU HOVER COLOR */

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




/* RIGHT SCROLL TO TOP ARROW */

.scrollToTop	{
	width: 36px;
	height: 36px;
	padding: 0px;
	text-align:center;
	text-decoration: none;
	position:fixed;
	bottom: 60px;
	right: 10px;
	display:none;
	border: #C0C0C0 0px solid;
	background: #000000 url("picts/icons/arrow-up-white.png") no-repeat 0px 0px;
	}

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



.subtitlered {
	color: #CC0000;
	font: 1.40em "Roboto", arial, sans-serif;
	font-weight: 500;
	line-height: normal;
}



